.rating {

	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 18px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.staroff {
	float: left;
	width: 18px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/stern_gruen_leer.gif) no-repeat 0 0px;
}
div.ratingUneo div.voll {background: url(../images/stern_gruen_voll.gif) no-repeat 0 0px;}


.cancel,
.cancel a {background: url(../images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../images/star_rating.gif) no-repeat 0 0px;}

.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.ratingUneo div.on a, div.ratingUneo div.on {
	background-position: 0 -16px;
}
div.ratingUneo div.hover a,
div.ratingUneo div a:hover {
	background-position: 0 -16px;
}


div.ratingUneo .star {
	cursor:auto;
}

