/*jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/*/
DIV.rating
{
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
DIV.rating:after
{
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
DIV.cancel, DIV.star
{
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}
DIV.cancel, DIV.cancel A
{
	background: url(images/ratingsRemove.png);
}
DIV.star, DIV.star A
{
	background: url(images/ratingsStars.png);
}
DIV.cancel A, DIV.star A
{
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 1 solid #FF0000;
}
DIV.star_on A
{
	background-position: 0 -16px !important; /*[e]0 -16px*/
}
DIV.star_hover A, DIV.star_live A:hover
{
	background-position: 0 -32px;
}
/*Read Only CSS*/
DIV.star_readonly A, DIV.star_readonly A:hover
{
	cursor: default !important; /*[e]default*/
}
/*Partial Star CSS*/
DIV.star
{
	background: transparent !important; /*[e]transparent*/
	overflow: hidden !important; /*[e]hidden*/
}
/*END jQuery.Rating Plugin CSS*/
