/* Processed by Shaun Inman's CSS Server-side Pre-processor on Mon, 06 Sep 2010 19:55:47 +0000 <http://www.shauninman.com/search/?q=SSPP> */
.rabidRating 
{
	cursor: pointer;
	background: #ccc;
	position: relative;
}

.rabidRating,.rabidRating span 
{
	display: block;
	width: 110px;
	height: 25px;
}

.rabidRating span 
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars 
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: url('/resources/i/stars.png') no-repeat left top;
}

.rabidRating .ratingFill 
{
	background: #ff0000;
	width: 50px;
}

.rabidRating.ratingVoted 
{
	cursor: default;
}

.ratingActiveFillColor 
{
	background: #ffee00;
}

.ratingVotedFillColor 
{
	background: #0069ff;
}

