/*=============================================================
	Print style for
=============================================================*/

@import url("global.css");


.hidden { display: block;}
.show { display: none;}

body { font: normal 62.5%/18px "Arial"; color: #333; background: #fff; }


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 740px; height: auto; display: block; clear: both; }
#header { width: 740px; height: 120px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#mainpage { width: 740px; height: auto; clear: both; padding: 20px 0; }
#right-contents, .contents { width: 720px; height: auto; float: left; display: block; }
#footer { width: 740px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/*=============================================================
	Extras
=============================================================*/

ul#nav, #banner, #cart, #catalogue, #address, .secure, ul.listing fieldset.hidden { display: none; }
table.cart, table.cart td { border: 1px solid #d2d2d2; }
.cascade { margin: 0 5px!important; }