/*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: 150px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}

.tooltip span.top{
	background-image: url(http://asunaro-k.com/wp-content/plugins/tooltips/bt.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* incl. linkcolor */
.tooltip b.bottom{
	color: #556B2F;
	background: url(http://asunaro-k.com/wp-content/plugins/tooltips/bt.gif) no-repeat bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}