/*
font-size:77%;  renders 10px
font-size:85%;  renders 11px 
font-size:100%; renders 13px   
font-size:107%; renders 14px  
font-size:122%;  renders 16px  
font-size:136%; renders 18px  
*/

/* Site-Wide Elements */
body {
background-color: #000;
color:#FFF;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	width:853px;
}

#skipto{
	font-size:77%;
}
#skipto li{float:left;}
#skipto a{color:#000;}
#content_container{
	display: block;
}	


#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 639px;
	z-index: 1;
}	
body#error_page #content_block,
body#customer_care #content_block,
body#confirm #content_block,
body#product_list #content_block #list_nonefound_block{
	margin:48px 0 0 13px; 
	width: 626px;
}
#block_plainPg{
	position: relative;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 10px;
}

#side_nav {
	position: relative;
	display: inline;
	float: left;
	width: 214px;
	background: #000000 url(/images/side_nav-bkg.jpg) repeat-x top;
	margin: 0;
}


h1{
	color: #fff;
	font-size: 136%;
	font-weight: bolder;
}
h2{
	color: #6A6A6A;
	font-size: 136%;
}


h3, h4{
	font-size: 110%;
	font-weight: bold;
}

strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #d09a5a;
	cursor: hand;
	cursor: pointer;
}
	
a:hover, a:active, a:focus	{
	color: #f3c683;
}
	

.hidden_input{
	border: none;
}
	

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;
	
	height: 1px;
	margin: auto;
}	





.breadcrumb {
	position:relative;
	display: block; 
	padding-top: 13px;
	margin-left: 13px;
	height:35px;
	width:600px;
	color: #9f9e9e;
	font-size:85%;
}
.breadcrumb a:link, .breadcrumb a:visited{
	color: #9f9e9e;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}
.breadcrumb strong{
	font-weight:bold;
	color:#FFF;
}


.pagecount{
	clear:both;
	position:relative;
	display: block;
	margin:0px 0px 13px 13px;
	padding:10px 13px;
	color: #fff;
	background-color:#313131;
}
.pagecount strong{font-weight:normal;padding-right:6px;}
.pagecount a:link, .pagecount a:visited{
	color: #fff;
	text-decoration: none;
	padding-right:3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height:1.2em;
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	text-decoration: underline;
}

.pagecount_range{font-size:85%;margin-top:8px;}

#pagecount_viewall01, #pagecount_viewall02{
	display:block; 
	position:absolute;
	top:10px; right:13px;
	text-align:center; 
	margin-bottom:7px; 
	font-size:85%;
}


a.b_button img{float:left; display: inline;}
a.b_button span{float:left;line-height: 18px;}
a.b_button:link, a.b_button:visited{
	display:block;
	/* a width is assigned in stylesIE6.css */
	height: 18px;
	color:#FFF;
	padding:0px;
	padding-right:15px;
	text-decoration:none;
	letter-spacing:0.04ex;
	background:url(/images/b_rightside-bkg.gif) no-repeat 100% -97px;
}
a.b_button:hover, a.b_button:active, a.b_button:focus{background-position:100% -147px;}

img.corner_topleft, img.corner_topright{position:absolute; top:-1px;}
img.corner_btmleft, img.corner_btmright{position:absolute; bottom:-1px;}
img.corner_topleft, img.corner_btmleft{left:-1px;}
img.corner_topright, img.corner_btmright{right:-1px;}




/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 50px;
  display: block;
  margin:13px auto 0 auto;
  background: #000 url(/images/header_bkg.gif) repeat-x top;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}


#store_nav {
	display: inline;
	float:right;
 	height: 50px;
	font-size:100%;
}

#b_cart, #b_ccare, #b_contact, #b_account{
	position:relative;
	float: left;
	display: inline;
}

#b_cart_icon{
	position:absolute;
	top:3px;
	left: 50%;
	margin-left:-6px;
	width:13px;
	height:13px;
	background: transparent url(/images/sprite_icon.png) no-repeat 0px -150px;
}

#b_cart a:link, #b_cart a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_contact a:link, #b_contact a:visited,
#b_account a:link, #b_account a:visited

{
	color: #969595;
	font-weight: bold;
	text-align: center;
	height: 50px;

	line-height: 50px;
	display: block;
	text-decoration: none;
	padding: 3px 0.75em 0 0.75em;
	background: transparent url(/images/store_nav-divider.gif) no-repeat 0 -1px;
}

#b_cart a:hover, #b_cart a:focus, #b_cart a:active, 
#b_ccare a:hover, #b_ccare a:focus, #b_ccare a:active,
#b_contact a:hover, #b_contact a:focus, #b_contact a:active,
#b_account a:hover, #b_account a:focus, #b_account a:active{
	text-decoration: underline;
	background-position: 0 -150px;
}


#b_cart a span, #b_ccare a span, #b_contact a span, #b_account a span
{	position:relative;
	padding-top:1em;
	line-height: 1.2em;
	display:block;}

	
	/* Holiday countdown styles */
#holidayShip_message{
		left:340px;
		margin-left:-100px;
		position:absolute;
		top:0px;
		width:235px;
		display: block;
		z-index: 999;
	}
#holidayShip_image{
		position: absolute;
		top: 5px;
		left: -28px;
		padding: 7px 3px 7px 0px;
	}
	#holidayShip_number{
		position: relative;
		float: left;
		color: red; 
		font-size: 16px; 
		font-weight: bolder;
		padding: 1px; 
		margin: 2px 2px 1px 2px;
		text-align: right;
	}
	#holidayShip_textlink{
		position: relative;
		display: block;
		padding-left: -2px;
		padding-top: 3px;
		
	}
	#holidayShip_textlink a:link, #holidayShip_textlink a:visited{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; font-weight: bold; 
		line-height: 1.0em;
		text-decoration: none;
		color:red;
		
	}
	#holidayShip_textlink a:hover, #holidayShip_textlink a:focus, #holidayShip_textlink a:active{
		text-decoration: underline;
	}
	#holidayShip_arrowlink{
		font-size: 14px;
		margin-left: 3px;
	}
	#holidayShip_popup_container{
		z-index: 99;
		color:black;
	}
/* END Holiday countdown styles */

/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
/*#navigation {
	margin-top:1px;
	height: 220px;
	border: 0px solid black;
	padding-top: 0px;
	padding-left: 20px;
}
#navigation li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	height: 2em;
	line-height: 0px;
}

#navigation li a:link, #navigation li a:visited {
	background: url(/images/header_menu-arrow.gif) no-repeat 10px 45%;
	color: #191970; 
	display: block;
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
	color: #8B0000;
	display: block;
	height: 24px;
	text-decoration: none;
}
*/
.menu_static /* TOP level UL */
{
	display:block;
	margin:0 6px;
	color: #ffffff;
}
.menu_static li a:link, .menu_static li a:visited/* TOP level A: */
{	
	/* background: #000000 url(/images/sprite_icon.png) no-repeat 0px -373px; */
	background: #000000 url(/images/sprite_icon.png) no-repeat 0px -300px; /* For Extended Sprites */
	display:block;
	padding: 5px 10px 7px 10px;
	/*height: 26px;
	line-height: 26px;*/
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 77%;
	margin-right: 2px;
}
.menu_static li a:hover, .menu_static li a:active, .menu_static li a:focus/* TOP level A: */
{
	/* background-position: -200px -373px; */
	background-position: no-repeat -205px -300px; /* For Extended Sprites */
	background-color: #141414;
	margin-right: 2px;
}
.menu_static ul /* Second Level UL */
{
	margin:0 12px;	
}
.menu_static ul li /* Second Level LI */
{
	display: block;
	border-bottom:1px dotted #dac591;
}
.menu_static ul li a:link, .menu_static ul li a:visited /* Second Level A: */
{
	display:block;
	padding:5px 18px;
	background-color: #583829;
	color: #dac591;
	text-decoration: none;
	text-transform:capitalize;
	background-position: -539px -385px;
	font-size: 85%;
	margin-right:0px;
}
.menu_static ul li a:hover, .menu_static ul li a:focus, .menu_static ul li a:active /* Second Level A: */
{
	text-decoration: underline;
	background-position: -539px -385px; /* Smae as :link and :visited but Needed */
	margin-right:0px;
}

#search {
	position: relative;
	display: block;
	padding: 13px 0;
	width: 188px;
	height: 30px;
	margin: auto;
}
#search label{
	position: absolute;
	left: -9999em;
}
input#searchBox{
	float: left;
	width: 142px;
	border: 1px solid #dac591;
	padding: 0 0.3em;
	margin:0;
	height: 20px;
}

div#go{
	float: left;
	width:20px;
	margin-left: 3px;
}

#ad_banners{
	position: relative;
	display: block;
	width: 192px;
	margin:0px auto;
}

#ad_banners a{
	display: block;
	margin: 13px 0;
}
/* left nav end */

/*EMAIL SIGN UP begin*/
#promo{
	clear: both;
	border:1px solid #696969;
	border-left-style: none;
	border-right-style: none;
	text-align: left;
	width:188px;
	margin:13px auto;
	background: #000000 url(/images/promo-bkg.jpg) repeat-x top;
	padding:10px 0 25px 0;
}
#promo label{
	width:168px;
	margin: auto;
	display: block;
	color: #ffffff;
	font-size: 77%;
	line-height: 1.2em;
}

#promo form{
	position: relative;
	padding:0px 10px;
}
#promo #emailAddress{
	color: #000;
	background-color: #fff;
	border: 1px solid #DAC591;
	padding:0.1em 0.2em 0em 0.2em;
	margin:10px 0;
	height:20px;
}
#promo #emailAddress_button{
	display: inline;
	float:left;
}
#promo #privacy {
	clear:both;
	float:left;
	display: inline;
	height:17px;
	padding-right:7px;
}	
#promo #privacy a{
	display: block;
	padding-left:22px;
	line-height:17px;
	background: transparent url(/images/sprite_icon.png) no-repeat 0 0;
	font-size:77%;
	height:17px;
}

/*EMAIL SIGN UP end*/

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	padding-bottom: 15px;
}

#nav_btm_menu {
	  position: relative;
  height: 49px;
  display: block;
  margin: auto;
  background: #000 url(/images/header_bkg.gif) repeat-x top;
}

#nav_btm_list{
}

#nav_btm_list li{
	float: left;
	display: inline;
}
#nav_btm_list li a:link, #nav_btm_list li a:visited {
	color: #969595;
	text-align: center;
	height: 49px;

	line-height: 49px;
	display: block;
	text-decoration: none;
	padding: 0 0.75em 0 0.75em;
	background: transparent url(/images/store_nav-divider.gif) no-repeat 0 -1px;
}
#nav_btm_list li a:hover, #nav_btm_list li a:active, #nav_btm_list li a:focus{
	text-decoration: underline;
	background-position: 0 -150px;
}
#nav_btm_list li span{
	position:relative;
	padding-top:1em;
	line-height: 1.2em;
	display:block;
}

#nav_btm_list li#b_btm_home a:link, 
#nav_btm_list li#b_btm_home a:visited{
	background-position: -3px -1px;
}
#nav_btm_list li#b_btm_home a:hover, 
#nav_btm_list li#b_btm_home a:active, 
#nav_btm_list li#b_btm_home a:focus{
	background-position: -3px -150px;
}

#nav_btm_list li#b_btm_visitsenseo{
	float: right;
}
#nav_btm_list li#b_btm_visitsenseo a:link, 
#nav_btm_list li#b_btm_visitsenseo a:visited{
	background: none;
	color: #f3c683;
	padding: 4px 22px 0px 0px;

}
#nav_btm_list li#b_btm_visitsenseo a:hover, 
#nav_btm_list li#b_btm_visitsenseo a:active, 
#nav_btm_list li#b_btm_visitsenseo a:focus{
	background: none;
}
#nav_btm_list li#b_btm_visitsenseo a img{
	border: 1px solid #d4baa3
}

#mcafeesecure{
	width:140px;
	display: block;
	text-align: center;
	padding: 10px;
	float: right;
}
#footer_copyright{
	clear: both;
	display: block;
	text-align: left;
	color: #959595;
	padding: 13px;
	font-size: 77%;
	float: left;
	width: 600px;
}
/* Footer Ends*/


/*Site Map*/

#sitemap_pg_title{
	position:relative;
	margin-left: 40px;
}

.category_block{
	position: relative;
	float: left;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 30px;
	display: block;
}

.category_block h2{
	font-weight: bold;
}
.category_block ul{
	font-weight: bold;
	margin-bottom: 13px;
}
.category_block ul ul{
	font-weight: normal;
	margin-left: 10px;
}

/*Site Map END*/

.none{
	display: none;
}



#priority_info_box,
#priority_err{
	position: absolute;	
	z-index: 98;
	top: 50px;
	left: 50%;
	width:450px;
	margin-left: -225px;
	background-color: #ffffff;
	color:#000000;
	border: 1px solid #d3a467; 
	text-align:left;}
#priority_err{top:35%; border:2px solid #850000;}
	
#priority_info_box h2,
#priority_err h2{
	position: relative; 
	display: block; 
	background-color: #d3a467; 
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
#priority_info_box h2 span,
#priority_err h2 span{padding:0 15px;}
#priority_info_box h2 a,
#priority_err h2 a{
	position:absolute; top: 2px; right: 2px;
}
#priority_info_box p,
#priority_err p{padding:5px 15px; margin: 0;}
#priority_info_box em,
#priority_err em{font-weight:bold; font-style: italic;}

#priority_processing{ 
	display: block; 
	padding: 10px 20px 10px 0px;
	margin-bottom: 20px;
	background: url(/images/icon_priorityprocess2.gif) no-repeat 18px 0px;
	font-weight: bold;
}
#priority_processing p{margin: 0 0 0 80px; padding: 0; }

#priority_processing_onCart{
clear:both;
display: block; 
background: #000 url(/images/icon_priorityprocess.gif) no-repeat 0px 0px; 
border: 1px solid #d3a467; 
text-align:left;
padding: 10px 00px 10px 00px;
width: 320px;
}
#priority_processing_onCart em{font-weight:bold; font-style: italic;}

#priority_processing_onCart p{ margin: 5px 20px 5px 110px; font-size: 85%;}


a#b_priority:link, a#b_priority:visited {
	width:29ex;	 margin: 5px 0px 0px 110px;
	 }
	 
a#b_priority span{
		line-height:24px;
}	 

#priority_note{
	clear: both;
	display: block;
	padding-top: 10px;
	text-align: left;
	font-size: 77%;	
}
#priority_note em{font-style: italic;}

#priority_note a:link, #priority_note a:visited {font-weight: bold;}
#priority_note a:focus, #priority_note a:hover, #priority_note a:active {}
