.page_nav {
    clear: both;
    padding: 15px 0;
    color: #666;
    font: normal 12px/32px Arial;
    text-align: center;
}

    .page_nav a {
        display: inline-block;
        height: 30px;
        margin: 0 2px;
        padding: 0 16px;
        text-decoration: none;
        border: solid 1px #dbe5ee;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        color: #333;
        font: normal 12px/30px Arial, Helvetica, sans-serif;
        cursor: pointer;
    }

    .page_nav strong {
        display: inline-block;
        height: 32px;
        margin: 0 3px;
        padding: 0 16px;
        border: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #0970d4;
        color: #fff;
        font-weight: normal;
        line-height: 32px;
        text-decoration: none;
    }

    .page_nav a:hover,
    .page_nav a.on {
        height: 32px;
        margin: 0 3px;
        border: none;
        background: #0970d4;
        color: #fff;
        line-height: 32px;
        text-decoration: none;
    }

    .page_nav a.select {
        cursor: default;
    }

    .page_nav .view_all {
        display: block;
        text-align: center;
    }

        .page_nav .view_all a {
            height: auto;
            margin: 0;
            padding: 0;
            border: none;
            color: #06c;
            line-height: 32px;
        }

            .page_nav .view_all a:hover {
                height: auto;
                margin: 0;
                padding: 0;
                background: none;
            }

#selected {
    height: 32px;
    margin: 0 3px;
    border: none;
    background: #0970d4;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
}