.rating {
	/*cursor: pointer;*/
	clear: both;
	display: block;
	float: left;
}
.rating_disabled {
	clear: both;
	display: block;
	float: left;
}
.star {
	float: left;
	overflow: hidden;
}

.star,
.star a {
	z-index:3;
}
div.rating {
	display:block;
	position:absolute;
	background:transparent;
	z-index:1;
}
div.ratingindicator {
	display:block;
	overflow: hidden;
	position:absolute;
	z-index:2;
}	
.star a {
	
	display: block;
	width: 100%;
	height: 100%;
	/*background-position: 0 0px;*/
	z-index:3;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
	color: #f00;
	font-weight: bold;
}
div.hover a {
	
	display: block;
	width: 100%;
	height: 100%;
	/*background-position: 0 0px;*/
	z-index:3;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
div.rating div.hover a {
	cursor: pointer;
	z-index:3;
}

.link_disabled {
	cursor: default;
}
