.mod-bookshelf .box ul {
	zoom: 1;
}
.mod-bookshelf .box ul: before,.mod-bookshelf .box ul: after {
	content: "";
	display: table;
}
.mod-bookshelf .box ul: after {
	clear: both;
	overflow: hidden;
}
.mod-bookshelf .sort a {
	color: #333;
}
.mod-bookshelf .sort a: hover {
	text-decoration: underline;
	color: #006e54;
}
.mod-bookshelf .sort a.active {
	color: #006e54;
}
.mod-bookshelf .sort span {
	color: #999;
}
.mod-bookshelf .sort dl {
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
.mod-bookshelf .sort dl dt {
	float: left;
	width: 72px;
	padding: 6px 15px;
	background-color: #f5f5f5;
	line-height: 24px;
	text-align: right;
}
.mod-bookshelf .sort dl dd {
	margin-left: 102px;
	padding: 6px 15px;
	background: #fff;
	line-height: 24px;
}
.mod-bookshelf .sort dl dd a {
	margin: 0 6px;
}
.mod-bookshelf .box a {
	color: #666;
}
.mod-bookshelf .box a: hover {
	text-decoration: underline;
	color: #006e54;
}
.mod-bookshelf .box i {
	position: relative;
	top: -7px;
	margin: 0 2px;
	font-size: 12px;
	color: #666;
}
.mod-bookshelf .box ul {
	margin-left: 35px;
	padding: 20px 0;
	list-style: square inside;
}
.mod-bookshelf .box li {
	float: left;
	width: 50%;
	height: 32px;
	line-height: 32px;
}
@media screen and (max-width: 767px) {
	.mod-bookshelf .sort dl {
		position: relative;
	}
	.mod-bookshelf .sort dl dt {
		width: 50px;
		padding: 6px 10px;
	}
	.mod-bookshelf .sort dl dd {
		margin-left: 70px;
		white-space: nowrap;
		overflow: auto;
	}
	.mod-bookshelf .box ul {
		margin-left: 0;
		list-style: none;
	}
	.mod-bookshelf .box a {
		display: block;
		padding: 0 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
.media-small .mod-bookshelf .sort dl {
	position: relative;
}
.media-small .mod-bookshelf .sort dl dt {
	width: 50px;
	padding: 6px 10px;
}
.media-small .mod-bookshelf .sort dl dd {
	margin-left: 70px;
	white-space: nowrap;
	overflow: auto;
}
.media-small .mod-bookshelf .box ul {
	margin-left: 0;
	list-style: none;
}
.media-small .mod-bookshelf .box a {
	display: block;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topnav {
    background: url(../images/header_top.gif) repeat-x;height: 15px;
}
.pfooter{
    background: url(../images/footer_menu_bg.gif) repeat-x;height: 32px;
}
.footer {
    background: url(../images/footer_bg.gif) no-repeat;background-size: cover;
}