/******** customer ******************/
.customer{
    float: left;
    width: 100%;
    margin: 20px 0;
}

.customer .store .account-type .type{
    width: 100%;
    height: 300px;       
    margin-left: 50px;
}

.customer .store .account-type .type .name{
    font-weight: bold;
}

.customer .store .account-type .type .description{        
    float: left;
    text-align: center;
    padding: 10px 20px;
    height: 60px;
}

.customer .store .account-type .type li button{
    width: 160px;
}

.customer .store .account-type .type li p{
    float: left;
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
    color: #737373;
}

.customer .store .account-type .type li .box{ 
    background: url(/images/login-tab.png) no-repeat center;
    background-size: 85px 85px;
}

.customer .store .account-type .type li .box img{
    padding-top: 20px;
}

.customer .setting table{
    margin: 0 auto;
    background-color: #fff;

    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    -khtml-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
    border: 1px solid #bbb;
}

.customer td{
    padding: 0px;
    vertical-align: top;
}

.customer .register{
    display: inline-block;
    background-color: #fff;

    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    -khtml-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
    border: 1px solid #bbb;
}

.customer .register table{
    width: 100%;   
}

.customer #free-register-form table{
    margin-left: 5px;
    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    -khtml-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
    border: 1px solid #bbb;
}

.customer .back-free-register{
    float: left;
}

.customer .free-register-2{
    display: none;
}

.customer .free-register{
    display: block;
}

.customer .breadcrumb{
    float: left;
    width: 99%;
    margin-bottom: 10px;
}

.customer .breadcrumb ul{
    float: left;
    list-style: none;
    margin: 5px 0px;
    padding: 0;
    text-align: center;
    width: 100%;
    border: 1px solid #999;
    background-color: #f9f9f9;
}

.customer .breadcrumb ul > li{
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #ccc;
}

.customer .breadcrumb ul > li + li{
    border-left: 1px solid #fff;
}

.customer .breadcrumb ul > li:hover{
    color: #666;
    text-decoration: none;
}

.customer .breadcrumb ul > li.active{
    color: #666;
    font-weight: bold;
    text-decoration: none;

    position: relative;
    background: #ccc;
}

.customer .breadcrumb ul > li.active:after, .customer .breadcrumb ul > li.active:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.customer .breadcrumb ul > li.active:after {
    border-color: rgba(204, 204, 204, 0);
    border-left-color: #ccc;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}

.customer .breadcrumb ul > li.active:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #999;
    border-width: 21px;
    top: 50%;
    margin-top: -21px;
}

.customer .forms{
    float: left;
    width: 100%;    
}

.customer .login{
    margin: 0 auto;
    background-color: #fff;
    /*    display: none;*/

    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    -khtml-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
    border: 1px solid #bbb;
}

.customer .setting span{
    float: left;
    margin-left: 150px;
    font-size: 12px;
    color: #ccc;
}

.customer label{
    float: left;
    margin: 5px;
    margin-right: 0px;
    padding: 0 10px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    border-right: 0px; 
}

.customer input{
    float: left;
    margin: 5px;
    margin-left: 0px;
    padding-left: 5px;
    width: 300px;
    height:28px;
    line-height: normal;    
    color: #555;
    font-size: 15px;
}

.customer .select-container{
    width: 307px;
}

.customer select{
    width: 327px;
}

.customer .resetPass{
    float: left;
    line-height: 45px;
    margin-left: 7px;
    color: #0071C2;
    font-size:12px;
}
