
#delicious {
display: none;
float: right;
padding: 0 2em;
background-position: center left;
background-repeat: no-repeat;
background-image:url('/images/delicious.png');
}



div.markerTooltip, div.markerDetail {
color: white;
font-weight: bold;
background-color: #000;
margin: 0;
padding: .5em;
border: 3px solid #333;
}


div.markerTooltip {
color: #000;
background-color: white;
white-space: nowrap;
padding: 2px 4px;
border: 1px solid #000;
}


.offScreenInit {
position: absolute;
left:-1500px;
width: 400px;
}
