span.rating-hint {
display:none;
width:40px; 
background-color: #F0F0F0;
color:#000;
border-radius: 3px 3px 3px 3px;
float: right;
height: 15px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}

span.list-rating-hint {
width:40px; 
background-color: #F0F0F0;
color:#000;
border-radius: 3px 3px 3px 3px;
float: right;
height: 15px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}

div.star {
float:left;
width:auto;
}