/* RATING STARS */
.section_news_votes { float:right; margin:-20px 0px 0px 0px; padding:0px 0px 0px 5px; background:#FFFFFF; }
.votes_info { float:left; margin:0px 5px 0px 0px; color:#666666; font-style:italic; } 
#rating_stars { float:left; margin:-5px 0px 0px 0px; padding:0px; width:95px; height:19px;}
.win.ie6 #rating_stars { margin:0px; }
#rating_stars div a { float:left; width:19px; height:19px; margin:0px; padding:0px; text-indent:-10000px;}
#rating_stars div.star_empty a {background:url(../images/stars.jpg) no-repeat scroll 0px;
}
#rating_stars div.star_half a { background:url(../images/stars.jpg) no-repeat scroll -19px; }
#rating_stars div.star_full a {	 background:url(../images/stars.jpg) no-repeat scroll -38px
}
#rating_stars div span { display:none; padding:2px 3px; margin-left:8px; }
#rating_stars div:hover span { display:inline; position:absolute; background:#2359a3; border:1px solid #cccccc; color:#FFFFFF; margin:-25px 0px 0px -15px; padding:3px 8px;}
