﻿.RatingStarContainer:hover {
	cursor: pointer;
}

.RatingStar {
	width: 16px;
	height: 16px;
	float: left;
	background: url('/images/star.gif') no-repeat;
	text-decoration: none;
}

.RatingStarReadOnly {
	cursor: default;
}

.RatingStarHover {
	background-position: 0 -64px !important;
}

.RatingStarOn {
	background-position: 0 -48px;
}

.RatingStarHalfOn {
	background-position: 0 -16px;
}

.RatingHint {	
	font-family: Verdana,Arial,helvetica,sans-serif;
	font-size: 11px;
	display: none;
	position: absolute;
	white-space: nowrap;
	background-color: #fff;
	border: solid 1px #000;
	padding: 2px;
	z-index: 10000;
}