/* CSS Document */


/* BODY FONT AND SIZE */
body 
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #9d9c9b;
    margin: 0px; 
	padding: 0;
	background-color: #FFFFFF;
}


/* ANCHOR STYLES */
a { 
color: #c6d920;
font-size: 10pt; 
text-decoration: none;
font-weight: bold; 
}


a:hover { 
color: #9FA3A4; 
font-size: 12pt; 
text-decoration: none;
font-weight: bold;
}


/* TABLE DATA CELL FONT AND SIZE */
td { 
font-size: 9pt;
font-weight: normal;
}


/* SMALL FONT SIZE */
.smfont { 
font-size: 9pt; 
text-decoration: none;
font-weight: normal; 
}


/* LARGE FONT SIZE */
.lgfont { 
font-size: 11pt; 
font-weight: bold; 
}


/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}


/* ACCENTED FONT */
.accent { 
font-style: italic; 
}


/* HIGHLIGHT TEXT */
.highlighttext { 
color: #999999; 
font-weight: bold; 
}


/* ACCENT TEXT */
.accenttext { 
color: #999999; 
font-weight: bold; 
}


/* HEADER FONT COLOR */
.header { 
color: #999999; 
font-weight: normal; 
text-align : center; 
font-size : 14px; 
}


/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: #999999; 
}


/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid; 
border-color: #999999; 
}


/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #FFFFFF; 
font-weight: bold;
background-color: #9FA3A4;
border: 1px solid;
border-color: #CCCCCC;
padding: 2px; 
}


.orderlink { 
color: #FFFFFF; 
font-weight: bold;
background-color: #9FA3A4;
border: 1px solid;
border-color: #CCCCCC;
padding: 2px; 
}


/* SALE AND ERROR COLOR */
.salecolor { 
color: #f8a8b8; 
}


/* HORIZONTAL LINE LINK */
.linecolor { 
height: 1px;
width: 100%;
color: #CCCCCC;
}


/* LINE TABLE */
.linetable { 
border: 1px solid ; 
}


/* LINE TABLE CELL */
.linecell { 
border: 0px solid ; 
}


/* PRODUCT LINK */
.itemcolor { 
color: #9FA3A4; 
text-decoration: bold;
font-weight: bold;
}


a.itemcolor:hover { 
color: #c6d920; 
text-decoration: none;
font-weight: bold;
}


/* PAGE LINK */
.pagelinkcolor { 
color: #c6d920;
font-size: 10pt;
text-decoration: none;
font-weight: bold;
}


a.pagelinkcolor:hover { 
color: #999999; 
font-size: 10pt;
text-decoration: none;
font-weight: bold;
}


/* FEATURED ITEMS */
.featurecolor { 
color: #c6d920; 
text-decoration: none; 
}


a.featurecolor:hover { 
color: #6de4f2; 
text-decoration: none; 
}


/* EMAIL FRIEND LINK */
.emailcolor { 
color: #c6d932; 
text-decoration: none; 
}


a.emailcolor:hover { 
color: #6de4f2; 
text-decoration: none; 
}


/* RELATED ITEM LINK */
.relatedcolor { 
color: #c6d920; 
text-decoration: none; 
}


a.relatedcolor:hover { 
color: #6de4f2; 
text-decoration: none; 
}


/* POP UP LINK */
.popupcolor { 
color: #c6d920; 
text-decoration: none; 
}


a.popupcolor:hover { 
color: #6de4f2; 
text-decoration: none; 
}


/* DRILL DOWN LINK */
.drilldown { 
color: #c6d920; 
text-decoration: none; 
}


a.drilldown:hover { 
color: #999999; 
text-decoration: none; 
}


/* VIEW CART LINK */
.cartcolor { 
color: #c6d920; 
font-size: 10pt;
text-decoration: none;
font-weight: normal;
}


a.cartcolor:hover { 
color: #999999; 
font-size: 10pt;
text-decoration: none;
font-weight: normal; 
}


/* MAIN CATEGORY LINK */
.catcolor { 
color: #c6d920; 
font-size: 10pt;
text-decoration: none;
font-weight: bold; 
}


a.catcolor:hover { 
color: #999999; 
font-size: 10pt;
text-decoration: none; 
font-weight: bold;
}


/* SUBCATEGORY LINK */
.subcatcolor { 
color: #c6d920;
font-size: 10pt; 
text-decoration: none;
font-weight: normal;
}


a.subcatcolor:hover { 
color: #999999; 
font-size: 10pt;
text-decoration: none;
font-weight: normal;
}


/* END CATEGORY LINK */
.endcatcolor { 
color: #c6d920; 
font-size: 10pt;
text-decoration: none;
font-weight: normal; 
}


a.endcatcolor:hover { 
color: #999999; 
font-size: 10pt;
text-decoration: none;
font-weight: normal; 
}


/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 0; margin-bottom: 20; 
}
