/*             styles for the star rater                */
.star-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 75px;
	height: 14px;
	position: relative;
	background: url(/site/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(/site/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 */
div#commentsHead {
	position: relative;
	height: 100%;
}
a.moderateComments {
	position: absolute;
	right: 0;
	bottom: 0;
}
div#commentList {
	position: relative;
	float: left;
	width: 100%;
}
div.comment {
	position: relative;
	float: left;
	border-bottom: 1px solid #d4e690;
	padding: 10px 0;
	width: 100%;
}
p.commentName,
h4#commentFormHeader {
	color: #3C3C37;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
p.commentBody {
	color: #484646;
	padding: 0;
	margin: 0;
	font: normal 0.85em 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;
}
a.deleteComment {
	position: relative;
	float: right;
	clear: both;
}
h4#commentFormHeader {
	clear: both;
	padding: 15px 0;
	font-size: 0.95em;
}
#commentForm {
	color: #484646;
}
#commentRating label {
	font-weight: normal;
	font-size: 0.95em;
}
#starvote,
#starresult {
	padding: 10px 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;
}
#commentReminder {
	color: #cd8127;
}
#commentTextDiv {
	position: relative;
}
p#limitText {
	position: absolute;
	right: 0;
	top: 0;
	color: #767676;
	margin: 0;
	padding: 0;
}
input#commentSubmit {
	float: right;
}
.backToContent {
	display: block;
	text-align: center;
	padding-top: 15px;
	width: 100%;
}
/* Captcha styles */
#recaptcha_image {
	border: 1px solid #A8BC5D;
}

#recaptcha_response_field {
	border: 1px solid #A8BC5D;
}