/* Styles for static HTML Pages */

.body_text {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
}

.captionText { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic;
}

.heading {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
color: #006600;
}

.subHead {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #006600;
}

.navText {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic;
}

/* Styles for Link colors */

a:link { 
color: #006600; 
text-decoration: underline; 
}

a:visited { 
color: #006600; 
text-decoration: underline; 
}

a:active { 
color: #FF3333; 
text-decoration: underline; 
}

a:hover { 
color: #3399FF; 
text-decoration: underline; 
}

/* Default style for tables in ECT pages */

TABLE { 
COLOR: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: normal; 
}

/* Style overrides for tables in ECT pages */


/* Add a little breathing space below the TITLE on the PRODUCT page */
div.prodname {
margin-bottom: 8px;
}
/* Add a little breathing space on the top and bottom of the PRICE on the PRODUCT page */
div.prodprice {
margin-top: 8px;
margin-bottom: 4px;
}
/* Add a little breathing space on the top and bottom of the PRICE on the PRODUCT DETAIL page */
div.detailprice {
margin-top: 8px;
margin-bottom: 4px;
}


/* Format the PRODUCT OPTIONS LABEL TEXT on the PRODUCT page */
SPAN.prodoption {
font-size: 11px;
font-weight:normal;
}
/* Format the PRODUCT OPTIONS LABEL TEXT on the PRODUCT DETAIL page */
SPAN.detailoption {
font-size: 11px;
font-style:bold;
}
/* Format the PRODUCT OPTIONS LIST BOX text on the PRODUCT and PRODUCT DETAIL pages */
SELECT.prodoption {
font-size: 11px;
}


/* Change the alignment of the product image on the PRODUCT DETAIL pages */
TD.detailimage {
vertical-align:top
}


/* Format the ALTERNATE CURRENCIES text on the PRODUCT and PRODUCT DETAIL pages */
SPAN.extracurr {
font-size: 10px;
color: #A0A0A0;
}

/* Format the category table cells for the CATEGORY page */
TD.catname {
vertical-align:top
}

/* TOP PAGE NAVIGATION options */

/* Display CATEGORY page navigation area at TOP of pages in gray text */
/* P.catnavigation {
color : #A0A0A0;
} */
/* Display PRODUCT page navigation area at TOP of pages in gray text */
/* P.prodnavigation {
color : #A0A0A0;
} */


/* BOTTOM PAGE NAVIGATION options */

/* Display page navigation area at BOTTOM of pages in bold text*/
P.pagenums {
/* font-size: 12px; */
font-weight: bold;
}
/* Display CURRENT page in page navigation area at BOTTOM of pages in gray text*/
SPAN.currpage {
color: #A0A0A0;
/* font-weight: bold; */
}


/* Change SEARCH, TRACKING and CHECKOUT table colors */
/* background-color = #fff5d7; /* <- Classic Bells pale gold */
/* background-color = #006600;  <-Classic Bells dark green*/
/* background-color = #ffe5a5; <- Classic Bells dark gold*/
/* background-color = #FFFFFF; is white  #000000 is black */

/* table borders */
TABLE.cobtbl {
background-color: #fff5d7;
}
/* table header, footer, body cells */
TD.cobll {
background-color: #fff5d7;
}
/* table row headings */
TD.cobhl {
background-color: #fff5d7;
}

/* If USECATEGORYFORMAT = 3 in INCLUDES.ASP,    */
/* then you can format the colors of the category table */

/* If not explicitly changed, cells are white, borders are black */
/* Make the table borders disappear so entire table white */

/* background-color: #fff5d7;   <- Classic Bells pale gold */
/* background-color: #006600;  <-Classic Bells dark green*/
/* background-color: #ffe5a5;  <- Classic Bells dark gold*/
/* background-color: #FFFFFF;  is white   = #000000;   is black */

/* Alignment of the product image */
TD.catimage {
vertical-align:top
}

/* table borders */
TABLE.cpd {
background-color: #fff5d7;
}
/* table header, footer, body cells */
TD.cpdll {
background-color: #fff5d7;
vertical-align:top;
}
/* table row headings */
TD.cpdhl {
background-color: #fff5d7;
vertical-align:top;
}
/* Product ID header */
/* DIV.cpdhlid {
vertical-align:top;
background-color: #fff5d7;
} */


/* If useproductbodyformat=3 in INCLUDES.ASP,    */
/* then you can format the table cells */

/* DIV.prod3name {
font-weight: bold;
vertical-align:top;
}
DIV.prod3description {
vertical-align:top;
}
DIV.prod3price {
font-weight: bold;
vertical-align:top;
} */

/* Style for Minicart

td.mincart {
font-size: 10px;
font-family : Verdana;
}

p.mincart {
font-size: 10px;
font-family : Verdana;
}

*/
