html{
	height: 100%;
}
body { 
font-family: Arial, Helvetica, sans-serif; 
margin: 0px; 
padding: 0px; 
background-image: url('../img/Wooden_background_lg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top,left; 
width: 100%;
height: 100%;
min-height: 100%;
}

body a { color: #999999; font-size: 12px; text-decoration: none; }
form { margin: 0px; padding: 0px; }
img{ border:0px;}

#header, #main, #footer { background-color: #FFFFFF; margin: 0px 0px; width: 900px; }

.cleaner { clear: both; }

/* WRAPPER */
#wrapper {
	height: auto;
	min-height:100%;
	
 }

/* WRAPPER - END */

/* HEADER */
#header { padding: 10px 0px 0px; text-align: right; margin: 0 auto;}
#header a { font-weight: bold; margin: 0px 5px; text-transform: uppercase; }
#header b { color: #666666; }
#header input { font-size: 11px; margin:0 5px 0 -5px; }
#header .submit { color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; border: 0px none; background: transparent none; cursor: pointer;}

/* HEADER - END */

/* SUBHEADER */
#subheader { 
position: absolute; 
top: 50px;
left: 0px;

background-color: #1B3763; 
height: 100px; 
width:100%; 
}
/* SUBHEADER - END */

/* MAIN */
#main { padding-top: 120px;
margin: 0 auto;
min-height:100%;
height:100%;
}

/* MAIN - END */



/* LEFT NAVIGATION */
#leftnavigation { float: left; width: 190px; }
#leftnavigation-content { padding: 5px 10px; text-transform: uppercase; }
#leftnavigation-content ul { list-style-type: none; margin: 0px; padding: 0px; }
#leftnavigation-content li { list-style-type: none; margin: 5px 0px 0px 0px; padding: 0px; }
#leftnavigation-content a { font-weight: bold; }
#leftnavigation-content div { color: #666666; font-size: 14px; }
/* LEFT NAVIGATION - END */

/* CONTENT WRAPPER */
 /* **NOTE** MAKE SURE TO MAKE THE MARGIN-LEFT MATCH OR  HIGHER THAN THE WIDTH OF THE LEFT NAVIGATION */
#contentwrapper { 
   border-left: 2px solid #AFAFAF;
   margin-left: 190px;
   vertical-align: top;
   min-height:100%;
   height: auto;
}
/* CONTENT WRAPPER - END */

/* ACTUAL CONTENT */
#content-body { font-size: 11px; line-height:14px; padding:0px; }
#content-body a { font-size: 11px; }
#content-body input, #content-body select { font-size: 11px; }
/* ACTUAL CONTENT - END */

/* BREADCRUMBS */
#breadcrumbs1 { display: none; }
#breadcrumbs { border-bottom: 1px solid #AFAFAF; color: #999999; font-size: 12px; padding: 4px; text-transform: uppercase; }
#breadcrumbs a { text-decoration: underline; }
/* BREADCRUMBS - END */

/* FOOTER */
#footer { border-top: 2px solid #AFAFAF; clear: both; height: 40px; text-align: right;  margin: 0 auto; }
#footer a { font-weight: bold; margin: 0px 5px; text-transform: uppercase; }
/* FOOTER - END */

/* NAVIGATION HIGHLIGHT 
body#aboutus a#aboutusnav, body#storeloc a#storelocnav, body#abtlkbk a#abtlkbknav, body#abtseen a#abtseennav, body#abtmedia a#abtmedianav, body#abtvideo a#abtvideonav, body#careers a#careersnav, body#abtaffl a#abtafflnav, body#abtnews a#abtnewsnav { color: #526993; font-size: 12px; }*/
/* NAVIGATION HIGHLIGHT - END*/

/* CUSTOM CLASSES */
/* hdl is used for main headlines instead of h1 etc. */
.hdl{
	font-weight:bold;
	font-size:14px;
}

/* hdl2 is the next level headline after hdl */
.hdl2{
	font-weight:bold;
	font-size:12px;
	margin:7px 0 2px;
}

.grey{
	color:#888888;
}

/* outputs text in italic style */
.itc{
	font-style:italic;
}

/* outputs text in bold */
.bold{
	font-weight:bold;
}

.upper {
 text-transform: uppercase;
}


/* formats disabled input fields to show red error messages; initially hidden, use jQuery to edit the style to display */
input.error {
	color: red; border: 0px none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background: transparent none; visibility: hidden;
}

.txterror { color: red; }

.txtright { text-align:right !important; }

.txtleft { text-align: left !important; }

.txtcenter { text-align: center !important; }




table.mainlist
{
 width: 100%;
 border-collapse: collapse;
 table-layout:fixed;
}

table.mainlist th
{
 border-bottom: 1px solid #999999;
 font-size: 12px;
 color: #888888;
}


th.mainlist
{
	border-bottom: 1px solid #999999;
	color: #888888;
	font-size: 10pt;
}

td.mainlist
{
	font-size: 10pt;		
}

button, input.button
{
 border: 1px solid #666666;
 background-color: #666666;
 text-transform: uppercase;
 color: #ffffff;
 font-weight: bold;
 font-size: 10px;
 margin-right: 2px;
 margin-left: 2px;
}

button.disabled, button[disabled], input.button[disabled] { 

	background-color: #F5F4EA;
	color: #999999;
	border-color: #666666;
}

/* padding for google search results div */
#cse-search-results {
	padding-left: 25px;
}





/* CUSTOM CLASSES - END */

/* MY ACCOUNT*/
.accountleft{
	width:50%;
	float:left;
	padding:20px;
}
.accountright{
	width:50%;
}
.mrgnright{
	margin-right:50px;
}
.nowrap{
	white-space:nowrap;
}

/* MY ACCOUNT - END */

/* SHOPPING CART */

table.cart .itmdesc
{
 font-weight: bold;
 font-size: 12px;
}

.itmdesc
{
 font-weight: bold;
 font-size: 12px;
}

table.cart td
{
 padding-top: 10px;
 padding-bottom: 10px;
}

table.cart tr.total_row td
{
 border-bottom: 1px solid #999999;
 border-top: 1px solid #999999;
}
/* SHOPPING CART - END */


/* MINICART */


#minicart
{
	position: absolute;
	top: 150px;
	left: 800px;
	width: 200px;
	display: none;
	border: 1px solid #000000;
	background-color: #DDE5F1; /* light grey-blue */
	color: black;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 5px;
	font-size: 11px;
	z-index: 999;
}

.minicart_item
{
	font-size: 11px; 	
	border-collapse: collapse;
	width: 100%;
	border: 1px dotted #333333;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

.minicart_item tr
{
	padding: 0px;
	margin: 0px;	
}

.minicart_item td
{
	vertical-align: top;	
	padding: 3px;
	margin: 0px;
}

.minicart_item_details td
{
	padding: 0px;
}

.minicart_item img
{
	margin: 3px;
}

.minicart_item table
{
	width: 100%;	
}

#minicart_itemcount { float: left; }
#minicart_subtotal { float: right; }
.minicart_spacer { clear: both; height: 10px; }
#minicart button { width: 200px; }

/* MINICART - END */

/* EMAIL POPUP */


#ePopUp {
	position: absolute;
	top: 100px;
	left: 750px;
	width: 200px;
	border: 1px solid #000000;
	display: none;
	background-color: #DDE5F1; /* light grey-blue */
	color: black;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 15px;
	font-size: 11px;
	z-index: 999;
/*
	border: 2px dashed DarkBlue;
*/
}

.epopup_item
{
	font-size: 11px; 	
	border-collapse: collapse;
	width: 100%;
	border: 1px dotted #333333;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

.epopup_item tr
{
	padding: 0px;
	margin: 0px;
}

.epopup_item td
{
	vertical-align: top;	
	padding: 3px;
	margin: 0px;
}

.epopup_item_details td
{
	padding: 0px;
}

.epopup_item img
{
	margin: 3px;
}

.epopup_item table
{
	width: 100%;	
}

.epopup_spacer { clear: both; height: 10px; }
#ePopUp button { width: 200px; }

/* EMAIL POPUP - END */

/* WISHLIST */
#selwlform, #selwlform a{
	font-size: 11px;
}	
/* WISHLIST - END */

/* TOP SELLERS */
table.tpsllr td
{
 vertical-align: top;
}


/*TOP SELLERS - END */

.keys { font-size: 12px; }

.nondisp { display: none; }

.noprint{ display: none; }