/* wrapper */
.wrapper {width:960px; margin:0 auto 10px;}

/* container */
.container {clear:both;}
.container .left {width:700px; float:left;}
.container .right {width:250px; float:right;}
/* end container */

/* layout-panel */
.layout-panel {border:1px solid #eaeaea; border-top: 2px solid #aaa}
.layout-panel .panel-name {
    font-size:12px;
    color:#333;
    height: 35px;
    line-height: 35px;
    padding-left:10px;
    display:block;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dadada;
}
.layout-panel .panel-name .more {
    float: right;
    margin-right: 10px;
}
/* end layout-panel */

/* book-data-list */
.book-data-list {padding:5px 10px; background-color: #fafafa;}
.book-data-list li {height:24px; line-height:24px; overflow:hidden; }
.book-data-list li .booktype {color:#2D87CC;}
.book-data-list li .num {
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    color: #999;
    margin: 6px 3px 7px 2px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
}
.book-data-list li a {font-size:12px; }
/* end book-data-list */

/* bdtop */
.bdtop {border: 1px solid #eaeaea; border-top: 2px solid #aaa}
.bdtop .title {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
}
.bdtop .title .more {
    float: right;
    margin-right: 10px;
}
.bdtop li {
    float: left;
    padding: 20px 0 8px 21px;
    width: 135px;
    font-size: 13px;
    text-align: center;
}
.bdtop li img {
  border: 1px solid #E4E4E4;
  padding: 5px;
  width: 120px;
}
.bdtop li a:hover img {
    background: #FC0;
}
.bdtop li .book-name {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
/* bdtop2 */
.bdtop2 li {
    padding: 20px 0 8px 12px;
    width: 124px;
    height: 184px;
    font-size: 12px;
}
.bdtop2 li img {
    padding: 4px;
    width: 104px;
}
/* end bdtop */

/* update */
.update {background:#FFF;}
.update table { table-layout:fixed;}
.update td {line-height:30px; height:30px; border-bottom:1px dotted #D5D5D5;}
.update tr:last-child td {border-bottom: 0 none;}
.update .list-header td { font-weight:bold; background:#F8F8F8;}
.update .updated {color:#555; text-align:center; font-family: Tahoma;}
.update .cate {color:#555;text-align:center;}
.update .cate a {color:#555;}
.update .book-name {font-size:12px; color:#336600;}
.update .book-name a {font-size:12px; color:#336600;}
/* end update */

/* friendlink */
.friendlink {margin:10px auto; background-color:#f8f8f8; padding:10px;}
.friendlink a {line-height:22px; margin-right: 10px;}
/* end friendlink */
