/* 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; }
.book-data-list li .penname {
    float: right;
    color: #888;
}
.book-data-list li .penname a {
    color: #888;
}
/* end book-data-list */

/* book-item-list */
.book-item-list {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 18px;
}
.book-item-list li {
    float: left;
    display: inline;
    width: 320px;
    height: 132px;
    padding: 16px 0 0 20px;
    line-height: 18px;
}
.book-item-list .cover {
  float: left;
  width: 95px;
}
.book-item-list .cover img {
    width: 80px;
    height: 112px;
}
.book-item-list .info dt {
  overflow: hidden;
  height: 22px;
  margin-bottom: 4px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
}
.book-item-list .info dd {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
.book-item-list .info .intro {
  overflow: hidden;
  margin-top: 8px;
  height: 54px;
  line-height: 18px;
  color: #888
}
.book-item-list .info .intro .more {
  color: #338ad1;
}
/* end book-item-list */

.cates-list li {
    float: left;
    width: 33%;
}

.navbar-title {
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    padding: 0 10px;
}
.navbar-title b { color: #FF0000; }
