/* wrapper */
.wrapper {
    width:1200px;
    margin:0 auto 10px;
    border: 1px solid #d6d6d6;
}
.header {
    width:1200px;
}
.header_topbar_wrapper {
    width:1200px;
}
.pageurl {
    width:1200px;
}

.book-tips {
    width:1200px;
    margin:20px auto 30px;
}

.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;
}

/* 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 */

/* book-info */
.book-info {
    padding: 0 25px 10px 18px;
    background: #f8f8f8;
    border-bottom: 1px solid #d6d6d6;
}
.book-info .book-name {
    overflow: hidden;
    height: 68px;
    text-align: center;
    position: relative;
}
.book-info .book-name h2 {
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    font-weight: normal;
    font-family: Microsoft Yahei;
    color: #333;
    display: inline-block;
    *display: inline;
    zoom:1;
    position: relative;
}
.book-info .book-name .state {
    display: block;
    overflow: hidden;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    background-color: #54c954;
    color: #fff;
    padding: 0 4px 0 4px;
    position: absolute;
    right: -55px;
    top: 23px;
}
.book-info .book-name .complete {
    background-color: #ff7920;
}

.book-info .book-cover {
    float: left;
    width: 175px;
    position: relative;
    text-align: center;
}
.book-info .book-cover img {width: 160px;}
.book-info .summary {
  float: right;
  width: 920px;
  font-size: 14px;
  line-height: 33px;
}
.book-info .summary .info {
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 10px;
}
.book-info .summary .info li {
    float: left;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    margin-right: 30px;
}
.book-info .summary .info li .type {
    color: #999;
}
.book-info .summary .intro {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 9px;
    text-indent: 2em;
    font-size: 12px;
    line-height: 26px;
}
.book-info .summary .last-read {
    height: 22px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px 0 5px 10px;
}
.book-info .summary .last-read .type {
  color: #999;
}
.book-info .summary .last-read .sub_link {
  color: #666;
  font-weight: bold;
}

.book-info .summary .op_area {
  position: relative;
}
.book-info .summary .op_area .alink {
  float: left;
  width: 465px;
}
.book-info .summary .op_area .alink a {
  float: left;
  width: 108px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}
.book-info .summary .op_area .alink .ajax-action-msg {
  font-size: 12px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: green;
  text-align: right
}
.book-info .summary .op_area .alink_ops {
    float: right;
    height: 17px;
    padding: 16px 0px 0;
    font-size: 12px;
    line-height: 17px;
}
.book-info .summary .op_area .alink_ops a {
  color: #666;
}
/* end book-info */

/* book-chapter */
.book-chapter {padding: 5px 0 0;}
.book-chapter .title {
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-weight: bold;
    padding-left: 10px;
}
.book-chapter .book-chapter-list ul {padding: 10px 30px;}
.book-chapter .book-chapter-list li {
  float: left;
  display: inline;
  width: 33%;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #dfdfdf;
}

.book-chapter .total {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #dfdfdf;
    border-top: 1px dashed #dfdfdf;
}
.book-chapter .total .all_view {
    background: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 18px;
    font-family: 'simsun';
    font-weight: bold;
}
.book-chapter .total .all_view:hover {
    text-decoration:underline;
}
.book-chapter .total .all_view .click {
    color: #a94442;
}
.book-chapter .total .all_view .num {
    color: #a94442;
    font-family: Arial;
}
/* end book-chapter */

/* book-like */
.book-like .title {
    margin-bottom: 16px;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}
.book-like .title span {
    color: #2d87cc;
    font-weight: bold;
}
.book-like .img-list li {
    float: left;
    width: 112px;
    margin: 0 12px 7px 13px;
    overflow: hidden;
}
.book-like .img-list a {
  color: #666;
  overflow: hidden;
}
.book-like .img-list img {
    width: 98px;
    height: 128px;
    padding: 1px;
    margin-bottom: 3px;
    overflow: hidden;
}
.book-like .img-list span {
    display: block;
    color: #666;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
}
/* end book-like */

/* book-comment */
.book-comment {

}
.book-comment .title {
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    padding-left: 10px;
}
.book-comment .title span {
    color: #2d87cc;
    font-weight: bold;
}
.book-comment dd {
    border-top: 1px solid #e4e4e4;
    padding: 10px 30px 10px 42px;
}
.book-comment dd .sName {
    line-height: 24px;
    display: block;
    overflow: hidden;
}
.book-comment dd .sName em {
    color: #333;
    font-weight: 700;
}
.book-comment dd .pTxt {
    color: #666;
}
.book-comment dd .pFun {
    text-align: right;
    line-height: 22px;
    color: #999;
}
.book-comment dd .pFun .sTime {
    padding-right: 12px;
    color: #999;
}
/* end book-comment */
