/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");
@import url("cms-layout.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: "Tahoma", 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: 1.2em; }
h1 { font-size: 2em; line-height: 20px; font-weight: bold; color: #000;}
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #000;}
h3 { font-size: 1.4em; font-weight: bold; color: #000; }
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: auto; float: left; }
#header { width: 750px; height: 150px; display: block; clear: both; border-bottom: 5px solid #FAB200; }
#page { width: 750px; height: 100%; clear: both; padding: 20px 0; }
#page a strong { color: #e4218b; }
#left-contents { width: 500px; height: auto; float: left; padding-right: 10px; border-right: 2px solid #d2d2d2; }
#right-featured { width: 200px; height: auto; float: right; padding: 0 10px; }
#footer { width: 750px; height: auto; clear: both; }
div.footer-logos { width: 750px; border-bottom: 5px solid #FAB200; clear: both; }
#footer p { text-align: center; padding-top: 10px; margin-bottom: 5px; }
#footer a { margin: 0 5px; text-decoration: none; }

/* extras */

.shrink { display: none; }
.bor { border: 1px solid #d2d2d2; }
.breakline { clear: both; height: 1px; width: 98%; display: block; border-top: 2px solid #c5c5c5; border-left: none; border-right: none; border-bottom: none; margin: 20px 0; }
table.links td { border: 5px solid #d2d2d2; }
table.listings, table.cart { border: 1px solid #d2d2d2; }
td.name { font-weight: bold; border-bottom: 2px solid #d2d2d2; }
td.button { border-top: 2px solid #d2d2d2; }

div.box { width: 170px; height: 70px; padding: 10px; clear: both; margin-bottom: 20px; border: 5px solid #d2d2d2; }
.boximg { float: left; display: block; }
div.box p { width: 90px; float: right; padding-left: 10px; font-size: 1.1em; line-height: 13px; margin-bottom: 0; }


