﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align: center;
	font-size: 14px;
}

div.qzPagination .total {
	padding-right:8px;
}

div.qzPagination span {
	line-height:30px;
	*line-height:31px;	/* ie6 ie7 */
	padding: 6px 10px;
}

div.qzPagination a {
	border: #ddd 1px solid;
	padding: 6px 10px;
	margin-right: 5px;
	color: #868686;
	text-decoration: none;
	line-height:30px;
	*line-height:31px;	/* ie6 ie7 */
}

div.qzPagination a:hover {
	border: #ccc 1px solid;
	color: #fff;
	background: #ff9000;
	text-decoration: none;
}

div.qzPagination a:active {
	border: #ccc 1px solid; 
	color: #fff;
	background: #ff9000;
	text-decoration: none;
}

div.qzPagination span.current {
	border: #ff9000 1px solid;
	margin-right: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #ff9000; 
}
div.qzPagination a.current {
	border: #ff9000 1px solid;
	margin-right: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #ff9000; 
}
/* PB模板库：Www.PBku.Cn */
/* QQ：43171398 */
/* PBOOTCMS模板交流群号：183945698*/
/* 商龙PBootCMS模板下载  http://www.EcLong.com */
/* 八戒站长 http://www.BaJieZhan.Com  */
/* 站长源码城 整站模板下载网站 Www.CnYmc.Com */
/* 淘搜：Www.TaoSou.Net */
/* 素材海：Www.SuCaiHai.Com */
/* 模板齐：Www.MoBanQi.Com */
/* 开发堂模板网：Www.KaiFaTang.Com */
div.qzPagination a.page-num-current {
	border: #ff9000 1px solid;
	margin-right: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #ff9000; 
}
div.qzPagination span.disabled {
	border: #f3f3f3 1px solid;	
	margin-right: 5px;
	color: #cccccc;
}
div.qzPagination span.prePage
 {
}
div.qzPagination a.prePage
 {
}
div.qzPagination a.nextPage  {
}
div.qzPagination span.nextPage  {
}