.rabidRating{
	margin-top: 23px;
	float: left;
	width: 150px;
	position: relative;
	height:50px;
}
.rabidRating .wrapper {	
	cursor: pointer;
	background:#F2F2F2 url(../img/hearts.png) no-repeat scroll -92px -35px;
}

.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;
	clear: both;
	padding: 5px 0px 0px 5px;	
	background: url('../img/hearts.png') no-repeat center;
}

.rabidRating .ratingFill {
	background-color: #3FC9D0 !important;
}

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

.rabidRating .ratingActive {
	background-color: #0cadcd;
}

.rabidRating .ratingText {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.rabidRating .ratingText.ratingError {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}

.rabidRating .ratingText.loading {
	background: url('../img/ajax-loading.gif') no-repeat;
	text-indent: -999em;
	height:20px !important;
}
