/* SHOP CSS FOR OPTION CART DELUXE - SANDSOFT */

body,p,td,ul,li,ol {
   font-size: 11px;
   font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
   color: #333333;

   /*
   scrollbar-face-color: #******;
   scrollbar-highlight-color: #******;
   scrollbar-shadow-color: #******;
   scrollbar-3dlight-color: #******;
   scrollbar-arrow-color: #******;
   scrollbar-track-color: #******;
   scrollbar-darkshadow-color: #******;
   */

}


/*
   GENERAL TEXT SIZES
*/

.smalltext {
   font-size: 10px;
}

.normaltext {
   font-size: 11px;
}

.normaltexthigh {
   font-size: 11px;
   color: #ff0000;
}

.mediumtext {
   font-size: 13px;
   font-weight: bold;
   color: #334C8D;
}

.largetext {
   font-size: 17px;
   font-weight: bold;
   color: #6665ff;
}

.hline {
   color: #c4ceea;
   height: 2px;
}


.featuredtitlecell {
   height: 24px;
   background-color: #6665ff;
   font-size: 11px;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
}

.categoriestitlecell {
   height: 24px;
   background-color: #6665ff;
   font-size: 11px;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
}


input,select,textarea,option {
   /*background-color: #ededed;*/
   font-size: 11px;
   font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
}

.formbutton {
   background-color: #c4ceea;
   color: #000000;
   margin: 1px;
   border: 1px outset #ccb2cc;
   cursor: pointer;
   font-size: 11px;
}

/* ensures no space under mysearch.php searchbox in Firefox */
.searchform {
   display: inline;
   margin: 0px
}


.imageframe {
   border-style: solid;
   border-color: #c4ceea;
   border-width:1px;
}

/*
   GENERAL LINKS
*/

a:link {
   color: #334C8D;
   text-decoration: none
}

a:visited {
   color: #334C8D;
   text-decoration: none
}

a:active {
   color: #334C8D;
   text-decoration: none
}

a:hover {
   color: #990000;
   text-decoration: none
}

/*
   NAVIGATION BULLET STYLE
*/
.navbullet {
   list-style: square;
   color: #283586;
   list-style-position: inside
}

/*
   TOP LEVEL NAVIGATION LINKS
*/
.navbarlink {
   font-family: verdana,arial;
   font-size: 11px;
   line-height: 140%;
   font-weight: bold;

}

a:link.navbarlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.navbarlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.navbarlink {
   color:#334C8D;
   text-decoration: none
}
a:hover.navbarlink {
   /*width: 100%;
   background: #eaeaea;*/
   color:#990000;
   text-decoration: none
}

/*
   SUB LEVEL NAVIGATION LINKS
*/

.subnavbarlink {
   font-family: verdana,arial;
   font-size: 11px;
}

a:link.subnavbarlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.subnavbarlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.subnavbarlink {
   color:#334C8D;
   text-decoration: none
}
a:hover.subnavbarlink {
   color:#990000;
   text-decoration: none
}


/*
   BREADCRUMB NAVLIST LINKS
*/
.navlistlink {
   font-family: verdana,arial;
   font-size: 11px;
   font-weight: normal;
}

a:link.navlistlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.navlistlink {
   color:#334C8D;
   text-decoration: none
}
a:visited.navlistlink {
   color:#334C8D;
   text-decoration: none
}
a:hover.navlistlink {
   color:#990000;
   text-decoration: none
}
