.tooltip {
/*	border-bottom: 1px dotted #717075; */
        color: #717075; 
        outline: none;
        text-decoration: none;
	position: relative;
	line-height: 12px;
}
.tooltip ul {
        margin: 0;
        padding: 0;
}
.tooltip li {
        margin: 0;
        padding: 0;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
        height: 76px;
}
.tooltip:hover span {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
        -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);              
        -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; 
        top: -16px; 
        z-index: 99;
	margin: 0 8px 0 8px; 
        width: 76px;
}
.tooltip:hover img {
	border: 0; 
        margin: 2px 0 0 2px;
	float: left; 
        position: relative;
}
.tooltip:hover em {
	font-family: Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; 
         padding: 0.2em 0 0.6em 0;
}
* html a:hover { background: transparent; }

.info { 
         background: none; 
         border: 1px solid #ccc;
	}