div.rating-cancel,div.star-rating{
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}
div.rating-cancel,div.rating-cancel a{
	background:url(/common/images/catalogue/star-rating-delete.gif) no-repeat 0 -16px;
}
div.star-rating,div.star-rating a{
	background:url(/common/images/catalogue/star-rating-star.png) no-repeat 0 0;
}
div.rating-cancel a,div.star-rating a{
	display:block;
	width:16px;
	height:100%;
	background-position:0 0;
	border:0;
}
div.star-rating-on a, div.star-rating a:active{
	background-position:0 -15px!important;
}
div.star-rating-hover a, div.star-rating a:hover{
	background-position:0 -30px;
}
input.item-star {
	display:none;
}
div.star-rating-readonly a{
	cursor:default!important;
}
div.star-rating-on.star-rating-readonly a, 
div.star-rating.star-rating-readonly a:active{
	background-position:0 0; 
	cursor: default;
}
div.star-rating-hover.star-rating-readonly a, 
div.star-rating.star-rating-readonly a:hover {
	background-position:0 0; 
	cursor: default;
}