html,body{
	padding: 0px; 
	width: 100%;
	margin: 0px;
	height:100%;
}
body {
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #cccccc;
	color: #333333;
	font-size: 12px;
}

body a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
form { 
	margin: 0px; 
	padding: 0px 30px 0px 0px; 
}
img{ 
	border:0px;
}

#header, #main, #footer {
	background-color: #cccccc;
	margin: 0px 0px;
	width: 900px;
}

.cleaner { 
	clear: both; 
}

/* WRAPPER */
#wrapper {
	margin: 0 auto;
	text-align:left;
	position: relative;
	width:900px;
	height: 100%;
}

/* WRAPPER - END */

/* HEADER */
#header {
	padding: 10px 1px 10px;
	text-align: right;
	margin: 0 auto;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:900px;
}
#header a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header b {
	color: #333333;
}
#header input {
	font-size: 9px;
	margin:0 10px 0 -5px;
}
#header .submit {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	padding: 0px;
	margin-left: 0px;
}

#canada_site_link
{
	float: left;
	display: none;
	position:relative;
	top:-18px;
	text-align: left;
}
#us_site_link
{
	float: left;
	display: none;
	position:relative;
	top:-18px;
	text-align: left;
}
.sitelink
{
	padding-left: 34px; 
	text-decoration: underline;
color:#000000;
}

#us_site_link img{
	position:relative;
	top:12px;
	margin-right:5px;
}
#canada_site_link img{
	position:relative;
	top:12px;
	margin-right:5px;
}


#canada_site_img
{
	position: absolute;
	left: 700px;
	top: 55px;
	width:30px;

}
#us_site_img
{
	position: absolute;
	left: 700px;
	top: 55px;
	width:30px;
}


/* HEADER - END */

/* SUBHEADER */
#subheader {
	z-index: 6;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color: transparent; /*change #CCCCCC to transparent BY: ariel 04-19-2010*/
	background-image: 
	background-repeat:no-repeat;
	height: 90px;
	width:900px;
	overflow:hidden;
}

/* SUBHEADER - END */

/* MAIN */
#main { 
	margin: 0 auto;
	min-height:100%;
	height:100%;
	position:relative;
	z-index:1;
}
#main{
	height: auto;
}

* html #main{
	height:100%;
}


/* MAIN - END */



/* LEFT NAVIGATION */
#leftnavigation {
	float: left;
	width: 180px;
	padding-top:140px;
	padding-right:10px;
	padding-bottom:50px;
}
#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: #CC9900;
	font-size: 18px;
}
/* LEFT NAVIGATION - END */

#content{
	position:relative;
	z-index:9;
}
.content_nowrapper{
	padding-top: 130px;
	padding-bottom: 50px;
	/*padding-right:10px;
	padding-left:10px;*/
}

/* CONTENT WRAPPER */
 /* **NOTE** MAKE SURE TO MAKE THE MARGIN-LEFT MATCH OR  HIGHER THAN THE WIDTH OF THE LEFT NAVIGATION */
#contentwrapper { 
	margin-left: 190px;
   	padding-top:130px;
   	padding-bottom:50px;
	overflow:hidden;
	width:710px;
	
   /*border-left: 2px solid #AFAFAF;
   margin-left: 190px;
   vertical-align: top;
   min-height:100%;
   height: auto;*/
}

/*\*/ * html #contentwrapper { 
	position:absolute;
	top:130px;
	left:190px;
	margin-left: 0px;
   	padding-top:0px;
} /**/ 

/* CONTENT WRAPPER - END */

/* ACTUAL CONTENT */
#content-body {
	font-size: 12px;
	line-height:18px;
	padding: 5px 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content-body a {
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
}
#content-body input, #content-body select {
	font-size: 12px;
}
/* ACTUAL CONTENT - END */

/* BREADCRUMBS */
#breadcrumbs1 { 
	display: none; 
}
#breadcrumbs {
	position:relative;
	z-index:10;
	color: #333333;
	font-size: 9px;
	padding: 10px 20px;
	text-transform: uppercase;
}
#breadcrumbs a {
	text-decoration: underline;
	font-size: 9px;
	color: #333333;
}
.brdcrmb_nowrapper{
	margin-left: 25px;
	margin-right: 25px;
}

/* BREADCRUMBS - END */

/* FOOTER */
#footer{ 
	position:absolute;
	width:880px;
	z-index: 3;
	margin-top:-40px;
	clear: both; 
	clear: both; 
	height: 40px;  
	padding:0px 0px;
	/*margin: 0 auto; */
}
#footer .facebook{
	text-align:left;
	width:100px;
	float:left;
	padding-top:0px;
}
#footer .links{
	text-align: right; 
	
}
#footer a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#footer b {
	color: #333333;
}
/* FOOTER - END */

#wrapper .home{
	font-size: 12px;
	text-align:left;
	padding:10px;
	padding-bottom:60px;
}

#contentfullheight{
	position:absolute;
	top:0px;
	left:190px;
	height:100%;
	width:680px;
	z-index:2;
}

/* 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:20px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
}

/* hdl2 is the next level headline after hdl */
.hdl2{
	font-weight:bold;
	font-size:14px;
	margin:7px 0 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.grey{
	color:#000033;
}

/* 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: #000033;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: transparent none;
	visibility: hidden;
}

.txterror {
	color: #ff0000;
}

.txtright { text-align:right !important; }

.txtleft { text-align: left !important; }

.txtcenter { text-align: center !important; }

.requiredStar{
	color: #ff0000;
	font-size: 20px;
}



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;
}

/* JEL 20091215 - added input, padding, and font-size */
button, input.button, input[type="button"]  {
	border: 2px solid #FFFFFF;
	background-color: #000033;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px !important;
	margin-right: 2px;
	margin-left: 2px;
    /*SSR 20091201 - added pointer cursor for buttons*/
	cursor: pointer;
    padding: 2px 3px;
}


/* JEL 20091215 - added input, padding, and colors */
button.disabled,
button[disabled],
input.disabled[type="button"],
input.button[disabled] {
    color: #D8D8D8;
    background-color: #898989;
	border-color: #FFFFFF;
    padding: 2px 3px;
    cursor: default;
}

/* JEL 20091216 - button widths */
#addwlst { width: 142px; }
#addcart { width: 154px; }
#continue { width: 176px; }
#addpromo { width: 134px; }
#recalc { width: 124px; }
#checkout { width: 100px; }
#loginbtn { width: 70px; }
#back { width: 148px; }
#forward { width: 340px; }
#minicart_viewcart { width: 200px; }
#auto_adjust, #man_adjust { width: 300px; }
#addcert { width: 70px; }
#Process { width: 170px; }

/* 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%;
	clear:both;
}
.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: 130px;
	left: 680px;
	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: 40px;
	left: 650px;
	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 */

/* SITEMAP */
.column1, .column2, .column3{
	float:left;
	width:230px;
	padding-top: 10px;
	padding-left: 0px;
	margin:0 0 0 30px;
	list-style-position: inside;
	list-style: none;
}

.column1 ul, .column2 ul, .column3 ul{
	list-style-position: inside;
	list-style: none;
	padding-left:15px;
	margin:0;
}

.column1 li, .column2 li, .column3 li{
	padding-left:0px;
}

.stmp_prods{
	list-style-image: url('../img/stmp_rightarrow.gif');
}

.stmp_prods ul li{
	list-style-image: none;
}

.stmp_prods ul.prods{
	display: none;
}


/* SITEMAP - END */

/* SITESEARCH */

#cse-search-results, #def {
	padding-left: 25px;
	padding-right: 25px;
}

#cse-search-results iframe {
	width:100%;
}
	
/* SITESEARCH - END */


.keys { font-size: 12px; }

.nondisp { display: none; }

#disclaimer
{
	font-size: 10px;
 	text-transform: uppercase;
}

/*\*/ * html #maptable{
	height:550px;
} /**/

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       