@charset "utf-8";
/* Star rating */


div#rating {
clear: both;
width: 465px;
padding: 45px 0 0 15px;
font-size:1.4em;
}
div#rating a{
	outline:none;
	}

#rating button div span,
#rating button div {
line-height: 35px;
}
#rating button div { background-position: top right;}

div#rating img {
display: inline;
}
div#rating h4 
{	
	float:none;
	clear:both;
}
.ratinghdr{
	font-weight: bold;
}
div#rating h4 span
{
	float:none;
	}
.star-rating{
	list-style:none;
	margin-left:0px;
	margin: 0;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;	
	float: left;	
}

.star-rating li{
	padding:0px;
	margin:0px;
	float: left;
	top: 0px;
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	top: 0px;
}
.star-rating li a:hover{
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
		width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/*.submit-rating, div#rating input{
	cursor: pointer;
	float: left;
	display: inline;
	margin: 0px 0 0 10px;
}*/

.star-rating{
		background: url(../images/icon/star_yellow.gif) top left repeat-x;			
}
.star-rating li.current-rating, .star-rating li a:hover{
		background: url(../images/icon/star_yellow.gif) left bottom;
}

/* show rating */
#rating span
{
	float:left;
	margin: 0 0 0 4px;
	}
.currentScore0,.currentScore1, .currentScore2, .currentScore3, .currentScore4, .currentScore5 {
	width:73px;
	height:13px;
	float:left;
	margin: 0 0 0 4px;
	}
.currentScore0, #h4 .currentScore0 {
	background:url(../images/button/stars-0.gif) no-repeat scroll left top;
	}
.currentScore1, #h4 .currentScore1{
	background:url(../images/button/stars-1.gif) no-repeat scroll left top;
	}
.currentScore2, #h4 .currentScore2{
	background:url(../images/button/stars-2.gif) no-repeat scroll left top;
	}
.currentScore3, #h4 .currentScore3{
	background:url(../images/button/stars-3.gif) no-repeat scroll left top;
	}
.currentScore4, #h4 .currentScore4{
	background:url(../images/button/stars-4.gif) no-repeat scroll left top;
	}
.currentScore5, #h4 .currentScore5{
	background:url(../images/button/stars-5.gif) no-repeat scroll left top;
	}					

/* background-black */
.home2 h4 p, .home2 h4 div
{
	float:left;
	display:block;
}
#h4 .currentScore0,#h4 .currentScore1, #h4 .currentScore2, #h4 .currentScore3, #h4 .currentScore4, #h4 .currentScore5 {
	width:73px;
	height:13px;
	border: solid 0px #FF0000;	
	display:block;
	float:left;	
	color:#FFFFFF;
	}
