#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;

	background-color: #853A1D;
	color:white;

	background-color:#debeb4;
	background-color:#F5E4DE;
	background-color:#efefef;
	color:black;

	opacity: 1;
	padding:15px;
	padding-left:15px;
	padding-right:15px;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
}
#tooltip h3, #tooltip div { margin: 0; font-weight:normal;font-size:11px;color:#444;}


#tooltip.pretty {

	font-family: Arial;

	border: none;

	width: 210px;

	padding:20px;

	height: 135px;

	opacity: 0.8;

	background: url(../images/backgrounds/tooltip-shadow.png);

}

#tooltip.pretty h3 {

	margin-bottom: 0.75em;

	font-size: 11pt;

	width: 220px;

	text-align: left;
	
	padding-top:10px;
	

}

#tooltip.pretty div { width: 220px; text-align: left; }



#tooltip.fancy {

	background: url(../images/backgrounds/tooltip-shadow.png);

	padding-top: 5em;

	height: 100px;

}

#tooltip.fancy.viewport-right {

/*	background:url(../images/backgrounds/tooltip-shadow2-reverse.png); */
	background:url(../images/backgrounds/tooltip-shadow.png);

}


