.ratings {
            border:     1px solid #CCC;
            overflow:   visible;
            padding:    10px;
            position:   relative;
            width:      240px;
            height:     100px;
        }
.ratings_stars {
            background: url('star_blank.png') no-repeat;
            float:      left;
            height:     28px;
            padding:    2px;
            width:      32px;
        }
.ratings_vote {
            background: url('star_voted.png') no-repeat;
        }
.ratings_over {
            background: url('star_overs.png') no-repeat;
        }
		
.total_votes {  
    background: #eaeaea;  
    top: 58px;  
    left: 0;  
    padding: 5px;  
    position:   absolute; 
	color: #2A2A2A;
	width:250px; 
}  
.product{  
    font: 12px verdana, sans-serif;  
    margin: 0 auto 40px auto;  
    width: 240px; 
	height:200px;
	color: #000A0F;
	font-weight: 600;
	 
}  