@import url(common.css);

#header .banner h1 {
	left: 24px;
	position: absolute;
	top: 39px;
}
#selectYourStoreHome{
	float:right;
    position: relative;
	font-size:1.2em;
	font-weight:bold;	
    z-index: 999;
}

#selectYourStoreDetails{
	float:left;
    position: relative;
	font-size:1.2em;
	font-weight:bold;	
    z-index: 999;
}

#productDetails #selectYourStoreDetails {
	margin-bottom: 20px;
    z-index: 1;
}

/*******=main feature*******/
#mainFeature { margin-bottom: 25px; }
/*******=end main feature*******/

/*******=main wrap*******/
#mainWrap { padding-bottom: 27px; }

/*=featured products
---------------------*/
#featuredProducts{
	position: relative;
	/*top: -25px;*/
}
#featuredProducts  .feature {
	background: url(../../Images/common/features_top_shadow.png) 0 23px repeat-x;
}
#featuredProducts .feature h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#featuredProducts .feature h3 a {
	background: url(../../Images/common/features_heading.png) 0 0 no-repeat;
	color: #717171;
	display: block;
	min-height: 18px;
	padding: 5px 27px 0 10px;
	text-decoration: none;
	width: 128px;
}
#featuredProducts .deets .price{
	padding-right:0;
}

/*******=promos sidebar*******/
#mainWrap #promos {
	background: url(../../Images/common/aside_bottom.png) 0 100% no-repeat;
	padding-bottom: 4px;
	width: 226px;
	min-height: 500px;
}
#promos .in {
	background: #ebebeb url(../../Images/common/aside_top.png) 0 0 no-repeat ;
	padding: 10px 10px 30px 10px;
}
#promos .promo { margin-bottom: 28px; }
#promos .promo h3 { margin-bottom: 7px; }
#promos .promo .content p {
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 5px;
}
#promos .promo .more {
	background: url(../../Images/common/promo_more_arrow.gif) 100% 4px no-repeat;
	color: #717171;
	font-weight: bold;
	padding-right: 8px;
	text-decoration: none;
}
#promos .promo .more:hover { text-decoration: underline; }
/*******=end promos sidebar*******/
/*******=end main wrap*******/