@charset "UTF-8";

/* ================================================================================

:::information:::

Tooltip CSS

================================================================================ */

#PickupArea a {
position: relative;
}

#PickupArea a span {
display: none;
font-size: 12px;
color: #000000;
text-decoration: none;
}
 
#PickupArea a:hover {
background-color: transparent;
text-decoration: none;
z-index: 1;
}

#PickupArea a:hover span, .tipp:hover span {
width: 200px;
position: absolute;
top: -10px;
_top: 70px;
left: 10px;
display: block;
background: #FFFF99;
border: 2px solid #FF6600;
text-decoration: none;
padding: 5px;
}
