/*=============================================================
	Print style for
=============================================================*/

@import url("screen.css");
@import url("stylish-radio.css");
@import url("stylish-select.css");
@import url("navigation.css");
@import url("boxy.css");
@import url("content.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: 750px; height: 170px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; padding:0; margin:0 0 20px 0;}
#logo { margin: 0 0 10px 0; float:left;}
#copy { padding:0; margin:0; }
#column2 h1 { font-size:20px; margin-bottom:25px;}
#column2 h2 { font-size:16px; margin:20px 0;}
#header-contact { float: left; padding-left:270px; margin-top:35px; }

#banner { margin-bottom:25px;}
#add-a-product ul li { border-bottom: 1px solid #d2d2d2; clear:right;}
#add-a-product h3 { clear:both;}
#add-a-product ul li ul li { border: 1px dashed #d2d2d2;}


/*=============================================================
	Extras
=============================================================*/

#navigation, #login-chat-cart,  #column1, #footer, #latest-news, #ctas, #ctas2, #footer-container, #freight-options, #quantity, #product-payment-panel button  { display:none; }
