/*用于移除百度地图LOGO相关信息*/
.anchorBL {
    display: none;
}

.map-add-control {
    margin-right: 10px;
    padding: 4px 20px;
    color: white;
    background-color: #0c88e8;
    cursor: pointer;
    border-radius: 4px;
}

.map-clear-control {
    margin-right: 10px;
    padding: 4px 20px;
    color: white;
    background-color: #0c88e8;
    cursor: pointer;
    border-radius: 4px;
}

.map-search-control {
    z-index: 100000;
}

#suggestId {
    width: 200px;
    line-height: 1.5em;
}

#searchResultPanel {
    border: 1px solid #C0C0C0;
    width: 150px;
    height: auto;
    display: none;
    text-align: left;
}

#l-map.anchorBL {
    display: block;
}

#r-result {
    width: 100%;
}

.tangram-suggestion-main {
    z-index: 10000;
}

.tangram-suggestion {
    border: 1px solid #e4e6e7;
    font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
    background: #fff;
    cursor: default;
}

.tangram-suggestion table {
    width: 100%;
    font-size: 12px;
    cursor: default;
}

.tangram-suggestion table tr td {
    overflow: hidden;
    height: 32px;
    padding: 0 10px;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

.tangram-suggestion .route-icon {
    overflow: hidden;
    padding-left: 20px;
    font-style: normal;
    background: url(http://webmap1.map.bdstatic.com/wolfman/static/common/images/ui3/tools/suggestion-icon_013979b.png) no-repeat 0 -14px;
}

.tangram-suggestion-current {
    background: #ebebeb;
}

.tangram-suggestion-prepend {
    padding: 2px;
    font: 12px verdana;
    color: #c0c0c0;
}

.tangram-suggestion-append {
    padding: 2px;
    font: 12px verdana;
    text-align: right;
    color: #c0c0c0;
}

.tangram-suggestion-grey {
    color: #c0c0c0;
}