/* ---------- Tooltips ---------- */

#tooltip {
	position: absolute;
	z-index: 3000;
	max-width: 800px;
}

#tooltip h2 {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 15px;
	line-height: 15px;
	color: #3F526C;
	font-weight: normal;
	text-shadow: none;
	/*white-space: nowrap;*/
}

#tooltip .body {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	font-size: 12px;
	line-height: 18px;
	color: #5C6B84;
	font-weight: normal;
}

/* Mod Complex (Dynamic Width and Height) */

.ModAuto {
	width: auto;
	padding-top: 10px;
}

.Mod {
	
}

.Mod .Inner {
	
}

.HD, .BD, .FT {
	overflow: hidden;
}

.ModWrapper {
	padding-bottom: 17px;
}

.ModWrapper .Inner {
	position: relative;
}

.ModWrapper b {
	display: block;
	background-repeat: no-repeat;
	font-size: 1%;
	position: relative;
	z-index: 10;
}

.ModWrapper .TL,
.ModWrapper .TR,
.ModWrapper .BL,
.ModWrapper .BR {
	height: 17px;
	width: 17px;
	float: left;
}

.ModWrapper .TL {
	background-position: left top;
}

.ModWrapper .TR {
	background-position: right top;
}

.ModWrapper .BL {
	background-position: left bottom;
}

.ModWrapper .BR {
	background-position: right bottom;
}

.ModWrapper .BR,
.ModWrapper .TR {
	float: right;
}

.ModWrapper .TR,
.ModWrapper .TL {
	overflow: hidden;
	margin-bottom: -32000px;
}

.ModWrapper .BL,
.ModWrapper .BR {
	margin-top: -17px;
}

.ModWrapper .Top {
	background-position: center top;
}

.ModWrapper .Bottom {
	background-position: center bottom;
}

/* Pop  */

.Pop {
	overflow: visible;
	background-position: left top;
}

.Pop .Inner {
	right: -17px;
	bottom: -17px;
	background-position: right bottom;
	padding: 0;
	background: #fff;
}

.Pop .TL,
.Pop .BR {
	display: none;
}

.Pop .BL {
	bottom: -17px;
}

.Pop .TR {
	right: -17px;
}

/* ----- Sommers (extends pop) ----- */

.Sommers .Inner {
	
}

.Sommers,
.Sommers .Inner,
.Sommers b {
	/*background-image: url(images/tooltip-box.png);*/
}

.Sommers {
	margin: 0px 17px 0px 0px;
}

.Sommers .Inner {
	border: 2px solid #4EA1DD;
	border-radius: 3px;
}

.ModContent {
	background: #FFF;
	padding: 8px 12px 9px 12px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4EA1DD;
	/*margin: -18px 0 0 37px;*/
	position: relative;
	z-index: 25;
	
	position: absolute;
	bottom: 8px;
	right: 45px;
	display: none;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #4EA1DD;
	/*margin: -18px 0 0 37px;*/
	position: relative;
	z-index: 25;
	
	position: absolute;
	top: 18px;
	right: 45px;
	
}