.tooltip_header {
	background:url("../img/tooltip/top.gif") no-repeat transparent;
	width: 242px;
		height:4px;
	
}

.tooltip_body {
	background:url("../img/tooltip/body.png") repeat-y transparent;
	width: 242px;
	z-index: 1;
	margin: 0;
	padding: 0;
	margin-top:0px !important;
	margin-top:-11px;	
}


.tooltip_title{
	height:18px;
	line-height: 18px;
	text-align: right;
	margin: 0;
	padding: 0 5px 0 0;
}

.tooltip_text {
	text-align: left;
	padding:3px 12px 0px;
	color:#2d5488;
}
	.tooltip_text ul li {
		padding-left: 20px;
		background: transparent url('../auto/img/orangeBullet.gif') no-repeat 5px 5px;
	}

.tooltip_footer {
	background:url("../img/tooltip/bottom.gif") no-repeat transparent;
	width: 242px;
	height:4px;
}

.tooltip {
	z-index: 40;
}

.tooltipPopup {
	z-index: 140;
	position: fixed !important;
	_position: absolute;
}

.tooltipCloser {
	cursor: pointer;
}

.tooltipList {
	text-align: left;
	margin-left:3px;
}

