/*Секции и названия*/
.map_container .map_section_head{
background:#f4f3ee;
}
.map-container .map-section{
outline:1px solid #ceccc7;
}
.map-container .map-hide:before{
clip:auto;
left:-10px;
background:url(images/ie/title.png) no-repeat 100% 50%;
}

/*Инфоокно*/
.map-container .map-filter .map-filter-input{
line-height:30px;
}
.map-container .map-popup{
width:324px;
margin:-57px 0 0 -12px;
padding:0 15px 21px 9px;
background:url(images/ie/popup_bottom.png) no-repeat 50% 100%;
}
.map-popup:before{
top:0;
right:0;
bottom:40px;
left:0;
background:url(images/ie/popup_top.png) no-repeat 50% 0;
}
.map-popup:after{
background:url(images/ie/popup_arrow.png) no-repeat;
width:60px;
height:30px;
margin:0 0 -9px -30px;
}
.map-popup .map-popup-close{
top:-13px;
right:1px;
}