/* smallunitip css */

#smallunitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	display: none;
}

	#smallunitippoint, #smallunitipmid, #smallunitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 125px;
		display: block;
		visibility: hidden;
	}
	
	#smallunitippoint { 
		background: url(/images/TipPointSmall.png) no-repeat; 
		height: 8px; 
		overflow: hidden; 
	}
	
	#smallunitipmid { 
		background: url(/images/TipMidSmall.png) repeat; 
		width: 110px;
		height: auto; 
		padding-top: 0px;
		padding-left: 00px;
		padding-right: 15px;
		padding-bottom: 0px;
		text-align: center;		
	}
	
	#smallunitipcap { 
		background: url(/images/TipCapSmall.png) no-repeat; 
		height: 21px; 
		overflow: hidden; 
	}