/* tooltips */
 

.custom-tip {
	color: #000;
	width: 130px;
	border:1px solid D8D8D8;
	z-index: 13000;
	text-align:left;
}

.custom-title {
	text-indent:-9999px;
	background:red;
	width:130px;
	height:12px;
	background: url(/img/default/tooltip.png) top left;
	_background: #eee url();
}

.custom-text {
	font-size: 11px;
	padding: 0 8px 15px 8px;
	background: url(/img/default/tooltip.png) bottom right;
	_background: #eee url();
}
.custom-wide-tip {
	color: #000;
	width: 260px;
	border:1px solid D8D8D8;
	z-index: 13000;
	text-align:left;
}
.custom-wide-text {
	font-size: 11px;
	padding: 5px;
	background: #E9E9E9;
}
/* end tooltips */