#my-right {
    background: url("../images/web_products/right_bg.jpg") 0 0 repeat-y;
}
#my-right ul.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#my-right ul.news-list li {
    margin: 10px 10px 0 10px;
}
/* 追加表格樣式 */
.table-style {
    border-collapse: collapse;
}
.table-style,
.table-style td {
    border: 1px solid #C0C0C0;
}
.table-center {
    text-align: center;
}
/* 17.01.09 生命科學 ＞ 資源中心 ls-discovery-application.php 頁面的 清單樣式修改 */
ul.list-doc {
    list-style: url('../images/icon_gray.png');
}
ul.list-doc li {
    margin: 0 0 8px 0;
    padding-top: 10px;
    line-height: 14px;
}
ul.list-doc li,
ul.list-doc li a {
    font-size: 14px;
}
ul.list-doc li > ul {
    list-style: url('../images/right_arrow.png');
}
ul.list-doc li > ul > li > ul {
    list-style: url('../images/icon_list.gif');
}
