/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #e49b2a;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	display: none;
}


#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 125px;
		height: auto; 
		padding: 0px 10px 0px 10px;
	}

#unitipmid ul {	
	line-height:12px;;	
}	
	#unitipmid ul li strong {
		color:#e49b2a;
	}
	
#unitipmid ul li {
		line-height:12px;;	
	}
		
#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}