/* CSS Document */

.tip,.tip-tip{
	width:139px;
}

img.tip{
	width:15px;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title ,.tip-title{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(tooltip/bubble.png) top left;
}
 
.tool-text ,.tip-text{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(tooltip/bubble.png) bottom right;
	color: #fff;
}
 
.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;
}

/*.tip{ width:139px; font-family:tahoma,arial; background:url(tip-text.png) left top repeat-y; }
.tip-top{ background:url(tip-top.png) top left no-repeat; height:26px; width:295px; }
.tip-title{ color:#e95e25; font-weight:bold; margin:0 30px 0 50px; }
.tip-text{ color:#000; padding:10px 30px 20px 50px; }
.tip-bottom{ background:url(tip-bottom.png) left bottom no-repeat; width:295px; height:81px; }*/


