/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 245px;
		display: block;
	}
	
	#unitippoint { 
		background:  url(images/unitips/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
/*		background: url(images/unitip/TipMid.png) repeat;
		background-color:#FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;*/
		background: url(images/unitips/TipMid.png) repeat;
		width: 215px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(images/unitips/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	
#unitip ul{
	margin: 5px 0 5px 10px;
	padding-left:0;
	}	