﻿/***加盟程序***/
#advleft
{
    padding: 15px 0;
    width: 194px;
    list-style: none outside none;
    margin: 0 0 0 10px;
}

#advleft li.advtop
{
    background: url("/images/joinus/steptop.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    width: 194px;
}
#advleft li.advbot
{
    background: url("/images/joinus/stepbot.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 14px;
    width: 194px;
}

#advleft li a
{
    background: url("/images/joinus/stepno.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #996C33;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 30px;
    text-align: left;
    text-decoration: none;
    width: 164px;
}

#advleft li a.selected
{
    background: url("/images/joinus/stepyes.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #996C33;
    font-weight: bold;
}

#advleft li.split
{
    clear: both;
    height: 0;
    overflow: hidden;
}
/***faq常见问题***/
#faq li.question
{
    background-color: #ebe0cc;
    height: 30px;
    line-height: 30px;
    background-image: url('/images/joinus/q.gif');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 30px;
}

#faq li.answer
{
    background-color: #f5f5f5;
    background-image: url('/images/joinus/a.gif');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    border: 1px solid #dadada;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 30px;
}

/***门店形象***/
#banner
{
    position: relative;
    width: 625px;
    height: 310px;
    border: 1px solid #666;
    overflow: hidden;
    font-size: 16px;
}
#banner_list img
{
    border: 0px;
}
#banner_bg
{
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 625px;
}
#banner_info
{
    position: absolute;
    bottom: 4px;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
}
#banner_text
{
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}
#banner ul
{
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
    height: 20px;
}
#banner ul li
{
    padding: 0 8px;
    line-height: 18px;
    float: left;
    display: block;
    color: #FFF;
    border: #e5eaff 1px solid;
    background-color: #6f4f67;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
}
#banner_list a
{
    position: absolute;
    
}


.article a {
    color: #004DA3;
}