@charset "utf-8";

/* *
 * 分页style
 * 
 */
.page_footer a.current {
	color: #CC0001;
}
 
.page_footer {
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

.page_footer a {
	display: inline-block;
}

.page_num {
	margin: 0 3px;
	padding: 0 4px;
}

.page_jump_txt {
	border: 1px solid #E1E1E1;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	padding: 0 5px;
	width: 40px;
}

.page_jump_btn {
	line-height: normal;
	background-color: #CC0001;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	height: 20px;
    line-height: 20px;
	margin-left: 10px;
}