/*CSS for Bubble Tooltips by Alessandro Fulciniti - http://pro.html.it - http://web-graphics.com */
/*WordPress-Plugin by Frank Bueltge - http://bueltge.de */

.tooltip{
/*width: 200px;*/
  min-width:150px;
  max-width:300px;
	background:#f0f0f0;
	border:1px double #8fcf2a;
	text-align:left;
	padding:5px;
	margin: 0px 0 0 40px;
	
	min-height:1em;
  color: #000;
  font: lighter 11px/1.3 Arial,sans-serif;
  text-decoration: none;
  text-align: center
}


.tooltip span.top{
/*padding: 30px 8px 0;*/
  margin:0;
	padding:0;
	color:#000;
	font:11px/12px verdana,arial,sans-serif;
	font-weight:bold;
/*background: url(/wp-content/plugins/tooltips/bt.gif) no-repeat top*/
}

/* incl. linkcolor */
.tooltip b.bottom{
  visibility: hidden;
/*padding:3px 8px 15px;
color: #556B2F;*/
  display:block;
	margin-top:3px;
	color:#000;
	font-style:normal;
	font-weight:normal;
/*background: url(/wp-content/plugins/tooltips/bt.gif) no-repeat bottom*/
}