﻿body 
{
    font-size:12px;
    width:100%;
    margin:0px;
}
.top
{
    text-align:center;
}
.mapMain
{
    text-align:center;
    font-size:12px;
    width:100%;
    margin:0px;
}
.mapLeft
{
    text-align:left;
    float:left;
    width:250px;
    border-style:solid;
    border-width:1px;
    border-color:#A7C0DE;
}
.mapLeftTop
{
    width:248px;
    text-align:center;
    height:27px;
    background-image:url(/img/mapTopBg.gif);
    padding:5px 0px 0px 10px;
}
.searchTitle
{
    float:left;
    width:45px;
    height:22px;
    text-align:center;
    font-size:13px;
    color:#174B78;
    font-weight:700;
    cursor:pointer;
    padding:4px 0px 0px;
}
.mapSearch
{
    display:block;
    padding:20px 10px 0px 10px;
}
.cityName
{
    color:#ff0000;
    font-weight:700;
}
.boundary
{
    border-top:solid 1px #A7C0DE;
}
.searchIndex
{
    display:none;
}
.mapSearchResult
{
    display:none;
    font-size:12px;
    padding:0px 0px 0px 10px;
}
.searchTpTil
{
    font-weight:700;
}


.controlLine
{
    text-align:left;
    float:left;
    width:10px;

}
.mapRight
{
    text-align:left;
    float:left;
    border-style:solid;
    border-width:1px;
    border-color:#A7C0DE;
}
.mapRightTop
{
    height:27px;
    background-image:url(/img/mapTopBg.gif);
}
.cityList
{
    float:left;
    padding:2px 10px;
}
.tool
{
    float:right;
    height:100%;
}

.bottom
{
    text-align:center;
    color: #666666;
}