
.rating {
	cursor: pointer;
	margin: 0;
	clear: both;
	display: block;
	width: 100%;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 28px;
	height: 26px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a { display: none; background: url(img/crystal-stars.png) no-repeat 0 0px;}

.star,
.star a {background: url(img/crystal-stars.png) no-repeat 0 -56px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 -56px;
}

div.rating div.on a {
	background-position: 0 -84px;
}

div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -84px;
}

div.rating .ratingMessage {
	position: relative;
	top: -20px;
	left: 0;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	background: #000;
	opacity: 0.8;
	cursor: default;
}
