
/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}

.tooltip .xtop, .tooltip .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
	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 .xarrow {
	position: relative;
	top: 10px;
	left: 12px;
	width: 33px;
	height: 32px;
}

.tooltip .xarrow b {
	display: block;
	background:#000;
	border-left:8px solid #333;
	border-right:8px solid #333;
	font-size:1px;
	height: 1px;
}

.tooltip .xarrow .a1 {
/*	margin: 0 5px;
	background-color: #333;
	border: 0 solid;
	width: 1px;*/
	background: url(../images/sprite_main.png) left -54px no-repeat !important;
	border: 0;
	margin: 0 19px;
	width: 15px;
	height: 8px;
}

.tooltip .xarrow .a2 {
	width: 1px;
	margin: 0 18px;
}

.tooltip .xarrow .a3 {
	width: 3px;
	margin: 0 17px;
}

.tooltip .xarrow .a4 {
	width: 5px;
	margin: 0 16px;
}

.tooltip .xarrow .a5 {
	width: 7px;
	margin: 0 15px;
}

.tooltip .xarrow .a6 {
	width: 9px;
	margin: 0 14px;
}

.tooltip .xarrow .a7 {
	width: 11px;
	margin: 0 13px;
}

.tooltip .xarrow .a8 {
	width: 13px;
	margin: 0 12px;
}

.tooltip .xarrow .a9 {
	width: 15px;
	margin: 0 11px;
}

.tooltip .xarrow .a10 {
	width: 17px;
	margin: 0 10px;
}

.tooltip .xarrow .a11 {
	width: 19px;
	margin: 0 9px;
}

.tooltip .xarrow .a12 {
	width: 21px;
	margin: 0 8px;
}

.tooltip .xarrow .a13 {
	width: 23px;
	margin: 0 7px;
}

.tooltip .xarrow .a14 {
	width: 25px;
	margin: 0 6px;
}

.tooltip .xarrow .a15 {
	width: 27px;
	margin: 0 5px;
}

.tooltip .xarrow .a16 {
	width: 29px;
	margin: 0 4px;
}

.tooltip .xarrow .a17 {
	width: 31px;
	margin: 0 3px;
}

.tooltip .xarrow .a18 {
	width: 33px;
	margin: 0 2px;
}

.tooltip .xarrow .a19 {
	width: 35px;
	margin: 0 1px;
}

.tooltip .xarrow .a20 {
	width: 37px;
	margin: 0 0px;
}

.tooltip .xboxcontent {
	padding: 25px;
	margin: 0;
	color: #000;
	text-shadow: 1px 1px 0px #CCC;
	word-wrap:break-word;
	border: 5px solid #333;
	background-color: #666;
	font-size: 14px;
	text-align: left;
}

.tooltip .xboxcontent span{
	font-size: 14px;
	color: #939598;
}