#Gmap {
  width: 970px;
  text-align: left;
  margin-top: 10px;
}
.tooltip {
  background-color: #ffffff;
  border: 2px #006699 solid;
  padding: 10px;
}
.tooltip b {
  font-weight: normal;
}
.infoWindow {
  width: 460px;
}
.infoWindow img {
  width: 300px;
  border-width: 0;
}
.infoWindow .address {
  color: black
  font-size: 14px
  font-weight: bold;
}
.infoWindow .link {
  margin-top: 20px;
}
.pictureWrapper {
  overflow: hidden;
  width: 300px;
  height: 224px;
  margin-right: 10px;
  float: left;
}

#searchFormGmap {
  text-align: left;
}
#searchFormGmap table{
  border-collapse: collapse;
}
#searchFormGmap th {
  font-size: 10px;
  padding-right: 4px;
  font-weight: normal;
  text-align: left;
  height: 15px;
}
#searchFormGmap td {
  padding-bottom: 2px;
  padding-right: 4px;
  height: 26px;
}
#Gmap .mlsNumber { width: 100px; }
#Gmap .price { width: 100px; }
#Gmap .year { width: 50px; }

#updateMap {
  margin: 2px auto 10px auto;
}

#propertiesCount {
  text-align: center;
  margin-top: 20px;
}
