/* @override 
	http://bananica.local/p/elementi/starRating.css
	http://bananica.uk.bananica.com/p/elementi/starRating.css
*/

.bcmsStarRating {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.bdySingle .bcmsStarRating {
	width: 460px;
	margin: 10px 0 10px 86px;
	clear: none;
}
.bdySingle .photoWork .bcmsStarRating {
	margin-left: 96px;	
}
#topWrapper .blogText .bcmsStarRating ul {
	margin: 0;
	float: left;
	width: 75px;
	height: 15px;
	overflow: hidden;
	position: relative;
	background: url(star.gif) repeat-x left -20px;
}
#topWrapper #midWrapper .bcmsStarRating ul ul {
	background:none;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.bcmsStarRating ul li {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	font-size: 1px;
	color: #fff;
	z-index: 10;
}
.bcmsStarRating ul li.bcmsStarRatingCurrent {
	z-index: 1;
	background: url(star.gif) repeat-x left top;	
}
.bcmsStarRatingText {
	color: #c7c7c7;
	font-size: 11px;
	clear: both;
	padding: 0.4em 0;
}
#topWrapper .bcmsStarRating ul li.bcmsStarRatingCurrent.bcmsStarRatingHover {
	background-position: left -40px;
}