/**********************
 ratingsWidget styles
 *********************/
.rate_widget {
    overflow: visible;
    padding: 0px;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #222222;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
       
/*    height: 22px;
    width: 500px;
    float: left;
    clear: both;*/
}  

.ratings_stars {
/*    background: url('/assets_global/star_empty_dark_16.gif') no-repeat;*/
    background: url('/assets_global/star_y_empty.png') no-repeat; 
    float: left;
    height: 26px;
    width: 26px;
}

.ratings_vote {
/*   background: url('/assets_global/star_full_dark_16.gif') no-repeat;*/
     background: url('/assets_global/star_y_full.png') no-repeat; 
}

.ratings_vote_half {
/*    background: url('/assets_global/star_half_dark_16.gif') no-repeat;*/
    background: url('/assets_global/star_y_half.png') no-repeat; 
}

.ratings_over {
/*  background: url('/assets_global/star_highlight_dark_16.gif') no-repeat;*/
      background: url('/assets_global/star_y_highlight.png') no-repeat; 
    cursor:pointer; 
}

.total_votes {
    float: left;
    margin-left:10px;
    margin-top:5px;
    width: 250px;
    color: black;
}

.ratingRatedMsg {
    float: left;
    margin-left:10px;
    margin-top:5px;
    display: inline-block;
    color: black;
}

.rated_success {
    color:#009900;
}
.read-only{
 width: 66px;
 padding: 0px;
}
.read-only .ratings_stars {   
    padding-bottom: 0;   
    padding-top: 2px;

}

.clear{
 clear:both;
}
