#vot_line {
	color: #636363;
	line-height: normal;
}

#vot_line .vot_value {
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

#vot_line .vot_value span {
	color: #c2e7ff;
	font-size: 10px;
	font-weight: normal;
}

#vot_line .vot_stars {
	color: #636363;
	text-align: left;
	width: 495px;
	height: 16px;
}

.commentLink, .commentLink:hover {
	display: block;
	background: url(../img/commentLinkBg.gif) repeat-x;
	border: 1px solid #D1D1D1;
	color: #BF0601;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	width: 210px;
	text-align: center;
}

/* 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: 16px;
}

#vot_line .vot_stars .star_full {
	width: 18px;
	height: 16px;
	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: 18px;
	height: 16px;
	background: url(../img/rating-star.png) no-repeat -1px -18px;
	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;
}

#vot_stats {
	width: 100%;
}

#vot_stats #vot_stats_l {
	text-align: left;
	width: 384px;
	padding-top: 3px;
	color: #ACACAC;
	vertical-align: top;
}

#vot_stats #vot_stats_l span {
	font-weight: bold;
}

#vot_stats #vot_stats_r {
	width: 140px;
	text-align: left;
	padding-top: 3px;
	color: #555555;
	vertical-align: top;
}

#vot_stats #vot_stats_r span {
	display: block;
	width: 140px;
	padding: 2px 0px;
}

#vot_stats #vot_stats_r span a {
	color: #555555;
	text-decoration: none;
}

#vot_stats #vot_stats_r span a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
	visibility: hidden;
}