div.rating {
  white-space: nowrap;
  margin-top: 0px;
}

div.rating-text {
  display: inline;
  position: relative;
  top: -5px;
  padding-left: 5px;
  white-space: nowrap;
}

div.rating-notext {
  display: none;
}

img.rating {
  cursor: pointer;
}

img.rating-disabled {
  cursor: default;
}

img.rating-user {
  cursor: pointer;
}

img.rating-user-disabled {
  cursor: default;  
}

#rateTip {
	margin: 30px 0 20px;
	background: url('../img/f/small-bar.png') no-repeat top left;
	width: 520px;
	height: 65px;
	padding: 5px 10px;
	position: relative;
}

#rateTip TABLE {
	margin-bottom: 0;
	height: 38px;
}
#rateTip TABLE TD {
	vertical-align: middle;
}

#rateTip H2 {
	margin: 7px 0 0 0;
	color: #087b44;
	font-size: 12px;
	font-weight: bold;
}

#rateTip DIV.rating {
	padding: 7px 0 0 0;
/*	position: absolute;
	left: 320px;
	top: 15px;*/
}

#rateTip DIV.firstRating {
/*	left: 300px;*/
}

#rateTip .voteInfo {
/*	position: absolute;
	left: 10px; 
	bottom: 7px;*/
	font-size: 11px;
	vertical-align: middle;
	white-space: nowrap;
/*	line-height: 10px;*/ 
}
#rateTip .voteInfo DIV.rating {
	display: inline;
	position: relative;
	left: auto;
	margin-top: 0;
	top: 0px;
}

div.rating SPAN {
  position: relative;
  top: -5px;
}
