div.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;
    user-select: none;
    -webkit-touch-callout: none;
    cursor: pointer;
    top: 2px;
    vertical-align: middle;
}

div.rateit div.rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/images/stars22x110.png);
    /*height: 43px !important;
    width: 216px !important; */
    height: 22px !important;
    width: 110px !important;
}

/* for IE 6 */
* html div.rateit, * html div.rateit div.rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html div.rateit, * + html div.rateit div.rateit-range
{
    display: inline;
}

div.rateit div.rateit-hover, div.rateit div.rateit-selected
{
    position: absolute;
    left: 0px;
}

div.rateit div.rateit-hover-rtl, div.rateit div.rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

div.rateit div.rateit-hover
{
    background: url(/images/stars22x110.png) left 44px;
}

div.rateit div.rateit-hover-rtl
{
    background-position: right -32px;
}

div.rateit div.rateit-selected
{
    background: url(/images/stars22x110.png) left -44px;
}

div.rateit div.rateit-selected-rtl
{
    background-position: right -16px;
}

div.rateit div.rateit-preset
{
    background: url(/images/stars22x110.png) left 44px;
    /*background-size: 43px 215px; */
    background-size: 22px 110px;
}

div.rateit div.rateit-preset-rtl
{
    background: url(/images/stars22x110.png) left -44px;
}

div.rateit div.rateit-reset
{
    background: url(/images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
}

div.rateit div.rateit-reset:hover
{
    background-position: 0 -16px;
}

/* Small stars */

div.smallstars div.rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/images/stars20x100.png);
    height: 20px !important;
    width: 100px !important;
}

div.smallstars div.rateit-hover
{
    background: url(/images/stars20x100.png) left -24px;
}

div.smallstars div.rateit-hover-rtl
{
    background-position: right -24px;
}

div.smallstars div.rateit-selected
{
    background: url(/images/stars20x100.png) left -12px;
}

div.smallstars div.rateit-selected-rtl
{
    background-position: right -12px;
}

div.smallstars div.rateit-preset
{
    background: url(/images/stars20x100.png) left -61px;
    background-size: 20px 100px;
}

div.smallstars div.rateit-preset-rtl
{
    background: url(/images/stars20x100.png) left -61px;
}

/* Retina ----------- */
/*
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio : 1.5) {
    div.rateit div.rateit-range {
        background: url(/images/stars-2x.png);
        background-size: 20px 100px;
        height: 20px !important;
        width: 100px !important;
    }

    .mediaBox div.rateit div.rateit-range {
        background: url(/images/stars-2x.png);
        background-size: 22px 110px;
        height: 22px !important;
        width: 110px !important;
    }
}
*/
