/* GENERAL */
#landingPromo{
background-image:url(../images/promos/hvw.jpg);
background-repeat:no-repeat;
}



/* EQUIPMENT */

.equipmentBox{
border:1px solid #eee;
position:relative;
}

#equipmentHero{
background-image:url(../images/hvw/equipment/hero_bg.gif);
background-position:left;
background-repeat:repeat-y;
background-color:#000;
}

#heroTitle{
font-size:40px;
color:#fff;
padding:20px;
}

.equipmentContent{
padding:20px;
width:400px;
}

.productImage{
position:absolute;
top:-10px;
right:10px;
z-index:10;
}


.tagLandingHero{
position:absolute;
right:10px;
top:180px;
}

.tagLandingStandard{
position:absolute;
right:10px;
top:120px;
}

.tagProduct{
position:relative;
top:20px;
left:10px;
}

.priceTag{
background-image:url(../images/hvw/equipment/price_tag.gif);
background-repeat:no-repeat;
height:97px;
width:230px;
}

.priceTag ul{
padding:20px 0 0 60px;
}

.priceTag li{
padding:1px 0;
}

#productDescription{
width:410px;
float:left;
}

#productImages{
float:right;
width:300px;
position:relative;
}

.productButton{
float:left;
margin-right:10px;
}

/* FAQs */

#faqs a {
	cursor:pointer;
	display:block;
	padding:5px 0 5px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #0066CC;
	text-decoration:underline;
	background-image: url("../images/general/minus.gif");
	background-repeat:no-repeat;
	background-position:left center;
}
#faqs a:hover {
	background-image: url("../images/general/minus.gif");
	background-repeat:no-repeat;
	background-position:left center;
color:#F6860C;
}
#faqs a.selected {
	color: #F6860C;
	background-image: url("../images/general/plus.gif");
	background-repeat:no-repeat;
	background-position:left center;
}

.faqAnswer{
color:#222;
margin:0 0 16px 20px;
}