/**
 * OXID module: wn_optreview
 *
 * @version 1.2.2
 * @author Sascha Mahnecke
 * @copyright 2012-2014 by Wendnet
 */

/* --- Ratings ---------------------------- */
div.rating {
    margin-bottom: 10px;
}

ul.rating {
    width: 89px;
    height: 16px;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: left;
    position: relative;
    background: url(../bg/stars.jpg) no-repeat left top;
}

ul.rating li {
    float: left;
    padding: 0;
    list-style: none;
}

.rating li.currentRate {
    background: url(../bg/stars.jpg) left bottom;
    position: absolute;
    height: 16px;
    z-index: 1;
}

span.rates {
    position: absolute;
    color: #1d7e96;
    padding: 0;
    width: auto;
    height: auto;
    left: 95px;
    white-space: nowrap;
    background: none;
}