﻿/*** MAPS ***/
.maps .map {
 clear: both;
 height: 535px;
 width: 100%;
 z-index: 0;
}

/*** MAP ITEM ***/
.mapItem {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}
.mapItem .mapItemInfo {
  padding: 3px 0px 3px 3px;
  width: 243px;
}
.mapItem .mapItemInfoAlt,
.mapItem .descrAlt { background-color: #eaf1f9; }
.mapItem .mapItemInfo div { float: left; }
.mapItem .mapItemInfo .img { width: 35px; }
.mapItem .mapItemInfo .title { width: 200px; }
.mapItem .mapItemInfo .title a {
  color: #6e6e6e;
  font-weight: bold;
  text-decoration: none;
}
.mapItem .descr {
  border-top: 1px solid #d0d0d0;
  clear: both;
  width: 100%;
}
.mapItem .descr img { display : none; }
.mapItem .descr table {
  font-size: 12px;
  width: 240px;
}
