/************************************
	http://symphony-cms.com
	compatible-hosts.css, v1.0
	17 November 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. TABLE
		2. LAYOUT
*************************************
		1. TABLE
*************************************/

th.stars {
	color: #333;	
}

.stars {
	color: #aaa;
	width: 90px;
	text-align: center;
}

.price {
	text-align: center;
}

/*************************************
		2. LAYOUT
*************************************/

.rating {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 84px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -2000em;	
}

.rating.rating-1 { background-image: url(images/rating-1.png); }
.rating.rating-2 { background-image: url(images/rating-2.png); }
.rating.rating-3 { background-image: url(images/rating-3.png); }
.rating.rating-4 { background-image: url(images/rating-4.png); }
.rating.rating-5 { background-image: url(images/rating-5.png); }

.comment .rating {
	margin-right: 5px;
}