/*  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;
	margin-bottom:8px;
	overflow:hidden;
	
	}

.loading {
	height: 90px;
	width:50%;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	
		
	}

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

	
	
.unit-rating li a {
	outline: none;
	display:block;
	width:60px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	/* background: url('../images/starrating.gif') left center; */
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px; background: url('../images/agree-small.png') center top;}
.unit-rating a.r1-unit:hover{width:60px; background: url('../images/agree-small.png') center center;}
.unit-rating a.r2-unit{left:60px; background: url('../images/disagree-small.png') center top;}
.unit-rating a.r2-unit:hover{width: 120px; background: url('../images/disagree-small.png') center right;}



.voted {color:#999;}
/*.thanks {color:#264409;}*/
.static {color:#5D3126;}		