/*---reset-----------------------*/
* {
    font-size: 100.01%;
}
img {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
table {
    border-collapse: collapse;
}
caption, th, td {
    vertical-align: top;
    text-align: left;
}
/*---default---------------------*/
html, body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;    
    font: .8em/1.4 tahoma, arial, verdana;
    background: #fff;
    color: #000;
}
a:link {
    color: #069;
}
a:hover {
    color: #e02300;
}
/*---develop---------------------*/
.z {
    border: 1px dashed red;
}
.x {
    background: orange;
}
.e {
    color: red;
}
/*---container-------------------*/
.l-container {
    margin: 0 auto;
    min-width: 860px;
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
}
.container__page {
    padding: 0 70px 5em;
    position: relative;
}
    /*-------------------------------*/
    .l-container_bottom {
        min-height: 0;
    }
    .l-container_bottom .container__page {
        padding-bottom: 0;
    }
/*---footer----------------------*/
.b-footer {
    margin: -3.5em -30px 0;
    position: relative;
    background: #e6e6e6;  
}   
.footer__wrapper {
    margin: 0 30px;
    height: 3.5em;
}   
.b-footer .copir {
    margin: 0;
    padding: 0;
    line-height: 3.5;
    color: #3c3c3c;
}   
/*---header----------------------*/
.b-header {
    margin: 0 -30px 4em;
    position: relative;
    background: #21aff6 url(../../../media/1/img/header.png) 0 100% repeat-x;
}
.header__wrapper {
    margin: 0 30px;
    position: relative;
}
.header__motto {
    margin-left: -3px;
    padding: 30px 0;
    width: 50%;
    min-height: 4em;
    position: relative;
    left: 20%;
    font: 1.85em/1.1 tahoma;
    color: #fff;
}
/*---login-----------------------*/
.b-login {
    margin-left: 100%;
    width: 190px;
    position: absolute;
    left: -190px;
    z-index: 1;
}
.b-login .panel {
    width: 100%;
    display: none;
}
.b-login .wrapper {
    padding:  3.3em 15px .5em;
    background: #e6e6e6;
}
.b-login input {
    margin-bottom: .5em;
    width: 154px;
    display: block;
    font: .92em tahoma;
}
.b-login .submit {
    width: auto;
}
.b-login p {
    margin: 0;
    font-size: .92em;
}
/*---closer----------------------*/
.b-closer {
    margin-top: .56em;
    position: absolute;
    left: 35px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px dashed;
}
.b-closer:link {
    color: #fff;
}
.b-closer:hover {
    color: #069;
}
.b-closer span {
    position: relative;
    top: .14em;
}
.b-closer .icon {
    width: 14px;
    height: 11px; 
    overflow: hidden;   
    position: absolute;
    top: .6em;
    left: -20px;
    cursor: pointer;
}
.b-closer .icon ins {
    width: 14px;
    height: 22px; 
    overflow: hidden;   
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../media/1/img/closer.icon.png) 0 0 no-repeat;
}
    /*-------------------------------*/
    .b-closer_on:link {
        color: #069;
    }
    .b-closer_on:hover {
        color: #e02300;
    }
    .b-closer_on .icon ins {
        top: -11px;
    }
/*---logo------------------------*/
.b-logo {
    position: absolute;
    top: 38px;
    left: 0;
}
.b-logo a,
.b-logo span {
    width: 86px;
    height: 22px;
    position: absolute;
}
.b-logo span {
    background: url(../../../media/1/img/logo.png);
}
.b-logo img {
    display: none;
}
/*---menu------------------------*/
.b-menu {
    margin: 0 0 0 -7%;
    padding: 0 0 1.2em 0;
    position: relative;
    list-style: none;
}
.b-menu:after {
    clear: both;
    display: block;
    content: '';
}
.b-menu li {
    margin: 0;
    padding: 0 0 0 7%;
    float: left;
    font: 1.31em/1.8 tahoma;
    white-space: nowrap;
    color: #fff;
}
.b-menu a {
    color: #069;
}
.b-menu a:hover {
    color: #fff;
}
/*---corner----------------------*/
.b-corner .wp,
.b-corner {
    height: 5px;
    overflow: hidden;
}
.b-corner {
    width: 100%;
    position: absolute;
    left: 0;
}
.b-corner .wp {
    margin: 0 5px;
}
.b-corner .cn {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    background: url(../../../media/1/img/corner.png);
}
.b-corner .tr,
.b-corner .tl {
    top: -5px;
}
.b-corner .br,
.b-corner .tr {
    margin-left: 100%;
}
    /*-------------------------------*/
    .b-corner_bottom {
        margin-top: -5px;
    }
    /*-------------------------------*/
    .b-corner_login .wp {
        margin-right: 0;
        background: #e6e6e6;
    }
    .b-corner_login .cn {
        background: url(../../../media/1/img/corner.login.png);
    }
/*---pseudo-link-----------------*/
.b-pseudo-link {
    position: relative;
    top: -.14em;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px dashed;
    color: #069;
    cursor: pointer;
}
.b-pseudo-link_hover,
.b-pseudo-link:hover {
    color: #e02300;
}
.b-pseudo-link span {
    position: relative;
    top: .14em;
}
/*---edit------------------------*/
.b-edit {
    cursor: pointer;
}
.b-edit_hover,
.b-edit:hover {
    background: #fef7c5;
}
/*---editor----------------------*/
.b-editor {
    width: 100%;
}
.b-editor ul {
    list-style: none;
}
.b-editor ul>li {
    text-indent: -1.3em;
}
.b-editor ul>li:before {
    content: '\2014\a0';
}
/*-------------------------------*/