/*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;
	text-align:left;
	padding:5px;
	margin: 0px 0 0 40px;
	
	background-color:#FFFFFF;
  border:1px dotted #CCCCCC;
  color:#676767;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;
  left:0;
	
	min-height:1em;
  text-decoration: none;
  text-align: center
}

.tooltip span.top{
/*padding: 30px 8px 0;*/
  margin:0;
	padding:0;
	color:#676767;
	font-family:Verdana,Arial,Helvetica,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:#676767;
	font-style:normal;
	font-weight:normal;
/*background: url(/wp-content/plugins/tooltips/bt.gif) no-repeat bottom*/
}
