﻿#containers
{
    border: 1px solid #dfdfdf;   
    width:640px;
    height:500px;
    background:#fff;
}
#barOption
{
    float:left;
    width:16px;
    height:560px;
    background:url(/images/mapinfo.gif) -26px center no-repeat;
    position:relative;
    cursor:pointer;
    margin-left:-16px;
}
#search_btn
{
    margin: -21px 0 0 210px;
}
#MapListDiv
{
    height: 490px;
    overflow:hidden;
    padding-top:10px;
    margin-bottom:10px;
}
.td_bg
{
    background: url(../Images/maptbg.gif) 0 0 no-repeat;
    background-position: center;
}

#tip
{
    position: absolute;
    color: #333;
    display: none;
}
#tip s
{
    position: absolute;
    top: 40px;
    left: -20px;
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    border-color: transparent #BBA transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}
#tip s i
{
    position: absolute;
    top: -10px;
    left: -8px;
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}
#tip .t_box
{
    position: relative;
    background-color: #CCC;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    bottom: -3px;
    right: -3px;
}
#tip .t_box div
{
    position: relative;
    background-color: #FFF;
    border: 1px solid #ACA899;
    background: #FFF;
    padding: 1px;
    top: -3px;
    left: -3px;
}
#tip .t_box div img
{
    max-width: 362px;
    max-height: 264px; /*IE6*/
    _width: expression(this.width>352?352:true);
    _height: expression(this.height>264?264:true);
}
.tip
{
    max-width: 128px;
    max-height: 106px; /*IE6*/
    _width: expression(this.width>128?128:true);
    _height: expression(this.height>106?106:true);
    vertical-align:middle;
    cursor:pointer;
}
#open_map
{
    width:370px;
    height:130px;
    padding-top:10px;
}
.imgbox_div
{
    border: 1px solid #DDD;
    float:left;
    padding:5px;
    text-align:center;
    vertical-align:middle;
}
.imgbox_info
{
    width:225px;
    height: 130px;
    float:right;
    overflow:hidden;
}
.imgbox_info h1
{
    font-size:12px;
    color:#C90010;
    margin-bottom:5px;
}
.imgbox_info i
{
    font-style:normal;
    display:block;
}
#open_map ul
{
    margin: 0px;
    list-style-type: none;
    padding: 10px;
    width:160px;
    zoom:1;
    overflow:hidden;
}
#open_map ul li
{
    float: left;
    width: 160px;
}
.maplist_item
{
    height:80px;
    padding-top:10px;
    cursor:pointer;
    overflow:hidden;
}
.mapbg
{
    background:#f0f0f0;
}
.mapbgSelect
{
    background:#f0f0f0;
    cursor:default;
}
.maplist_item_img
{
    float:left;
}
.maplist_item_img a
{
    background:#f0f0f0; width:68px; height:51px; display:block;
}
.maplist_item_img img
{
    width:68px;
    height:51px;
}
.maplist_item_info
{
    float:left;
    margin-left:10px;
    width:180px;
}
.maplist_item_info h1
{
    color:#eabc03;
}
.maplist_item_info i
{
    font-style:normal;
    display:block;
}
.maplist_item_info .wHide
{
    height:20px;
    overflow:hidden;   
}
.resultMsg
{
    width:250px;
    height:30px;
    background:#e7e7e7;
    line-height:30px;
    padding:0 10px 0 10px;
    margin-bottom:5px;
}
.resultMsg a
{
    color:#3D6DCC;
    font-size:14px;
}
.resultMsg a:hover
{
    text-decoration:underline;
}
.resultMsg span
{
    float:right;
}
#map_title
{
    background:url(/images/nav_bj.gif);
    width:921px;
    height:32px;
    line-height:32px;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    padding-left:10px;
    color:#8e8e8e;
}