#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
}

.lef {
	background: url('../images/hellmanns/tooltip-middle.png') no-repeat;
	font-family: Arial;
	border: none;
	width: 215px;
	padding:20px;
	height: 110px;
}

.mi {
	font-family: Arial;
	border: none;
	width: 215px;
	padding:20px;
	height: 110px;
	background: url('../images/hellmanns/tooltip-right.png') no-repeat;
}

.ri {
	font-family: Arial;
	border: none;
	width: 215px;
	padding:20px;
	height: 110px;
	background: url('../images/hellmanns/tooltip-left.png') no-repeat;	
}


/*
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
}

#tooltip.all {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 80px;
}
#tooltip.lef {
	background: url('../images/hellmanns/tooltip-left.png') no-repeat;
}

#tooltip.mid {
	background: url('../images/hellmanns/tooltip-middle.png') no-repeat;
}

#tooltip.rig {
	background: url('../images/hellmanns/tooltip-right.png') no-repeat;
}
*/