/*             styles for the star rater                */
.star-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 75px;
	height: 14px;
	position: relative;
	background: url(/home/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(/home/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 {
	background-color: #eef3e8;
	padding: 10px;
}

.comments_title
{
	font: bold 9pt Verdana, Helvetica, sans-serif;
	color: #e85305;
}

.comments_subhead
{
	font: bold 8pt Verdana, Helvetica, sans-serif;
	color: #3C3C37;
	padding: 0px 0px 0px 0px;
}
	a.comments_subhead, a.comments_subhead:active, a.comments_subhead:visited
	{
		text-decoration: none;
	}

.comments_text
{
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #3C3C37;
	padding: 5px 10px 5px 0px;
	line-height: 12pt;
}
	a.comments_text, a.comments_text:active, a.comments_text:visited
	{
		text-decoration: underline; color: #3C3C37;
	}
			
.comments_text2
{
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #484646;
	padding: 0px 10px 0px 0px;
}
	a.comments_text2, a.comments_text2:active, a.comments_text2:visited
	{
		text-decoration: underline; color: #484646
	}
	
.comments_text3
{
	font: 7pt Verdana, Helvetica, sans-serif;
	color: #a8c900;
}
	a.comments_text3, a.comments_text3:active, a.comments_text3:visited
	{
		text-decoration: none;
	}

.comments_text4
{
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #484646;
	padding: 5px 0px 0px 0px;
}
	a.comments_text4, a.comments_text4:active, a.comments_text4:visited
	{
		text-decoration: underline; color: #484646
	}

.comments_area
{
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #484646;
}
	a.comments_text2, a.comments_text2:active, a.comments_text2:visited
	{
		text-decoration: underline; color: #484646
	}
			
.comments_hr_1
{
	color: #c7e5e4;
	background-color: #c7e5e4;
	padding: 0px;
	border: 0px;
	height: 1px;
}

#comments hr {
	color: #c8d1bd;
	background-color: #c8d1bd;
	padding: 0px;
	border: 0px;
	height: 1px;
}

.gobutton 
{
	color: #FFFFFF;
	background: #999;
	border: thin solid #999;
}
#reminder {
	color: #e85305;
}
#editstarreminder {
	color: #e85305;
}
#userReviews {
	background: #e3ebd9 url(/home/img/bg_userreviews.gif) left no-repeat;
	width: 100%;
	height: 26px;
	border-bottom: 1px solid #fff;
	clear: both;
}
#userReviews span {
	float: right;
	font-size: 1px;
	text-indent: -999px;
	background: url(/home/img/bg_userreviews_top_right.gif) right no-repeat;
	width: 100%;
	height: 26px;
}
#commentsBottom {
	width: 100%;
	background-color: #eef3e8;
	height: 5px;
	padding: 0;
	margin: 0;
}
#commentsBottom #bottomleft {
	float: left;
	background: url(/home/img/bg_userreviews_bottom_left.gif) no-repeat;
	width: 4px;
	height: 5px;
}
#commentsBottom #bottomright {
	float: right;
	background: url(/home/img/bg_userreviews_bottom_right.gif) no-repeat;
	width: 4px;
	height: 5px;
}

/* system comments */
#comments h3 {
	background: #e3ebd9 url(/home/img/bg_userreviews.gif) left no-repeat;
	width: 100%;
	height: 26px;
	border-bottom: 1px solid #fff;
	clear: both;
	text-indent: -999em;
}
#commentsHead {
	border-bottom: 1px solid #c8d1bd;
	padding: 10px 0;
	position: relative;
}
#commentsHead .averageRating {
	font-weight: bold;
}
#commentsHead .averageRating span {
	font-weight: normal;
}
a.moderateComments {
	bottom: 5px;
	position: absolute;
	right: 0;
}
div.hasPaging {
	background: #24b1b8;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	width: 100%;
}
div.hasPaging strong {
	vertical-align: top;
}
div.hasPaging a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;
}
#comments .hasPaging p {
	display: inline;
	margin: 0;
	padding: 3px 9px;
}
.hasPaging .commentTotal {
	float: left;
}
.hasPaging .commentPaging {
	float: right;
}
div#commentList {
	position: relative;
	float: left;
	width: 100%;
}
div.comment {
	position: relative;
	float: left;
	border-bottom: 1px solid #d4e690;
	padding-top: 10px;
	width: 100%;
}
p.commentName,
h4#commentFormHeader {
	color: #3C3C37;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#comments p.commentBody {
	color: #484646;
	margin: 5px 0;
	font: normal 0.95em Verdana, Helvetica, sans-serif;
	line-height: 140%;
}
div.commentDateTime {
	position: absolute;
	top: 5px;
	right: 0;
	color: #484646;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}
.commentTools {
	margin: 5px 0px;
	text-align: right;
}
.commentTools a {
	display: inline;
	padding: 0px 3px;
}
h4#commentFormHeader {
	clear: both;
	padding-top: 15px;
	font-size: 0.95em;
}
#commentForm {
	color: #484646;
}
#commentForm label {
	margin-right: 5px;
}
#commentForm input.text {
	border: 1px solid #a8c900;
	display: block;
}
#commentRating label {
	font-weight: normal;
	font-size: 0.95em;
}
#commentForm div {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
#commentForm #starvote,
#commentForm #starresult {
	float: none;
	margin: 0;
	padding: 5px 0;
}
#starvote p,
#starvote ul,
#starresult p,
#starresult img {
	position: relative;
	float: left;
}
#starvote p,
#starresult p {
	color: #a8c900;
	font-size: 0.85em;
	margin: 0 5px;
	padding: 0;
}
#articleBody p#commentReminder {
	clear: both;
	color: #e85305;
	padding: 5px;
}
#commentTextDiv {
	position: relative;
}
p#limitText {
	position: absolute;
	right: 0;
	top: 0;
	color: #767676;
	margin: 0;
	padding: 0;
}
#centerContent fieldset textarea#commentText {
	height: 100px;
	width: 100%;
}
#centerContent fieldset input#commentSubmit {
	float: right;
	height: 21px;
	width: 61px;
}
.backToContent {
	display: block;
	float: left;
	text-align: center;
	padding-top: 15px;
	width: 100%;
}
/* Captcha styles */
#recaptcha_image,
#captchaImage,
#captchaInput,
#captchaButtons {
	margin: 5px 0;
}

#recaptcha_image {
	border: 1px solid #A8C900;
}

#captchaLabel {
	font-weight: bold;
}

#recaptcha_response_field {
	border: 1px solid #A8C900;
}

#captchaCaption {
	color: #ababab;
}
