/* styles for the star rater */	

	/* sterren zijn 14*12 */

	.star-rating, .star-rating-disp 
		{list-style:none; float:right;
		margin: 0px;
		padding:0px;
		width: 70px; /* 5*14 */
		height: 12px;
		position: relative;
		overflow:hidden;
		background: url(../img/sterren.png) top left repeat-x !important;
		_background: url(../img/sterren_bgwit.gif) top left repeat-x !important;}
		
	#sidebar .star-rating	{float: none;}
	
	.star-rating li, .star-rating-disp li 
		{padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */}
		
	.star-rating li a, .star-rating-disp li a
		{display:block;
		width: 14px;
		height: 12px;
		line-height:12px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;}
		
	.star-rating li a:hover
		{background: url(../img/sterren.png) left bottom !important;
		_background: url(../img/sterren_bgwit.gif) left bottom !important;
		z-index: 2; left: 0; border: none;}
	.star-rating-disp li a:hover	{cursor: default}
	
	.star-rating a.one-star, .star-rating-disp a.one-star
		{left: 0;}
	.star-rating a.one-star:hover
		{width:14px;}
		
	.star-rating a.two-stars, .star-rating-disp a.two-stars
		{left:14px;}
	.star-rating a.two-stars:hover
		{width: 28px;}
		
	.star-rating a.three-stars, .star-rating-disp a.three-stars
		{left: 28px;}
	.star-rating a.three-stars:hover
		{width: 42px;}
		
	.star-rating a.four-stars, .star-rating-disp a.four-stars
		{left: 42px;}	
	.star-rating a.four-stars:hover
		{width: 56px;}
		
	.star-rating a.five-stars, .star-rating-disp a.five-stars
		{left: 56px;}
	.star-rating a.five-stars:hover
		{width: 70px;}
		
	.star-rating .current-rating, .star-rating-disp .current-rating
		{background: url(../img/sterren.png) left center;
		_background: url(../img/sterren_bgwit.gif) left center;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;}
	
	/* remove halo effect in firefox   */
	a:active	{outline: none;}	
	