.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit.rt_1 .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url("../images/star.svg");
    height: 19px;
    width: 150px;
    outline: none;
    background-size: 30px 57px;
    top: 2px;
    left: -10px;
}


.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit.rt_1 .rateit-hover
{
    background: url("../images/star.svg") left -38px;
    background-size: 30px 57px;
}

.rateit.rt_1 .rateit-hover-rtl
{
    background-position: right -38px;
    background-size: 30px 57px;
}

.rateit.rt_1 .rateit-selected
{
    background: url("../images/star.svg") left -19px;
    background-size: 30px 57px;
}

.rateit.rt_1 .rateit-selected-rtl
{
    background-position: right -19px;
    background-size: 30px 57px;
}

.rateit.rt_1 .rateit-preset
{
    background: url("../images/star.svg") left -57px;
    background-size: 30px 57px;
}

.rateit.rt_1 .rateit-preset-rtl
{
    background: url("../images/star.svg") left -57px;
    background-size: 30px 57px;
}



.rateit button.rateit-reset
{
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: none!important;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -15px;
}








.rateit.rt_4 .rateit-hover
{
    background: url("../images/square_star.png") left -24px;
}

.rateit.rt_4 .rateit-hover-rtl
{
    background-position: right -24px;
}

.rateit.rt_4 .rateit-selected
{
    background: url("../images/square_star.png") left -12px;
}

.rateit.rt_4 .rateit-selected-rtl
{
    background-position: right -12px;
}

.rateit.rt_4 .rateit-preset
{
    background: url("../images/square_star.png") left -36px;
}

.rateit.rt_4 .rateit-preset-rtl
{
    background: url("../images/square_star.png") left -36px;
}









