/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */


/*Small Rating Pints*/

.smallPints div.rating-cancel, .smallPints div.star-rating{
	float:left;
	width:15px;
	height:27px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
	margin-right: 3px;
	margin-left: 2px;
	margin-top: 2px;
}
.smallPints div.rating-cancel, .smallPints div.rating-cancel a{
	background-image: url(../images/sprite_thumbs_small.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.smallPints div.star-rating, .smallPints div.star-rating a{
	background-image: url(../images/sprite_ratingPints_small.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.smallPints div.rating-cancel a, .smallPintsdiv.star-rating a{
	display:block;
	width:15px;
	height:100%;
	background-position:0px 0px;
	border:0
}
.smallPints div.star-rating-on a{
	background-position:0 -54px!important
}
.smallPints div.star-rating-hover a{
	background-position:0 -28px
}

/*Big Rating Pints*/
div.rating-cancel,div.star-rating{
	float:left;
	width:18px;
	height:30px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
	margin-right: 3px;
	margin-left: 2px;
	margin-top: 5px;
}
div.rating-cancel,div.rating-cancel a{
	background-image: url(../images/sprite_thumbs.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div.star-rating,div.star-rating a{
	background-image: url(../images/sprite_ratingPints.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div.rating-cancel a,div.star-rating a{
	display:block;
	width:18px;
	height:100%;
	background-position:0px 0px;
	border:0
}
div.star-rating-on a{
	background-position:0 -66px!important
}
div.star-rating-hover a{
	background-position:0 -34px
}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */