/*  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.
--------------------------------------------------------- */

.unit-rating4editor { /* the UL */
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	position:relative;
	background:url('../images/star-rating-blue.gif') top left repeat-x;
		border-right:2px solid #333333;
		border-bottom:2px solid #333333;
	}

.unit-rating4editor li.current-rating {
	background:url('../images/star-rating-blue.gif') left bottom;
	position:absolute;
	left:1px;
	height:20px;
	display:block;
	z-index:1;
		border-bottom:2px solid #333333;
	}







.unit-rating4consumer { /* the UL */
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	position:relative;
	background:url('../images/star-rating-green.gif') top left repeat-x;
		border-right:2px solid #333333;
		border-bottom:2px solid #333333;
	}

.unit-rating4consumer li.current-rating {
	background:url('../images/star-rating-green.gif') left bottom;
	position:absolute;
	left:1px;
	height:20px;
	display:block;
	z-index:1;
		border-bottom:2px solid #333333;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}