
/** RATINGS **/
/*  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-rating {
	cursor: pointer;
	/*margin: 2em;
	clear: both;
	display: block;*/
}
.unit-rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.reply .starRpta{
	width:100px;
}
.starRpta {
	height:15px;
	width:240px;
	padding:1px;
}
.CompanyList .rating-company .starRpta {
	height:15px;
	width:220px;
	padding:1px;
}

.text-rating{
    padding-right: 5px;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(/img/icons/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(/img/icons/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

.unit-rating div.on a {
	background-position: 0 -32px;
}
.unit-rating div.hover a,
.unit-rating div a:hover {
	background-position: 0 -16px;
}



