/* average reviews stars */
div.avg_review_stars {
    position:           absolute;
    bottom:             0px;
    left:               0;
    right:              0;
}

div.avg_review_stars > div {
    display:            inline-block;
    margin:             auto;
}

div.avg_review_stars img {
    float:              left;
    height:             16px;
    margin:             2px 0px 0px 0px;
}

div.review_total {
    float:              left;
    width:              25px;
    padding:            0px 0px 0px 5px;
}

div.review_total a {
    color:              #999999;
    font-size:          11px;
    text-decoration:    none;
}