/* CSS Document */
#trigger2 {
	background:transparent url(toolsiphlbat1.png) no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:125px;
	padding:18px 80px 20px 15px;
	text-decoration:none;
	width:118px !important;
	
	position:relative;
	top:100px;
	
}

/* simple mouseover effect for the trigger */
#trigger2:hover {
	color:#000;
}


/* override standalone page styling so that the tooltip is fully shown */
body {
	padding-left:150px;
}

