/******************************************************************************
* Ratings
*******************************************************************************/

#rating {
	position: relative;
	float: right;
	text-align: left;
	font-size: 12px;
	margin: -31px 0 0 0;
}

#comment {
	visibility: hidden;
	position: absolute;
	float: right;
	text-align: left;
	width: 342px;
	margin: -10px 0 0 420px;
	display: none;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	border-left: 1px solid #90B6CE;
	border-right: 1px solid #90B6CE;
	border-bottom: 1px solid #90B6CE;
	background-color: #1F6F9F;
	text-shadow: #000 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-box-shadow: rgba(0,0,0,.65) 0px 2px 2px;
	-moz-opacity: .95;
	KhtmlOpacity: .95;
	opacity: .95;
	clear: both;
}

.inline {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background: url(/images/star.png) left -999px repeat-x;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left center;
}

.star-rating li {
	display: inline;
	padding: 0 !important;
}

.star-rating a, 
.star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one {
	width: 20%;
	z-index: 6;
}

.star-rating a.two {
	width: 40%;
	z-index: 5;
}

.star-rating a.three {
	width: 60%;
	z-index: 4;
}

.star-rating a.four {
	width: 80%;
	z-index: 3;
}

.star-rating a.five {
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating {
	z-index: 1;
	background-position: left bottom;
}	

.comment-rating {
	width: 320px;
	height: 132px;
	margin: 5px auto;
	display: block;
	clear: both;
}

#commentWrapper {
	z-index: 800;
}

span#commentWrapper.commentDropdown:hover > div#comment {
	visibility: visible;
	display: block;
}

.checkme {
	margin: 5px 10px;
	vertical-align: middle;
}

#commentBox {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1em;
}