
.map {
	/*position: relative;*/
}

.balloon {
	position: absolute;
	visibility: hidden;
}
  .balloon .content {
    background-color: white;
    text-align: left;
    padding: 16px;
    padding-top: 13px;
    font-size: 0.8em;
    width: 290px;
  }
    .balloon .content h1 {
      margin-bottom: 5px;
    }
  .balloon .left-top,
  .balloon .top,
  .balloon .right-top,
  .balloon .left,
  .balloon .right,
  .balloon .left-bottom,
  .balloon .bottom,
  .balloon .right-bottom {
    height: 9px;
    font-size: 1px;
    line-heght: 1px;
    background: no-repeat 0 0;
  }
  .balloon .left-top {
    width: 9px;
  	background-image: url(/images/balloon/left-top.png);
  }
  .balloon .top {
    background-image: url(/images/balloon/top.png);
    background-repeat: repeat-x;
  }
  .balloon .right-top {
    width: 9px;
  	background-image: url(/images/balloon/right-top.png);
  }
  .balloon .left {
    background-image: url(/images/balloon/left.png);
    background-repeat: repeat-y;
  }
  .balloon .right {
    background-image: url(/images/balloon/right.png);
    background-repeat: repeat-y;
  }
  .balloon .left-bottom {
    width: 9px;
  	background-image: url(/images/balloon/left-bottom.png);
  }
  .balloon .bottom {
    background-image: url(/images/balloon/bottom.png);
    background-repeat: repeat-x;
  }
  .balloon .right-bottom {
    width: 9px;
    background-image: url(/images/balloon/right-bottom.png);
  }
  .balloon .pointer {
    position: absolute;
    bottom: 15px;
    width: 29px;
    height: 30px;
    font-size: 1px;
    line-heght: 1%;
    background: no-repeat 0 0;
  }

.balloon-left .pointer {
	left: -25px;
	background-image: url(/images/balloon/pointer-left.png);
}
.balloon-right .pointer {
  right: -25px;
  background-image: url(/images/balloon/pointer-right.png);
}


.info-blocks {
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
  color: #404548;
}
  .info-blocks h2 {
    font-family: Tahoma, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #5e5c55;
    line-height: 0.9em;
    padding-top: 45px;
  }
  .info-blocks p {
    margin-top: 0px;
  }
  .info-blocks .specials strong,
  .info-blocks .specials b {
    font-size: 1.2em;
  	color: #5BB500;
  }
