/* NT 24/3/10 15.00*/
/* Smart tools and Advice and Guidance panel styles */
/* Right hand promo panels */
/* Salmon - ensure that any assets referenced in this css are uploaded to the p8 directory */

/* Salmon - #hbpromo_panels container needs a 4px bottom margin */
/* Salmon - #hbpromo_panels is now the primary container and these properties must not change */
#hbpromo_panels  {
	margin-top:4px;
	width:184px;
	float:right;
	margin-bottom: 4px;
}

/* Salmon - this property handles display on the browse pages - this property must not change */
.browse #hbpromo_panels  {
	margin-top:0px;
}

/* Salmon - this property handles display on the product details pages - this property must not change   */
.proddetails #hbpromo_panels  {
	margin-top:-11px;
}



/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools, #hbpromo_panels #advice_guidance {
	font:1.1em Tahoma, Arial, Helvetica, sans-serif;
}



#hbpromo_panels #advice_guidance, #hbpromo_panels #smart_tools {
	margin-top:8px;
}

#hbpromo_panels #smart_tools_title {
	background:#61bb46 url(/wcsstore/homebase/en_US/images/p8/project_planning.gif) no-repeat 13px 8px;
	height:29px;
}


#hbpromo_panels #advice_guidance_title {
	background:#61bb46 url(/wcsstore/homebase/en_US/images/p8/advice_guidance.gif) no-repeat 13px 8px;
	height:29px;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools_title span, #hbpromo_panels #advice_guidance_title span {
	display:none;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools ul, #hbpromo_panels #advice_guidance ul {
	margin:0;
	padding:0;
	background:#f7f6f0;
	border-bottom:1px solid #edece7;
	list-style:none;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools li, #hbpromo_panels #advice_guidance li {
	background:url(/wcsstore/homebase/en_US/images/p8/right_panel_divider.gif) no-repeat bottom;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools li.last, #hbpromo_panels #advice_guidance li.last {
	background:none;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
/* Salmon - additional property for bottom margin on last links in following lists */
#hbpromo_panels #smart_tools li.last a, #hbpromo_panels #advice_guidance li.last a {
	margin-bottom: -1px;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools a, #hbpromo_panels #advice_guidance a {
	background:url(/wcsstore/homebase/en_US/images/p8/right_panel_bullet.gif) no-repeat 12px 9px;
	display:block;
	color:#5b5344;
	text-decoration:none;
	/* Salmon - this block needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height:1.7em;
	/* Salmon - set min-height property to 1.4em, not 1.7em - will accomodate additional 3px bottom padding */
	min-height: 1.5em;
	margin:0;
	padding:5px 25px 5px 25px;
}

/* Salmon - include #hbpromo_panels parent selector after the comma also */
#hbpromo_panels #smart_tools a:hover, #hbpromo_panels #advice_guidance a:hover {
	background:#e1e0d9 url(/wcsstore/homebase/en_US/images/p8/right_panel_bullet.gif) no-repeat 12px 9px;
}

/* Newsletter sign-up panel */
#hbpromo_panels #newsletter_signup {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height:13em;
	/* Salmon - set min-height property to 13em  */
	min-height: 13em;
	background: url(/wcsstore/homebase/en_US/images/p8/emailsignup_bg.jpg) no-repeat 110px 69px;
}

#hbpromo_panels #newsletter_signup_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/newsletter_signup_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #newsletter_signup_title span {
	display:none;
}

#hbpromo_panels #newsletter_signup p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:105px;
}

#hbpromo_panels #newsletter_signup #newsletter {
	float:left;
	margin:0 1px 0 11px;
	padding:2px 0 0 7px;
	border:1px solid #f58426;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height:18px;
	/* Salmon - set min-height property to 18px  */
	min-height: 18px;
	width:127px;
	font:1.1em Tahoma, Arial, Helvetica, sans-serif;
	color:#5b5344;
}

#hbpromo_panels #newsletter_signup img {
	float:left;
}

/* Delivery panel styles */
#hbpromo_panels #delivery {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/delivery_bg.jpg) no-repeat 110px 69px;
}

#hbpromo_panels #delivery_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/delivery_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #delivery_title span {
	display:none;
}

#hbpromo_panels #delivery p {
	font-size:1.1em; 
	color:#5b5344;
	margin-left:11px;
	width:105px;
}

#hbpromo_panels #delivery a {
	color:#FE771C;
}

#hbpromo_panels #delivery a:hover {
	color:#5B5344;
}

/* Financial services panel styles */
#hbpromo_panels #financial_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/financial_services_bg.jpg) no-repeat 90px 41px;
}

#hbpromo_panels #financial_services_title{
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/financial_services_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #financial_services_title span {
	display:none;
}

#hbpromo_panels #financial_services p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}

#hbpromo_panels #financial_services a {
	color:#FE771C;
}

#hbpromo_panels #financial_services a:hover {
	color:#5B5344;
}



/* Kitchen online brochures */
#hbpromo_panels #kitchen_online_brochure {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_ibrochure_bg.jpg) no-repeat 105px 31px;
}

#hbpromo_panels #kitchen_online_brochure_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_online_brochure_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #kitchen_online_brochure_title span {
	display:none; 
}

#hbpromo_panels #kitchen_online_brochure p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #kitchen_online_brochure a {
	color:#FE771C;
}

/*kitchen ranges RHN*/




/* Kitchen flyer */
#hbpromo_panels #kitchen_flyer {
	border:1px solid #ddd;
	margin-top:8px;
	height: auto;
	_height: 13em;
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchenflyercover.gif) no-repeat 105px 31px;
}

#hbpromo_panels #kitchen_flyer_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchenflyertitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #kitchen_flyer_title span {
	display:none; 
}

#hbpromo_panels #kitchen_flyer p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #kitchen_flyer a {
	color:#FE771C;
}

/*kitchen flyer*/


/* bathroom flyer */
#hbpromo_panels #bathroom_flyer {
	border:1px solid #ddd;
	margin-top:8px;
	height: auto;
	_height: 13em;
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroomflyercover.gif) no-repeat 105px 31px;
}

#hbpromo_panels #bathroom_flyer_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroomflyertitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #bathroom_flyer_title span {
	display:none; 
}

#hbpromo_panels #bathroom_flyer p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #bathroom_flyer a {
	color:#FE771C;
}

/*bathroom flyer*/



/*furniture flyer*/

#hbpromo_panels #furniture_flyer {
	border:1px solid #ddd;
	margin-top:8px;
	height: auto;
	_height: 13em;
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/furnitureflyercover.gif) no-repeat 105px 31px;
}

#hbpromo_panels #furniture_flyer_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/furnitureflyertitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #furniture_flyer_title span {
	display:none; 
}

#hbpromo_panels #furniture_flyer p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #furniture_flyer a {
	color:#FE771C;
}


/*furniture flyer*/



/* Jan Sale Catalogue RHN */
#hbpromo_panels #jansalecatalogue {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/jansalecataloguecover.jpg) no-repeat 105px 31px;
}

#hbpromo_panels #jansalecatalogue_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/latestcataloguetitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #jansalecatalogue_title span {
	display:none; 
}

#hbpromo_panels #jansalecatalogue p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #jansalecatalogue a {
	color:#FE771C;
}

/*Jan Sale Catalogue RHN*/










#hbpromo_panels #kitchen_new_ranges {
	border:1px solid #ddd;
	margin-top:8px;
	height: auto;
	_height: 13em;
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_new_ranges_bg.jpg) no-repeat 105px 31px;
}


#hbpromo_panels #kitchen_new_ranges_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchenrangestitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #kitchen_new_ranges_title span {
	display:none; 
}

#hbpromo_panels #kitchen_new_ranges p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #kitchen_new_ranges a {
	color:#FE771C;
}



/*kitchen buying guide RHN*/


#hbpromo_panels #kitchen_buying_guide {
	border:1px solid #ddd;
	margin-top:8px;
	height: auto;
	_height: 13em;
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_buyingguide_bg.jpg) no-repeat 105px 31px;
}


#hbpromo_panels #kitchen_buying_guide_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchenbuyingguidetitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #kitchen_buying_guide_title span {
	display:none; 
}

#hbpromo_panels #kitchen_buying_guide p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #kitchen_buying_guide a {
	color:#FE771C;
}





/* Bathroom online brochures */
#hbpromo_panels #bathroom_online_brochure {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroom_ibrochure_bg.jpg) no-repeat 105px 31px;
}

#hbpromo_panels #bathroom_online_brochure_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroom_online_brochure_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #bathroom_online_brochure_title span {
	display:none; 
}

#hbpromo_panels #bathroom_online_brochure p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #bathroom_online_brochure a {
	color:#FE771C;
}



/* Bathroom buying guide */
#hbpromo_panels #bathroom_buying_guide {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroombuyingguidebg.jpg) no-repeat 105px 31px;
}

#hbpromo_panels #bathroom_buying_guide_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/bathroombuyingguidetitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #bathroom_buying_guide_title span {
	display:none; 
}

#hbpromo_panels #bathroom_buying_guide p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels ##bathroom_buying_guide a {
	color:#FE771C;
}




/* Kitchen installations */
#hbpromo_panels #kitchen_installations {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - this item needs to expand width text size so set a basic height of auto */
	height: auto;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	/* Salmon - set min-height property to 13em  */
	min-height:13em;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_installations_bg.jpg) no-repeat 94px 41px;
}

#hbpromo_panels #kitchen_installations_title {
	height:28px;
	background:url(/wcsstore/homebase/en_US/images/p8/kitchen_installations_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #kitchen_installations_title span {
	display:none;
}

#hbpromo_panels #kitchen_installations p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #kitchen_installations a {
	color:#FE771C;
}

/* Service Message */
#hbpromo_panels .service_message {
	width: 184px;
	margin-top: 8px;
}
#hbpromo_panels #email_signup {
	height: 133px;
	width: 184px;
	margin-top: 8px;
}




/* Spend and save panel styles OLD STYLE */

#hbpromo_panels #spend_save {
	border:1px solid #ddd;
	margin-top:8px;
	
	height: auto;
	
	_height: 13em;

	min-height:13em;
	background:url(spend_save_bg.jpg) no-repeat 94px 51px;
}

#hbpromo_panels #spend_save_title {
	height:28px;
	background:url(spend_save_title.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #spend_save_title span {
	display:none;
}

#hbpromo_panels #spend_save p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}

#hbpromo_panels #spend_save a {
	color:#FE771C;
}

#hbpromo_panels #spend_save a:hover {
	color:#5B5344;
}


/* NEW SPEND SAVE 
#hbpromo_panels #spend_save {
	height: 133px;
	width: 184px;
	margin-top: 8px;
}#hbpromo_panels .store_available {
	height: 58px;
	width: 184px;
	margin-top: 8px;
}
 */
 
 
 #hbpromo_panels #energy_tips {
	background-attachment: scroll;
	background-image: url(/wcsstore/homebase/en_US/images/p8/tips_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 386px;
	margin-top: 8px;
}



#hbpromo_panels #energy_tips #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 35px 10px 0 10px;
	list-style: none;
}

#hbpromo_panels #energy_tips #content li {
	padding: 0 0 0 45px;
	
}

#hbpromo_panels #energy_tips #content .bullet1 {
	background-image: url(/wcsstore/homebase/en_US/images/p8/bullet_1.gif);
	background-repeat: no-repeat;
}

#hbpromo_panels #energy_tips #content .bullet2 {
	background-image: url(/wcsstore/homebase/en_US/images/p8/bullet_2.gif);
	background-repeat: no-repeat;
}

#hbpromo_panels #energy_tips #content .bullet3 {
	background-image: url(/wcsstore/homebase/en_US/images/p8/bullet_3.gif);
	background-repeat: no-repeat;
}

#hbpromo_panels #energy_tips #content .bullet4 {
	background-image: url(/wcsstore/homebase/en_US/images/p8/bullet_4.gif);
	background-repeat: no-repeat;
}

#hbpromo_panels #energy_tips #content .bullet5 {
	background-image: url(/wcsstore/homebase/en_US/images/p8/bullet_5.gif);
	background-repeat: no-repeat;

}


/*New style CSS image replacement*/

#hbpromo_panels  .crocus  h3  a:visited, #hbpromo_panels  .crocus  h3  a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/crocus_plants.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels  .gardenfurniture  h3  a:visited, #hbpromo_panels  .gardenfurniture  h3  a:link {
	height: 166px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/gardenfurnitureRHN.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels  .energyshop  h3  a:visited, #hbpromo_panels  .energyshop  h3  a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/energyshoprhn.jpg);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .gardenliving h3 a:visited, #hbpromo_panels .gardenliving h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/garden_living_sm.gif);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels .spares h3 a:visited, #hbpromo_panels .spares h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/homebase_spares_sm.jpg);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels  .onlinelighting  h3  a:visited, #hbpromo_panels  .onlinelighting  h3  a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/lightingofferrhn.jpg);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels  .emailsignup  h3  a:visited, #hbpromo_panels  .emailsignup  h3  a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/email_signup.gif);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .fitted_bedrooms   h3   a:visited, #hbpromo_panels   .fitted_bedrooms   h3   a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/fittedbedrooms_RHN.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels .paintpod h3 a:visited, #hbpromo_panels .paintpod h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/paintpodrhn.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .xmas   h3   a:visited, #hbpromo_panels   .xmas   h3   a:link {
	height: 130px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/christmasRHN.gif);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .toolhire h3 a:visited, #hbpromo_panels .toolhire h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/tool_hire_sm.jpg);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .tradecard h3 a:visited, #hbpromo_panels .tradecard h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/trade_card_sm.jpg);
	display: block;
	text-indent: -9999px;
}




#hbpromo_panels   .realtrees   h3   a:visited, #hbpromo_panels   .realtrees   h3   a:link {
	height: 161px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/realtrees.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .xmas_promo   h3   a:visited, #hbpromo_panels   .xmas_promo   h3   a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/Photoframe.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .treebuyingguide   h3   a:visited, #hbpromo_panels   .treebuyingguide   h3   a:link {
	height: 130px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/treebuyingguide.gif);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .giftideas   h3   a:visited, #hbpromo_panels   .giftideas   h3   a:link {
	height: 179px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/outofideas.jpg);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels   .xmaspack   h3   a:visited, #hbpromo_panels   .xmaspack   h3   a:link {
	height: 464px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/treeoffer.jpg);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels   .xmasplant   h3   a:visited, #hbpromo_panels   .xmasplant   h3   a:link {
	height: 180px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/xmas-poinsettia-banner.gif);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels   .xmasbulbs   h3   a:visited, #hbpromo_panels   .xmasbulbs   h3   a:link {
	height: 80px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/xmasbulbspares.gif);
	display: block;
	text-indent: -9999px;
}





/*NEW HOMEPAGE RHN STYLES 13/11/08 NT*/

#hbpromo_panels #stockcheck {
	border:1px solid #ddd;
		height: auto;
	_height: 13em;
	min-height:13em;
	background: url(/wcsstore/homebase/en_US/images/p8/stockcheckrhnicon.gif) no-repeat 94px 41px;
}

#hbpromo_panels #stockcheck_title {
	height:28px;
	background: url(/wcsstore/homebase/en_US/images/p8/stockchecktitle.gif) no-repeat;
	margin-bottom:12px;
}

#hbpromo_panels #stockcheck_title span {
	display:none;
}

#hbpromo_panels #stockcheck p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:90px;
}
#hbpromo_panels  #stockcheck  p.extrawidth {
	width: 120px;
}

#hbpromo_panels #stockcheck a {
	color:#FE771C;
	text-decoration: underline;
}

#hbpromo_panels #stockcheck a:hover {
	color:#5B5344;
}

#hbpromo_panels .christmasservicemessage  h3   a:visited, #hbpromo_panels .christmasservicemessage   h3   a:link {
	height: 45px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/homepagechristmasRHN.gif);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels .energyshopservicemessage  h3   a:visited, #hbpromo_panels .energyshopservicemessage   h3   a:link {
	height: 45px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/homepageenergyshopRHN.gif);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .dealsoftheweek {
	width: 184px;
	border: 1px solid #dddddd;
	margin-top: 8px;
}
#hbpromo_panels .dealsoftheweek  h3 {
	height: 25px;
	width: 184px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/homepagedealsoftheweek.gif);
	display: block;
	text-indent: -9999px;
	margin-bottom:3px;
}

#hbpromo_panels    .dealsoftheweek    .dealpadding {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#hbpromo_panels .dealsoftheweek p {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#hbpromo_panels .dealsoftheweek a {
	color: #fe771c;
	text-decoration: underline;
}
#hbpromo_panels .dealsoftheweek a:hover {
	color: #5b5344;
	text-decoration: underline;
}

#hbpromo_panels .dealsoftheweek .buybuttonpadding {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#hbpromo_panels .furniture_assembly h3 a:visited, #hbpromo_panels .furniture_assembly h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/furniture-assembly-rhn.gif);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels .gardenbrochure h3 a:visited, #hbpromo_panels .gardenbrochure h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/garden_brochure.jpg);
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels .gardenplanner h3 a:visited, #hbpromo_panels .gardenplanner h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/GLC_Planner_Banner.gif);
	display: block;
	text-indent: -9999px;
}




/*diy advice centre*/

#hbpromo_panels .diyadvicecentre h3 a:visited, #hbpromo_panels .diyadvicecentre h3 a:link {
	height: 228px;
	width: 184px;
	margin-top: 8px;
	display: block;
	text-indent: -9999px;
}


#hbpromo_panels .diyadvicecentre h3.kitchen {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_kitchen.gif);

}


#hbpromo_panels .diyadvicecentre h3.bathroom {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_bathroom.gif);

}


#hbpromo_panels .diyadvicecentre h3.furniture {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_furniture.gif);

}


#hbpromo_panels .diyadvicecentre h3.lighting {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_lighting.gif);

}


#hbpromo_panels .diyadvicecentre h3.flooring {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_flooring.gif);

}


#hbpromo_panels .diyadvicecentre h3.decorating {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_decorating.gif);

}


#hbpromo_panels .diyadvicecentre h3.homeelec {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_homeelec.gif);

}


#hbpromo_panels .diyadvicecentre h3.heating {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_heating.gif);

}


#hbpromo_panels .diyadvicecentre h3.tools {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_tools.gif);

}


#hbpromo_panels .diyadvicecentre h3.building {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_building.gif);

}


#hbpromo_panels .diyadvicecentre h3.gardening {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_gardening.gif);

}


#hbpromo_panels .diyadvicecentre h3.outdoor {
	background-image: url(/wcsstore/homebase/en_US/images/p8/diyadvice_outdoor.gif);

}


/*diy advice centre*/






 .duluxwallpaper  h3  a:visited, #hbpromo_panels  .duluxwallpaper  h3  a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/dulux-wallpaper-rhn.jpg);
	display: block;
	text-indent: -9999px;
}#hbpromo_panels .tilingbrochure h3 a:visited, #hbpromo_panels .tilingbrochure h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/tilingbrochure.jpg);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .firesidebrochure h3 a:visited, #hbpromo_panels .firesidebrochure h3 a:link {
	height: 133px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/firesidebrochure.gif);
	display: block;
	text-indent: -9999px;
}
#hbpromo_panels .furniturebrochure h3 a:visited, #hbpromo_panels .furniturebrochure h3 a:link {
	height: 151px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/bigbookrhn.jpg);
	display: block;
	text-indent: -9999px;
}







 #browsekitchens_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 90px 35px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/browsekitchensicon.gif);
	height: 116px;
}
#hbpromo_panels  #browsekitchens_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/browsekitchenstitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels  #browsekitchens_services_title  span {
	display:none;
}
#hbpromo_panels  #browsekitchens_services  p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels  #browsekitchens_services  a {
	color:#FE771C;
}



#onlinekitchens_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 90px 35px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/onlinekitchensicon.gif);
	height: 116px;
}
#hbpromo_panels  #onlinekitchens_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/onlinekitchenstitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels  #onlinekitchens_services_title  span {
	display:none;
}
#hbpromo_panels  #onlinekitchens_services  p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels  #onlinekitchens_services  a {
	color:#FE771C;
}



#hbpromo_panels #kithenbuyingguide_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 118px 35px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchenbuyingguide.gif);
	height: 116px;
}
#hbpromo_panels   #kithenbuyingguide_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchenbuyingguidetitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #kithenbuyingguide_services_title   span {
	display:none;
}
#hbpromo_panels   #kithenbuyingguide_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #kithenbuyingguide_services   a {
	color:#FE771C;
}
#hbpromo_panels #designappointment_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 104px 31px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchendesignappointment.gif);
	height: 116px;
}
#hbpromo_panels    #designappointment_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchendesignappointmenttitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #designappointment_services_title   span {
	display:none;
}
#hbpromo_panels   #designappointment_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #designappointment_services   a {
	color:#FE771C;
}
#hbpromo_panels  #kitchenbrochure_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchenbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels .kitchenrhnheader h3 {
	display: block;
	height: 32px;
	width: 184px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/hbkitchensrhnheader.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#hbpromo_panels   #kitchenbrochure_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/kitchenbrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #kitchenbrochure_services_title   span {
	display:none;
}
#hbpromo_panels   #kitchenbrochure_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #kitchenbrochure_services   a {
	color:#FE771C;
}


#hbpromo_panels .fittedbedroompos h3 {
	height: 143px;
	width: 184px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/fittedbedroomrhn.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

#hbpromo_panels .extralinksbedrooms {
	background-image: url(/wcsstore/homebase/en_US/images/p8/background_bedrooms.gif);
	height: 174px;
	width: 184px;
	margin-top: 12px;
}



#hbpromo_panels .extralinkwardrobes {
	background-image: url(/wcsstore/homebase/en_US/images/p8/background_wardrobes.gif);
	height: 131px;
	width: 184px;
	margin-top: 12px;
}


#hbpromo_panels  .extralinkswrapper {
	padding-top: 53px;
}

#hbpromo_panels  .extralinkswrapper ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#hbpromo_panels  .extralinkswrapper li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/orangearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	float: left;
	width: 160px;
	display: block;
	margin-left: 5px;
}

#hbpromo_panels .extralinkswrapper li a {
	color: #5b5344;
}


#hbpromo_panels  .extralinkswrapper li a:hover {
	color: #fe771c;
	text-decoration:underline;
}


#hbpromo_panels  .fittedbedroomdesignservice  {
	width: 184px;
	margin-top: 12px;
	padding: 0px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/background_planning.gif);
}


#hbpromo_panels  .fittedbedroomdesignservice  p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5344;
	font-style: normal;
	padding-top: 53px;
	padding-left: 7px;
	padding-right: 7px;
}




#hbpromo_panels   .customerreviews   h3   a:visited, #hbpromo_panels   .customerreviews   h3   a:link {
	height: 136px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/customerreviewbanner.gif);
	display: block;
	text-indent: -9999px;
}

#hbpromo_panels .css_image_replaced_banner h3 a:visited, #hbpromo_panels .css_image_replaced_banner h3 a:link {
	width: 184px;
	margin-top: 8px;
	display: block;
	text-indent: -9999px;
}

#customer_reviews h3 a {
  background-image:url('/wcsstore/homebase/en_US/images/p8/customerreviewbanner_condensed.gif');
	height:96px;
}

#home_delivery h3 a {
  background-image:url('/wcsstore/homebase/en_US/images/p8/homedeliverybanner.gif');
	height:90px;
}

#hbpromo_panels   .getintogardening   h3   a:visited, #hbpromo_panels   .getintogardening   h3   a:link {
	height: 209px;
	width: 184px;
	margin-top: 8px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/getintogardening.gif);
	display: block;
	text-indent: -9999px;
}





#hbpromo_panels  #flooringbrochure_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/flooringbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels   #flooringbrochure_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/flooringbrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #flooringbrochure_services_title   span {
	display:none;
}
#hbpromo_panels   #flooringbrochure_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #flooringbrochure_services   a {
	color:#FE771C;
}





#hbpromo_panels  #tilingbrochure_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/tilingbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels   #tilingbrochure_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/tilingbrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #tilingbrochure_services_title   span {
	display:none;
}
#hbpromo_panels   #tilingbrochure_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #tilingbrochure_services   a {
	color:#FE771C;
}


#hbpromo_panels  #gardenbrochure_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/gardenbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels   #gardenbrochure_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/gardenbrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #gardenbrochure_services_title   span {
	display:none;
}
#hbpromo_panels   #gardenbrochure_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #gardenbrochure_services   a {
	color:#FE771C;
}


#hbpromo_panels  #outdoorliving_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/outdoorlivingbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels   #outdoorliving_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/outdoorlivingbrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #outdoorliving_services_title   span {
	display:none;
}
#hbpromo_panels   #outdoorliving_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #outdoorliving_services   a {
	color:#FE771C;
}


#hbpromo_panels  #conservatoriesbrochure_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 114px 28px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/conservbrochurecover.gif);
	height: 116px;
}
#hbpromo_panels   #conservatoriesbrochure_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/conservatorybrochuretitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #conservatoriesbrochure_services_title   span {
	display:none;
}
#hbpromo_panels   #conservatoriesbrochure_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #conservatoriesbrochure_services   a {
	color:#FE771C;
}





#hbpromo_panels #hygenabuyingguide_services {
	border:1px solid #ddd;
	margin-top:8px;
	/* Salmon - set IE6 exclusive fixed height as it will not accept the min-height property (but it will expand) */
	_height: 13em;
	background-repeat: no-repeat;
	background-position: 118px 35px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/hygenabuyingguide.gif);
	height: 116px;
}
#hbpromo_panels   #hygenabuyingguide_services_title {
	height:28px;
	margin-bottom:12px;
	background-image: url(/wcsstore/homebase/en_US/images/p8/hygenabuyingguidetitle.gif);
	background-repeat: no-repeat;
}
#hbpromo_panels   #hygenabuyingguide_services_title   span {
	display:none;
}
#hbpromo_panels   #hygenabuyingguide_services   p {
	font-size:1.1em;
	color:#5b5344;
	margin-left:11px;
	width:80px;
}
#hbpromo_panels   #hygenabuyingguide_services   a {
	color:#FE771C;
}
