﻿div.markerTooltip, div.markerDetail {
	display:block;
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
       }

.map-prop-det {
  padding: 0px;
  text-align: left;
  width:315px;
  min-height:100px;
}

.map-prop-det .floatleft {
  float: left;
}

.map-prop-det .floatright {
  float: right;
}

.map-prop-det .clearboth {
  clear: both;
}

.map-prop-det img {
  border: 0;
}

#map-content-hidden {
  display:none;
} 

.map-prop-det-left {width:100px;padding-right:10px;vertical-align:top;}
.map-prop-det-left .status {width:96px;padding:2px;margin-top:2px;background-color:#8BC225;color:#ffffff;text-align:center;height:14px;line-height:14px;font-size:10px;font-weight:bold;}
.map-prop-det-right {width:205px;vertical-align:top;color:#000000;}

.map-cluster-det {min-width:315px;padding:0px;text-align:left;}

