/* Star Ratings CSS */

#bewertung{ 
 	position: relative;
	left: 174px;
	margin-top: -27px;
}
	*+html #bewertung{
		margin-top: -34px;
	}

	* html #bewertung{
		margin-top: -34px;
	}

.voting{
	list-style:none;
	margin-left: 5px !important;
	margin-top: -19px;
	padding: 0px;
	width: 100px;
	height: 20px;
	left: 63px;
 	position: relative;
	background: url(star.gif) top left repeat-x;		
}

.voting li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.voting li a{
	display: block;
	width: 20px;
	height: 22px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: none;
}
.voting li a:hover{
	background: url(star.gif) left bottom;
	z-index: 2;
	left: 0px;
}

.voting a.one-star{
	left: 0px;
}

.voting a.one-star:hover{
	width: 20px;
}

.voting a.two-stars{
	left: 20px;
}

.voting a.two-stars:hover{
	width: 40px;
}

.voting a.three-stars{
	left: 40px;
}

.voting a.three-stars:hover{
	width: 60px;
}

.voting a.four-stars{
	left: 60px;
}	

.voting a.four-stars:hover{
	width: 80px;
}

.voting a.five-stars{
	left: 80px;
}

.voting a.five-stars:hover{
	width: 100px;
}

.voting li.current_voting{
	background: url(star.gif) left center;
	position: absolute;
	height: 22px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}