﻿.address {
    width: 100%;
    height: 31px;
    line-height: 33px;
    margin: 0 auto;
    border-style: solid;
    border-color: #D2D2D2;
    border-width: 0px 0px 1px 0px;
    font-size:10px;
    text-align: left;
    color: #ffffff;
    background-color:#895C20;
}

    .address .left {
        float: left;
        width: 58px;
        height: 100%;
    }

    .address .right {
        float: left;
        width: auto;
        height: 100%;
    }

        .address .right a {
            color: #ffffff;
        }

.menu {
    list-style: none;
    font-size: 14px;
}

    .menu li {
        width: auto;
        height: 30px;
        line-height: 30px;
        float: left;
        border-style: solid;
        background-color: #EFEDD8;
        border-color: #DDDDDD;
        border-width: 1px 1px 1px 1px;
        padding: 0px 5px 0px 5px;
        margin: 5px 0px 0px 5px;
    }

    .menu .select > a {
        color: #FF0000;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

        .menu li a:hover {
            text-decoration: underline;
        }

.page2 {
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
}

    .page2 .prev {
        display: block;
        width: 100%;
        height: 24px;
    }

    .page2 .next {
        display: block;
        width: 100%;
        height: 24px;
    }

.page {
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

    .page li {
        float: left;
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px 1px 1px 1px;
    }

        .page li a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #FF0000;
        color: #FFFFFF;
    }
