/*
Para o Thema:
*/
.filtroPesquisaMapa{
    margin:10px 0px 10px 0px;
    padding:5px;
    border:1px solid #ccc;
    background:#eee;
}
#idcult_btnbusca{
    width:100%;
    text-align:right;
}
#resultadoMap{
    color: green;
    font-weight:bold;
    font-size:16px;
}
.infoBox { 
    background-color: #FFF; 
    width: 300px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    border: 4px solid #eee; 
    padding:5px;
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}
.infoBox p { 
    padding: 0 15px 
}
.infoBox:before { 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3fa7d8;
    top: -10px;
    content: ""; 
    height: 0; 
    position: absolute; 
    width: 0;
    left: 138px 
}
.descmapa{
    width:300px;
}
.descmapa a h3{
    margin:1px;
}
.descmapa a > div:first-of-type{
    margin-right: 10px;
}
.avatarMap{
    float:left;
    margin:0px 5px 3px 0px;
}
.enderecoMap{
    font-size:11px;
}