/* CSS Document */

	.star-vote{
		list-style:none;
		margin-left:5px!important;
		padding:0px!important;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(../images/alt_star.gif) top left repeat-x;		
	}
	.star-vote li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-vote li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-vote li a:hover{
		background: url(../images/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-vote a.one-star{
		left: 0px;
	}
	.star-vote a.one-star:hover{
		width:25px;
	}
	.star-vote a.two-stars{
		left:25px;
	}
	.star-vote a.two-stars:hover{
		width: 50px;
	}
	.star-vote a.three-stars{
		left: 50px;
	}
	.star-vote a.three-stars:hover{
		width: 75px;
	}
	.star-vote a.four-stars{
		left: 75px;
	}	
	.star-vote a.four-stars:hover{
		width: 100px;
	}
	.star-vote a.five-stars{
		left: 100px;
	}
	.star-vote a.five-stars:hover{
		width: 125px;
	}
	.star-vote li.current-rating{
		background: url(../images/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	#new_comments .body ul {
 list-style: none
 margin: 0;
 padding: 0;
}

#new_comments .body ul li {
 margin: 0;
 padding: 0;
}

#new_comments .body ul ul {
 list-style: none;
 margin-left: 30px;
}

#new_comments .body ul ul li .item .text {
 width: 380px;
}

#new_comments .body ul ul ul {
 list-style: none;
 margin-left: 30px; 
}

#new_comments .body ul ul ul li .item .text {
 width: 350px;
}