.hp_row {
}

.hp_product {
	width: 256px;
	border: 1px solid white;
	float: left;
	position: relative;
}

.hp_promo {
	width: 256px;
	height: 80px;
	float: left;
	background-color: #e7e7e7;
	border: 1px solid white;
	vertical-align: center;
	padding-top: 28px;
}

.hp_product_image {
	z-index:1;
}

.hp_title_band {
	background-color: #999999;
	height: 10px;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 256px;
	z-index:2;
	color: white;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	letter-spacing: 2px;
	font-family: arial,helvetica,verdana;
	filter: alpha (opacity=80);
	display:none;
}
	
.hp_title_band_light {
	background-color: #999999;
	height: 10px;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 256px;
	z-index:2;
	color: white;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	letter-spacing: 2px;
	font-family: arial,helvetica,verdana;
	filter: alpha (opacity=80);
	display:none;
}

.hp_title_band_bottom {
	background-color: #999999;
	height: 10px;
	position:absolute;
	left: 0px;
	top: 242px;
	width: 256px;
	z-index:2;
	color: white;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	letter-spacing: 2px;
	font-family: arial,helvetica,verdana;
	filter: alpha (opacity=80);
	display:none;
}
	
.hp_title_band_light_bottom {
	background-color: #999999;
	height: 10px;
	position:absolute;
	left: 0px;
	top: 242px;
	width: 256px;
	z-index:2;
	color: white;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	letter-spacing: 2px;
	font-family: arial,helvetica,verdana;
	filter: alpha (opacity=80);
	display:none;
}
