/*
------------------------------------------------------------------
Title: gaydemon Primary CSS file
URL: http://www.gaydemon.com/css/rating.css
Licence: Copyright 2011 GayDemon, All Rights Reserved
------------------------------------------------------------------
*/


.yourRating strong {
	margin: 0px;
	padding: 0px 8px 4px 0px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 24px;

}

.rating {
	cursor: pointer;
	height: 18px;
	float: left;
	padding-top: 5px;

}
.votes {
	cursor: pointer;
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	clear: both;

}
.rating:after {
	content: '.';
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 16px;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;

}
.cancel,
.cancel a {background: url(/images/stars/delete.gif) no-repeat 0 -17px;}

.star,
.star a {
	background: url(/images/stars/star.gif) no-repeat 0 0px;
}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -18px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -18px;
}

