body {
	background: #fff ;
	color: #333;
	margin: 0px; padding: 0px;
	height: 100%; width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
a:link, a:visited, a:active{
	color: #EC6852;
	text-decoration: none;
	font-size: 12px;
	}
a:hover {text-decoration: underline;}

h1 { font-size:18px; font-weight: bold;}
h2 { font-size:16px; font-weight: bold;} /* also used in common files*/
h3 { font-size:14px; font-weight: bold}
h4 { font-size:12px; font-weight: bold;}
h5 { font-size:10px; font-weight: bold;}

input, select { font-size:12px; vertical-align: middle; margin: 2px;}

hr { height: 1px; color: #ECA498; background-color: #ECA498;}

p, li, dd { font-size:12px ; line-height: 1.3em;}
li { list-style: square outside;}
table, form {margin: 0; padding: 0;}

/*---------------------site specific------------------------*/

#search .textfield {margin: 0 2px; background: #ECDEC6; border: 1px solid #666;}  

#search .submit {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
 	}

.content {padding: 10px; background: #fff; }
.cc {width: 140px;}
.cc img {margin: 2px;}


.cat_nav {color: #333; background: #fff; /*/*/border-bottom:4px solid #ECA498;/**/ padding-right: .25em;margin: 0;}

.cat_nav a:link, .cat_nav a:visited {
	color: #666;
	background: #fff;
	text-align: center;
	font: bold 12px/16px Arial, helvetica, sans-serif;
	/*/*/
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	padding: 3px 5px 1px 5px;
	margin: 1px 2px 2px 1px;
	text-decoration: none;
	/**/
	}
	
*html .cat_nav a:link, *html .cat_nav a:visited {
	display: inline-block;
	padding: 3px 5px 1px 5px;
	margin: 1px 2px 0 1px;
	}
.cat_nav a:hover {
	color: #000;
	background: #fff url(img/plaid.jpg);
	}

.leftrail {
	background: #ECDEC6 url(img/ltrail.gif) no-repeat top right; 
	border-right: 1px solid #666; 
	text-align: center; 
	margin: auto;
	font-size: 11px;}

a.nav:link, a.nav:visited {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	/*/*/text-decoration: none;
	border-bottom: 1px dotted #666;
	width: 90%;
	display: block;
	margin: 10px auto -10px auto;/**/
}
a.nav:hover {
	color: #000; 
	border-bottom:1px dotted #000; 
	background: url(img/cat_nav_bg.gif) no-repeat center right;
	}

.rtrail {background: url(img/plaid.jpg); border-left: 1px solid #333; padding-top: 1em; }
.specials {
	/*/*/padding: 3px;/**/ 
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
	}
.specials img {border: 2px solid #333;}

.SPECIALS_PRODUCT_NAME {color:#333; font: bold 14px Geneva, Arial, Helvetica, sans-serif;}
.SPECIALS_PROMOTTEXT {color:#333; font: 12px Geneva, Arial, Helvetica, sans-serif;}
.SPECIALS_DESCRIPTION {color:#333; font: 12px Geneva, Arial, Helvetica, sans-serif;}
.SPECIALS_PRICE {color:#333; font: bold 12px Geneva, Arial, Helvetica, sans-serif;}

/*-------------------all header pages---------------------------*/
.pagetitle {font-weight:bold; font-size: 18px; text-align: left;}
.policy_head {font-weight:bold; font-size: 14px; border-bottom: 1px solid #000;}

/*-------------------all custom pages---------------------------*/
.cust {} /* covers entire block*/
.cust_img{}

/*-------------------thumbnail pages----------------------------*/
.breadcrumbs {font-weight:bold; font-size: 11px; color: #333; text-align: right;}
a.breadcrumbs:link, a.breadcrumbs:visited {font-weight:bold; font-size: 11px; color: #333; text-decoration:none;}
a.breadcrumbs:hover {text-decoration:underline;}

.cat_image {} /* for top image, not products */
a.click:link, a.click:visited {font-size: 11px;}
a.click:hover {}

.cat_descript {}

a.subcat:link, a.subcat:visited {font-weight:bold; font-size: 16px;}
a.subcat:hover {}

.prod_shelf_none{}

.cat_prod_link {text-align: left;}
a.cat_prod_link:link, a.cat_prod_link:visited {font-weight:bold; font-size: 14px; }
a.cat_prod_link:hover {}

.prod_shelf_descript {font-size: 12px; line-height:1.5em;}
.prod_sku {}
.prod_brand {}

/*.cat_price_cell { text-align: left;width: 15%;}*/
.pricetable {}
.cat_listprice {}
.cat_ourprice {}
.cat_saleprice {}
.buynow {} /*this is a submit button*/
.next {font-weight:bold; font-size: 12px;}

/*--------------------product-------------------------------------*/
.product_name {font-weight:bold; font-size: 14px; text-align:center;}

.product_descript, brand, sku {font-size: 12px; line-height:1.5em;}
.checkout {font-size: 12px;}
.listprice, .ourprice, .saleprice, .saveprice, .priceonrequest {
	font-size:12px;	}
.headerrow, itemrow {font-size:12px;}
.itemrow a:link, .itemrow a:visited {color: #000;}
.detailsheaderrow {font-size:12px;}

/*--------------------footer---------------------------------------*/
.footer {
	background-color:#fff;
	border-top: 4px solid #ECA498;
	color:#ccc;
	height: 10px;
	text-align:center;
	font: normal 10px/12px Verdana, Helvetica, sans-serif;
	padding-top: 5px;
	}
.footer a:link, .footer a:visited {font-size: 10px; text-decoration: none; color:#ccc; font-weight: bold;}
.footer a:hover { text-decoration: underline; color:#ccc;}

