
body {
    padding: 0;
}

#lib_Tab1_sx {
    width: 96%;
    margin: 0px 0px 0px 1.5%;
    padding: 0px;
    overflow: hidden;
    background-color: white;
}


.lib_Menubox_sx {
    line-height: 28px;
    position: relative;
    float: left;
    width: 120px;
    height: 320px;
    /*border-right: 1px solid #95C9E1;*/
}

.lib_Menubox_sx ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    height: 320px;
    text-align: center;
}

.lib_Menubox_sx li {
    display: block;
    cursor: pointer;
    width: 114px;
    color: black;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    /*background-color: #E4F2FD;*/
    background-image: url("../images/sc_content_top_left03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(../images/backgroundsize.min.htc);
}

.lib_Menubox_sx li.hover {
    padding: 0px;
    /*background: #fff;*/
    width: 116px;
    border-right: 0;
    color: white;
    height: 80px;
    line-height: 80px;
    background-image: url("../images/sc_content_top_left01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(../images/backgroundsize.min.htc);
}

.lib_Contentbox_sx {
    margin-top: 0px;
    border-top: none;
    padding:10px 10px 10px 5px;
    border-left: 0;
    margin-left: 120px;
}

.lib_Contentbox_sx div {
    height:220px;
    overflow-y:auto;
    text-align:left;
    font-size:14px;
    line-height:25px;
}
