@charset "utf-8";
/* Styles for the RHS category page */
@import url(/css/luxury.css);
body{
	background-color:#00462a;	
}
#productpage h1{
	background-image:url(/img/heading_rhs.jpg);
}
h2{
	color:#004731;	
}
ul#secondaryNav li a.selected, ul#secondaryNav li a.selected:hover{
	background:#f5f3e5;
	color:#528172!important;
}
.price strong{
	color:#911A3F!important;	
}
.productTile .viewProduct{
	background-image:url(/img/button_buynow-green.gif);	
}