/* @charset "utf-8"; */

/* ##### CSS Document ##### */




/* ##### TOOLTIPP CSS ################################################## */   
    
.tooltip {
	font: 14px arial,helvetica,sans-serif;
    color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 200px;
	}

.tooltip b.bottom {
	background: url(../img/tooltipp.gif) no-repeat bottom;
	padding: 3px 8px 15px;
	}

.tooltip span.top {
	background: url(../img/tooltipp.gif) no-repeat top;
	padding: 30px 8px 0;
	}