.rating-counter-bar
{
    background: url("/bitrix/templates/marketplace-1c-v3/images/mp-rating-stars.png") no-repeat scroll 0 -22px rgba(0, 0, 0, 0);
    font-size: 12px;
    padding-left: 12px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear 0s;
}

.feedback-rating-emptystars-bar
{
    /*background: url("/bitrix/templates/marketplace-1c-v3/images/mp-rating-stars.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    background: url(/bitrix/templates/marketplace-1c-v3/images/marketpl_sprite.png) no-repeat 0 -259px;
    bottom: 0;
    height: 11px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.feedback-rating-progressstars-bar
{
    /*background: url("/bitrix/templates/marketplace-1c-v3/images/mp-rating-stars.png") repeat-x scroll 0 -11px rgba(0, 0, 0, 0);*/
    background: url(/bitrix/templates/marketplace-1c-v3/images/marketpl_sprite.png) no-repeat 0 -247px;
    bottom: 0;
    height: 11px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.rat_text {
    font-size: 12px;
    color: gray;
}