
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	/*width:370px;*/
	width:auto !important;
	height:40px;
}
#tooltip #text {
	float:left;
	padding: 3px 10px 3px 10px;
	/*width:290px;*/
	width:auto !important;	
	height:34px;
}
#tooltip #title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight:bold;
	padding-bottom:2px;
}
#tooltip #desc {
	padding-top:1px;
	width:auto;
}
#tooltip #img {
	float:right;
	width:60px;
	height:40px;
}
