/* STAR RATING */
.ratingcontainer {
	position: relative;
	height: 25px;
	background: url(ratings.gif) left top;
	z-index: 1;
}

.current-rating {
	height: 25px;
	z-index: 2;
	position: absolute;
	background: url(ratings.gif) left center;
}

.ratingcontainer a 
{
	position: absolute;
	z-index: 3;
	height: 25px;
	width: 25px;
	margin-left: 0px;
	text-decoration: none;
	z-index: 15;
}

.ratingcontainer a:hover {
	left: 0px;
	z-index: 10;
	background: url(ratings.gif) left bottom;
}

.ratingcontainer .star1 {
	left: 0px;
}

.ratingcontainer .star2 {
	left: 25px;
}

.ratingcontainer .star3 {
	left: 50px;
}

.ratingcontainer .star4 {
	left: 75px;
}

.ratingcontainer .star5 {
	left: 100px;
}

.ratingcontainer .star6 {
	left: 125px;
}

.ratingcontainer .star7 {
	left: 150px;
}

.ratingcontainer .star8 {
	left: 175px;
}

.ratingcontainer .star9 {
	left: 200px;
}

.ratingcontainer .star10 {
	left: 225px;
}

.ratingcontainer .star1:hover {
	width: 25px;
}

.ratingcontainer .star2:hover {
	width: 50px;
}

.ratingcontainer .star3:hover {
	width: 75px;
}

.ratingcontainer .star4:hover {
	width: 100px;
}

.ratingcontainer .star5:hover {
	width: 125px;
}

.ratingcontainer .star6:hover {
	width: 150px;
}

.ratingcontainer .star7:hover {
	width: 175px;
}

.ratingcontainer .star8:hover {
	width: 200px;
}

.ratingcontainer .star9:hover {
	width: 225px;
}

.ratingcontainer .star10:hover {
	width: 250px;
}

.useful 
{
	position: relative;
	height: 16px;
	width: 250px;
}

.nothelpful 
{
	background: url(no.jpg);
	text-decoration: none;
	height: 16px;
	width: 40px;
	position: absolute;
	text-decoration: none;
	z-index: 15;
	margin-left: -40px;
}

.helpful 
{
	background: url(yes.jpg);
	text-decoration: none;	
	height: 16px;
	width: 40px;
	position: absolute;
	text-decoration: none;
	z-index: 15;
}