﻿#ratinglist li
{
display: inline;

}
* { margin:0px; padding:0px;    
}
body 
{
    margin:-2px;
    padding:0px;
    font-family : verdana;
    font-size:10pt;
   /* background-image:url(../images/today/liteyellowpaper.jpg);*/
    /*background-repeat:repeat-x;*/   
    background-color:Transparent;
}

#ratinglist a
{
    display:block;
    float:left;
}

.EmptyStar
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}
.EmptyStar1
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}
.EmptyStar2
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}
.EmptyStar3
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}

.EmptyStar4
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}
.EmptyStar5
{
    background:  url(../images/RatingControlImages/EmptyStar.png) no-repeat;
    width:20px;
    height:21px;

}
.EmptyStar:Hover
{
     background:  url(../images/RatingControlImages/HoverStar.png) no-repeat;
     width:20px;
     height:21px;
}


.FilledStar 
{
    background         :  url(../images/RatingControlImages/FilledStar.png) no-repeat;
     width:20px;
     height:21px;
}



