.LegLi{width: 13px;height: 13px;margin-right: 4px;float: left;border-color: grey;border-style: solid;border-width: 1px}
.LegUl{height: 13px;line-height: 13px;margin-bottom: 5px}
.LegST{font-size: 16px;font-weight: bold;line-height: 14px;padding-bottom: 10px;padding-left:10px;padding-top:10px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgb(238,238,238); }
.LegSD{padding-left: 10px;padding-top: 5px;}

.LegLiPoint{width: 13px;height: 13px;margin-right: 4px;float: left;}

/*山东天地图市县列表*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    font-size: 16px;
    /*font-family: 宋体,Simsun;*/
}
#dictDiv {
    position: absolute;
    top: 30px;
    left: 0;
    width: 360px;
    height: 280px;
    display: block;
    background: white;
    border: 1px solid #dcdcdc;
    display: none;
    overflow: hidden;
    font-size: 12px;
    z-index:9999;
}
#dict_list_title {
    padding: 5px 8px 5px 10px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px #dfddde solid;
    overflow: hidden;
}
.sheng {
    width: 60px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
#dict_close {
    width: 20px;
    height: 20px;
    background: url(../images/ToolBar/close.png) no-repeat center;
    cursor: pointer;
    float: right;
}
#dict_item {
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
}
#cityTable {
    height: 240px;
    display: block;
    background: white;
    padding-left: 10px;
}
#cityTable .mayerTitle a {
    color: #000;
}
#cityTable a {
    text-decoration: none;
    cursor: pointer;
    color: #046abe;
}
#cityTable td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 3px;
}
/*table {*/
    /*display: table;*/
    /*border-collapse: separate;*/
    /*border-spacing: 2px;*/
    /*border-color: grey;*/
/*}*/
td, th {
    display: table-cell;
    vertical-align: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#cityTable .mayerTitle {
    padding: 0 16px 0 5px;
}
#left_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}