@charset "utf-8";
/*
Theme Name:ebookshelf;
Author: jiang
Last Modify:2015/01/16
*/

/*sidebar*/
.sidebar{ width:195px; min-height:550px; background-color:#f9f9f9; border:1px solid #e4e4e4; border-top:none; padding-bottom:3000px; margin-bottom:-3000px;}
.sidebar ul li{ width:195px; height:72px; line-height:72px; border-bottom:1px solid #e4e4e4; background-color:#fff;}
.sidebar ul li.on{ border-right:1px solid #fff;}
.sidebar ul li a{ width:195px; height:72px; font-size:16px; color:#666; font-family:'微软雅黑'; padding-left:45px; display:block;}
.sidebar ul li a:hover, .sidebar ul li.on a{ border-left:4px solid #59d18b; text-decoration:none; color:#21b75f;}
.sidebar ul li a:active{ background:none;}

/*bookshelf*/
.bookshelf{ padding:30px 20px 30px 40px;}
.bookshelf h2{font-size: 18px;font-family:'微软雅黑';color:#333;font-weight:500;padding:0 0 20px 30px;}
.shelf{ width:922px; height:255px; background:url(../../images/bookshelfimg/shelfbg.gif) center bottom no-repeat; margin-bottom:60px;}
.shelf dl{ width:180px; height:220px; float:left; background:url(../../images/bookshelfimg/bookbg.png) 0 0 no-repeat; padding-top:10px; position:relative; margin:0 25px; cursor:pointer;}
.shelf dl dd.tit{ font-size:14px; line-height:23px; color:#4a4a4a; font-family:'微软雅黑'; text-align:center; padding:15px 15px 0;}
.shelf dl dd.open{width:17px; height:16px; background:url(../../images/bookshelfimg/ifopen.gif) 0 top no-repeat; position:absolute; right:20px; bottom:20px;}
.shelf dl dd.unopen{width:17px; height:16px; background:url(../../images/bookshelfimg/ifopen.gif) 0 bottom no-repeat; position:absolute; right:20px; bottom:20px;}

.shelf dl.empty{ width:180px; height:220px; float:left; background:url(../../images/bookshelfimg/bookbg2.png) 0 0 no-repeat; padding-top:10px; position:relative; margin:0 25px; cursor:default;}
.shelf dl dd.black{width:160px; height:199px; padding-top:10px; background-color:#e6ffee; opacity:0.5; position:absolute; top:10px; left:10px; display:none;}
