/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 250px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../img/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid {
	background: url(../img/TipMid.png) repeat;
	width: 250px;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
	#unitipcap { 
		background: url(../img/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
#unitip img{
	margin-bottom:10px;}	
#unitip{
	text-align:center;}
#unitip h4{
	font-family: robotobold;
	font-size: 16px;
	color: #FFF;
	padding-bottom: 5px;
	line-height: normal;
	}
#unitip h5{
	font-family: robotoregular;
	font-size: 14px;
	color: #FFF;
	padding-bottom: 0px;
	line-height: normal;
	}