﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align:center; 
    margin:1rem 0;
}

div.qzPagination .total {
	/*padding-right:8px;*/
    float:right;
    color:#999999;
}

div.qzPagination span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
	*line-height:31px;	 /*ie6 ie7 */
    
}

div.qzPagination a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    /*background: url(../images/pageBg.png) center center no-repeat;*/
	*line-height:31px;	 /*ie6 ie7 */
}

    div.qzPagination a:hover {
        color: #fff;
        font-weight: bold;
        background: #037c36;
    }

    div.qzPagination a:active {
        color: #fff;
        font-weight: bold;
        background: #037c36;
    }

    div.qzPagination span.current {
        color: #fff;
        font-weight: bold;
        background: #037c36;
    }
    div.qzPagination a.current {
        color: #fff;
        font-weight: bold;
        background: #037c36;
    }
div.qzPagination span.disabled {
}
    div.qzPagination span.prePage {
    }
    div.qzPagination a.prePage {
        color: #037c36;
        font-weight:bold;
    }
    div.qzPagination a.nextPage {
        color: #037c36;
        font-weight:bold;
    }
    div.qzPagination a.prePage:hover, div.qzPagination a.nextPage:hover {
        color:#fff;
    }
    div.qzPagination span.nextPage {
    }