/* javascript test */

.tool-tip {
	color: #000;
	width: 158px;
	z-index: 13000;
	}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #00659f;
	padding: 20px 18px 4px 18px;
	background: url(/images/bubble.png) top left;
	}
 
.tool-text {
	font-size: 11px;
	padding: 4px 18px 18px 18px; /* FF */
	margin: -2px 0 0 0;  /* IE7 */
	background: url(/images/bubble.png) bottom right;
	}
 
.custom-tip {
	color: #000;
	width: 158px;
	z-index: 13000;
	}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #00659f;
	padding: 8px 8px 4px;
	background: #c4c4c4;
	border-bottom: 1px solid #999;
	}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #e8e8e8;
	}

