
body{
    margin: 0;
}
.ui-menu-item .ui-corner-all{
    color: #38C;
}
/**/
.fullTopPanel{
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    /*position: relative;*/
    position: absolute;
    /*最高*/
    z-index: 111;
    overflow:hidden;
    -moz-user-select: none;
}
#detailPanel{
}

#openTimes_table{
    border: solid 1px  #A9A9A9;
    margin-left: 5%;
    margin-top: 5px;
}
#openTimes_table td{
    border: solid 1px  #A9A9A9;
    padding: 5px 5px 5px 5px;

    /*font-weight: bold;*/
}
#openTimes_table th{
    border: solid 1px  #A9A9A9;
    padding-left: 10px;
}
#acuOpenTimes_btns span{
    cursor: pointer;
    font-size: 1.2em;
}
#acuOpenTimes_btns span:hover{
     color: #5CACEE;
 }

#acuOpenTimes{
    border-top: solid 1px  #A9A9A9;
    clear: both;
    /*text-align: left;*/
    padding-top: 10px;
    text-align: center;

}
#acuOpenTimes ul li{
    border-bottom: solid 1px  #A9A9A9;
}

#acus_list ul{
    font-weight: bold;
    color: #38C;
}
#acus_list ul li{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
#acus_list ul li:hover{
    color: #5CACEE;
}


/**/
#btnList{
    cursor: pointer;width: 25%;float: left;height: 35px;margin: 0 0 0 0;background: #cccccc;border-radius: 1px; color:#38C;font-size: 22px; font-weight: bold
}
#btnList:hover{
    background: #A9A9A9;
}
#btn_menu{
    cursor:pointer;width: 20%;float:left;height: 35px;background: #cccccc;text-align: center;border-radius: 1px;
}
#btn_menu:hover{
    background: #A9A9A9;
}
#nav_overview{
    position: relative;
    cursor:pointer;
    right:3px;
    bottom:10px;
    width: 34px;
    height: 34px;
    background: #38C;

    text-align: center;
    border-radius: 5px;
}
#nav_overview:hover{
    background: #5CACEE;
}
.bZoom{
    position: relative;
    cursor:pointer;
    width: 35px;
    height: 35px;
    padding: 2px 2px 2px 2px;
    background: #38C;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}
.bZoom:hover{
    background: #5CACEE;
}

#menu_panel{
    width: 150px;
    position: absolute;
    top: 35px;
    right: 3px;
    border-top: solid 1px  #A9A9A9;
    background: #cccccc;
    /*border-radius: 8px;*/
    font-size: 18px;
    font-weight: bold;
    color: #38C;
    text-align: left;
    cursor: pointer;
    display: none;
}
#menu_panel ul{
    /*padding-left: 12px;*/

}
#menu_panel ul li{
    padding-left: 12px;
    border-bottom: solid 1px  #A9A9A9;;
}
#menu_panel ul li:hover{
    background: #A9A9A9;
}

#medkit_panel{
    position:absolute;
    right: 53px;
    top:150px;
    /*width: 90px;*/
    text-align: right;

    /*background-color: #ffffff;*/
    /*border:solid 2px  #cccccc;*/
    /*border-radius: 3px;*/
}
#title_title{
    clear: both;
    /*float: left;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 1em;*/
    font-size: 23px;
    line-height: 26px;
    font-weight: bold;
}

h1{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 0 0 ;
}
/*------*/
#ctg_item{
    clear: both;
    /*float: left;*/
    font-size: 18px;
    font-weight:bold ;
    text-align: left;
    /*font-weight:normal ;*/

}
#ctg_item span{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 2em;
}

#ctg_item .a_ctg{
    color:#00E;
}
#ctg_item .a_page{
    color:#36A01A;
}