/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 245px;
	display: block;
	}
#unitippoint { 
	background: url(../images/tools/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
	}
#unitipmid { 
	background: url(../images/tools/TipMid.png) repeat; 
	width: 221px;
	height: auto; 
	padding: 6px 12px;
	text-align: left;
	}
#unitipcap { 
	background: url(../images/tools/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden; 
	}
#unitip p {
	margin: 0 0 10px 0;
	}
#unitip p strong {
	color: #FF8510;
	}
#unitipmid li {
	padding: 3px 0;
	border-bottom: 1px dotted #182E51;
	}
	
	
	
#unitipmid ol {
	list-style: outside;
	list-style-type: decimal;
	text-align: left;
	margin: 0 0 0 20px;
	}
#unitipmid ol li {
	margin: 0;
	padding: 3px 0;
	color: #FFF;
	border-bottom: 1px dotted #182E51;
	}
