/*  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('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating-up { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	width:20px;
	position: relative;
	background: url('../images/rating-up.gif') top left no-repeat;		
}

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

.unit-rating-up .current-rating {
	background: url('../images/rating-up.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	width:20px;
	position: relative;
	background: url('../images/rating-down.gif') top left no-repeat;		
}
	
.unit-rating a {
	outline: none;
	display:block;
	width:20px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating a:hover{
	background: url('../images/rating-down.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating .current-rating {
	background: url('../images/rating-down.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {float:left; padding-top:8px; padding-right:5px;}

.tup1 {
	background: url('../images/rating-up.gif') left top;
	height:30px;
	width:20px;
}
.tup2 {
	background: url('../images/rating-up.gif') left center;
	height:30px;
	width:20px;
}
.tdn1 {
	background: url('../images/rating-down.gif') left top;
	height:30px;
	width:20px;
}
.tdn2 {
	background: url('../images/rating-down.gif') left center;
	height:30px;
	width:20px;
}
.min {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}
.pls{
	color:#36AA3D;
	font-weight:bold;
	font-size:12px;
}
.cen{
	color:#f3f3f;
	font-weight:bold;
	font-size:12px;
}