.starrating_box {color: #606060; font-family: arial, verdana; font-size: 12px; background-color: #FEFEFE; float: left; width: 250px; position: relative;}
.starrating_box h1 {color: #606060; font-family: arial, verdana; font-size: 14px; margin: 2px 5px 0px 5px; padding: 0px;  font-weight: bold; text-align: left;}
.starrating_box h2 {color: #A0A0A0; font-family: arial, verdana; font-size: 11px; margin: 0px 0px 0px 5px; padding: 0px;  font-weight: normal;text-align: left;}
.starrating_box p {color: green; font-family: arial, verdana; font-size: 11px; margin: 0px 0px 0px 5px; padding: 0px; font-weight: normal; text-align: left;}

.starrating_stars,
.starrating_stars a:hover,
.starrating_stars a:active,
.starrating_stars a:focus,
.starrating_stars .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}

html>body ul.starrating_stars{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	text-indent: 0px;
}
ul.starrating_stars{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	text-indent: 0px;
}

ul.starrating_stars li:before,
ul.starrating_stars li{
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	content: "";
}
.starrating_stars a,
ul.starrating_stars .current-rating{
	position: absolute;
	top: 0;
	left: 0;
	text-indent:-1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	padding: 0px;
	margin: 0px;
}
.starrating_stars a:hover,
.starrating_stars a:active,
.starrating_stars a:focus{
	background-position: left bottom;
}
.starrating_stars a.one-star{
	width:20%;
	z-index:6;
}
.starrating_stars a.two-stars{
	width:40%;
	z-index:5;
}
.starrating_stars a.three-stars{
	width:60%;
	z-index:4;
}
.starrating_stars a.four-stars{
	width:80%;
	z-index:3;
}
.starrating_stars a.five-stars{
	width:100%;
	z-index:2;
}
.starrating_stars .current-rating{
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
