/* @override 
	http://alpha.lietus.fm/bitrix/components/m1/onair/templates/lietus/style.css?1268823135
	http://alpha.lietus.fm/bitrix/components/m1/onair/templates/lietus/style.css?1268826328
*/

#vote ul.rating
{	padding: 0px;
	margin: 0px;
	height: 11px;
	margin-left: 40px;
}
#vote li
{	float: left;
	display: block;
	height: 13px;
	width: 13px;
	padding-left: 3px;
}
#vote li.ss
{	
	background: transparent url(images/vote_star_silver.png) no-repeat center center;
}
#vote li.sg
{
	background: transparent url(images/vote_star_gold.png) no-repeat center center;
}
#vote
{	
	background: transparent url(images/vote_bg.gif) no-repeat center center;
}
#vote td.bad
{	width: 30px;
	border-right: 1px dotted;
	cursor: pointer;
	background: transparent url(images/vote_bad.png) no-repeat center 6px;	
}
#vote td.bad:hover
{	background-position: center 8px;
}
#vote td.good:hover
{	background-position: center 4px;
}
#vote td.good
{	width: 30px;
	border-left: 1px dotted;
	cursor: pointer;
	background: transparent url(images/vote_good.png) no-repeat center 6px;	
}
#vote td.badbw
{	width: 30px;
	border-right: 1px dotted;
	background: transparent url(images/vote_bad.png) no-repeat center -22px;	
}
#vote td.goodbw
{	width: 30px;
	border-left: 1px dotted;
	background: transparent url(images/vote_good.png) no-repeat center -22px;	
}

#vote td
{	padding: 0px;
	margin: 0px;
	height: 31px;
	font-size: 1px;
	vertical-align: middle !important;
	text-align: center;
}
