﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align: left;
	font-size: 12px;
	overflow:hidden;
}

div.qzPagination .total {
	padding-right:18px;
		font-size: 14px;
	float:right;
}

div.qzPagination span {
	line-height:40px;
	*line-height:21px;	/* ie6 ie7 */
}

div.qzPagination a {
	border: #DCDCDC 1px solid;
		padding: 8px 11px 8px 11px;
	margin-right: 8px;
	color: #889ab5;
	text-decoration: none;
	line-height:20px;

}

div.qzPagination a:hover {
	border: #DCDCDC 1px solid;
	color: #ffffff;
	background: #4E4A4C;
	text-decoration: none;
}

div.qzPagination a:active {
	border: #DCDCDC 1px solid; 
	color: #ffffff;
	background: #4E4A4C;
	text-decoration: none;
}

div.qzPagination span.current {
	border: #DCDCDC 1px solid;
		padding: 8px 11px 8px 11px;
	margin-right: 8px;
	color: #ffffff;
	background: #4E4A4C; 
}


div.qzPagination span.disabled {
	border: #DCDCDC 1px solid;
		padding: 8px 11px 8px 11px;
	margin-right: 8px;
	color: #cccccc;
	background: #F3F3F3; 
}