/*=============================================================
	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: 100%; height: 100px; display: block; clear: both; border-bottom: 1px solid #d2d2d2; }
#content { width: 100%; height: auto; clear: both; padding: 30px 0;}
#content-right { width: 100%; float:left; padding:0; clear: both; margin-bottom:25px; }
body#homepage #text { width: 100%; float:left;}
#footer { width: 100%; border-top: 1px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }
h1 { margin-bottom:25px;}

/*=============================================================
	Extras
=============================================================*/

ul#nav, #cartarea, #flash-container, ul.category-nav  { display:none; }
ul.tab {margin: 0 0 25px 0px;}
ul.tab li {border: 1px dotted #5b1e35;}
ul.product-listing { width: 130px; }
#product-pic { width:170px;}
.special-desciption { width: 500px;}
.cascade { width: 320px;}