/*             styles for the star rater                */

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
span.rating
, span.relevance{
	float:right;
	height:25px;
	position:relative;
	width:59px;
}
span.star-rating-control{
	display:block;
	height:11px;
	position:relative;
	width:100%;
}
span.star-rating-control div{
	cursor:pointer;
	float:left;
	height:10px;
	overflow:hidden;
	width:10px;
}
span.star-rating-control div a{
	background:url("../img/bt/star.png") no-repeat 0 0;
	display:block !important;
	float:none !important;
	height:10px;
	overflow:hidden;
	padding:0 !important;
	text-indent:-999em !important;
	width:10px;
}
span.star-rating-control div.rating-cancel a{
	background:url("../img/bt/delete.gif") no-repeat 0 -10px;
}
div.star-rating a{
	z-index:999;
	position:relative;
}
div.star-rating-on a{
	background-position:0 -10px !important
}
div.star-rating-hover a{
	background-position:0 -20px !important
}
.ratingCount{
	font-size:10px
}
div.ratingTotal{
	clear:both;
	position:relative;
	display:block;
}
div.ratingTotal
, div.ratingTotal span{
	font-size:11px;
}

/* 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 */

/* MIGRAR */
.comments { font-size:11px; color:#000;}
.comments a {color:#000; }
