.aToolTip {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
	background: #343a40;
	color:#fff;
	margin:0;
	padding:6px 12px;
	min-width: 200px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

a.aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url("../img/closeBtn.png") no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-8px;
	right:200px;
	margin:2px;
	padding:4px;
}


.aToolTip a:link, .aToolTip a:visited {
	color: #FFF;
	white-space: nowrap;
	line-height: 25px;
}

.aToolTip a:hover {
	color: #FF6600;
}

.pin {
	position: absolute;
	bottom: -16px;
	left: 180px;
	width: 17px;
	height: 16px;
	background: url("../img/pin.png") top left no-repeat;
}