#star {
	line-height:21px;
	margin:-4px 0px 0px 25px;
	padding:0px;
	position:absolute;
        text-align:center;
}

#star ul.star {
	background:transparent url(../img/star-rating/social-stars.png) repeat-x scroll 0px -26px;
	cursor:pointer;
	float:left;
	height:21px;
	left:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	width:85px;
	border-left: 10px solid #D7E5F2;
	border-right: 10px solid #D7E5F2;
}

#star li {
	display:block;
	float:left;
	height:20px;
	margin:0px;
	padding:0px;
	position:relative;
	text-decoration:none;
	text-indent:-9000px;
	top:0px;
	width:85px;
	z-index:20;
	left:0px;
	top: 0px;
}

#star li.curr {
	background:transparent url(../img/star-rating/social-stars.png) repeat-x scroll 0px -1px;
	font-size:1px;
}

#star div.user {
	color:#888888;
	float:left;
	font-family:Arial;
	font-size:13px;
	left:105px;
	position:absolute;
}

#star #starNumRates {
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 7pt;
    width: 100%;
    text-align:center;
    line-height:9px;
    top: 21px;
    left: 10px;
    color: #405A80;
    letter-spacing: 1px;
}

#star #starNumRates span{
    font-size: 95%;
    letter-spacing: 0px;
    color: #679;
}
