﻿.box_map { margin-bottom: 10px; z-index: 10;}
.box_map .box_cont { padding: 20px; z-index: 10;}
.box_map h3.tit { font-size: 20px; font-weight: normal; float: left; line-height: 21px; position: relative; }
.box_map .control { float: right; height: 21px; line-height: 21px; position: relative;}
.box_map .control span { display: block; line-height: 21px; float: left; color: #fff; font-weight: bold; }
.box_map .box_cont .control a {
	display: block;
	height: 21px;
	margin-left: 10px;
	background-color: Transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	float: left;
	}
	
.box_map .box_cont .control a.zoom_in { width: 21px; background-image: url(../../images/map_zoom_mais.gif); } 
.box_map .box_cont .control a.zoom_out { width: 21px; background-image: url(../../images/map_zoom_menos.gif); } 
.box_map .box_cont .control a.visao_mapa { width: 61px; background-image: url(../../images/map_ctrl_mapa.gif); } 
.box_map .box_cont .control a.visao_mapa_on { width: 61px; background-image: url(../../images/map_ctrl_mapa_on.gif); } 
.box_map .box_cont .control a.visao_satelite { width: 77px; background-image: url(../../images/map_ctrl_sate.gif); }
.box_map .box_cont .control a.visao_satelite_on { width: 77px; background-image: url(../../images/map_ctrl_sate_on.gif); }

.box_map .mapa { height: 320px; background-color: #fff; margin: 10px 0; }

.box_map .filtros { height: 16px; width: 650px; float: left; }
.box_map .filtros p { font-size: 12px; width: 215px; float: left; }
.box_map .filtros ul { float: left; }
.box_map .filtros ul li { float: left; }
.box_map .filtros ul li input { margin-right: 10px; line-height: 16px; }
.box_map .filtros ul li label { margin-right: 10px; line-height: 16px; }
.box_map .expandir { 
	float: right; 
	height: 19px; 
	background-image: url(../../images/map_ctrl_expandir.gif); 
	width: 119px; 	
	background-color: Transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden; 
	}
	
.box_map span {
    font-size: 13px;
    font-weight: bold;
}
.box_map ul.servicos {
    padding: 10px 0;
}
.box_map ul.servicos li {
    float: left;
    padding: 0px 30px 0px 0px;
    /*height: 31px;*/
}
.box_map ul.servicos li input {
    border: 0;
    padding-right: 3px;
    margin-top: 8px;
    margin-right: 2px;
    float: left;
}

.box_map ul.servicos li label
{
	float: left;
	margin-top: 8px;
}
.ie7 .box_map ul.servicos li label { margin-top: 13px; }

.box_map ul.servicos li img {
    border: 0;
    padding-right: 3px;
    float: left;
}

.ie6 .box_map ul.servicos li input { margin-top: 3px; }
	
.balao_info_mapa {  
  width: 410px;
  z-index: 10;
  padding: 10px;
  background-color: #fff;
  /*border: solid 1px #F2F2F2;*/
}

.balao_info_mapa img {
  float: left;
  margin-right: 10px;  
  }
  
.balao_info_mapa .info_imovel {
  width: 235px;
  float: left;  
  }
  
.balao_info_mapa .info_imovel ul li h2 {
  font-size: 14px;
}
.balao_info_mapa .info_imovel ul li h3 {
  font-size: 12px;
}
