

.tip            {
	width:233px;
	font-family:tahoma,arial;
	background: url(../images/tip-text.gif) repeat-y left;
}  
.tip-top        {
	background:url(../images/tip-top.gif) no-repeat left top;
	height:13px;
	width:233px;
}  
.tip-title      {
	color:#e95e25;
	font-weight:bold;
	margin:0 25px 0 10px;
}  
.tip-text       {
	color:#000;
	padding:5px 25px 5px 10px;
}  
.tip-bottom     {
	background:url(../images/tip-bottom.gif) no-repeat left bottom !important;
	background:url(../images/tip-bottom.gif) no-repeat center bottom;
	width:295px;
	height:49px;
}  
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.tooltip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tooltip p {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}



