.rating {	cursor: pointer;	/*margin: 2em;	*/clear: none;	display: inline; float:left;}

.rating:after {	content: '.';	display: block;	height: 0;	width: 0;	clear: both;	visibility: hidden;}



.cancel,
.star {	float: left; width: 13px;	height: 11px;	overflow: hidden;	text-indent: -999em;	cursor: pointer;}
.staroff {	float: left; width: 13px;	height: 11px;	overflow: hidden;	text-indent: -999em;	cursor: default;background-position: 0 -12px;}
._star {	float: left; width: 17px;	height: 15px;	overflow: hidden;	text-indent: -999em;	cursor: pointer;}
._staroff {	float: left; width: 17px;	height: 15px;	overflow: hidden;	text-indent: -999em;	cursor: default;background-position: 0 -16px;}

.star-left,
.star-right {  width: 6px}
._star-right {  width: 8px}

.cancel,
.cancel a {background: url(../_images_/rating/delete.gif) no-repeat 0 -12px;}
._cancel a {background: url(../_images_/rating/delete.gif) no-repeat 0 -16px;}

.star,
.star span,
.star a {background: url(../_images_/rating/star.gif) no-repeat 0 0px;}
.star-left,
.star-left span,
.star-left a {background: url(../_images_/rating/star-left.gif) no-repeat 0 0px;}
.star-right,
.star-right span,
.star-right a {background: url(../_images_/rating/star-right.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {	display: block;	width: 100%;	height: 100%;	background-position: 0 0px;}
.star span {	display: block;	width: 100%;	height: 100%;	background-position: 0 0px;}
/*
span.rating div.on a {	background-position: 0 -16px;}
span.rating div.on span {	background-position: 0 -16px;}
*/
span.rating div.on a {	background-position: 0 -12px;}
span.rating div.on span {	background-position: 0 -12px;}

/*
span.rating div.hover a,
span.rating div a:hover {	background-position: 0 -32px;}
span.rating div.hover span {	background-position: 0 -32px;}
*/
span.rating div.hover a,
span.rating div a:hover {	background-position: 0 -24px;}
span.rating div.hover span {	background-position: 0 -24px;}

.star span {	cursor: default;}