/*
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-image: url(../images/body_bck.gif);
background-repeat: repeat-x;*/
background-color: #f3effb;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	width:936px;
	margin-top: 9px;
	margin-bottom: 25px;
	background-image: url(../images/site_container_bck.gif);
	background-repeat: repeat-y;
}

#skipto{
}

#content_container{ 
	display: block;
	border:0px solid #000;
}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	margin-right:18px;
	width: 687px;
	z-index: 1;
	background-image: url(../images/content_block_bck.gif);
	background-repeat: no-repeat;
}	

#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: 200px;
	background-image: url(../images/side_nav_bck.gif);
	background-repeat: repeat-x;
	margin-left: 19px;
	z-index: 99;
	
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1{
	color: #000;
	font-size: 136%;

}
h2{
	color: #6A6A6A;
	font-size: 136%;

}


h4{
	font-size: 110%;
}
h5{
	font-size: 120%;
	color:#3d3092;
	font-weight: bold;
	padding-top: 15px;
	text-decoration: underline;
}
strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #3D8AD3;
}
	
a:active, a:hover, a:focus	{
	color: #7DC0FF;
}
	

.hidden_input{
	border: none;
}
	

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;
	
	height: 1em;
	margin: 1px auto;
	border: 0px solid Black;
}	





.breadcrumb {
	position:relative;
	float: left;
	display: inline; 
	padding-top: 14px;
	padding-bottom:15px;
	color: black;
	border: 0px solid aqua;
	width: 100%;
	padding-left: 12px;
	font-size: 85%;
	
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #4e41af;
	text-decoration: none;
	font-weight: normal;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
}
.pagecount_module{
	display: inline;
	float: left;
	color: #000;
	width: 667px;
	height: 51px;
	font: bold 85% Arial, sans-serif; 
	border:0px solid red;
	background-image: url(../images/page_count.gif);
	background-repeat: no-repeat;
	margin-left: 11px;
	margin-bottom: 20px;
	margin-top: 13px;
}
.pagecount{
	display: block;
	float: right;
	margin-right: 10px;
	/*padding-bottom: 10px;*/
	color: #24199b;
	margin-top: 10px;
	font: bold 100% Arial, sans-serif; 
	
}
.pagecount a:link, .pagecount a:visited{
	color: #000;
	text-decoration: underline;
	border: 0px solid Gray;
	padding-right:6px;
	padding-left: 6px;
	/*padding-bottom: 2px;*/
	/*padding-top: 10px;*/
	font: bold 100% Arial, sans-serif;
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	color: gray;
}

.sort_by {
	float: left;
	clear:left;
	font: bold 100% Arial, sans-serif; 
	margin-top:15px;
	margin-left:15px;
	display: block;
}

/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 126px;
  display: block;
  margin: auto;
  border: 0px solid #000;
  background-image: url(../images/header_bck.gif);
  background-repeat: no-repeat;

}

#logo {
  position: absolute;
  top: 26px;
  left: 67px;
}

#search {
	display: inline;
	position:absolute;
	top: 40px;
	left: 680px;
	/*margin-top: 10px;*/
	width: 16.2em;
	height: 4.2em;
	/*padding-left:10px;*/
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: 2em 0em;

}

#searchBox{
	width: 97px;
	border: 0px solid #000;
	padding: 0 1.5em;
	color: #7f7f7f;
	font-size:85%;
	background: transparent;
	
}

#store_nav {
	display: inline;
	position:absolute;
	top: 85px;
	left: 230px;
	width: 689px;
	height: 36px;
	background-image: url(../images/store_nav_bck.gif);
	background-repeat: no-repeat;

}

#tagline {
	position:absolute;
	/*top: 43px;
	left: 245px; pre-holiday*/
	top: 55px;
	left: 245px;
}
#go a:link, #go a:visited {
	Display:block;
	height:14px;
	background-color: #E6E6FA;
	margin:0 5px;
	padding:0 2px;
	font-weight: bold;
	border:1px solid #000;
}
#go a:hover, #go a:focus {
	background-color: #DAA520;
}


#b_home a:link, #b_home a:visited,
#b_about a:link, #b_about a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_faq a:link, #b_faq a:visited,
#b_contact a:link, #b_contact a:visited,
#b_reviews a:link, #b_reviews a:visited
{
	float: left;
	display: inline;
	text-decoration: none;
	padding: 0em 0.65em 0 0.65em;
	margin-top: 9px;
	font-size: 77%;
	color: Black;
	border-right: 1px solid black;
}

#b_faq a:link, #b_faq a:visited,
#b_contact a:link, #b_contact a:visited{
	border: 0px;
}

#b_reviews a:link, #b_reviews a:visited{
	border: 0px;
}

#b_home a:hover, #b_home a:focus, #b_home a:active, 
#b_about a:hover, #b_about a:focus, #b_about a:active, 
#b_ccare a:hover, #b_ccare a:focus, #b_ccare a:active,
#b_faq a:hover, #b_faq a:focus, #b_faq a:active,
#b_contact a:hover, #b_contact a:focus, #b_contact a:active
{
	text-decoration: underline;
}

#b_cart a:link, #b_cart a:visited {
	float: right;
	display: inline;
	text-decoration: none;
	padding: .2em .7em 0 1.85em;
	margin-top: 8px;
	font-size: 77%;
	color: #3c3092;
	font-weight: bold;
	background: transparent url(/images/bag.gif) no-repeat -1px 0px;
	border:0px solid red;
	height: 30px;
	
}

#b_cart a:hover, #b_cart a:focus, #b_cart a:active{
	text-decoration: underline;
}


#minicart{
	float: right;
	display: inline;
	text-decoration: none;
	color: #3b3092;
	font-size: 77%;
	height: 17px;
	padding: 10px 2px 0 0;
	border:0px solid red;
}



body#index #store_nav div#b_home {
	display: none;
}

#menu_bk{
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  background-color: #000000;
  color: #fff;
  border-top:1px solid #fff;
}

/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */






/* left nav end */

/*EMAIL SIGN UP begin*/




#promo{
	border:0px solid #000;
	width: 330px;
	display: block;
	position: absolute;
	top: 15px;
	left: 580px;
	color: #3d3092;
	font-size: 85%;
	background-image: url(../images/promo_bck.gif);
	background-repeat: no-repeat;
	background-position: .2em 1.5em;
	
}

#promo form{
	position: relative;
	/*padding:5px 0px;*/
}
#promo #emailAddress{
	color: #000;
	background: transparent;
	border: 0px solid #ccc;
	margin-top: 4px;
	padding: 0px 0px 0px 12px;
	float: left;

}
#promo #emailAddress_button{
	
	display: inline;
	float: left;
}
#promo #privacy {
	display: inline;
	position: absolute;
	top: 20px;
	left: 210px;
	margin-right: 10px;
	/*margin-top: -26px;*/
		padding: 0px 15px 10px 20px;
	background: transparent url(/images/privacy.gif) no-repeat 0 0px;
	/*background-image: url(../images/privacy.gif);
	background-repeat: no-repeat;
	background-position: -1em 0em;*/
}	

#promo #privacy a{
	color: black;
	text-decoration: underline;
	font-size: 85%;
	
}
/*EMAIL SIGN UP end*/

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	padding-bottom: 15px;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	background-color: #f3effb;
	height:133px;
	
}

#nav_btm_menu{
	margin-left: 25px;
	padding-top: 30px;
	padding-bottom: 15px;
	
}
#nav_btm_list{
	border:0px solid #000;
	display: inline;
	
}

#nav_btm_list li{
	display: inline;
}
#nav_btm_list li a:link, #nav_btm_list li a:visited {
	text-decoration: none;
	float:left;
	display:inline;
	line-height: 1.5em;
	padding: 0em 0.75em 0 0.95em;
	font-size: 77%;
	color: Black;
	border-right: 1px solid black;
}
#nav_btm_list li a:hover, #nav_btm_list li a:active, #nav_btm_list li a:focus{
	color: #000;
	text-decoration: underline;
}

#mcafeesecure{
	display: none;
	text-align: center;
	/*padding: 10px;*/
}
#footer_copyright{
	clear: both;
	display: block;
	float: left;
	color: #888888;
	padding: 30px 0px 0px 20px;
	font-size: 77%;
	width:505px;
}
/* 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;
}

/* Holiday countdown styles */
#holidayShip_message{
		position:absolute;
		top:12px;
		left: 230px;
		width:400px;
		display: block;
		/*background-color: #cac1f4;
		border:1px solid #FFF;*/
		
		z-index: 99;
		height: 4em;
		
	}
#holidayShip_image{
		position: absolute;
		top: 5px;
		left: -28px;
	}
#holidayShip_number{
		position: relative;
		float: left;
		/*color: #372f8f; */
		color: #444343; 
		font-size:200%;
		line-height: 0.9em;
		font-weight: bold;
		padding: 2px 2px 2px 10px;
		margin: 1px 1px 1px 10px;
		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: #444343;
	}
	#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;
		
	}
	
	#holidayShip_popup_container table{
		font-size: 85%;
	}
/* END Holiday countdown styles */

/* How to Choose an Epilator styles */

.howToChooseAnEpilator{
		/*  border:1px solid #666666; */
}

#social_network {
	display:block;
	float:left;
	height:55px;
	width:372px;
	font-size:85%;
	position:relative;
	left:15px;
}

#facebook {
	float:left
}

#twitter {
	float:right;
}

#fb_text {
	position:relative;
	left:3px;
	bottom:15px;
}

#twitter_text {
	position:relative;
	left:3px;
	bottom:15px;
}

#disclaimer {
	width:740px;
	z-index:99;
}

/* MICROPEDI begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#micropedi_shopnow a:link, #micropedi_shopnow a:visited {
background: url("/images/micropedi_shop.gif") no-repeat scroll 0 0 transparent; 
color: #2C2B2B; 
display: block; 
font-weight: bold; 
height: 35px; 
left: 20px; 
padding-top: 8px;    
position: absolute;    
text-align: center;    
text-decoration: none; 
bottom: 0px; 
width: 145px;	
}

#micropedi_shopnow a:hover, #micropedi_shopnow a:focus, #micropedi_shopnow a:active {
background: url("/images/micropedi_shop.gif") no-repeat scroll 0 -44px transparent; 
color: #2C2B2B; 
display: block; 
font-weight: bold; 
height: 35px; 
left: 20px; 
padding-top: 8px;    
position: absolute;    
text-align: center;    
text-decoration: none; 
bottom: 0px; 
width: 145px;	
}

.review a:link, .review a:visited{
	color:#3d3092;
	text-decoration: none;
}


.review a:hover, .review a:active, .review a:focus{
	text-decoration: underline;
}
/* micropedi end XXXXXXXXXXXXXXXXXXXX  */	


