	/*             styles for the star rater                */	
	
	.star-ratinglivredor{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 60px;
		height: 12px;
		float: right;
		margin-top: 3px;
		margin-right: 30px;
		overflow:hidden;
		background: url('../pictures/interfaces/icones/stars.jpg') top left repeat-x;		
	}
	.star-rating5{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 60px;
		height: 12px;
		overflow:hidden;
		background: url('../pictures/interfaces/icones/stars.jpg') top left repeat-x;		
	}
	.star-rating10{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 120px;
		height: 12px;
		overflow:hidden;
		background: url('../pictures/interfaces/icones/stars.jpg') top left repeat-x;		
	}
	.star-ratingvote{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 60px;
		height: 12px;
		overflow:hidden;
		background: url('../pictures/interfaces/icones/stars.jpg') top left repeat-x;		
	}
	
	.star-ratingvote li{
		padding:0px;
		margin:0px;
		/*width:12px;
		height:12px;*/
		/*\*/
		float: left;
		/* */
	}
	.star-ratingvote li a{
		display:block;
		width:12px;
		height: 12px;
		line-height:12px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-ratingvote li a:hover{
		background: url('../pictures/interfaces/icones/stars.jpg') left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-ratingvote a.one-star{
		left: 0px;
	}
	.star-ratingvote a.one-star:hover{
		width:12px;
	}
	.star-ratingvote a.two-stars{
		left:12px;
	}
	.star-ratingvote a.two-stars:hover{
		width: 24px;
	}
	.star-ratingvote a.three-stars{
		left: 24px;
	}
	.star-ratingvote a.three-stars:hover{
		width: 36px;
	}
	.star-ratingvote a.four-stars{
		left: 36px;
	}	
	.star-ratingvote a.four-stars:hover{
		width: 48px;
	}
	.star-ratingvote a.five-stars{
		left: 48px;
	}
	.star-ratingvote a.five-stars:hover{
		width: 60px;
	}
	.star-ratingvote a.six-stars{
		left: 60px;
	}
	.star-ratingvote a.six-stars:hover{
		width: 72px;
	}
	.star-ratingvote a.seven-stars{
		left: 72px;
	}
	.star-ratingvote a.seven-stars:hover{
		width: 84px;
	}
	.star-ratingvote a.eight-stars{
		left: 84px;
	}
	.star-ratingvote a.eight-stars:hover{
		width: 96px;
	}
	.star-ratingvote a.nine-stars{
		left: 96px;
	}
	.star-ratingvote a.nine-stars:hover{
		width: 108px;
	}
	.star-ratingvote a.ten-stars{
		left: 108px;
	}
	.star-ratingvote a.ten-stars:hover{
		width: 120px;
	}
	
	li.current-rating{
		background: url('../pictures/interfaces/icones/stars.jpg') left center;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	li.current-rating2{
		background: url('../pictures/interfaces/icones/stars2.jpg') left center;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}
