#ht_advice, #ht_dvd, #ht_classes, #ht_freeworkout {
	float: left;
	width: 155px;
	min-height: 135px;
	_height: 135px;
	border-right: 1px solid white;
	padding: 12px 21px 0px 21px;
}

#ht_advice p, #ht_dvd p, #ht_classes p, #ht_freeworkout p {
	font-weight: bold;
	color: white;
	line-height: 16px;
	min-height: 70px;
	_height: 70px;
	padding: 10px 5px 10px 0px;
}

#ht_advice {
	background-color: #9A02CC;
	background-image: url(../images/highlight_bkg_advice.gif);
	background-repeat: no-repeat;
}

#ht_dvd {
	background-color: #FF00FE;
	background-image: url(../images/highlight_bkg_dvd.gif);
	background-repeat: no-repeat;
}

#ht_classes {
	background-color: #33CCFF;
	background-image: url(../images/highlight_bkg_classes.gif);
	background-repeat: no-repeat;
}

#ht_freeworkout {
	background-color: #CD81E5;
	background-image: url(../images/highlight_bkg_freeworkout.gif);
	background-repeat: no-repeat;
	border-right: none;
}