/**
 * @category Mxperts
 * @package Mxperts_Tooltip
 * @author TMEDIA cross communications <info@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>
 * @copyright TMEDIA cross communications, Doris Teitge-Seifert
 * @license http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
#mxperts_tooltip {background-color: #89c540;border: 1px solid #89c540;padding:10px 15px;width:250px;display:none;color:#FFFFFF; text-align:left;font-size:11px;border-radius:7px;-moz-border-radius: 7px;-webkit-border-radius: 7px; overflow:hidden !important;}
/*fix for the IE6*/
* html #mxperts_tooltip {width : 250px; height:1px;}
#mxptooltip a{ border-bottom-color:grey; border-bottom-style:dashed; border-bottom-width:1px; display:inline;font-size:12px; color: #89c540;text-decoration:none; font-weight:bold;}