﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align: center;
	font-size: 16px;
	overflow:hidden;
	font-family:Arial;
}

div.qzPagination .total {
	padding-right:4px;
}

div.qzPagination span {
	line-height:40px;
	*line-height:21px;	/* ie6 ie7 */
}

div.qzPagination a {
	border: #fff 1px solid;
	padding: 4px 8px 4px 8px;
	margin-right: 10px;
	color: #999999;
	text-decoration: none;
	line-height:20px;
	*line-height:21px;	/* ie6 ie7 */
}

div.qzPagination a:hover {
	border: #e4e4e4 1px solid;
	color: #999999;
	text-decoration: none;
}

div.qzPagination a:active {
	border: #e4e4e4 1px solid; 
	color: #999999;
	text-decoration: none;
}

div.qzPagination span.current {
	border: #e4e4e4 1px solid;
	padding: 4px 8px 4px 8px;
	margin-right: 10px;
	font-weight: bold;
	color: #999999;
}

div.qzPagination span.disabled {
	border: #fff 1px solid;
	padding: 4px 8px 4px 8px;
	margin-right: 10px;
	color: #999999;
}
