/*
 * neyDEV CSS File
 * Stars Rating
 * ---------------
 * Author: Jake Cooney (www.jakecooney.com; jake[at]jakecooney.com)
*/    

.StarsRatingRoot
{
	position: relative;
	float: left;
}
.StarsRatingRoot .StarsRatingInstance
{
	position: relative;
	display: block;
	width: 64px;
	height: 1em;
	background: url('./rating-0.png') no-repeat left bottom;
	cursor: pointer;
}
.StarsRatingRoot .StarsRatingInstance small
{
	position: absolute;
	top: 0; left: 64px;
	width: 64px;
	margin-left: 8px;
	font-size: 11px;
}
.StarsRatingRoot .disabled { cursor: default; }