/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0; }

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: #000;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; text-align: left; }
p, ul.list li { font-size: 12px; }
h1 { font-size: 3.6em; line-height: 20px; font-weight: normal; font-family: "arial";}
h2 { font-size: 2em; line-height: 20px; font-weight: normal; font-family: "arial"}
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
ul.list { list-style: square; margin-left: 35px; }

/*-------------------- Main Layout ---------------------*/


#container {  width:100%; height: 100%; float: left; }
#right { display: none; }
#main-header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 5px solid #000; }
#page-wrap, #main-displayarea, div.contents { width: 750px; height: auto; clear: both; float: left; }
#page-wrap { padding: 20px 0; }
#footer { width: 750px; height: auto; clear: both; }
#footer-nav p { font-size: 1.1em; margin-top: 10px; }
#store h2 { font-size:12px; margin-bottom:0;}
#footer .hidden { display: none;}

/* extras */
#home #page-wrap, #home #main-displayarea, #home div.contents { display: none; }
#home #right { width: 750px; height: auto; clear: both; display: block; float: left; margin-top: -200px; }
#home #right  p { margin-top: 0; }
#home #right #scrollable { display: none; visibility: hidden; }