.infoProduto .ratingCP {
	cursor: pointer;
	clear: both;
	overflow: auto;
	display: block;
	line-height: 4px !important;
}
.ratingCP:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.gridStar
{
	cursor: default;
}
.star-left,
.star-right {
  width: 8px
}
.cancel,
.cancel a, .cancel span {background: url(../img/rating/delete.gif) no-repeat 0 -16px;}

.star,
.star a, .star span {background: url(../img/rating/star.gif) no-repeat 0 0px;}
.star-left,
.star-left a, .star span {background: url(../img/rating/star-left.gif) no-repeat 0 0px;}
.star-right,
.star-right a {background: url(../img/rating/star-right.gif) no-repeat 0 0px;}
	
.cancel a, div.ratingCP a.on, .cancel span, div.ratingCP span.on{
	background-position: 0 -16px;
}
div.ratingCP a.hover,
div.ratingCP div a:hover {
	background-position: 0 -32px;
}



