﻿/* RATER PLUGIN */
.ui-rater>span {vertical-align:top;display:inline;float:left;}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(images/stars.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}

.ui-average {width:40px;display:inline;float:left;margin-top:-8px;margin-left:10px;font-size:14px;}
.statVal {width:150px;display:block;float:left;margin-top:8px;}

.nomargin {margin-top:0;}

a.vote-star {
	background: url(images/stars.png);
	width:18px;
	height:18px;
	display:inline;
	float:left;
	text-decoration:none;
}
a.vote-star:hover, a.vote-star-selected, a.vote-star-selected:hover {
	background: url(images/stars.png);
	width:18px;
	height:18px;
	display:inline;
	float:left;
	background-position: 0 -36px!important;
	text-decoration:none;
}
.votestar {
	width:56px;
	height:18px;
	line-height:18px;
	display:inline;
	float:left;
	text-decoration:none;
	vertical-align:top;
	margin-left:10px;
}