/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.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: 17px;
	color: #000;
}

p, h1, h2, h3, h4, h5, h6, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; }
h1 { font-size: 2em; line-height: 27px; font-weight: bold; color: #44002C; }
h2 { font-size: 1.6em; line-height: 20px; font-weight: bold; color: #44002C;}
h3 { font-size: 1.5em; font-weight: bold; }
h4 { font-size: 1.4em; font-weight: bold; }
h5 { font-size: 1.3em; font-weight: bold; }
h6 { font-size: 1.2em; font-weight: bold; }
ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.1em; }

/*-------------------- Main Layout ---------------------*/


#container {  width: 100%; height: 100%; float: left; }
#header { width: 100%; height: 120px; display: block; clear: both; border-bottom: 3px solid #A2CB53; }
#page { width: 750px; height: auto; clear: both; float: left;}
#contents { width: 750px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 100%; border-top: 3px solid #A2CB53; padding-top: 10px; clear: both; text-align: center; }
#footer p { font-size: 1.1em; text-align: center; }
div.logo, div.navigation, div.banner, #left { display: none; visibility: hidden; }
/* Product-display */
table.display { height: 150px; border: 1px solid #9F6189; float: left; margin-right: -1px; margin-top: -1px; }
table.display td {	padding: 5px; vertical-align: top; line-height: 14px; }
table.display td.spaced { padding-top: 15px; }
table.display td a#ordernow { background: #A2CB53; width: 210px; height: 10px; padding: 5px 10px; display: block; color: #310120; font-weight: bold; text-align: center; text-decoration: none; }
table.display td a#ordernow:hover { background: #E6B8DB; color: #000; text-decoration: none;}