/* vote processing div with message */
#vot_line .vot_stars .vot_message {
	color: #636363;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
}

/* vote processing image loader */

#vot_line .vot_stars .vot_message .vot_loader {
	height: 22px;
}

#vot_line .vot_stars .star_full {
	width: 22px;
	height: 22px;
	background: url(../img/rating_star.png) no-repeat -1px -1px;
	float: left;
	font-size: 1px;
	line-height: normal;
}

#vot_line .vot_stars .star_full a {
	display: block;
}

#vot_line .vot_stars .star_full a:hover {
	display: block;
}
vot_line .vot_stars div{
	cursor: pointer;
}


#vot_line .vot_stars .star_empty {
	width: 22px;
	height: 22px;
	background: url(../img/rating_star.png) no-repeat -27px -1px;
	float: left;
	font-size: 1px;
	line-height: normal;
}

.start_empty, .star_full {
	cursor: pointer;
}

#vot_line .vot_stars .star_empty a {
	display: block;
}

#vot_line .vot_stars .star_empty a:hover {
	display: block;
}


