/* BODY FONT AND SIZE - item heading, body text, overrides heading color, arrows */
body { 
font-family: Verdana; 
font-size: 11pt; 
color: #666666; 
background-color: #FFFFFF; 
margin: 0px; 
}

/* ANCHOR STYLES - site map links, any linked text */
a { 
color: #333333; 
text-decoration: none; 
}

a:hover { 
color: #999999; 
}

/* TABLE DATA CELL FONT AND SIZE */
td { 
font-family: Arial, Verdana; 
font-size: 10pt; 
}

/* SMALL FONT SIZE - search text */
.smfont { 
font-size: 10pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 12pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: normal; 
font-weight: normal;
 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
color: #000000; 
font-weight: normal; 
}

/* ACCENT TEXT */
.accenttext { 
color: #333333; 
font-weight: normal; 
font-size: 12pt; 
}

/* HEADER FONT COLOR */
.header { 
color: #CCCCCC; 
font-weight : bold; 
text-align : center; 
font-size : 16px; 
font-family: "Century Gothic", Verdana, Arial; 
text-decoration: none; 
; margin-bottom: 0px; padding-bottom: 0px
}

/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: #333333; 
}

/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid #C98C9E; 
border-collapse: collapse; 
}

/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #333333; 
font-weight: bold; 
background-color: #999999; 
border-color: #333333; 
border: 1px solid; 
}

.orderlink { 
font-weight: bold; 
color: #333333; 
background-color: #cccccc; 
border-color: #333333; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}

/* SALE AND ERROR COLOR */
.salecolor { 
color: #A44863;
font-weight : bold;  
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: ; 
height: 1px; 
width: 100%; 
}

/* LINE TABLE */
.linetable { 
border: 1px solid ; 
border-collapse: collapse; 
}

/* LINE TABLE CELL */
.linecell { 
border: 1px solid ; 
}

/* PRODUCT LINK */
.itemcolor { 
color: #333333; 
font-weight: bold; 
}

a.itemcolor:hover { 
color: #999999; 
font-weight: bold; 
}

/* PAGE LINK - web page menu*/
.pagelinkcolor { 
color: #666666; 
font-weight: normal; 
}

a.pagelinkcolor:hover { 
color: #999999; 
font-weight: normal; 
}

/* FEATURED ITEMS */
.featurecolor { 
color: #333333; 
font-weight: bold; 
}

a.featurecolor:hover { 
color: #C98C9E; 
font-weight: bold; 
}

/* EMAIL FRIEND LINK */
.emailcolor { 
color: #666666;
font-weight: bold;  
}

a.emailcolor:hover { 
color: #333333; 
font-weight: bold; 
}

/* RELATED ITEM LINK */
.relatedcolor { 
color: #333333; 
}

a.relatedcolor:hover { 
color: #C98C9E; 
}

/* POP UP LINK */
.popupcolor { 
color: #333333; 
}

a.popupcolor:hover { 
color: #C98C9E; 
}

/* DRILL DOWN LINK - breadcrumbs */
.drilldown { 
color: #999999; 
text-decoration: none; 
}

a.drilldown:hover { 
color: #333333; 
}

/* VIEW CART LINK */
.cartcolor { 
color: #333333; 
text-decoration: none; 
font-weight: bold; 
}

a.cartcolor:hover { 
color: #999999; 
text-decoration: none; 
font-weight: bold; 
}

/* MAIN CATEGORY LINK - shopping cart menu*/
.catcolor { 
color: #333333; 
text-decoration: none; 
font-weight: bold; 
}

a.catcolor:hover { 
color: #999999; 
text-decoration: none; 
font-weight: bold; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #999999; 
text-decoration: none; 
font-weight: normal; 
}

a.subcatcolor:hover { 
color: #333333; 
text-decoration: none;
font-weight: normal;  
}

/* END CATEGORY LINK */
.endcatcolor { 
color: #333333; 
text-decoration: none; 
; border-color: #FFFFFF #FFFFFF #CCCCCC; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px
}

a.endcatcolor:hover { 
color: #999999; 
text-decoration: none; 
}

/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 10; margin-bottom: 10; 
}

/* BUTTON SETUP FOR USE WITH %PAGES_TABLE% OR %NAVBAR_TABLE% */
td.buttoncell { 
border: 1px solid #333333; 
background-color: #DCDDE2; 
color: #333333; 
}

td.buttoncell a { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #DCDDE2; 
display: block; 
}

td.buttoncell a:hover, td.buttonactive a:hover { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #CCCCCC; 
display: block; 
}

td.buttonactive { 
border: 1px solid #333333; 
background-color: #C98C9E; 
color: #333333; 
}

td.buttonactive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #f4f4f4; 
display: block; 
}

/* TAB CELL STYLE FOR USE WITH %PAGES_TABS% OR %NAVBAR_TABS% */
td.tabcell { 
border-top: 1px solid #333333; 
border-left: 1px solid #333333; 
border-right: 1px solid #333333; 
background-color: #DCDDE2; 
color: #333333; 
}

td.tabcell a { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #DCDDE2; 
display: block; 
}

td.tabcell a:hover, td.tabactive a:hover { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #CCCCCC; 
display: block; 
}

td.tabactive { 
border-top: 1px solid #333333; 
border-left: 1px solid #333333; 
border-right: 1px solid #333333; 
background-color: #C98C9E; 
color: #000000; 
}

td.tabactive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #C98C9E; 
display: block; 
}

/* BAR CELL STYLE FOR USE WITH %PAGES_BAR% OR %NAVBAR_BAR% */
table.bar { 
border-top: 1px solid #333333; 
border-bottom: 1px solid #333333; 
background-color: #DCDDE2; 
}

td.barcell { 
background-color: #DCDDE2; 
color: #333333; 
}

td.barcell a { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #DCDDE2; 
display: block; 
}

td.barcell a:hover, td.baractive a:hover { 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
background-color: #CCCCCC; 
display: block; 
}

td.baractive { 
background-color: #C98C9E; 
color: #000000; 
}

td.baractive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #C98C9E; 
display: block; 
}

.lineRight {  border-color: #FFFFFF #CCCCCC #FFFFFF #FFFFFF; border-style: dotted; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.lineLR { border-color: #FFFFFF #CCCCCC; border-style: dotted; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; line-height: 18px}
.space5 {  font-size: 1px; line-height: 5px}
.formBox {  background-color: #FFFFFF; border: #B49F96; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.headerLeft { color: #CCCCCC; font-weight : bold; font-size : 16px; font-family: "Century Gothic", Verdana, Arial; text-decoration: none; ; margin-bottom: 0px; padding-bottom: 0px }
.mainTextJust {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #666666; text-align: justify}
.headerSubRight { color: #333333; font-weight : bold; font-size : 14px; font-family: "Century Gothic", Verdana, Arial; text-decoration: none; ; margin-bottom: 0px; padding-bottom: 0px ; text-align: right}

