﻿

/* Rating */

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('Images/star_on.gif');
    position: relative;
    width: 13px;


}

.emptyRatingStar {
    background-image: url('Images/star_off.gif');
    position: relative;
    width: 13px;

}

.savedRatingStar {
    background-image: url('Images/star_on.gif');
    position: relative;
    width: 13px;

}
.lnkTermsAndConditions
{
	color:rgb(102,103,97);
	text-decoration:none;
    font-size:12px;
    font-family:Verdana;
}
