#largecontent{
/*    border: solid 1px #000;*/
    border:solid;
    padding-top:10px;
    margin-top:0px;
    margin-left:0px;
    width: 875px;
    color: #333;
    border: 0px solid #ccc;
    min-height: 30px;
}
#largecontent .largecontent_head{
    height:8px;
    font-size:5px;
    background-image:url(imgs/large_content_top.png);
    background-repeat:no-repeat;
}
#largecontent .largecontent_main{
    min-height:10px;
    width:100%;
    background-image:url(imgs/large_content_bg.png);
    background-repeat:repeat-y;
    color:#FFF;
    font-size:12px;
}
#largecontent .largecontent_main .box{
    padding:0px;
    padding-left:9px;
    padding-right:9px
}
#largecontent .in_box{
    padding:10px;
}
#largecontent .in_box_padd{
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}
#largecontent .box_title{
    height:30px;
    border:none;
    font-size:16px;
    line-height:30px;
    text-indent:15px;
    background-color:#6DA65E;
    border:solid;
    border-right-width:0px;
    border-left-width:0px;
    border-top-width:1px;
    border-bottom-width:1px;
    border-color:#86A871;
    margin-bottom:10px;
    background-image:url(imgs/title_line_bg.png);
}
#largecontent .box_title img{
    margin-top:5px;
    margin-right:15px;
}

#largecontent .largecontent_main a{
    color:#FFF;
}
#largecontent p{
    margin:8px;
}
#largecontent .largecontent_bottom{
    height:8px;
    font-size:5px;
    background-image:url(imgs/large_content_bottom.png); 
    background-repeat:no-repeat;
    margin-bottom:0px;
}

.spot_options{
    border:solid;
    border-color:#AECDA9;
    border-width:0 0 7px 0;
}
#spot_list_scroll{
    width:200px;	
    height:470px;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
}
#spot_list{
    float:left;
    width:183px;	
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
}
#area_map_table .area_map_left{
    width:200px;
    border:solid;
    border-width: 0px 8px 0px 0px;
    border-color: #AECDA9;
}

#spot_info_cmd{
    display:none;
    top:253px;
    right:20px;
    width:229px;
    height:206px;
    background-image:url(imgs/area_map_cmd.gif);
    background-repeat:no-repeat;
    position:absolute;
}
#spot_info_cmd .spot_info_cmd_close{
    padding-top:2px;
    font-size:12px;
    text-align:right;
    width:215px;
}

#spot_info_cmd .spot_info_cmd_scroll{
    margin-left:auto;
    margin-right:auto;
    width:215px;
    height:190px;   
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
}
#in_spot_info_cmd{
    font-size:12px;
    color:#000;
    width:196px;
    
}
#in_spot_info_cmd h2.mod{
    font-size:12px;
}
#in_spot_info_cmd a{
    font-size:12px;
    color:#000000;
}

/** over write **/
#map {
   min-height:400px;
   height: 470px;
   width: 649px;
   background-color:#CCCCCC;
}



