/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");


.hidden { display: inline-block;}
.show { display: none;}
b { color: #000; }

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 100%; height: 100%; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 5px solid #000; }
#mainpage { width: 730px; height: auto; float: left; clear: both; padding: 20px 0; }
.right { width: 730px; height: auto; display: block; }
#footer { width: 750px; border-top: 5px solid #000; padding-top: 10px; clear: both; }
#footer p { margin: 0; text-align: center; }

/* -- extras -- */

ul#nav, #logo, #cart, .left, #flash { display: none; }
input, form.cmxform input, textarea, form.cmxform textarea, select { border: 1px solid #242528; }
form.cmxform input.send, input.send { color: #7f0e67; background: none; border: 2px solid #4e053f; width: auto; height: 23px; text-decoration: underline; padding: 2px 5px; }
ul.listings, ul.listings2 { width: 700px; }
ul.listings li, ul.listings2 li { border: 1px solid #000; margin: 0 30px 20px 0; height: 350px; }
ul.listings li .pic, ul.listings2 li .pic { margin-bottom: 10px; }
ul.compare-products { border: 1px solid #222; }
.info, span.full-desc { height: auto;}
.next { display: none; }