div#unitip {
	position:absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 11px/13px Tahoma, Arial, Helvetica, sans-serif;
	display: none;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px;
	display: block;
	margin-left:0;
}
#unitippoint {
	background: url(TipPoint.png) no-repeat;
	height: 19px;
	overflow: hidden;
}
#unitipmid {
	background: url(TipMid.png) repeat;
	width: 145px;
	height: auto;
	padding: 5px 10px;
	text-align:left;
}
#unitipcap {
	background: url(TipCap.png) no-repeat;
	height:5px;
	overflow:hidden;
}

/**/
#unitipmid p {
	margin-bottom:0;
}
#unitipmid p.pTip {
	font-style:italic;
	margin-bottom:4px;
	color:#eee;
}
#unitipmid p.pDate {
}
#unitipmid h2 {
	margin:0 0 7px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-shadow:#333 1px 1px 0; /* right, bottom, blur */
}
#unitipmid h2 span {
	padding:2px 3px; 
	background-color:#fff;
	line-height:1.2;
}

/**/
#unitipmid dt {
	margin:0 0 7px 0;
}
#unitipmid dd {
	margin:8px 0 0 0!important;
	padding:0!important;
}
#unitipmid dd p {
	text-align:right;
}
