.rabidRating { position: relative; }

.rabidRating .wrapper {	
	cursor: pointer;
	background: #CDC6C3;
}

.rabidRating .wrapper {
	overflow: hidden;	
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 110px;
	height: 25px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('/design/stars.png') no-repeat center;
}

.rabidRating .ratingFill {
	background-color: #704419;
}

.rabidRating .ratingVoted {
	cursor: default;
	background-color: #AD3107;
}

.rabidRating .ratingActive {
	background-color: #ffa800;
}

.rabidRating .ratingText {
	color: #333;
	font-size:0.75em;
	padding-bottom: 5px;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('/design/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}
