.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title, .tool-title2 { 
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #A3FF5F;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left no-repeat;
}
.tool-title2 { color: #e6ff7f; }

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right no-repeat;
}
 
.custom-tip {
	color: #000;
	width: 200px;
	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;
}

a.Tips, a.Tips:visited { color: #333 }


.tip {width: 200px;}
.tip-top {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tip-title, .tip-title2 { 
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #d53c3c;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left no-repeat;
}
.tip-title2 { color: #e6ff7f; }

.tip-text {
	font-size: 11px;
	color: #fff;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right no-repeat;
}
.tip-text em {color: #e6ff7f; font-style: normal; }

a.Tips img {
	border: none;
  position: relative;
	top: 3px;
}

