.tooltip {
	border-bottom: 1px dotted #000000;
	/*color: #000000;*/
	outline: none;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	z-index: 99;
	margin-left: 0;
	width: 280px;
	cursor: text;
}
.tooltipLeftTop:hover span {
	position: absolute;
	right: 1em;
	bottom: 1em;
}
.tooltipRightBottom:hover span {
	position: absolute;
	left: 1em;
	top: 1em;
}
.tooltipRight2Bottom2:hover span {
	position: absolute;
	left: 2em;
	top: 2em;
}
.tooltipRightTop:hover span {
	position: absolute;
	left: 1em;
	bottom: 1em;
}
.tooltipRight5Top:hover span {
	position: absolute;
	left: 5em;
	bottom: 1em;
}
.tooltipRight500Top:hover span {
	position: absolute;
	left: -500px;
	top: 1em;
}
.classic {
	padding: 0.8em 1em;
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}
.tooltip:hover span p {
	font-size: 13px;
	display: block;
}
.freeOffer {
	padding: 0.8em 1em;
	background: #DDDDDD;
	border: 1px solid #000;
}
.tabtip {
	cursor: pointer;
	color: red;
	display:block;
}
.tabtip:hover span {
	position: absolute;
	left: 0em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 400px;
	cursor: text;
	color: #000000;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
.tooltip:hover span p  {
	font-size: 13px;
}
.tooltip:hover span ul {
	margin:10px;
}
.tooltip:hover span li {
	margin:3px;
	font-size: 12px;
}
.tooltip:hover span b  {
	font-weight: bold;
}
.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}
.info {
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
}


