/*-- comments --*/
.comments {clear:both; font-family: Arial, Helvetica, Arial, sans-serif; font-size: 9pt; }

#listcomment-div #commentBox {
		position: relative;
		border: 1px solid #cccccc;
		width: 300px;
		overflow: hidden;
		overflow-y: auto;
		height: 300px;
		text-align: left;
		}
		
#listcomment-div #commentBox ul {list-style: none; margin: 0px; padding: 0px;}
#listcomment-div #commentBox ul li {margin: 2px; padding: 5px; border-bottom: 1px solid #cccccc;}
#listcomment-div #commentBox ul li.alt {margin: 2px; padding: 5px; background: none;}
.overallRating {color: #c11515; font-weight: bold; font-family: Arial, Helvetica, Arial, sans-serif; font-size: 9pt;}
.rating {color: #996498; float: left;}
.red {color: #c11515;}
.black {color: #000000;}
input#userName {width:200px;}
textarea.commentTextArea {width:270px; height: 200px;}
.commentDate {float: left;}
.commentText {clear: both;}
.avgRating {float: left;}
#submitcomment-div {cursor: pointer;}

ul#rating {
	margin: 0px;
	padding:0px;
	width: 71px;
	height: 14px;
	list-style: none;
	position: relative;
	overflow:visible;
	background:url(/aw/images/rate.gif) 0px 0px no-repeat;  /* change to appropriate site: sitename */
}

ul#rating li {
	position: absolute;
	display: block;
	height: 14px;
	line-height: 12px;
	font-size: 12px;
	font-weight:bold;
}

ul#rating li a {
	display: block;
	height: 14px;
	width: 100%;
	text-decoration:none;
	padding: 0;
}

ul#rating li#r1{ width: 15px;z-index: 200;}
ul#rating li#r2{ width: 29px;z-index: 190;}
ul#rating li#r3 { width: 43px;z-index: 180;}
ul#rating li#r4 { width: 57px;z-index: 170;}
ul#rating li#r5 { width: 71px;z-index: 160;}

ul#rating li a:hover{background:url(/aw/images/rate.gif) 0px -14px;} /* change to appropriate site: sitename */

ul#rating li a span{ display: none; }

ul#rating li a:hover span{
	display: block;
	text-indent: 0;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 71px;
	margin: 0;
	padding: 0px;
	width: 71px;
	text-align:center;
}

.comment_rating_current_rating {
	background:url(/aw/images/rate.gif) 0px -14px no-repeat; /* change to appropriate site: sitename */
	position: absolute;
	height: 14px;
	display: block;
	text-indent:-9999px;  /* Hide the current rating text */
	overflow: hidden;
	z-index: 1;
}
