﻿/**********************************************************************************
*********************************Rate[start]***************************************
***********************************************************************************/


div.rating-cancel, div.star-rating {
    float: left;
    width: 25px;
    height: 16px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

    div.rating-cancel, div.rating-cancel a {
        background: url(/App_Themes/images/del.gif) no-repeat 0 -16px;
        display:none !important;
    }

    div.star-rating, div.star-rating a {
        background: url(/App_Themes/images/star.gif) no-repeat 0 0
    }

        div.rating-cancel a, div.star-rating a {
            display: block;
            width: 20px;
            height: 100%;
            background-position: 0 0;
            border: 0
        }

div.star-rating-on a {
    background-position: 0 -17px !important
}

div.star-rating-hover a {
    background-position: 0 -34px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

.statVal {
    direction:rtl;
    overflow:hidden;
    float:right;
}
.ui-rater{
    float:right;
    padding-top:3px;
}
.rate-result {
    color: #fff;
    background: #24263a;
    padding: 3px 6px;
    border-radius: 5px;
    font-size:13px;
}
 
/**********************************************************************************
*********************************Rate[end]*****************************************
***********************************************************************************/





