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


div#rating {
	clear: both;
	width: 705px;
	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;
	margin:25px 0 0 0;
}
.ratinghdr {
	font-weight: bold;
}
div#rating h4 span {
	float:none;
}

div.drawer_content p{
	clear:both;
	}
div.drawer_content h4 {
clear:left;
font-size:1em;
margin-bottom:0.4em;
}	
div.drawer_content h4 div {
display:inline;
float:left;
}

.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_aqua.gif) top left repeat-x;
}
.star-rating li.current-rating, .star-rating li a:hover {
	background: url(../images/icon/star_aqua.gif) left bottom;
}
.currentScore0, .currentScore1, .currentScore2, .currentScore3, .currentScore4, .currentScore5, .currentScorePK0, .currentScorePK1, .currentScorePK2, .currentScorePK3, .currentScorePK4, .currentScorePK5 {
	width:76px;
	height:13px;
	border: solid 0px;
}
.currentScore0 {
	background:url(../images/stars/stars-trans0.gif) no-repeat left top;
}
.currentScore1 {
	background:url(../images/stars/stars-trans1.gif) no-repeat left top;
}
.currentScore2 {
	background:url(../images/stars/stars-trans2.gif) no-repeat left top;
}
.currentScore3 {
	background:url(../images/stars/stars-trans3.gif) no-repeat left top;
}
.currentScore4 {
	background:url(../images/stars/stars-trans4.gif) no-repeat left top;
}
.currentScore5 {
	background:url(../images/stars/stars-trans5.gif) no-repeat left top;
}
.currentScorePK0 {
	background:url(../images/stars/stars-trans-pk-0.gif) no-repeat left top;
}
.currentScorePK1 {
	background:url(../images/stars/stars-trans-pk-1.gif) no-repeat left top;
}
.currentScorePK2 {
	background:url(../images/stars/stars-trans-pk-2.gif) no-repeat left top;
}
.currentScorePK3 {
	background:url(../images/stars/stars-trans-pk-3.gif) no-repeat left top;
}
.currentScorePK4 {
	background:url(../images/stars/stars-trans-pk-4.gif) no-repeat left top;
}
.currentScorePK5 {
	background:url(../images/stars/stars-trans-pk-5.gif) no-repeat left top;
}


/* show rating */
#rating span
{
	float:left;
	margin: 0 0 0 4px;
}
.teste 
{
	border: 1px solid yellow;
	}
