/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../images2/working.gif') 50% 50% no-repeat;
	}
/**************************Rating Sterne*************************************/	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/ajaxstarrater/starrating.gif') top left repeat-x;
	width:150px;		
	}

.unit-rating li a.rating-possible:hover{
	background: url('../images/ajaxstarrater/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating li.current-rating {
	background: url('../images/ajaxstarrater/starrating.gif') left bottom;
	position: absolute;
	left:0px;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
/**************************************************************************/

/**************************kleine Sterne*************************************/	
.small-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	
	background: url('../images2/starssmall.png') bottom left repeat-x;
	width:75px;		
	}

.small-rating li a.rating-possible:hover{
	background: url('../images2/starssmall.png') left center;
	z-index: 2;
	left: 0px;
	}

.small-rating li.current-rating {
	background: url('../images2/starssmall.png') left top;
	
	left:0px;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.small-rating li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.small-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
/**************************************************************************/		

/**************************große Sterne*************************************/	
.big-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	
	background: url('../images2/starsbig.png') bottom left repeat-x;
	width:135px;		
	}

.big-rating li a.rating-possible:hover{
	background: url('../images2/starsbig.png') left center;
	z-index: 2;
	left: 0px;
	}

.big-rating li.current-rating {
	background: url('../images2/starsbig.png') left top;
	
	left:0px;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.big-rating li a {
	outline: none;
	display:block;
	width:27px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.big-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
/**************************************************************************/	

#rating_overview{
	text-align:center;
}

span.rating-categorie-name {
color:#000000;
font-size:11px;
font-weight:bold;
line-height:20px;
}

.voted {
	color:#999;
	}
	
.thanks {
	color:#36AA3D;
	}
	
.static {
	color:#5D3126;
	}
	
.worldrank{
	font-size:20px;
	font-weight:bold;
}		
