/* Tooltips CSS definitions */	
.container-tools {
 position:relative;
}
.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 999777!important;
}
	/*.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }*/
	 .tooltip .xtop, .tooltip .xbottom { display:none; }
	/*.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }*/

	/*.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}*/
	.tooltip .xbottom {
		background:url(images/tooltip-arrow.gif) no-repeat 27px top;
		display:block;
		height:8px;
		position:relative;
		left:150px;
	}
	.tooltip .xboxcontent {
		background:#fff !important;
		border:4px solid #acac94 !important;
		padding:9px 13px;
		color:#8b8a90;
		font-size:11px;
		font-family:Tahoma;
		width: 200px !important;
		text-align: left;
		z-index: 999888!important;
	}
	.tooltip1, .tooltip2 {
		float:left;
	}
	
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
	/*
	
<div style="width: 92px; left: 56px; top: 45px; opacity: 0.75; display: none;" class="tooltip">
	<div class="xtop">
		<div style="background-color: rgb(51, 51, 51);" class="xb1"/>
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb2"/>
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb3"/>
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb4"/>
	</div>
	<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51); color: rgb(255, 255, 255); text-shadow: 2px 2px 0pt rgb(0, 0, 0);" class="xboxcontent">test this tooltop</div>
	<div class="xbottom">
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb4"/>
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb3"/>
		<div style="border-color: rgb(51, 51, 51); background-color: rgb(51, 51, 51);" class="xb2"/>
		<div style="background-color: rgb(51, 51, 51);" class="xb1"/>
	</div>
</div>
	
	*/
