@charset "utf-8";
/* CSS Document */
#content .category{
	padding-bottom:0px;
}
.booklist_info *{
	margin: 0px;
	padding: 0px;
}
#books_view{
	height: auto;
}
.booklist_info dt{
	margin-right: 30px;
	float: left;
}
.booklist_info dt img{
	border: 1px solid #999999;
	box-shadow: 5px 5px 0px 0px #b2b3b3;
	-moz-box-shadow: 5px 5px 0px 0px #b2b3b3;
	-webkit-box-shadow: 5px 5px 0px 0px #b2b3b3;

}
.booklist_info dl{
	padding-top: 20px;
	margin-left: 12px;
	height: 245px;
	margin-bottom:10px;
}
.booklist_info dl:first-of-type{
	margin-top:10px;
}
.booklist_info .booklist_abook_tit {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.booklist_info dd {
	margin-bottom: 10px;
}
.booklist_info .booklist_abook_printprice {
	color: #11a1dd;
	margin-right: 50px;
}
.booklist_info .booklist_abook_pdfprice	{
	color: #ed7700;
}
.booklist_info dl dd:last-of-type img{
	display: block;
	float: left;
	width: 137px;
	margin-right: 35px;
}
.booklist_info dl dd:nth-last-child(3){
	color: #666;
}


.booklist .booklist_info_abook dd:last-of-type a {
	display: block;
	width: 137px;
	float: left;
	height: 38px;
	padding-right: 35px;
}




/*  以下为翻页效果 */
.pagnation {
	text-align: center;
}
.pagnation a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(images/page.png) top left no-repeat;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #333;
}
.pagnation a:hover {
	background-position:left -35px;
	color: #fff;
	text-decoration: none
}
.pagnation .page-prev, .pagnation .page-next {
	line-height:35px;
}
.pagnation .page-prev {
	background-position:-33px -35px;
}
.pagnation .page-prev:hover{
	background-position:-67px -35px;
}
.pagnation .page-next {
	background-position:-33px top;
}
.pagnation .page-next:hover{
	background-position:-67px top;
	}
.pagnation .current {
	background: url(images/page.png) left -35px;
	color: #fff
}
.pagnation-tips {
	margin-top: 10px;
	color: #999;
	text-align: center;
}




/*  以下为翻页效果 */
.page_container {
	text-align: center;
}
.page_container a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(images/page.png) top left no-repeat;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #333;
}
.page_container a:hover {
	background-position:left -35px;
	color: #fff;
	text-decoration: none
}
.page_container .page-prev, .page_container .page-next {
	line-height:35px;
}
.page_container .page-prev {
	background-position:-33px -35px;
}
.page_container .page-prev:hover{
	background-position:-67px -35px;
}
.page_container .page-next {
	background-position:-33px top;
}
.page_container .page-next:hover{
	background-position:-67px top;
	}
.page_container .current {
	background: url(images/page.png) left -35px;
	color: #fff
}
.page_container-tips {
	margin-top: 10px;
	color: #999;
	text-align: center;
}
