/*  Styles for the price rater */

#pricerater_block {
    width: 120px;
    background:none;
    padding: 10px;
    font-size:11px;
}

.fair_slide_bg {
    position: relative;
    background: url(../images/rating_level.jpg) right no-repeat;
    height: 90px;
    width: 30px;
}

.fair_slide_thumb {
    cursor: default;
    position: absolute;
    left: 0px;
    top: 81px;  /* To initialize the slide thumb at the bottom */
}

.average_slide_bg {
    position: relative;
    background: url(../images/average_level.gif) top no-repeat;
    height: 55px;
    width: 96px;
}

.average_slide_thumb {
    cursor: default;
    position: absolute;
    top: 32px;
    left: -6px;  /* To initialize the slide thumb on the left */
}

