/* star ratings */

.ratings-row {
	clear: both;
	margin-bottom: 5px;
}

.ratings-row span.rating-stars-label {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	padding-top: 2px;
	padding-right: 7px;
	font-size: 85%;
	font-weight: bold;
}

.ratings-row span.rating-stars {
	width: 100px;
}

.ratings-row span.rating-stars img {
	margin-right: 1px;
}

.star-rating-summary {
	position: absolute;
	left: 90px;
	top: 50px; 
	z-index: 500;
	background-color: white; 
	border: solid 1px #ccc;
	padding: 5px;
}

.star-rating-summary .rating-row {
	clear: both;	
}

.star-rating-summary span.rating-score {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 5px;
}

.star-rating-summary span.rating-score .header{
	font-weight: bold;
	padding-bottom: 10px;
}

.star-rating-summary span.rating-count {
	display: block;
	float: left;
	padding-bottom: 5px;
}

.star-rating-summary span.rating-count .header{
	font-weight: bold;
	padding-right: 10px;
}