﻿/*
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:  url(/images/bk_bodygradient.gif) repeat-x top;
padding: 12px 0;}



#site_container{
	position: relative;
	display: block;
	margin:0px auto;
	/*padding-top: 12px;*/
	z-index: 0;
	background-color: #ffffff;
	/* Add width here to control whole site */
	width:794px;
}

#skipto{
	position: absolute;
	top: 0px;	left: 0em;
	z-index: 99;
	padding: 0px;	margin: 0px;
	text-align:right;
	font-size: 67%;
	width: 15em;
}

#skipto a:link, #skipto a:visited{
	position: absolute;
	top: auto; left: -9999em;
	color: #000000;
	padding: 0px;
}
#skipto a:hover, #skipto a:focus, #skipto a:active{
	position: absolute;
	top: 2px; left: 12px;
	color: #000000;
}

#content_container{ 
	position: relative;
	display: block;
	clear: both;
	width:770px;
	margin: auto;
	background: #ffffff url(/images/content_container-bkg.jpg) no-repeat 0 0;
}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 576px;
	z-index: 1;
}	

#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: 182px;
	z-index: 2
}


h1{
	color: #000000;
	font-size: 122%;
	font-weight: bold;
}
#content_block h1{margin:12px 0 0 12px; 	float: left;}
h2{}
h4,h3{font-size: 85%;}

strong{font-weight: bold;}


	
a:link, a:visited {
	color: #3D8AD3;
}
	
a:active, a:hover, a:focus	{
	color: #666666;
}
	

.hidden_input{
	border: none;
}
	
p, ol{
clear:both;
padding: 0 12px;}
ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;
	
	height: 1px;
	margin: auto;
}	





.breadcrumb {
	position:relative;
	float: left;
	display: inline; 
	margin:12px;
	color: #000000;
	width: 65%;
	font-size: 85%;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #000000;
	text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
}

.breadcrumb strong{color:#a30b0b; font-weight: normal;}

#pageTitle{
	position: relative;
	clear: both;
	display: block;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	margin: 0 12px;
	height: 3.6em;
}

.pagecount{
	display: block;
	float: right;
	margin: 12px 12px 6px 12px;
	font-size: 85%;
}
.pagecount a:link, .pagecount a:visited{
	color: #000000;
	text-decoration: none;
/*	border-right: 1px solid #000000;*/
	padding-right:6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;

}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	text-decoration: underline;
	color: #666666;
}
.pagecount.leftarrow a:link, .pagecount.rightarrow a:link,
.pagecount.leftarrow a:visited, .pagecount.rightarrow a:visited{
	line-height:12px;
	font-size: 132%
}
.pagecount_range{
	
}

a.b_details:link, a.b_details:visited {
	text-align:center;
	position: relative;
	display: block;	
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	text-indent: 1ex;
	text-decoration: none;
	color: #ffffff;
	background-color:#000000;
	width:80px;
	height: 27px;
	overflow: hidden;
	margin:6px auto;
	}
a.b_details:focus, a.b_details:hover, a.b_details:active 
	{background-color:#666666;
	color: #ffffff;}

a.b_details img,
a.b_details span/* This is a IE6 fix because PNG fix changes img tags to <span> with at filter */
{
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 1;
	width: 101px; height: 52px;
}

a.b_details span.b_details{
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
}




.corner1, .corner2, .corner3, .corner4{
	display: block; position:absolute; z-index: 10; margin: 0px; line-height:1px; font-size:1%; padding: 0px;}
	
	/*These positions work with borders.*/
.corner1{top:-1px; left:-1px;}
.corner2{top:-1px; right:-1px;}
.corner3{bottom:-1px; left:-1px;} /* Added margin-bottom: -1px in IE6 sheet. */
.corner4{bottom:-1px; right:-1px;}/* Added margin-bottom: -1px in IE6 sheet. */





/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
	position: relative;
	display: block;
	height: 96px;
	margin: 0px 12px 12px 12px;
	border-bottom: 1px solid #cacaca;
}

#header .corner1{top:0px; left:-12px; width:7px;}
#header .corner2{top:0px; right:-12px; width:7px;}

#logo {
	position: absolute;
	top: 12px; left: 0px;
}

#search {
	position: relative;
	display: inline;
	float: right;
	margin: 24px 0 0 5px;
	font-size: 85%;
}
#search label{
	background: transparent url(/images/header_search-sprite.gif) no-repeat 100% 0px;
	width: 19px; height: 24px;
	float: left;
}
#search label span{ position:absolute;	top: auto; left: -9999em;}

#searchBox{
	float: left;
	width: 97px;  height: 22px; line-height: 1.2em;
	border: 0px none #ffffff;
	padding: 3px 0.3em 0em 0.3em;
	background: transparent url(/images/header_search-sprite.gif) repeat-x 0 -53px;
}

#go {
	float: left;
	position: relative;
	display: block;
	width: 35px; 
	height: 22px; line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	text-indent: 1ex;
	color: #ffffff;
	background: #666666 url(/images/header_search-go.gif) no-repeat -8px -14px;
}
#go.onHover {background-color: #999999;
			cursor: hand; cursor:pointer;}

#store_nav {
	display: inline;
	float:right;
	margin-top: 28px;
	font-size: 85%;
}
#store_nav li{
	float: left;
}

#store_nav a:link, #store_nav a:visited
{
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 0 7px;
	border-right:1px solid #000;
}

#store_nav a:hover, #store_nav a:focus, #store_nav a:active{
	text-decoration: underline;
	color: #999999;
}
#store_nav .b_cart a:link, #store_nav .b_cart a:visited{
	border-right:none #000;
	padding-right: 25px;
	background: transparent url(/images/icon-cart.gif) no-repeat 100% 0;
}

#store_nav .b_cart a:focus, #store_nav .b_cart a:hover, #store_nav .b_cart a:active {
	background: transparent url(/images/icon-cart.gif) no-repeat 100% -41px;}

body#index #store_nav li.b_home {
	display: none;
}

#header_ad{
	display: inline;
	clear: right;
	float:right;
	font-size: 85%;
}


/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#side_nav h1{
	position: relative;
	background-color: #666666;
	display: block;
	width:100%;
	height: 33px;
	overflow: hidden;
}
#leftnav-products-bkg{
	position: absolute; top:0px; left: 0px;
	width: 200px; height: 75px;
}
#leftnav-text
{
	position: absolute; top:8px; left: 12px;
	color: #ffffff;
}


.side-module{

	margin-top: 0px;
	margin-bottom: 12px;
	display: block;
	position: relative;
	width: 175px
}

/* left nav end */

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	width: 770px;
	border-top: 1px solid #cacaca;
	padding: 12px 0;
}
#nav_btm_list{
	display: inline;
	float:left;
	font-size: 85%;
	margin-left: 12px;
}

#nav_btm_list li{
	display: inline;
	float: left;
}


#nav_btm_list a:link, #nav_btm_list a:visited
{
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 0 7px;
	border-right:1px solid #000;
}

#nav_btm_list a:hover, #nav_btm_list a:focus, #nav_btm_list a:active{
	text-decoration: underline;
	color: #999999;
}
#nav_btm_list li.b_cart a:link, 
#nav_btm_list li.b_cart a:visited{
	border-right:none #000;
}
#nav_btm_list li.b_home,
#nav_btm_list li.b_home a:visited {
	padding-left: 0px;
}
body#index #nav_btm_list li.b_home {
	display: none;
}
body#index #nav_btm_list li.b_ccare a:link,
body#index #nav_btm_list li.b_ccare a:visited{
	padding-left: 0px;
}

#mcafeesecure{
	display: inline;
	float: right;
	margin-right: 12px;
	text-align: center;

}
#footer_copyright{
	clear: both;
	display: block;
	text-align: left;
	font-size: 77%;
	color: #969696;
	padding: 10px;
}
/* Footer Ends*/


/*Site Map*/
#sitemap_pg_title{
	position:relative;
	margin-left: 40px;
}

.category_block{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: block;
}

.category_block h2{
	font-weight: bold;
}


/*Site Map END*/

.none{
	display: none;
}
