.ilike .bx-ilike-button {
    color: #636363;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-family: Verdana, Tahoma, sans-serif;
    height: 20px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ilike .bx-ilike-left {
    background: url("/local/templates/ohotnik_default/images/icon-star.png") no-repeat center center;
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 20px;
}

.ilike .bx-ilike-text {
    background: none;
    display: inline-block;
    height: 0px;
    padding: 0px 0px 0;
    font-size: 12px;
    font-style: italic;
    position: relative;
    margin-left: 4px;
}

* html .ilike .bx-ilike-text {
    height: 0px;
}

.ilike .bx-ilike-right-wrap {
    background: none;
    display: inline-block;
    height: 20px;
    text-align: center;
    cursor: default
}

.ilike .bx-ilike-right {
    background: none;
    display: inline-block;
    min-width: 14px;
    margin-left: 2px;
    height: 17px;
    padding: 3px 4px 0 3px;
}

* html .ilike .bx-ilike-right {
    width: 16px;
}

.ilike .bx-you-like .bx-ilike-left {
    background-position: center center;
}

.ilike .bx-you-like .bx-ilike-text {
    background-position: center center;
}

.ilike .bx-you-like .bx-ilike-right-wrap {
    background-position: center center;
}

.ilike .bx-you-like .bx-ilike-right {
    background-position: center center;
}

.ilike .bx-ilike-button-hover .bx-you-like .bx-ilike-left {
    background-position: center center;
}

.ilike .bx-ilike-button-hover .bx-you-like .bx-ilike-text {
    background-position: center center;
}

.ilike .bx-ilike-button-disable {
    cursor: default;
}

.ilike .bx-ilike-button-disable .bx-ilike-left {
    background-position: center center !important;
}

.ilike .bx-ilike-button-disable .bx-ilike-text {
    background-position: center center !important;
    color: #a4b2c6;
}

.ilike .bx-ilike-button-disable .bx-ilike-right-wrap {
    background-position: center center !important;
}

.ilike .bx-ilike-button-disable .bx-ilike-right {
    background-position: center center !important;
}

.ilike .bx-ilike-button-hover .bx-ilike-left {
    background-position: center center;
}

.ilike .bx-ilike-button-hover .bx-ilike-text {
    background-position: center center;
}

.ilike .bx-ilike-button-hover .bx-ilike-right-wrap {
    background-position: center center;
}

.ilike .bx-ilike-button-hover .bx-ilike-right {
    background-position: center center;
}

.rating_vote_graphic {
    display: inline-block !important;
}

.rating_vote_text {
    display: none !important;
}

.ilike .bx-ilike-plus-one {
    display: inline-block;
    position: absolute;
    padding: 4px;
    background-color: #687e96;
    color: #fff;
    -webkit-animation: likePlusOne 1.5s 1;
    -moz-animation: likePlusOne 1.5s 1;
    font-size: 9px;
    opacity: 0;
    margin-left: 2px;
    border-radius: 0px 2px 2px 0
}

@-webkit-keyframes likePlusOne {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes likePlusOne {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

