.ratings {
           /* border:     1px solid #CCC;*/
            overflow:   visible;
           /* padding:    10px;
            position:   relative;*/
            width:      275px;
            height:     58px;
			float:left;
			
        }
.ratings_stars {
            background: url('../images/star_blank.png') no-repeat;
            float:      left;
            height:     15px;
            padding:    2px;
            width:      16px;
        }
.ratings_vote {
            background: url('../images/star_voted.png') no-repeat;
        }
.ratings_over {
            background: url('../images/star_overs.png') no-repeat;
        }
		
.total_votes{
float:left;
margin:-10px 1px 2px 5px;
width:200px;
height:28px;}
 /*{  

    background: #eaeaea; 
	 
    top: 58px;  
    left: 0;  
    padding: 5px;  
    position: \ absolute;  
   
}  */
.product{ 
    float:right;
    margin:10px 05px 40px auto;  
	font: 10px verdana, sans-serif;  
    width: 180px; 
	height:30px; 
	
}  