
/* CSS Document */

div.qzPagination {
	text-align: center;
	font-size: 12px;
	overflow:hidden;
}

div.qzPagination .total {
	padding-right:8px;
	float:right;
}

div.qzPagination span {
	line-height:40px;
	*line-height:21px;	/* ie6 ie7 */
}

div.qzPagination a {
	border: #dddddd 1px solid;
		padding: 7px 12px 7px 12px;
	margin-right: 10px;
	color: #999999;
	text-decoration: none;
	line-height:20px;
	*line-height:21px;	/* ie6 ie7 */
	border-radius:2px 2px 2px 2px;
}

div.qzPagination a:hover {
	border: #dddddd 1px solid;
	color: #ffffff;
	background: #999999;
	text-decoration: none;
	border-radius:4px 4px 4px 4px;
}

div.qzPagination a:active {
	border: #0485CF 1px solid; 
	color: #ffffff;
	background: #1A3775;
	text-decoration: none;
	border-radius:4px 4px 4px 4px;
}

div.qzPagination span.current {

	padding: 7.5px 12.5px 7.5px 12.5px;
	margin-right: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #999999; 
	border-radius:2px 2px 2px 2px;
}

div.qzPagination span.disabled {
	border: #f3f3f3 1px solid;
	padding: 7px 12px 7px 12px;
	margin-right: 10px;
	color: #999999;
	border-radius:2px 2px 2px 2px;
}
