.map { position:relative; }
.map .toolbar { background:#fff; padding:5px; position:absolute; top:50px; right:10px; -moz-border-radius:5px; border-radius:5px; }
.map .toolbar .btn { display:block; width:16px; height:16px; padding:5px; }
.map .toolbar .btn:hover { background-color:#ccc; }
.map .toolbar .btn.addPoint { background:url('/_templates/default/images/ico/16x16/add.png') center no-repeat; }
.map .toolbar .btn.listOfPoint { background:url('/_templates/default/images/ico/16x16/accept_database.png') center no-repeat; }
.map .toolbar .btn.searchPoint { background:url('/_templates/default/images/ico/16x16/zoom_in.png') center no-repeat; }
.map .toolbar .btn.disabled { visibility:hidden; }

.map .search { padding:10px; text-align:center; }
.map .searchResults { padding:10px; }
.map .searchResults .unselected { float:left; width:24%; margin:0 0,9% 1% 0; }
.map .searchResults .unselected .addSearchPoint { display:block; padding:5px 5px 5px 20px; background:url('../../images/ico/16x16/add.png') 0px center no-repeat; }
.map .searchResults .gs-results-attribution { clear:both; text-align:right; }


#map_canvas { width:100%; height:560px; }
#map h2 { color:#000; font-size:14px; line-height: 15px; text-shadow:none; margin:0px; padding:0px; }
#map .mapCustomWindow { text-align:center; }

#map { width: 800px; height: 400px; }    
#map .tooltipTools { clear:both; }
#map .tooltipTools .tool { padding-left: 20px; height: 1.2em; text-decoration: none; background-position: 0px center; background-repeat: no-repeat; }
#map .tooltipTools .tool.mapsEdit { background-image: url('/_templates/default/images/ico/16x16/edit.png'); }
#map .tooltipTools .tool.mapsCoordsEdit { background-image: url('/_templates/default/images/ico/16x16/edit.png'); }
#map .tooltipTools .tool.mapsDelete { background-image: url('/_templates/default/images/ico/16x16/delete.png'); }
#map img { max-width:inherit; }

#MAP_toolbar { margin: 10px; display:none; }
#MAP_toolbar .btn { display: block; width: auto; padding: 5px 5px 5px 26px; }
#MAP_toolbar .btn.editMode { background: url('/_templates/default/images/ico/16x16/add.png') 5px 5px no-repeat; }
#MAP_toolbar .btn.showList { background: url('/_templates/default/images/ico/16x16/search_database.png') 5px 5px no-repeat; }

#MAP_toolbar .maps_editMode { display: block; }
#MAP_toolbar .maps_editMode a { text-decoration: none; color: #000000; line-height: 16px; }

#MAP_search { margin: 10px; background:rgba(255,255,255,0.75); display:none; }