﻿.diy_page, .diy_page2 {
    font: 12px/21px Arial;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #999;
}

.diy_page a img {
    border: 0;
}

.diy_page a {
    text-decoration: none;
    border: 1px solid #CCCCCC;
    padding: 0 4px;
    margin-right: 1px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    _width: 28px;
    display: inline-block;
    color: #aaa;
}
.current{
    background: #1374CE;
    border: 1px solid #CCCCCC;
    color: white;
    text-align: center;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    _width: 28px;
    display: inline-block;
}

.diy_page a:hover {
    color: #f00;
    background: #CCCCCC;
    text-decoration: none;
}

.diy_page a.current {
    color: red;
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
}

.diy_page a.p_n {
    border: none;
}

.diy_page a.p_n:hover {
    border: none;
    background: none;
    color: #F00;
    text-decoration: underline;
}

.diy_page a.nob {
    border: none;
    padding: 0 3px
}

.diy_page a.p_n2 {
    border: none;
    text-decoration: none;
    border: 1px solid #FFF;
}

.diy_page a.p_n2:hover {
    border: none;
    background: none;
    border: 1px solid #FFBB55;
}