
.tooltip {
	position: absolute;
	width: 236px;
	height: 102px;
	background: url(../img/tooltip.png) no-repeat;
	padding: 23px 36px 0 22px;
}

* html .tooltip {
	background: url(../img/tooltip.gif) no-repeat;	
}

.tooltip table {
	width: 236px;
	border: 0;
	margin: 0;
}

.tooltip table td {
	border: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	line-height: normal;
}

.tooltip table td.big {
	text-align: right;
}

.tooltip div { 
	position: relative;
	padding-top: 5px;
}

.tooltip div span {
	position: absolute;
	right: 0;
	font-weight: bold;
}

*html .tooltip div span {
	right: 36px;
}
