/* LAYOUT */
#ratingsModule {
	width: 205px;
	float: left;
	height: 153px;
	font: bold 11px "Arial";
	color: #333;
}
.rate-tc, .rate-cc, .rate-bc {
	background-repeat: no-repeat;
	width: 190px;
}
.rate-tc {
	background-image: url("../images/ratings-tc.png");
	height: 3px;
}
.rate-cc {
	background-color: #b2cedd;
	height: 139px;
	padding-top: 8px;
}
.rate-bc {
	background-image: url("../images/ratings-bc.png");
	height: 3px;
	margin-bottom: 10px;
}
.rateInner {
	background: url("../images/ratings-bg.png") no-repeat;
	height: 78px;
	width: 179px;
	padding: 8px;
	margin: 0 5px;
	text-align: left;
}
/* Thumbs Up/Down */
#ratingsModule .rateTitle {
	font-size:14px;
	margin-top: 4px;
}
#ratingsModule .rateTitle img {
	font-size:14px;
	padding-right: 10px;
}
.rateInner a {
	font-size:11px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 10px;
	color: #666;
}
.rateInner .rateUp {
	padding-right: 10px;
}
.ratings {
	position: relative;
}
.ratings img {
	padding: 0 10px;
}
.ratings #changeRating{
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
	color: #333;
}
#ratingsModule .totalRatings {
	font-weight: normal;
	margin: 0 30px 0 5px;
}
/* Total Votes and Graph */
.rate #totalVotes {
	padding-left: 30px;
}
.rateGraph {
	width: 135px;
	height: 15px;
	color: #fff;
	background-color:#666666;
	margin: 10px auto 0;
	position: relative;
}
.rateGraph .good {
	background-color: #339933;
	height: 15px;
	margin-left: 0;
	padding-left: 0;
}
.rateGraph .votesCount {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
/* Used for Reviews also */
.rating-thumb-G,
.rating-thumb-B {
	background-repeat: no-repeat;
	padding: 2px 0 0 22px;
	height: 18px;
	display: inline-block;
}
.rating-thumb-G {
	background-image:url("../images/thumb-up-green.png");
}
.rating-thumb-B {
	background-image:url("../images/thumb-down-red.png");
}

