/* Rating */

.index #main-column .article-rating {
	bottom:23px;
	height:20px;
	padding:3px 10px 0 0;
	position:absolute;
	right:40px;
	width:156px;
	background:#FFFFB1;
}

#article-rater {
	height:27px;
	margin-top:30px;
	padding:15px 20px 15px 15px;
	width:553px;
	position:relative;
	background: url(/images/rater-container.gif) no-repeat 0 0;
}

.article-rating strong, #article-rater h4{
	margin:8px 0 0 10px;
	color:#ffba00;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing:2px;
}

#article-rater h4 {float:left; margin:6px 10px 0 0;}
#article-rater h4 span {float:none; margin:0px;}
#article-rater span {float:right; margin:2px 0 0 0;}

#main-column #article-show-rating {
	position:absolute;
	right:40px;
	top:2px;
}


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 0 0;
	padding:0;
	list-style:none !important;
	clear:both;
	float:right;
	background: #ffffb1 url(/images/star-matrix.gif) no-repeat 0 0;
}

#main-column #article-show-rating .rating, #sub-column .rating{
	float:left;
	background-color: transparent;
	background: url(/images/star-matrix-sub.gif) no-repeat 0 0;
}

#article-rater .rating{
	margin:2px 0 0 0;
	clear:none;
	float:left;
	
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	height:16px;
	margin-left:181px;
	position:absolute;
	text-decoration:none;
	top:17px;
	width:16px;
	z-index:200;
}
ul.rating li.rating-1 a {left:0}
ul.rating li.rating-2 a {left:16px;}
ul.rating li.rating-3 a {left:32px;}
ul.rating li.rating-4 a {left:48px;}
ul.rating li.rating-5 a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.rating-1 a:hover {background-position:0 -96px;}
ul.rating li.rating-2 a:hover {background-position:0 -112px;}
ul.rating li.rating-3 a:hover {background-position:0 -128px;}
ul.rating li.rating-4 a:hover {background-position:0 -144px;}
ul.rating li.rating-5 a:hover {background-position:0 -160px;}
