/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 14px;
	position: relative;
	background: url(/ct/img/star-rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:15px;
	height: 14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	margin:0px;
}
.star-rating li a:hover{
	background: url(/ct/img/star-rating.gif) left bottom;
	z-index: 1;
	left: 0px;
	bottom: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:15px;
}
.star-rating a.two-stars{
	left:15px;
}
.star-rating a.two-stars:hover{
	width: 30px;
}
.star-rating a.three-stars{
	left: 30px;
}
.star-rating a.three-stars:hover{
	width: 45px;
}
.star-rating a.four-stars{
	left: 45px;
}	
.star-rating a.four-stars:hover{
	width: 60px;
}
.star-rating a.five-stars{
	left: 60px;
}
.star-rating a.five-stars:hover{
	width: 75px;
}
		
/* comments */

	.comments_subhead
	{
		font:bold 9pt Verdana, Arial, Helvetica, sans-serif;
		color:#D9B97A;
		padding:0px 0px 0px 10px;
	}
		a.comments_subhead, a.comments_subhead:active, a.comments_subhead:visited
		{
			text-decoration:none;
		}

	.comments_text
	{
		font:9pt Verdana, Arial, Helvetica, sans-serif;
		color:#535353;
		padding:5px 10px 5px 10px;
		line-height: 12pt;
	}
		a.comments_text, a.comments_text:active, a.comments_text:visited
		{
			text-decoration:underline; color:#535353
		}
				
	.comments_text2
	{
		font:8pt Verdana, Arial, Helvetica, sans-serif;
		color:#535353;
		padding:0px 10px 0px 0px;
	}
		a.comments_text2, a.comments_text2:active, a.comments_text2:visited
		{
			text-decoration:underline; color:#535353
		}
		
	.comments_text3
	{
		font:7pt Verdana, Arial, Helvetica, sans-serif;
		color:#535353;
	}
		a.comments_text3, a.comments_text3:active, a.comments_text3:visited
		{
			text-decoration:none;
		}

	.comments_text4
	{
		font:8pt Verdana, Arial, Helvetica, sans-serif;
		color:#535353;
		padding:5px 0px 0px 10px;
	}
		a.comments_text4, a.comments_text4:active, a.comments_text4:visited
		{
			text-decoration:underline; color:#535353
		}
	
	.comments_area
	{
		font:8pt Verdana, Arial, Helvetica, sans-serif;
		color:#535353;
	}
		a.comments_text2, a.comments_text2:active, a.comments_text2:visited
		{
			text-decoration:underline; color:#535353
		}
				
	.comments_title
	{
		font:bold 11pt Arial, Verdana, Helvetica, sans-serif;
		color:#6B79A5;
	}
	
	
	.comments_hr_1
	{
		color:#E2C893;
		background-color:#E2C893;
		padding:0px;
		border:0px;
		height:1px;
	}
	
	.comments_hr_2
	{
		color:#DEDFDE;
		background-color:#DEDFDE;
		padding:0px;
		border:0px;
		height:1px;
		width:588px;
	}
	
	.gobutton 
	{
		color: #FFFFFF;
		background: #999;
		border: thin solid #999;
	}
	