﻿/*############# rating ################## */
.startFill
{
	/*handler*/
}
.startEmpty
{
	/*handler*/
}
.ratingContainer
{
	width: 90px;
	height: 16px;
	float: left;
}
.ratingContainer .box
{
	height: 15px;
	width: 17px;
	background: transparent url(../../../images/common/misc/start-empty.png);
	background-repeat: no-repeat;
	float: left;
}
.ratingContainer .selected
{
	background: transparent url(../../../images/common/misc/star-filed.png);
	background-repeat: no-repeat;
}
/*############# rating small ################## */
.ratingContainerSmall
{
	width: 62px;
	height: 11px;
	float: left;
}
.ratingContainerSmall .box
{
	height: 11px;
	width: 12px;
	background: transparent url(../../../images/common/misc/start-emptySmall.png);
	background-repeat: no-repeat;
	float: left;
}
.ratingContainerSmall .selected
{
	background: transparent url(../../../images/common/misc/star-filedSmall.png);
	background-repeat: no-repeat;
}
/*############# rating small end################## */
/*############# rating end ################## */