/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");
@import url("cms-layout.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: inline-block; }
.show { display: none;}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 20px;
	color: #323232;
}

p, h1, h2, h3, h4, ul.list { margin-bottom: 20px; }
p, ul.list li { font-size: 1.2em; }
h1 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #000;}
h2 { font-size: 1.4em; line-height: 20px; font-weight: bold; color: #000;}
h3 { font-size: 1.3em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; }
h5, h6 { font-size: 1.2em; font-weight: bold; color: #000; margin-bottom: 0;}
ul.list { list-style: square; margin-left: 30px; }


/*-------------------- Main Layout ---------------------*/


#container, #fullpage-wrap { width: 100%; height: 100%; float: left; }
#header { width: 750px; height: 130px; float: left; clear: both; border-bottom: 5px solid #7EBF18; }
#page { width: 750px; height: auto; float: left; clear: both; padding: 20px; overflow: hidden; }
#left { float: left; width: 220px; overflow: hidden; border-right: 1px solid #7EBF18; margin-right: 5px; }
#right { float: right; width: 520px; height: auto;  }
div.footer { width: 750px; border-top: 5px solid #7EBF18; padding-top: 10px; clear: both; text-align: center; }
div.footer p { font-size: 1.1em; line-height: 11px; text-align: center; }

/* extras */
div.displaybox { float: left; width: 230px; height: auto; padding: 10px 0; margin-right: 5px; }
div.contents { width: 510px; padding: 25px 0; float: left; clear: both; }
div.cart, div.cart1, div.cart2 { display: none; }
