﻿.IRatingStar
{
	width: 20px;
	height: 20px;
	background-image: url(../../_gfx/ratingstars/iratingstar.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.ISavedRatingStar
{
	width: 20px;
	height: 20px;
	background-image: url(../../_gfx/ratingstars/iratingstarsaved.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.IFilledRatingStar
{
	width: 20px;
	height: 20px;
	background-image: url(../../_gfx/ratingstars/iratingstarfilled.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.IEmptyRatingStar
{
	width: 20px;
	height: 20px;
	background-image: url(../../_gfx/ratingstars/iratingstarempty.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.IFilledRatingStarSmall
{
	width: 11px;
	height: 11px;
	background-image: url(../../_gfx/ratingstars/starsmall_filled.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.IEmptyRatingStarSmall
{
	width: 11px;
	height: 11px;
	background-image: url(../../_gfx/ratingstars/starsmall_empty.png);
	background-repeat: no-repeat;
	cursor: pointer;
}