.rating {
	margin-top: 5px;
	background: #f7f7f7;
	padding: 5px;
	display: none;
}
.pnlAltRating {
	width: 110px;
	height: 25px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background: url("../../images/hearts_unlit.gif");
	margin-bottom: 2px;
}
.pnlAltRatingLit {
	width: 110px;
	height: 25px;
	overflow: hidden;
	display: block;
	background: url("../../images/hearts_lit.gif");
}
.helptext {
	height: 30px;
}
.rating p {
	font-size: 10px;
	line-height: 12px;
	padding: 2px 0px;
}
