/* Tooltips CSS */

.tipz .tip{ 
	position:absolute;
	margin-top: -55px;
	margin-left: -50px;
	width:109px; 
	height:37px;
	font-family:tahoma,arial; 
	background: url(../images/lotro_new/lotro_bubble.png) no-repeat;
}

.tipz .tip-title{ 
	color:#e39c30; 
	font-weight:bold; 
	padding:2px;
	padding-top:8px;
}

*html .tipz .tip {
	background: url(../images/lotro_new/lotro_bubble.png) no-repeat;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}

/* ENDTooltips */