
/* avaliacao */

.uform_rating_stars {
	overflow: hidden;
	height: 24px;
	padding: 3px 0px 0px 8px;
	display: block;
}

.uform_rating_stars .uform_rating_container {
	background: url(../ui/uform_rating_stars.png) 0 0 repeat-x;
}

.uform_rating_stars .uform_rating_container {
	position: relative;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}


.uform_rating_stars .uform_rating_container {
	position: relative;
	height: 20px;
	overflow: hidden;
	width: 100px;
}

.uform_rating_stars .uform_rating_selected {
	height: 20px;
	background-position: 0 -20px;
	background-repeat: repeat-x;
}

.uform_rating_stars .uform_rating_selection div {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	cursor: pointer;
}

.uform_rating_stars .uform_rating_selection div:hover {
	background-position: 0 -40px;
	background-repeat: repeat-x;
}
.uform_rating_stars .uform_rating_starhit {}
/*
div.uform_rating_stars div.star1 { width: 10px; }
div.uform_rating_stars div.star2 { width: 20px; }
div.uform_rating_stars div.star3 { width: 30px; }
div.uform_rating_stars div.star4 { width: 40px; }
div.uform_rating_stars div.star5 { width: 50px; }
div.uform_rating_stars div.star6 { width: 60px; }
div.uform_rating_stars div.star7 { width: 70px; }
div.uform_rating_stars div.star8 { width: 80px; }
div.uform_rating_stars div.star9 { width: 90px; }
div.uform_rating_stars div.star10 { width: 100px; }
*/
.uform_rating_stars .vote-message {
	line-height: 20px;
	padding: 2px 0 0 0 ;
}

