/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/


@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block;}
.show { display: none;}

body {
	margin: 0;
	padding: 0;
	font: normal 12px/15px "Verdana", Arial, Helvetica, sans-serif; 
	color: #000;
	background: #fff;
}

p { font-size: 12px; margin-bottom: 20px; }
h2, div.heading, div.products-heading, div.specials-heading {	font: bold 16px/20px "Trebuchet MS", Verdana; margin-bottom: 20px; text-transform: uppercase; }
h3 {	font: bold 13px/18px "Trebuchet MS", Verdana; margin-bottom: 20px; text-transform: uppercase; }
ul.list { list-style: square; margin: 0 0 20px 35px; }
ul.list li { font-size: 12px; color: #000; }


/*-------------------- Main Layout ---------------------*/


#container { 	width: 750px;	height: 100%;	 }
#header { display: block;	clear: both; width: 100%; height: 180px; float: left;  }
#search-cart-wrap, #banner, #left-display { display: none; visibility: hidden; }
#page { width: 750px; clear: both; padding-bottom: 20px; float: left; }
#right-display { width: 95%; height: auto; clear: both; }
#footer {	float: left; width: 750px;	clear: both;	border-top: 3px solid #414804; padding-top: 15px; }
#footer p { font-size: 11px; }


/*-- CMS +  Accessories --*/

#specials, #products { width: 100%; clear: both; 	float: left; }
div.specials-box, div.products-box { width: 220px; float: left; height: auto; margin-right: 10px; padding: 0; }
div.details-box { width: 700px; float: left; height: auto; }

table.cart {
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #E6EAC3;
	border-left: 1px solid #E6EAC3;
}

table.cart td {
	font-weight: normal;	
	padding: 5px;
	border-right: 1px solid #E6EAC3;
	border-bottom: 1px solid #E6EAC3;
}

table.cart td.title {
	font-weight: bold;
	color: #fff;	
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #E6EAC3;
	border-bottom: 1px solid #E6EAC3;
}


