/*five star rating*/
.ratings{
    width: 100%;
    float: left;
    height: 15px;
    min-width: 175px;
    line-height: 15px;
}
.ratings .rate_widget {
    overflow:   visible;
    padding:    0px;
    position:   relative;
    width:      auto;
    height:     15px;
    float: left;
}
.ratings .ratings_stars {
    background-image: url('images/star-rate.png');       
    background-position: 0 -17px;
    background-repeat: no-repeat;
    /*background-color: red ;*/
    float:      left;
    height:     15px;
    padding:    2px;
    width:      18px;
    margin-right: 5px;
    display: block;
    cursor: pointer;
}
.ratings   .rated .ratings_stars{
    cursor: auto;
}
.ratings .rate_widget > .ratings_stars:last-child{
    margin-right: 0px;
}
.ratings .ratings_vote {
    background-position: 0 0px;
}
.ratings .ratings_over {
    background-position: 0 0px;
    /*background-color: green ;*/
}
.ratings .rate-count{ float: right;}
.ratings .rate-count > i{
    font-style: normal;
}
/*end*/