/* CORE STYLES */
#averageStars {
	padding-top: 5px;
}
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	overflow:hidden;
	background: url(images/alt_star_red.gif) top left repeat-x;
}
.odd .star-rating{
	background: url(images/alt_star_red_odd.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	line-height:25px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(images/alt_star_red.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.odd .star-rating li a:hover{
	background: url(images/alt_star_red_odd.gif) left bottom;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(images/alt_star_red.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.odd .star-rating li.current-rating{
	background: url(images/alt_star_red_odd.gif) left center;
}
	
/* remove halo effect in firefox   */
a:active{
	outline: none;
}		

/* Rating Form Page */
#ratingForm {
	position:relative;
	background:#EBF2FA;
	padding:20px;
}
#ratingForm strong {
	font-size:1.1em;
	color:#254F7F;
	font-weight:normal;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
#ratingForm form {
	font-size:1em;
}
#ratingForm .formTitle {
	height:2em;
	line-height:2em;
}
#ratingForm .formTitle h2 {
	margin:0 0 .5em 0;
	color:#254F7F;
}
#ratingForm table {
	width:600px;
	text-align:left;
}
#ratingForm .infoCol {
	padding-top:1em;
	vertical-align:text-top;
}
#ratingForm .inputCol {
}
#ratingForm input {
	margin-bottom:.25em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:19.5em;
}
#ratingForm textarea {
	margin:0;
	margin-bottom:.25em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	width:30em;
}
#ratingForm ul.star-rating {
	margin:.25em 0 1.5em 0;
}

