﻿.star_rating 
{    
    font-size: 0pt;    
    width: 13px;   
    height: 12px;   
    margin: 0px;    
    padding: 0px;    
    cursor: pointer;   
    display: block;   
    background-repeat: no-repeat; 
}    
.star_filled 
{    
    background-image: url(../Images/FilledStar.png);    
}    

.star_empty 
{    
    background-image: url(../Images/EmptyStar.png);    
}    
.star_saved 
{    
    background-image: url(../Images/WaitingStar.png);    
}


/* ViewAds.apsx Close Frame Section */

.closeFrame
{
    display:block;
    width:100%;
    padding-top:10px;
    background-color:#E8E8E8;
    text-align:right;
    font-family:Verdana;
    font-size:11px;
    height:27px;
}

a
{
    color:#666666;
    font-weight:bold;
    text-decoration:none;
}
        
a:hover
{
    color:black;
}
