@CHARSET "ISO-8859-1";


.hover_to_discover_map {margin-left: auto; margin-right: auto; position: relative;}
.hover_to_discover_map ul {margin: 0px; padding: 0px; list-style-type: none;}
.hover_to_discover_map a:hover {border: none; text-decoration: none; cursor: pointer;} /* ie fix */
.hover_to_discover_map a:hover {border: none;} /* ie fix */


.hover_to_discover_map a .hotspot .hover_text {z-index: 99; display: none; background-color: white; color: black; font-weight: bold; font-size: 1em; border: 1px solid black; padding: 4px 6px; white-space: nowrap; position: absolute; top: -2.2em; left: -2px; }
/*
.hover_to_discover_map a .hotspot .hover_textwest {z-index: 99; display: none; background-color: white; color: black; font-weight: bold; font-size: 1em; border: 1px solid black; padding: 4px 6px; white-space: nowrap; position: absolute; top: -2.2em; right: -2px; }
*/

.hover_to_discover_map a .hotspot:hover .hover_text {display: inline;}
/* .hover_to_discover_map a .hotspot:hover .hover_textwest {display: inline;} */

.hover_to_discover_map a .map_link {font-size: 1em; position: absolute; text-decoration: underline; left: 15px; background: url(/static/viewing/css/css_images/list_bullet_image.gif) 0 .5em no-repeat; padding-left: 12px;}


.hover_to_discover_map a .hotspot {position: absolute; z-index: 1; width: 9px; height: 9px; padding: 5px; background: url(/static/viewing/css/css_images/location_dot_small.gif) 50% 50% no-repeat; border: 3px solid transparent;}

.hover_to_discover_map a:hover .hotspot {border: 3px solid blue;}
.hover_to_discover_map a:hover .hotspot .hover_text {display: inline;}
