
.toolTipSpan
{
	width: 159px; 
	cursor: hand; 
	cursor: pointer; 
	font-style: italic; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline; 
	color: #ffffff;
}

.toolTipSpacer
{
	display: block; 
	width: 157px; 
	line-height: 2px; 
	font-size: 2px; 
	height: 2px;
}

.toolTipText
{
	width: 159px; 
	cursor: hand; 
	cursor: pointer; 
	font-style: italic; 
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 10px; 
	text-decoration: none; 
	color: #B6B5B5;
}

.toolTipRating
{
	height: 5px;
	line-height: 5px;
	display: block; 
	float: left; 
	margin-top: 4px; 
	text-align: center; 
	background-color: #9CBF31; 
	border: 0px solid #272727; 
}

.toolTipPercent
{
	color: #9CBF31; 
	margin-left: 3px; 
	float: left; 
	font-size: 10px; 
	font-family: Verdana;
}

