/*=============================================================
	Print style for
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 100%; height: auto; clear: both; }
#header { width: 700px; height: 120px; display: block; clear: both; border-bottom: 2px solid #d2d2d2; }
#content { width: 700px; height: auto; clear: both; padding: 20px 0; }
#content-left { width: 605px; padding:0;}
#content-right {border-top: 2px solid #d2d2d2; float:left;}



/*=============================================================
	Extras#content-right { width: 295px; float:right; display:block;}
=============================================================*/

#banner, #cta, #nav, #footer { display:none; }
h4 { border:none; clear:both; }
ul.product-list  { width: 700px; border:none; clear:both;}
ul.product-list li  { width: 500px;}
