.rating {
	cursor: pointer;
	margin-top:8px;margin-bottom:8px;
	height: 17px;
	overflow:hidden;
}
.rating:after {
	content: '.';
	height: 0;
	width: 0;
	visibility: hidden;
}
.cancel {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star {
	float: left;
	width: 22px;
	height: 17px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star-left, .star-right {
	float: left;
	 width: 10px;
	height: 17px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel, .cancel a	{background: url(delete.gif) no-repeat 0 -15px;}
.star, .star a		{background: url(ficheart01.gif) no-repeat 0 0px;}
.star-left, .star-left a	{background: url(ficheart-left.gif) no-repeat 0 0px;}
.star-right, .star-right a	{background: url(ficheart-right.gif) no-repeat 0 0px;}
	
.cancel a, .star a 
{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -17px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -17px;
}



