/* ----- THE MAIN SECTION ----- */
/* ----- THIS SHOULD BE THE ONLY font-family SETTING ----- */
/* ----- THIS FONT CAN NEVER BE SMALLER THAN 12PX ----- */
BODY, TABLE, TH, TD, P, DIV, A { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
BODY { background-color: #FFFFFF; }

/* ----- hyperlinks ----- */
A:Link, A:Visited { text-decoration: underline; color: #9DBAD8; font-weight: bold; }
A:Active, A:Hover, A:Visited:Hover { text-decoration: none; color: #9DBAD8; }

/* ----- text navigation and shopping cart categories ----- */
.navelem { font-size: 10px; font-weight:bold; color: #D6E4FB; }
A.navelem:Link, A.navelem:Visited { font-weight:bold; text-decoration: underline; color: #D6E4FB; }
A.navelem:Active, A.navelem:Hover, A.navelem:Visited:Hover { text-decoration:none; color: #FFFFFF; }

/* ----- these are the main website colors, TH is used by the catalog ----- */
.color1, TH { background-color: #2766AB; color: #FFFFFF; }
.color2 { background-color: #FFFFFF; color: #2766AB; }
.color3 { background-color: #666699; color: #CCCCCC; }

/* ----- miscellaneous text modifiers ----- */
.header { font-size: 16px; font-weight: bold; color: #666666; }
.btext { font-size: 16px; color: #CCCCCC font-weight: bold; }
.stext { font-size: 10px; color: #9DBAD8 }

/* ----- button (add to cart, etc.) should be colors of color1 ----- */
.button,A.button,A.button:visited,A.button:active,A.button:hover,A.button:visited:hover
{
   background-color:#CCCCCC;
   color: #333333;
   font-size: 12px;
   font-weight:bold;
   text-decoration: none;
   padding: 1px 5px;
}


/* ----- button hover color should be a the opposite of color1 ----- */
A.button:hover, A.button:visited:hover{ background-color: #333333; color: #CCCCCC; }


/* ----- button border info ----- */
span.button { border: 1px solid #000000; padding: 0px; }

/* ----- DO NOT CUSTOMIZE (most of the time) ----- */

TABLE.listings { width: 575px; }

.listing { }

.item { }

.sub_cat { font-size: 13px; font-weight: bold; text-align: left; } /* Netscape bug fix - don't delete*/

.subtot { background-color: #EEEEEE; }

INPUT.cart { font-size: 10px; }

.sale_price { font-weight: bold; color: #FF0000; }

.category_description { }

/* ----- BizApp Auto-Inserted Styles Below ----- */