#rating {
	font: normal normal normal 9pt/11pt "Myriad Pro", "Trebuchet MS", "Arial Narrow", sans-serif;
	padding: 2px;
	margin: 20px 10px 20px 0;
	float: left;
	border-top: 1px solid #C0C0C0;
	vertical-align: top;
	width: 210px;
	background-color: #ffffff;
	text-align: left;
}

.voitHeader, .viewCount {
	font-size: 10pt;
	font-weight: 600;
	color: #6E6E6E;
	float: left;
	height: 36px;
	width: 210px;
	}

.viewCount {
	width: 150px;
	}

.usersEstimationWrap {
	vertical-align: top;
	margin-left: 5px;
	float: left;
	height: 36px;
	width: 210px;
	}

.usersEstimation {
	font-size: 15pt;
	font-weight: 600;
	float: left;
	color: #0C0075;
	height: 25px;
	width: 60px;
	vertical-align: bottom;
	}

.usersCount {
	font-size: 7pt;
	font-weight: 300;
	color: #575757;
	float: left;
	text-align: left;
	width: 165px;
	}

.usersCount b {
	font-size: 9pt;
	font-weight: 700;
	}


.voitText {
	font-size: 9pt;
	color: #778899;
	float: left;
	}

#starWrap {
	margin-left: 5px;
	float: left;
	height: 18px;
	width: 140px;

	}


#ratingForm span {
	display: none;
	height: 18px;
	width: 140px;
	}

#ratingFormBottom span {
	display: none;
	height: 18px;
	width: 140px;
	}

#starbar.starBarHide {
	display: none;
	}

#ratingForm.voitStart .voitStart {
	display: inline;
	float: left;
	font-size: 7pt;
	color: #AAB6CE;
	}

#ratingForm.voitError .voitError {
	display: inline;
	float: left;
	font-size: 7pt;
	color: #FF3737;
	}

#ratingForm.voitUser .voitUser {
	display: inline;
	float: left;
	font-size: 8pt;
	color: #FF702B;
	}

#ratingFormBottom.voitSave .voitSave {
	display: inline;
	float: left;
	font-size: 7pt;
	color: #AAB6CE;
	}

#ratingFormBottom.voitPause .voitPause {
	display: inline;
	float: left;
	font-size: 7pt;
	color: #AAB6CE;
}

.starbar {
	position: relative;
	height: 18px;
	float: left;
	width: 105px;
	}

.starbar .outer {
	position: absolute;
	float: left;
	width: 105px;
	height: 18px;
	background: url(/rating/images/voit_stars.png) no-repeat 0px -18px;
	}
.starbar #starbar {
	position: absolute;
	width: 105px;
	height: 18px;
	background: url(/rating/images/voit_stars.png) no-repeat 0px -36px;
	}
.starbar #starbar.user {
	background-position: 0px -18px;
	}
.starbar a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 35px;
	}
.starbar a:hover {
	background: url(/rating/images/voit_stars.png) no-repeat 0px -54px;
	}
.starbar a.s1  { width:  21px; }
.starbar a.s2  { width:  42px; }
.starbar a.s3  { width:  63px; }
.starbar a.s4  { width:  84px; }
.starbar a.s5  { width: 105px; }
.starbar a.s6  { width: 132px; }
.starbar a.s7  { width: 154px; }
.starbar a.s8  { width: 176px; }
.starbar a.s9  { width: 198px; }
.starbar a.s10 { width: 220px; }


#viewCountSmall {
	position: relative;
	float: left;
	height: 18px;
	padding: 4px 2px 2px 25px;
	background: #F1F1F1 url(/rating/images/views.png) no-repeat 3px 6px;


#viewCountSmall.text {
	font: normal normal normal 8pt/9pt "Myriad Pro", "Trebuchet MS", "Arial Narrow", sans-serif;
	text-align: left;
	}
