div.star-rating ul {
	float: left;
	text-align: left;
	width: 90px;
	margin-top: 3px;
	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 {
	background: url(/imgs/site/ratebox-br.gif) no-repeat bottom right;
	width: 8em;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 1.4em;
}
.star-ratinghead {
	background: url(/imgs/site/ratebox-hr.jpg) no-repeat top right;
	text-align: center;
}
.star-ratinghead h3 {
	background: url(/imgs/site/ratebox-hl.jpg) no-repeat top left;
	padding: 7px;
	margin-bottom: 0;
	border-bottom: none;
	color: #fff; 
	font-weight: bold; 
	font-size: 0.7em;
}
.star-ratingbody {
	background: url(/imgs/site/ratebox-bl.gif) no-repeat bottom left;
	padding: 3px;
	font-size: 0.55em;
	line-height: 140%;
	color: #00659A;
	text-align: center;
}
.star-ratingbody p {
	clear:both;
	padding-top:5px;
}
.star-ratingbody #s_0 {
	margin-left: 10px;
}
.star-ratingbody p#numVotesC {
	float: left;
	clear: none;
	margin-left: 5px;
}







