.RadRating
{
    overflow: hidden;
    font-size: 1px;
    cursor: pointer;
    cursor: default;
    direction: ltr;
    text-align: left;
}
.RadRating, .RadRating *
{
    outline: none;
    -moz-user-select: none;
}
.RadRating ul, .RadRating li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.RadRating li
{
    float: left;
}
.RadRating .rrtVertical li
{
    clear: left;
}
.RadRating ul
{
    padding: 0px;
    zoom: 1;
}
.RadRating ul:after
{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.RadRating a, .RadRating a span
{
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: default;
    text-decoration: none;
    display: block;
    line-height: 1px;
}
* html .RadRating a, * html .RadRating a span
{
    filter: chroma(color=c8d0d4);
}
.RadRating a
{
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    margin: 0px;
    background-position: -12px 0;
}
.RadRating ._Telerik_MobileSafari a
{
    width: 11px;
    height: 11px;
}
.RadRating a span
{
    width: 0;
    height: 12px;
    background-position: -12px 0;
}
.RadRating .rrtVertical a span
{
    width: 12px;
    height: 0;
}
.RadRating .rrtOver a
{
    background-position: -12px -12px;
}
.RadRating .rrtOver a span
{
    background-position: -12px -24px;
    cursor: pointer;
}
.RadRating .rrtSelected a span
{
    width: 12px;
    height: 12px;
}
.RadRating .rrtReversed a span
{
    width: 12px;
    height: 12px;
    background-position: 0 0;
}
.RadRating .rrtReversed .rrtSelected a span
{
    width: 0;
}
.RadRating .rrtVertical.rrtReversed .rrtSelected a span
{
    width: 12px;
    height: 0;
}
.RadRating .rrtReversed .rrtOver a span
{
    background-position: -12px -12px;
}
.RadRating .rrtReversed .rrtSelected a
{
    background-position: right top;
}
.RadRating .rrtReversed .rrtSelected.rrtOver a
{
    background-position: right bottom;
}
.RadRating ul li .rrtPart
{
    background-position: -12px -24px;
    margin-top: -12px;
}
.RadRating ul li .rrtPartComplement
{
    background-position: -12px -12px;
    margin-top: -12px;
}
.RadRating ul.rrtReversed li .rrtPart
{
    background-position: right -12px;
}
.RadRating ul.rrtReversed li .rrtPartComplement
{
    background-position: right bottom;
}
.RadRating ul.rrtReversed.rrtVertical li .rrtPart
{
    background-position: left bottom;
}
.RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages a span
{
    background-image: none;
}
.RadRating .rrtHiddenImages
{
    position: absolute;
    top: -9999px;
    visibility: hidden;
}
