.page {
    margin: 60px auto;
}
.page a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #a6a6a6;
    display: inline-block;
    font-size: 12px;
    line-height: 27px;
    margin: 0 1px;
    padding: 0 12px;
    text-align: center;
}
.page a:hover {
    border: 1px solid #f86d0d;
    color: #f86d0d;
}
.page-m {
    position: relative;
    top: -1px;
}
.page-m a {
    font-family: "Arail";
}
.page-m a.active {
    background: #f86d0d none repeat scroll 0 0;
    border: 1px solid #f86d0d;
    color: #fff;
}
.page input.txt {
    border: 1px solid #dfdfdf;
    color: #a6a6a6;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 32px;
}
.page input.button {
    background: #e80000 none repeat scroll 0 0;
    color: #fff;
    height: 29px;
    margin-left: 20px;
    text-align: center;
    width: 88px;
}
.page input.button:hover {
    background: #a20000 none repeat scroll 0 0;
}
.page-prev, .page-next {
}
.inline {
    display: inline-block;
}
.tc {
    text-align: center;
}


