.rabidRating {  }

.rabidRating .wrapperRating {	
	cursor: pointer;
	background: #000;
}

.rabidRating .wrapperRating {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapperRating {
	display: block;
	width: 80px;
	height: 25px;
}

.rabidRating span {

	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('../images/ratings/hearts.png') no-repeat left top;
}

.rabidRating .ratingFill {
	background-color: #0085A6;
}

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

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

.rabidRating .ratingText {
	color: #333;
}

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

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

