/* unitip css */
#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 11px/16px Tahoma,Verdana,sans-serif;
	display: block;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 185px;
		display: block;
	}
	
	#unitippoint { 
		background: url(images/unitip/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(images/unitip/TipMid.png) repeat; 
		width: 155px;
		height: auto; 
		padding: 4px 15px 6px;
	}
	
	#unitipcap { 
		background: url(images/unitip/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

.listings #unitip {
    font-family:Arial, Tahoma, Verdana, Sans-Serif; font-size:12px; line-height:18px;
    color:#E1EC59;
}
    .listings #unitippoint, 
    .listings #unitipmid, 
    .listings #unitipcap {
        width:310px;
    }
        .listings #unitippoint {
            background:url(images/unitip/alt_tippoint.png) no-repeat; 
	        height:21px; 
        }
        .listings #unitipmid {
            width:270px; 
            padding:8px 20px 12px;
            background:url(images/unitip/alt_tipmid.png) repeat; 
		}
		.listings #unitipcap { 
		    height:8px; 
		    background: url(images/unitip/alt_tipcap.png) no-repeat; 
	    }
