@CHARSET "UTF-8";

a.star_link {
	background: url(images/star.png) no-repeat left top;
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent:-1000em;
	padding-right: 2px;
}
a.star_link:hover,
a.star_link:active,
a.star_link:focus,
.comment-rating-box a.tmp_rating,
.comment-rating-box a.current_rating	
{
	background: url(images/star-active.png) no-repeat left top;
	background-size: 15px 15px;
}

.star_set {
	background: url(images/star-active.png) no-repeat left top;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	padding-right: 2px;
}
.star_not_set {
	background: url(images/star.png) no-repeat left top;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	padding-right: 2px;
}