﻿  .rate_widget {
    height: 22px;
    overflow: visible;
    padding: 0 5px;
    position: relative;
    width: 95px;
}

.rate_widget_alt {
    height: 12px;
    overflow: visible;
    padding: 0 5px;
    position: relative;
    width: 95px;
    display: inline-block
}

  .ratings_stars {
       background: url('../images/star_empty.png') no-repeat;
       float:      left;
       height:     15px;
       padding:    2px;
       width:      15px;
       cursor: pointer; cursor: hand;
        }
 
   .ratings_over {
            background: url('../images/star_highlight.png') no-repeat;
        }
        
    .parent_rating {
    display: inline-block;
    float: left;
    font-family: "Oswald";
    font-size: 12px;
    height: 15px;
    margin-top: 0;
	color: #84817c ;
}


    .parent_rating:hover {
        cursor:pointer;
        cursor:hand;   
    }
    .colorblue {
        color: blue;
    }
    