﻿body {
}
        .hidden
        {
        display:none;
        }
        .style1
        {
            width: 100%;
            font-family: Tahoma;
        }
        .style2
        {
            width: 777px;
            font-weight: bold;
            font-family: Tahoma;
            font-size: 34pt;
        }
        .style2-2
        {
            width: 777px;
            font-weight: bold;
            font-family: Tahoma;
            font-size: 32pt;
        }
        .style3
        {
            font-size: x-small;
            font-family: Tahoma;
            color: #FFFFFF;
            font-weight: bold;
        }
        .style4
        {
            width: 100%;
        }
        .style5
        {
            height: 18px;
            font-size: xx-small;
        }
        .style6
        {
            height: 18px;
            font-size: 3pt;
        }
        .style7
        {
            height: 18px;
            font-size: medium;
            font-family: Verdana;
            text-align: left;
        }
        .headerclass1
        {
            width: 777px;
            font-family: Verdana;
            font-weight: bold;
            font-size: 24pt;
        }
        .headerclass2
        {
            width: 777px;
            font-family: Verdana;
            font-weight: bold;
            font-size: 30pt;
        }
        .xsmallfont
        {
            font-size: x-small;
        }
        .smallfont
        {
            font-family: Verdana;
            font-size: small;
        }
        .mediumfont
        {
            font-family: Verdana;
            font-size: medium;
        }
        .searchfont
        {
            font-family: Verdana;
            font-size: small;
            color: #999999;
            font-style: italic;
        }
        .ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(http://www.idoget.com/images/rating/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(http://www.idoget.com/images/rating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(http://www.idoget.com/images/rating/SavedStar.png);
}