﻿body {
}

.pager {
    clear: both;
    padding: 5px;
	margin-top:15px;
	margin-left:auto;
	margin-right:20px;
	float:right;
}

    .pager a, .pager span {
        height: 28px;
        font-family: "微软雅黑";
        font-size: 14px;
        border-radius: 2px;
        border: 1px solid #dfdfdf;
        color: #83898e;
        line-height: 28px;
        float: left;
        padding: 0 10px;
        display: inline-block;
        text-decoration: none;
        margin: 0 2px;
        *display: inline;
        *zoom: 1;
    }
	
	

        .pager a:hover {
            background-color: #f58220;
            color: #fff;
            border: 1px solid #f58220;
        }

    .pager span {
        color: gray;
    }

    .pager .current {
        color: red;
        border:1px solid #fff;
    }

    .pager div {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        display: inline-block;
        float: left;
        color: #83898e;
        *display: inline;
        *zoom: 1;
		font-family: "微软雅黑";
        font-size: 14px;
    }

    .pager input {
        width: 30px;
        text-align: center;
        height: 15px;
        border: 1px solid #000;
        margin: 0 2px;
    }
