/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");


img { border: none;}
.hidden { display: block;}
.show { display: none;}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 18px;
	color: #333;
	background: #fff;
}

h1, h2, h3, h4, h5 { color: #000; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 750; height: 100%; float: left; }
#cta, #header, div.banner { display: none; visibility: hidden; }
#page { width: 750px; height: auto; clear: both; border-top: 3px solid #0a1f4a; padding: 20px 0; }
#left-panel { width: 460px; float: right; padding-left: 10px; border-left: 2px solid #d2d2d2; display: block; }
#right-panel { width: 265px; padding-right: 10px;  float: left; display: block; font-size: 9px; }
#footer { width: 750px; border-top: 3px solid #0a1f4a; padding-top: 10px; clear: both; }
#footer p { font-size: 11px; text-align: center; margin: 0; }

/* -- extras -- */

#products #left-panel { width: 730px; border: none; }
#products #right-panel { display: none; }