.tooltip {
	position: relative;
	z-index: 9999999;
}

.tooltip .arrowLeft {
	 overflow:hidden;
	 position: absolute;
	 left: 0;
	 width: 12px;
	 height: 11px;
	 background-image: url(../Images/SpritesSource/Tooltip/arrowLeft.png);
	 display: none;
}

.tooltip .arrowTop {
	 overflow:hidden;
	 position: absolute;
	 top: 0;
	 width: 11px;
	 height: 12px;
	 background-image: url(../Images/SpritesSource/Tooltip/arrowTop.png); 
	 display: none;
}

.tooltip .arrowRight {
	 overflow:hidden;
	 position: absolute;
	 right: 0;
	 width: 12px;
	 height: 11px;
	 background-image: url(../Images/SpritesSource/Tooltip/arrowRight.png);
	 display: none;
}

.tooltip .arrowBottom {
	 overflow:hidden;
	 position: absolute;
	 bottom: 0;
	 width: 11px;
	 height: 12px;
	 background-image: url(../Images/SpritesSource/Tooltip/arrowBottom.png);
	 display: none;
}

.tooltip .l {
	width: 12px;
	overflow:hidden;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipLeft.png);   
    background-repeat: repeat-y;
    background-position: left;
} 

.tooltip .r {
	width: 12px;
	overflow:hidden;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipRight.png);   
    background-repeat: repeat-y;
    background-position: right;
} 

.tooltip .t {
	overflow:hidden;	
	margin: 0 12px 0 12px;
	height: 12px;
	background-image: url(../Images/SpritesSource/Tooltip/tooltipTop.png);
}

.tooltip .b {
	overflow:hidden;	
	margin: 0 12px 0 12px;
	height: 12px;
	background-image: url(../Images/SpritesSource/Tooltip/tooltipBottom.png);
}

.tooltip .tl {
	overflow:hidden;	
	top:0;
	left:0;
	width: 12px;
	height: 12px;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipTopLeft.png);
}

.tooltip .tr {
	overflow:hidden;	
	top:0;
	right:0;
	width: 12px;
	height: 12px;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipTopRight.png);
}

.tooltip .br {
	overflow:hidden;	
	bottom:0;
	right:0;
	width: 12px;
	height: 12px;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipBottomRight.png);
}

.tooltip .bl {
	overflow: hidden;	
	bottom:0;
	left:0;
	width: 12px;
	height: 12px;
    background-image: url(../Images/SpritesSource/Tooltip/tooltipBottomLeft.png);
}

.tooltip .m {
	background-color: #fff;
	margin: 0 12px;
}

.tooltip .content {
	background: none !important;
	background-image: none !important;
	display: inline-block;
	padding: 5px;
	width: auto;
}

.tooltip .content .closeButton_fff_small {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	width: 18px;
	height: 0;
	padding: 18px 0 0 0;
	overflow: hidden;
}
