.tipper { }

/* \*/
html .tool-tip { width: 190px; /*filter: alpha(opacity=80);*/ }
/* */

.tool-tip {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	width: auto;
	z-index: 13000;
	opacity: .8;
}

.tool-title {
margin: 4px;
padding:  0;
font-weight: bold;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #fff;
background-color: #e12;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}
.tool-loading {
	background: #fff url(loading.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.tool-text dt { margin: 5px 0 0 0; }
.tool-text dt, tool-text dd { line-height: 15px; }
