.page {
    width: 93%;
    height: 30px;
    margin: 20px 0 50px 0;
    padding-top: 25px;
    text-align: center;
    line-height: 30px;
    color: #262f36;
    border-top: 1px solid #cecece;
}

.page em {
    display: inline-block;
    height: 100%;
    margin: 0 3px;
    padding: 0 15px;
    font-size: 20px;
    border: 1px solid #F1F1F1;
    vertical-align: top;
    cursor: pointer;
}

.page em:hover {
    color: #333;
    background: #f5f4f4;
}

.page em.active {
    color: #fff;
    background: #346DB8;
}

.page a {
    display: inline-block;
    height: 100%;
    margin: 0 3px;
    padding: 0 14px;
    color: #262f36;
    border: 1px solid #F1F1F1;
    zoom: 1;
    *display: inline;
    float: none;
}

.page a:hover {
    color: #333;
    background: #f5f4f4;
}

.page a.active {
    color: #fff;
    background: #346DB8;
}

.page p {
    display: inline-block;
    height: 100%;
    margin-left: 20px;
    zoom: 1;
    *display: inline;
    float: none;
}
