pages {
    margin: 10px 0;
}

.pages li {
    float: left;
    margin-left: 5px;
    display: inline;
    height: 25px;
    line-height: 25px;
}

    .pages li a {
        display: block;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #d3d3d3;
        text-decoration: none;
        color: #5a5a5a;
        text-align: center;
        float: left;
        margin-left: 4px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .pages li a.pre {
            display: block;
            width: 60px;
            height: 20px;
            border: 1px solid #d3d3d3;
            text-decoration: none;
            color: #5a5a5a;
            text-align: center;
            background-position: 2px;
        }

        .pages li a.next {
            display: block;
            width: 60px;
            height: 20px;
            border: 1px solid #d3d3d3;
            text-decoration: none;
            color: #5a5a5a;
            text-align: center;
            background-position: 49px;
        }

        .pages li a.current, .pages li a:hover {
            background-color: #c4ae99;
            color: #fff;
        }

        .pages li a:hover {
            border: 1px solid #c4ae99;
        }

.pages .txt {
    width: 35px;
    border: 1px solid #d3d3d3;
    margin: 0 3px;
}

.pages .btn {
    width: 40px;
    height: 20px;
    background: url(http://file.etschina.com/Static/ETS/main/bo.png) center repeat-x;
    border: 1px solid #adadad;
    cursor: pointer;
    color: #666;
}

    .pages .btn:hover {
        color: #666;
    }

.productPage {
    float: right;
}
