/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/global/images/rating/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/global/images/rating/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* Specific to page */
div.rating-cancel { display: none !important; }
#rating-box {
	background: url(/global/images/rating/rating-box-bg-v2.jpg) no-repeat scroll left top;
	margin: 20px 0 10px;
	overflow: hidden;
	padding: 5px 20px 25px;
	position:relative;
	width:420px;
}
#rating-box h6 {
	margin:5px 0 2px 0 !important;
	padding:0 !important;
	font-size:14px !important;
	font-style: italic !important;
	color:#333333; !important;
	line-height: 17px !important;
}
#rating-box .rating-wrapper {
	height:25px;
	overflow:hidden;
	margin:5px 0;
	color:#333333;
}
#rating-box .low {
	float:left;
	margin:0 7px 0 0;
	font-size:12px;
}
#rating-box .high {
	float:left;
	margin:0 0 0 7px;
	font-size:12px;
}
#rating-box #rating {
	float:left;
}
#rating-box .results {
	position:absolute;
	top:20px;
	left:310px;
	letter-spacing: -0.2px;
	width:150px;
	font-size:12px;
	margin: 0;
}
#rating-box  .results-text {
    font-size:24px;
    font-style: italic;
    color:#999;
    margin-left:2px;
}