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

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

.ratingcontainer a 
{
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 12px;
	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: 12px;
}

.ratingcontainer .star3 {
	left: 24px;
}

.ratingcontainer .star4 {
	left: 36px;
}

.ratingcontainer .star5 {
	left: 48px;
}

.ratingcontainer .star6 {
	left: 60px;
}

.ratingcontainer .star7 {
	left: 72px;
}

.ratingcontainer .star8 {
	left: 84px;
}

.ratingcontainer .star9 {
	left: 96px;
}

.ratingcontainer .star10 {
	left: 108px;
}

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

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

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

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

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

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

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

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

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

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

.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;
}