﻿.anpager .cpb {
    background: #FFE1EA none repeat scroll 0 0;
    border: 1px solid #ff2894;
    color: #181818;
    font-weight: bold;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
}

.anpager a {
    background: #FDDDE8 none repeat scroll 0 0;
    border: 1px solid #FFA501;
    color: #ff2894;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
    text-decoration: none;
}

    .anpager a:hover {
        background: #ff2894 none repeat scroll 0 0;
        border: 1px solid #ff2894;
        color: #FFFFFF;
    }
.Tobewolfpager {
    width: 98%;
    text-align: center;
    margin: 10px 0 10px 0;
}

    .Tobewolfpager a {
        background: #FFFFFF none repeat scroll 0 0;
        border: 1px solid #DDD;
        color: #191818;
        margin: 5px 4px 0 0;
        padding: 4px 5px;
        text-decoration: none;
    }

        .Tobewolfpager a:hover {
            background: #FFFFFF none repeat scroll 0 0;
            border: 1px solid #ff2894;
            text-decoration: solid;
            color: #ff2894;
            cursor: pointer;
        }

    .Tobewolfpager .ldr_cpb {
        background: #FFFFFF none repeat scroll 0 0;
        border: 1px solid #ff2894;
        color: #ff2894;
        font-weight: bold;
        margin: 5px 4px 0 0;
        padding: 4px 5px;
    }

    .Tobewolfpager span {
        padding: 6px;
    }

    .Tobewolfpager a.disabd {
        color: Gray;
    }
/*showdiv*/
div.dimmer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

div.dimming {
    display: none;
    font-style: normal;
    z-index: 10000;
    margin: 7px;
    padding: 7px;
    background-color: #bcbcbc;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.floatingHeader {
    background: none repeat scroll 0 0 #EAECEB;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
/*tab标签*/
.ln_dpi {
    width: 100%;
    overflow: hidden;
}

.tab_list {
    background: url(/SkinStyles/Images/ControlImages/h2linebot.gif) repeat-x left bottom;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

    .tab_list li {
        list-style-type: none;
        background: url(/SkinStyles/Images/ControlImages/tabs_common.gif) no-repeat;
        float: left;
        width: 88px;
        text-align: center;
        height: 26px;
        line-height: 26px;
        cursor: pointer;
        color: #191818;
        font-weight: 100;
        margin: 3px 3px 0 0;
        font-size: 12px;
    }

        .tab_list li.select {
            background: url(/SkinStyles/Images/ControlImages/tabs_on.gif) no-repeat;
            height: 29px;
            line-height: 29px;
            font-weight: bold;
            margin: 0 3px 0 0;
            color: #000000;
            font-weight: bold;
            width: 88px;
            text-align: center;
            float: left;
            font-size: 12px;
        }
/*下拉控件*/
.select_down {
    height: 25px;
    padding: 0px;
    width: 150px;
    margin-left: 10px;
    float: right;
    z-index: 1000;
}

    .select_down dl {
        margin: 7px;
    }

    .select_down dt {
        float: left;
        width: 134px;
        position: relative;
        margin-right: 5px;
        display: inline;
        font-weight: normal;
    }

    .select_down h3 {
        color: #919191;
        font-size: 16px;
        font-weight: normal;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        height: 18px;
        background: #fbfbfb;
        line-height: 18px;
        text-indent: 8px;
        margin: 0px;
    }

    .select_down ul {
        width: 132px;
        border: 1px solid #e5e5e5;
        background: #fbfbfb;
        position: absolute;
        top: 18px;
        left: 0;
        z-index: 1;
        text-indent: 8px;
        display: none;
    }

        .select_down ul li {
            height: 22px;
            line-height: 22px;
            cursor: pointer;
        }

            .select_down ul li.hover {
                background: #f2f2f2;
            }

    .select_down dt a {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 1px;
        right: 1px;
    }
/* 页码 */
DIV.pagelist {
    margin: 0 auto;
    TEXT-ALIGN: center;
    clear: both;
    height: 30px;
    width: 650px;
}
/*静态分页控件*/
.pagelist {
    text-align: center;
    padding: 30px 0;
}

    .pagelist > ul > li {
        border: none;
    }

    .pagelist a, .pagelist span {
        background-color: #e7e7e7;
        border-radius: 5px;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        margin: 0 5px;
    }
        /*.lifestyle_page span{ width:38px; height:38px; color:#ccc; line-height:38px;}*/
        .pagelist a:hover {
            background-color: #3a8476;
            color: #fff;
        }

        .pagelist span.current {
            background-color: #008c37;
            color: #fff;
        }

    .pagelist .lt, .lifestyle_page .gt {
        font-size: 18px;
        display: inline-block;
        line-height: 34px;
    }

    .pagelist ul {
        display: inline-block;
        margin: auto;
    }

        .pagelist ul li {
            float: left;
            min-width: 45px;
        }

            .pagelist ul li.now a {
                background-color: #e68417;
                color: #fff;
            }

DIV.pagelist a, DIV.pagelist SPAN {
    border: 1px solid #CCC;
    height: 30px;
    line-height: 28px;
    TEXT-DECORATION: none;
    color: #757575;
    display: block;
    float: left;
    padding: 0 10px;
    margin-left: 5px;
}