/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #ffffff;
	font: normal 0.8em/15px "Trebuchet MS", Arial;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	display: block;
	}
	
	#unitippoint { 
		background: url(../imagens/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid {
	background: url(../imagens/TipMid.png) repeat;
	width: 219px;
	height: auto;
	padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../imagens/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

.left { float:left; *margin-left:15px; *margin-top:10px}
.left a { width:30px; height:20px; text-align:center; padding-top:5px; border:#D7D6D8 solid 1px; background-color:#ffffff; display:block; text-decoration:none; float:left; margin-left:3px; margin-top:-5px }
.left a:hover { width:30px; height:20px; text-align:center; border:#fff solid 1px; background-color:#553871; color:#fff}
