/*
A dynamic style sheet for map named: manhattan
*/

/* TODO: Consider bringing map background into this sheet
and load the jpeg based on @map_name */

#locations_list li {
	margin: 0px;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
}
  #locations_list li span {
    margin-left: 22px;
    display: block;
    
    }
  #locations_list li.marker_type_artist_home span {
    padding: 3px 10px 3px 3px;
  }
  #locations_list li.marker_type_painting_site span {
    padding: 2px 4px 2px 0;
  }
#locations_list a {
	display: block;
  }
  #locations_list a:hover { text-decoration: none; }

.marker_type_artist_home {
  background: #7E2A00 url(/images/icon_map_marker_artist_home.gif) 2px 50% no-repeat;
  border: 1px solid #5D1F00;
  max-width: 135px;
  min-height: 20px;
  }
  .marker_type_artist_home:hover, .marker_type_artist_home.active {
    background: white url(/images/icon_map_marker_artist_home_hover.gif) 2px 50% no-repeat;
    }
  #manhattan_map .marker_type_artist_home { max-width: 170px;}
  .marker_type_artist_home a {
    color: #EC6720;
  }
  .marker_type_artist_home:hover a, .marker_type_artist_home.active a { 
    color: #4C1A01;
    }
  
.marker_type_painting_site {
  background: #45453A url(/images/icon_map_marker_site.gif) 3px 50% no-repeat;
  border: 1px solid #292A20;
  max-width: 37px;
  height: 23px;
  }
  .marker_type_painting_site:hover, .marker_type_painting_site.active {
    background: white url(/images/icon_map_marker_site_hover.gif) 3px 50% no-repeat;
  }
  .marker_type_painting_site a {
    color: #999D5A;
  }
  .marker_type_painting_site:hover a, .marker_type_painting_site.active a {  
    color: #292A20;
  }

/* locations coordinate information */

  #map_marker_34 { left: 545px; top: 14px; }

  #map_marker_35 { left: 570px; top: 115px; }

  #map_marker_36 { left: 456px; top: 279px; }

  #map_marker_37 { left: 504px; top: 235px; }

  #map_marker_38 { left: 449px; top: 328px; }

  #map_marker_39 { left: 351px; top: 504px; }

  #map_marker_40 { left: 173px; top: 522px; }



