#readerBottom {
	bottom: 0px;
}

#bottomContainer {
	width: 100%;
	height: 45px;
	border-top: 1px solid #ddd;
}

#bottomContainer .zoom ul li a {
	margin-top: 4px;
	width: 22px;
	height: 20px;
}

#bottomContainer .zoom ul li a.zoom_a {
	background-position: 0px 0px;
}

/***top_left***/
#readerTop .top_left {
	height: 100%;
	float: left;
	padding-left: 20px;
	max-width: 65%;
}

#readerTop .top_left .attachment {
	padding-top: 6px;
}

#readerTop .top_left .attachment ul>li {
	line-height: 20px;
	font-size: 14px;
}

#readerTop .top_left .attachment ul>li .icon {
	vertical-align: top;
	overflow: hidden;
}

#readerTop .top_left .attachment .icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50%;
	display: inline-block;
}

#readerTop .top_left .attachment .text-muted {
	margin-left: 5px;
	color: #9d9fa1;
	font-size: 12px;
}

#readerTop .top_left .attachment .download {
	margin-left: 10px;
	font-size: 12px;
	color: #074977;
	text-decoration: underline;
}

/***top_right***/
#readerTop .top_right {
	height: 100%;
	float: right;
	padding-right: 20px;
}


#readerTop .top_right .converterTool {
	padding-top: 6px;
	float: right;
	display:none;
}

#readerTop .top_right .changeView {
	padding: 12px 6px 0 0;
	float: right;
}

#readerTop .top_right .changeView .viewJG {
	text-decoration: underline;
	color: #074977;
}

/***翻页工具***/
.pageNav {
	margin: 10px 25% 10px 55%
}

/***翻页上的缩放按钮***/
#bottomContainer .zoom {
	margin-top: 10px;
}

#bottomContainer .zoom ul li a {
	background: url(../images/read_fullscreen.png) no-repeat;
}

/***主体内容***/
#readerMain {
	padding-top: 42px;
	padding-bottom: 46px;
}

.seperateOpen {
	display: none;
}

.icon img {
	width: 16px;
	height: 16px;
}