.tx-ratings {
	position: relative;
	left: 0;
	top: 0;
	padding-top: 16px;
	margin: 5px 5px;
}
.tx-ratings-display {
	position: absolute;
	left: -5px;
	top: -28px;
	height: 22px;
}
.tx-ratings-grey-bar {
	position: absolute;
	left: 0;
	top: 0px;
	width: 130px;
	height: 20px;
	background: url(rating_stars_v2.gif) repeat-x;
	font-size: 0px;
}
.tx-ratings-gold-bar {
	position: absolute;
	left: 0;
	top: 3px;
	width: 0px;
	height: 20px;
	background: url(rating_stars_v2.gif) repeat-x 0 -24px!important;
	font-size: 1px;
	font-size: 1px;
}
.tx-ratings-vote-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 22px;
	font-size: 1px;
}
.tx-ratings-vote-bar DIV A {
	position: absolute;
	left:0;
	top: 3px;
	width: 22px;
	height: 22px;
	border: none;
	text-decoration: none;
}
.tx-ratings-vote-bar DIV A:hover {
	background-image: url(rating_stars_v2.gif);
	background-position: 0 -24px;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-1 {
	left: 0px;
	width: 23px;
	z-index: 5;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-2 {
	left: 0px;
	width: 50px;
	z-index: 4;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-3 {
	left: 0px;
	width: 75px;
	z-index: 3;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-4 {
	left: 0px;
	width: 100px;
	z-index: 2;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-5 {
	left: 0px;
	width: 130px;
	z-index: 1;
}
.tx-ratings-cleaner {
	clear: left;
}
.tx-ratings-text {
	color: #606060;
	position:relative;
	left:140px;
	top:-40px;
	padding-right:20px;
	color:#FFF;
	width: 200px;
}
.tx-rating-display-wrap {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	visibility: hidden;
	z-index: 1;
}
.tx-rating-display-wrap IMG {
	float: left;
	margin-right: 5px;
}

.tx-ratings-pi1 h1 {
	color:#FFF;	
	font-size:1.4em;
}
.tx-ratings {
	width:500px;	
}
