/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	display: none;
	background: white;
	padding: 1px; 
}

#unitip small { color: black; font-size: 11px; }
#unitip img { padding-top: 2px; }

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 330px;
		display: block;
		text-align: center;
	}
	
	#unitippoint { 
		background: #000;
		height: 0px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		height: auto; 
	}
	
	#unitipcap { 
		background: #000;
		height: 0px; 
		overflow: hidden; 
	}