div.voter {
	position:relative;
	float:left;
	top: 11px;
	left:140px;
}
.left {
  float: left;
}
.rating{
	list-style:none;
	margin: -1px 0 0 -1px;
	padding:0;
	width: 170px;	/* kép_szélesség*10 */
	height: 15px;	/* kép_magasság */
	position: relative;
	background: url(../rating.gif) 0 0 repeat-x;
	overflow: hidden;
}
.rating li{
	padding:0;
	margin:0;
	float: left;
}
.rating li a{
	display:block;
	width: 17px;	/* kép_szélesség */
	height: 15px;	/* kép_magasság */
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
	margin: 0;
}
.rating li a:hover{
	background: url(../rating.gif) 0 15px;	/* kép_magasság */
	z-index: 2;
	left: 0;
}
.rating a.rate_1{
	left: 0;
}
.rating a.rate_1:hover{
	width:17px;
}
.rating a.rate_2{
	left:17px;
}
.rating a.rate_2:hover{
	width: 34px;
}
.rating a.rate_3{
	left: 34px;
}
.rating a.rate_3:hover{
	width: 51px;
}
.rating a.rate_4{
	left: 51px;
}
.rating a.rate_4:hover{
	width: 68px;
}
.rating a.rate_5{
	left: 68px;
}
.rating a.rate_5:hover{
	width: 85px;
}
.rating a.rate_6{
	left: 85px;
}
.rating a.rate_6:hover{
	width: 102px;
}
.rating a.rate_7{
	left: 102px;
}
.rating a.rate_7:hover{
	width: 119px;
}
.rating a.rate_8{
	left: 119px;
}
.rating a.rate_8:hover{
	width: 136px;
}
.rating a.rate_9{
	left: 136px;
}
.rating a.rate_9:hover{
	width: 153px;
}
.rating a.rate_10{
	left: 153px;
}
.rating a.rate_10:hover{
	width: 170px;
}
.rating li.current_rating{
	background: url(../rating.gif) 0 30px;	/* kp_magassg*2 */
	position: absolute;
	height: 15px;/* kp_magassg */
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left: 0;
}
.rating_num {
	position:relative;
	left:20px;
	font-size:14px;
	color: #D24000;
	font-weight:bold;
}