#unitip {
	position: absolute;
	z-index: 14000;
	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: 185px;
	display: block;
	}
#unitippoint { 
	background: url(../images/tools/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
	}
#unitipmid { 
	background: url(../images/tools/TipMid.png) repeat; 
	width: 161px;
	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 8px 0;
	color: #CCC;
	}
#unitip p em {
	color: #FFF;
	font-style: italic;
	}
#unitip p strong {
	color: #8AE053;
	}
#unitip h4 {
	font-size: 14px;
	color: #A5D13C;
	border-bottom: 1px dotted #729734;
	margin: 0 0 8px;
	}




#unitip h5 {
	font-size: 14px;
	border-bottom: 1px dotted #777;
	margin: 0 0 8px;
	}
#unitip h5.amber {color: #FC0;}
#unitip h5.red {color: #CC0000;}
#unitip h5.green {color: #89C33E;}

#unitip ul li {
	text-transform: uppercase;
	font-size: 10px;
	color: #CCC;
	border-bottom: 1px dotted #555;
	line-height: 16px;
	}
#unitip ul li strong {
	float: right;
	color: #FFF;
	}



#unitip span {
	color: #FFF;
	font-weight: bold;
	line-height: 14px;
	}
#unitip h6 {
	font-size: 10px;
	text-transform: uppercase;
	color: #3BD1E9;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #245a61;
	}