/* all styles for the rater and related containers */
a {	outline: none; }
img { border: 0px; }
.vote {
	width: 106px;
	height: 22px;
	padding: 0px;
	margin: 0px;
}
#thanks, #details {
	font-size: 11px;
	color: #000000;
	width:100%;
	font-weight:bold;
}
td.gamepg-headers span.left {
  width: 49%;
}
td.tgamepg-headers span.right {
  width: 49%;
}

/*  styles for the star rater  */
#rating {
	/*float: right;
	clear: both;*/
}
.star-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 300px;
	height: 30px;
	position: relative;
	background: url(/images/starrating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 30;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/starrating.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
	color: #E4E4E4
}
.star-rating a.one-star:hover{
	width: 30px;
	color: #E4E4E4
}
.star-rating a.two-stars{
	left: 30px;
	color: #E4E4E4
}
.star-rating a.two-stars:hover{
	width: 60px;
	color: #E4E4E4
}
.star-rating a.three-stars{
	left: 60px;
	color: #E4E4E4
}
.star-rating a.three-stars:hover{
	width: 90px;
	color: #E4E4E4
}
.star-rating a.four-stars{
	left: 90px;
	color: #E4E4E4
}	
.star-rating a.four-stars:hover{
	width: 120px;
	color: #E4E4E4
}
.star-rating a.five-stars{
	left: 120px;
	color: #E4E4E4
}
.star-rating a.five-stars:hover{
	width: 150px;
	color: #E4E4E4
}
.star-rating a.six-stars{
	left: 150px;
	color: #E4E4E4
}
.star-rating a.six-stars:hover{
	width: 180px;
	color: #E4E4E4
}
.star-rating a.seven-stars{
	left: 180px;
	color: #E4E4E4
}
.star-rating a.seven-stars:hover{
	width: 210px;
	color: #E4E4E4
}
.star-rating a.eight-stars{
	left: 210px;
	color: #E4E4E4
}
.star-rating a.eight-stars:hover{
	width: 240px;
	color: #E4E4E4
}
.star-rating a.nine-stars{
	left: 240px;
	color: #E4E4E4
}
.star-rating a.nine-stars:hover{
	width: 270px;
	color: #E4E4E4
}
.star-rating a.ten-stars{
	left: 270px;
	color: #E4E4E4
}
.star-rating a.ten-stars:hover{
	width: 300px;
	color: #E4E4E4
}

.star-rating li.current-rating{
	background: url(/images/starrating.gif) left center;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

