﻿/* CSS Document */

.ratingStar {
	PADDING: 0px;
	MARGIN: 0px;
	DISPLAY: block;
	FONT-SIZE: 0pt;
	CURSOR: pointer;
	BACKGROUND-REPEAT: no-repeat;
	WIDTH: 15px;
	HEIGHT: 15px;
	
}
.filledRatingStar {
	BACKGROUND-IMAGE: url(../Images/star-filled.gif);
}
.emptyRatingStar {
	BACKGROUND-IMAGE: url(../Images/star-empty.gif)
	}
.savedRatingStar {
	BACKGROUND-IMAGE: url(../Images/star-saved.gif)
	}
	
.rating-empty{
	BACKGROUND-IMAGE: url(../images/rating/emptystars.gif);
	background-repeat:no-repeat;
}
.rating-filled{
	BACKGROUND-IMAGE: url(../images/rating/filledstars.gif);
	background-repeat:no-repeat;
}
.box-rating {
	border:1px solid #CCCCCC;
	padding:4px;
	text-align:left;
	vertical-align:top;
	width:470px;
	height:50px;
}
.box-rating td{
	vertical-align:top;
}
.rating-small{
	font-size:10px;
	color:#747474;
	}
.rating-small a{
	text-decoration:underline;
	}