/* CSS specific to the Air Purifier Category View */
.product-promo-banner  {
	display: block;
	position:relative;
	left:0px;
	top: 4px;
	z-index:2;
}



#product-content {
	position: relative;
	top: 0px;
	left: 0px;
}
#product-hero-text {
	position:absolute;
	top:175px;
	/*top:118px;*/
	left:315px;
	height:131px;
	width:420px;
	background:url(/assets/img/Air-Purifier-Tower/heading.png) no-repeat;
	z-index:2;
}
#product-hero-text * {
	display: none;
}

.product-hero{
	z-index:1;
	position:relative;
	top:0;
	left:0;
	height:300px;
	width:750px;	
	/*background:url(/assets/img/Air-Purifier-Tower/hero_background.jpg) no-repeat;*/
	background:url(/assets/img/Air-Purifier-Tower/background-dog.jpg) no-repeat;
	border-bottom:1px solid #d9dde1;
}
.product-purifier-below-fold{
}


/* overrides style of special promotions 
#special-promotion {
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    top: 45px;
	font-family:Helvetica, sans-serif;	
	font-size:25px;
	font-weight:bold;
	color: #FFFFFF;
	width: 110px;
	background:none repeat scroll 0 0 #0AA4C8;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
	text-shadow: none;
}
*/

.product-gift-container {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5; /* layer it above the hero */
	width: 453px; /* needed only for ie6 */
}

.product-gift-container .nub-widget-button {
	width: 453px;
	height: 51px;
	
	/* account for 2 pixel shadow */
	position: relative;
	left: 2px;
	top: 0px;
}


