﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align: center;
	font-size: 12px;
	overflow:hidden;
}

div.qzPagination .total {
	padding-right:8px;
}

div.qzPagination span {
	line-height:40px;
	*line-height:21px;	/* ie6 ie7 */
        border: #f3f3f3 1px solid;
    padding: 8px 12px 8px 12px;
    margin-right: 6px;
    color: #000;
}

div.qzPagination a {
	border: #f3f3f3 1px solid;
	padding: 8px 12px 8px 12px;
	margin-right: 6px;
	color: #666;
	text-decoration: none;
	line-height:20px;
	*line-height:21px;	/* ie6 ie7 */
}

div.qzPagination a:hover {
	border: #FABE00 1px solid;
	color: #ffffff;
	background: #FABE00;
	text-decoration: none;
}

div.qzPagination a:active {
	border: #FABE00 1px solid; 
	color: #ffffff;
	background: #2B6AA5;
	text-decoration: none;
}

div.qzPagination span.current {
	border: #FABE00 1px solid;
	padding: 8px 12px 8px 12px;
	margin-right: 6px;
	color: #ffffff;
	background: #FABE00; 
}

div.qzPagination span.disabled {
	border: #f3f3f3 1px solid;
	padding: 8px 12px 8px 12px;
	margin-right: 6px;
	color: #000;
}