.rabidRating { position: relative; }

.rabidRating .wrapper {	
	cursor: pointer;
	background: #ccc;
	background: url(../templates/grey/images/elStarOff.jpg) 0 0 repeat-x;
}

.rabidRating .wrapper {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 159px;
	width: 100px;
	height: 31px;
	height: 19px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
/*	background: url('../images/stars.png') no-repeat center;*/
}

.rabidRating .ratingFill {
	background-color: #a6853d;      /* залитый */
	background: url(../templates/grey/images/elStar.jpg) 0 0 repeat-x;
}

.rabidRating .ratingVoted {
	cursor: default;
	background-color: #a6853d;
}

.rabidRating .ratingActive {
	background-color: #e9c641;
}

.rabidRating .ratingText {
	position: absolute;
	margin-left: 110px;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	color: #f28c1a;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('../images/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}


