div.star-rating ul {
	margin: 0 !important;
	float: left;
	text-align: left;
	/* width: 90px; */
	margin: 0 10px 0 0 !important;
	list-style: none !important;
	background-image: none !important;
}
div.star-rating li{
	list-style: none !important;
	background-image: none !important;
	padding-left: 0 !important;
	overflow: hidden;
	display: block;
	float: right;
}

div.star-rating li a {
	width:14px;
	height: 14px;
	margin-left: 1px;
	margin-right: 1px;
	background: transparent url(/imgs/site/rating-stars.gif) no-repeat top left;
	display: block;
}
div.star-rating li a span {
	display: none;
}

div.star-rating li.rated a {
 	background-position: 0 -14px;	
}

div.star-rating li a:hover,div.star-rating li a.hover {
 	background-position: 0 -28px;	
}






ul.starList {
	float: left;
	width: 90px;
	text-align: left;
	list-style: none !important;
	background-image: none !important;
	margin: 0 !important;
}
ul.starList li{
	list-style: none !important;
	background-image: none !important;
	padding-left: 0 !important;
	overflow: hidden;
	display: block;
	float: right;
}

ul.starList li span.star{
	width:14px;
	height: 14px;
	margin-left: 1px;
	margin-right: 1px;
	background: transparent url(/imgs/site/rating-stars.gif) no-repeat top left;
	display: block;
}
ul.starList li span.star span{
	display: none;
}
ul.starList li.rated span.star{
 	background-position: 0 -14px;	
}

div.starList li a:hover,div.starList li a.hover {
 	background-position: 0 -28px;	
}











/* Show only to IE PC \*/
* html .star-rating h3 {height: 1%;} /* For IE 5 PC */

.star-rating {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #95874A;
	margin-bottom: 30px;
}
.star-ratinghead {
}
#centreContent .star-ratinghead h3 {
	font-weight: bold;
	font-size: 1.8em;
	color: #CC6600;
	border-bottom: 1px dotted #95874A;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.star-ratingbody {
}
.star-ratingbody p {
	float: left;
	margin-bottom: 10px !important;
}
.star-ratingbody #s_0 {
	margin-left: 10px;
}
.star-ratingbody p#numVotesC {
	margin-right: 20px;
}

#aveVotes {
	font-weight: bold;
}





