.ratings {
            padding:    5px 5px 5px 0;
            position:   relative;
            height:     20px;
			float:left;
			z-index:9999
        }
.ratings_stars {
            background: url('/img/star_blank.png') no-repeat;
            float:      left;
            height:     18px;
            padding:    2px;
            width:      18px;
        }
.ratings_vote {
            background: url('/img/star_voted.png') no-repeat;
        }
.ratings_over {
            background: url('/img/star_overs.png') no-repeat;
        }

.total_votes {
    position:relative;
	float:left
}
.product{
    font: 13px verdana, sans-serif;
	height:auto;
}
