.ratingblock {
	width: 50%;
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	clear:none;
}
.starbar-dollar {
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/ratings/dollarstar-s.png') top left repeat-x;		
}

.starbar-dollar li{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.starbar-dollar li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}	
.starbar-dollar li a:hover{
	background: url('/ratings/dollarstar-s.png') left center;
	z-index: 2;
	left: 0px;
}
.starbar-dollar a.star1{left: 0px;}
.starbar-dollar a.star1:hover{width:20px;}
.starbar-dollar a.star2{left:20px;}
.starbar-dollar a.star2:hover{width: 40px;}
.starbar-dollar a.star3{left: 40px;}
.starbar-dollar a.star3:hover{width: 60px;}
.starbar-dollar a.star4{left: 60px;}	
.starbar-dollar a.star4:hover{width: 80px;}
.starbar-dollar a.star5{left: 80px;}
.starbar-dollar a.star5:hover{width: 100px;;}
.starbar-dollar li.current-rating {
	background: url('/ratings/dollarstar-s.png') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
table { background-color: white; }
.removeframe {
	font-size:8px;	
}




.starbar-smile {
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/ratings/smilestar-s.png') top left repeat-x;		
}

.starbar-smile li{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.starbar-smile li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}	
.starbar-smile li a:hover{
	background: url('/ratings/smilestar-s.png') left center;
	z-index: 2;
	left: 0px;
}
.starbar-smile a.star1{left: 0px;}
.starbar-smile a.star1:hover{width:20px;}
.starbar-smile a.star2{left:20px;}
.starbar-smile a.star2:hover{width: 40px;}
.starbar-smile a.star3{left: 40px;}
.starbar-smile a.star3:hover{width: 60px;}
.starbar-smile a.star4{left: 60px;}	
.starbar-smile a.star4:hover{width: 80px;}
.starbar-smile a.star5{left: 80px;}
.starbar-smile a.star5:hover{width: 100px;;}
.starbar-smile li.current-rating {
	background: url('/ratings/smilestar-s.png') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.idea {
	height:25px;
	padding-top:0px;
}
.idea ul {
	margin-top:0px;
	padding-top:-6px;
	float:left;
	margin-right:6px;
}
.votecount {
	display:block;
	clear:none;
	float:left;
	font-size:10px;
	margin-left:3px;
}
