/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #f5f4da;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	display: none;
}



#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 5px; 
	left: 5px;
	width: 210px;
	display: block;
}

/*#unitippoint { 
	background: url(../img/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden;
	background-color:#231c11;
	height:5px;
	overflow:hidden; 
	width:210px;
}*/

#unitipmid { 
	/*background: url(../img/TipMid.png) repeat;*/
	background-color:#231c11; 
	width: 210px;
	height: auto; 
	padding: 5px 15px;
	border-bottom: 4px solid #465d1d;
}

/*#unitipcap { 
	background: url(../img/TipCap.png) no-repeat;
	background-color:#231c11; 
	height: 2px;
	width:210px;
	overflow: hidden;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:3px;
}*/
