.zj_tool-tip {
	width: 185px;
	padding: 0;
	color: #696969;
	text-align: left;
	font-size: 0.8em;
}

.zj_tool-tip li {
	padding: 0;
	text-align: left;
}

.zj_tool-tip ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.zj_tool-tip li.top {
	width: 185px;
	height: 16px;
	background: url(img/tooltip-top-bg.png) no-repeat;
}

.zj_tool-tip li.mid {
	width: 165px;
	padding: 0px 10px 0px 10px;
	margin-top: -12px;
	background: url(img/tooltip-mid-bg.png) repeat-y;
}

.zj_tool-tip li.bottom {
	width: 185px;
	height: 27px;
	background: url(img/tooltip-bot-bg.png) bottom no-repeat;
}

.zj_tool-tip li.heading {
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}

.zj_tip {
	display: none;
}