/* u_account style */
.u_account {
    font-family: Trebuchet MS;
    color: #000;
}
.u_account thead {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.u_account thead td {
    text-align: center;
    font-weight: bold;
}
.u_account td {
    padding: 10px;
}

.personal-menu {
    list-style: none;
}
.personal-menu-img {
    width: 40px;
    border: 0;
    margin: 3px 10px 0 10px;
    cursor: pointer;
}
.table-profile {
    font-family: Trebuchet MS;
    color:#fff;
}
.table-profile-title {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
}
.table-profile-td {
    font-size: 14px;
}

.profile-none {
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
}

.table-profile input[type=text] {
    width: 200px;
    border: 1px solid #CCC;
}
.table-profile input[type=password] {
    width: 200px;
    border: 1px solid #CCC;
}
.alert {
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 20px;
    background: #dddddd;
    background: -moz-linear-gradient(top,  #dddddd 0%, #fcfff4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fcfff4));
    background: -webkit-linear-gradient(top,  #dddddd 0%,#fcfff4 100%);
    background: -o-linear-gradient(top,  #dddddd 0%,#fcfff4 100%);
    background: -ms-linear-gradient(top,  #dddddd 0%,#fcfff4 100%);
    background: linear-gradient(to bottom,  #dddddd 0%,#fcfff4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fcfff4',GradientType=0 );
    color:#000;
}

#content h2 {
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 18px;
    color: #4C4C4C;
}
#b-modal{z-index: 99999;}
.b-modal-signup .arcticmodal-close {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-inactive.png');
    width: 16px;
    height: 16px;
}
.b-modal-signup .arcticmodal-close:hover {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-active.png');
    width: 16px;
    height: 16px;
}

.b-modal-signup {
    font-family: 'Tahoma';
    box-shadow: 0px 0px 15px #222;
    color: #333333;
}

.arcticmodal-overlay {background-color: #000; opacity: 0.6;}

.b-modal-signup .top_arctic {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 18px;
}

.b-modal-signup input[type=text] {
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
}
.b-modal-signup input[type=password] {
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
}

.b-modal-signup textarea {
    resize: vertical;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
    width: 318px;
    height: 80px;
}
.btn_gray {
    text-decoration: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn_gray:active {

}
.btn_gray:hover {
    background-color: #E3E7EE;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.btn_orange {
    margin: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

    background: rgb(248,165,38); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,165,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,165,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #ec6b05 #ec6b05 #f9aa29;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.btn_orange:hover{
    background: rgb(248,140,60); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,140,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,140,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,140,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,140,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,140,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,140,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

}
.btn_orange:active {
    background-color: #F89436;
    color: #FFFFFF;
}
.btn_blue {
    margin: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

    background: rgb(139,166,206); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(139,166,206,1) 0%, rgba(49,123,178,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,166,206,1)), color-stop(100%,rgba(49,123,178,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(139,166,206,1) 0%,rgba(49,123,178,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(139,166,206,1) 0%,rgba(49,123,178,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(139,166,206,1) 0%,rgba(49,123,178,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(139,166,206,1) 0%,rgba(49,123,178,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317BB2', endColorstr='#8BA6CE',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #317BB2 #317BB2 #8BA6CE;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.btn_blue:hover{
    background: rgb(248,140,60); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(139,160,206,1) 0%, rgba(49,123,178,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,160,206,1)), color-stop(50%,rgba(49,123,178,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(139,160,206,1) 0%,rgba(49,123,178,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(139,160,206,1) 0%,rgba(49,123,178,1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(139,160,206,1) 0%,rgba(49,123,178,1) 50%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(139,160,206,1) 0%,rgba(49,123,178,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317BB2', endColorstr='#8BA6CE',GradientType=0 ); /* IE6-9 */

}
.btn_blue:active {
    background-color: #317BB2;
    color: #FFFFFF;
}

.b-modal-signup input[type=button] {
    margin: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

    background: rgb(248,165,38); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,165,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,165,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #ec6b05 #ec6b05 #f9aa29;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.b-modal-signup input[type=button]:hover, .b-modal-signup input[type=button]:active {
    background-color: #ec6b05;
    color: #FFF;
}
.b-modal-signup input[type=button]:hover {
    background-color: #ec6b05;
    background-position: 0 -15px;
    color: #FFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.b-modal-signup input[type=button]:focus {
    outline: thin dotted #FFF;
    outline-offset: -2px;
}
.b-modal-signup input[type=button]:active {
    background-color: #ec6b05;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

/* modal */

.b-modal-signup { position: relative;  padding: 20px; width: 400px; border: 1px solid #bbb; border-radius: 10px;
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #fcfff4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dddddd 0%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dddddd 0%,#fcfff4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dddddd 0%,#fcfff4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dddddd 0%,#fcfff4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */

}

.link-signup {
    font-size: 12px;
    color: #0094D6;
    margin: 10px;
    text-decoration: underline;
}
.link-signup:hover {
    text-decoration: none;
}
.link-login {
    font-size: 12px;
    color: #0094D6;
    margin: 10px;
    text-decoration: underline;
}
.link-login:hover {
    text-decoration: none;
}

.b-modal-feedback .arcticmodal-close {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-inactive.png');
    width: 16px;
    height: 16px;
}
.b-modal-feedback .arcticmodal-close:hover {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-active.png');
    width: 16px;
    height: 16px;
}

.b-modal-feedback {
    font-family: 'Tahoma';
    box-shadow: 0px 0px 15px #222;
    color: #333333;
}

.arcticmodal-overlay {background-color: #000; opacity: 0.6;}

.b-modal-feedback .top_arctic {
    margin: 0;
    padding: 0;
    color: #929292;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 24px;
}

.b-modal-feedback input[type=text] {
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
}
.b-modal-feedback textarea {
    resize: vertical;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
    width: 318px;
    height: 80px;
}

.b-modal-feedback input[type=button] {
    margin: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

background: rgb(248,165,38); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,165,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,165,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #ec6b05 #ec6b05 #f9aa29;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.b-modal-feedback input[type=button]:hover, .b-modal-feedback input[type=button]:active {
    background-color: #ec6b05;
    color: #FFF;
}
.b-modal-feedback input[type=button]:hover {
    background-color: #ec6b05;
    background-position: 0 -15px;
    color: #FFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.b-modal-feedback input[type=button]:focus {
    outline: thin dotted #FFF;
    outline-offset: -2px;
}
.b-modal-feedback input[type=button]:active {
    background-color: #ec6b05;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

/* modal */
.b-modal-feedback { position: relative;  padding: 24px; background: #F8F8F8; border: 1px solid #bbb; border-radius: 3px; background-image: url('http://krassupport.ru/shablon/i/logo_v-web.png'); background-repeat: no-repeat; background-position: bottom right; background-size: 200px; }


.button-white{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.button-white:hover, .button-white:active {
    background-color: #E6E6E6;
    color: #333333;
}
.button-white:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.button-white:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.button-white:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.button-orange{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

background: rgb(248,165,38); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,165,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,165,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #ec6b05 #ec6b05 #f9aa29;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.button-orange:hover, .button-orange:active {
    background-color: #ec6b05;
    color: #FFF;
}
.button-orange:hover {
    background-color: #ec6b05;
    background-position: 0 -15px;
    color: #FFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.button-orange:focus {
    outline: thin dotted #FFF;
    outline-offset: -2px;
}
.button-orange:active {
    background-color: #ec6b05;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.number {
    width: 100px;
}


.b-modal-cart .arcticmodal-close, .b-modal-payment .arcticmodal-close {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-inactive.png');
    width: 16px;
    height: 16px;
}
.b-modal-cart .arcticmodal-close:hover, .b-modal-payment .arcticmodal-close:hover {
    cursor: pointer;
    float: right;
    font-family: 'Tahoma';
    font-weight: bold;
    margin-top: -5px;
    background: url('http://krassupport.ru/shablon/i/x-active.png');
    width: 16px;
    height: 16px;
}

.b-modal-cart, .b-modal-payment {
    font-family: 'Tahoma';
    box-shadow: 0px 0px 15px #222;
    color: #333333;
}

.arcticmodal-overlay {background-color: #000; opacity: 0.6;}

.b-modal-cart .top_arctic, .b-modal-payment .top_arctic {
    margin: 0;
    padding: 0;
    color: #929292;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 24px;
}

.b-modal-cart input[type=text], .b-modal-payment input[type=text], .b-modal-cart input[type=password] {
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
}
.b-modal-cart textarea, .b-modal-payment textarea {
    resize: vertical;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px;
    width: 318px;
    height: 80px;
}

.b-modal-cart input[type=button], .b-modal-payment input[type=button] {
    margin: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

background: rgb(248,165,38); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,165,38,1) 0%, rgba(237,110,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,165,38,1)), color-stop(100%,rgba(237,110,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(248,165,38,1) 0%,rgba(237,110,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a526', endColorstr='#ed6e06',GradientType=0 ); /* IE6-9 */

    background-repeat: repeat-x;
    border-color: #ec6b05 #ec6b05 #f9aa29;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
    height: 40px;
}
.b-modal-cart input[type=button]:hover, .b-modal-cart input[type=button]:active,
.b-modal-payment input[type=button]:hover, .b-modal-payment input[type=button]:active {
    background-color: #ec6b05;
    color: #FFF;
}
.b-modal-cart input[type=button]:hover, .b-modal-payment input[type=button]:hover {
    background-color: #ec6b05;
    background-position: 0 -15px;
    color: #FFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.b-modal-cart input[type=button]:focus, .b-modal-payment input[type=button]:focus {
    outline: thin dotted #FFF;
    outline-offset: -2px;
}
.b-modal-cart input[type=button]:active, .b-modal-payment input[type=button]:active {
    background-color: #ec6b05;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.message {
    border-bottom: 1px dotted #666;
    color: #666;
    cursor: pointer;
}
.message:hover {
    border-bottom: 0px;
}
.continue {
    border-bottom: 1px dotted #666;
    color: #666;
    cursor: pointer;
    margin: 5px;
    font-size: 12px;
}
.continue:hover {
    border-bottom: 0px;
}
.exit {
    cursor: pointer;
}

.cart {
    margin: 5px;
}
.end {
    margin: 5px;
}

/* modal */
.b-modal-cart, .b-modal-payment { position: relative;  padding: 24px; width: 800px; border: 1px solid #bbb; border-radius: 3px; background: #F8F8F8; }

.b-modal-payment h2 {
    color: #53BEDB;
    font-size: 20px;
}

.b-modal-help table{width: 100%;}
.b-modal-help input[type=text], .send_mess_form textarea{
    width: 100%;
    padding: 2px;
}
.b-modal-help table td{ padding: 5px 15px 5px 5px;}
.b-modal-help img {margin-top: -35px; margin-left: -35px;}


.b-modal_mini { position: relative;  padding: 24px; width: 800px; background: #F8F8F8; border: 1px solid #bbb; border-radius: 3px; }

.b-modal-help {font-weight: bold; font-size: 20px; position: relative; width: 380px; padding: 14px; background: #666; color:#fff; border: 1px solid #bbb; border-radius: 10px; opacity: 0.95;}
.b-modal-help img {margin-top: -35px; margin-left: -35px;}
.b-modal-help h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;}


.b-modal-help {font-weight: normal; font-size: 16px; position: relative; width: 380px; padding: 14px; background: #fff; color:#666; border: 1px solid #bbb; border-radius: 2px; opacity: 0.95;}
.b-modal-help img {margin-top: -35px; margin-left: -35px;}
.b-modal-help h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: PFStamps;
    color:#000;
}
.b-modal-info table{width: 100%;}
.b-modal-info input[type=text], .send_mess_form textarea{
    width: 100%;
    padding: 2px;
}
.b-modal-info table td{ padding: 5px 15px 5px 5px;}
.b-modal-info img {margin-top: -35px; margin-left: -35px;}


.b-modal_mini { position: relative;  padding: 24px; width: 800px; background: #F8F8F8; border: 1px solid #bbb; border-radius: 3px; }

.b-modal-info {font-weight: bold; font-size: 20px; position: relative; width: 380px; padding: 14px; background: #666; color:#fff; border: 1px solid #bbb; border-radius: 10px; opacity: 0.95;}
.b-modal-info img {margin-top: -35px; margin-left: -35px;}
.b-modal-info h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;}


.b-modal-info {font-weight: normal; font-size: 16px; position: relative; width: 600px; padding: 14px; background: #fff; color:#666; border: 1px solid #bbb; border-radius: 2px; opacity: 0.95;}
.b-modal-info img {margin-top: -35px; margin-left: -35px;}
.b-modal-info h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: PFStamps;
    color:#000;
}
.b-modal-error table{width: 100%;}
.b-modal-error input[type=text], .send_mess_form textarea{
    width: 100%;
    padding: 2px;
}
.b-modal-error table td{ padding: 5px 15px 5px 5px;}
.b-modal-error img {margin-top: -35px; margin-left: -35px;}


.b-modal_mini { position: relative;  padding: 24px; width: 800px; background: #F8F8F8; border: 1px solid #bbb; border-radius: 3px; }

.b-modal-error {font-weight: bold; font-size: 20px; position: relative; width: 380px; padding: 14px; background: #666; color:#fff; border: 1px solid #bbb; border-radius: 10px; opacity: 0.95;}
.b-modal-error img {margin-top: -35px; margin-left: -35px;}
.b-modal-error h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;}


.b-modal-error {font-weight: normal; font-size: 16px; position: relative; width: 380px; padding: 14px; background: #fff; color:#666; border: 1px solid #bbb; border-radius: 2px; opacity: 0.95;}
.b-modal-error img {margin-top: -35px; margin-left: -35px;}
.b-modal-error h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: PFStamps;
    color:#000;
}

.b-modal-ok table{width: 100%;}
.b-modal-ok input[type=text], .send_mess_form textarea{
    width: 100%;
    padding: 2px;
}
.b-modal-ok table td{ padding: 5px 15px 5px 5px;}
.b-modal-ok img {margin-top: -35px; margin-left: -35px;}


.b-modal_mini { position: relative;  padding: 24px; width: 800px; background: #F8F8F8; border: 1px solid #bbb; border-radius: 3px; }

.b-modal-ok {font-weight: bold; font-size: 20px; position: relative; width: 380px; padding: 14px; background: #666; color:#fff; border: 1px solid #bbb; border-radius: 10px; opacity: 0.95;}
.b-modal-ok img {margin-top: -35px; margin-left: -35px;}
.b-modal-ok h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;}


.b-modal-ok {font-weight: normal; font-size: 16px; position: relative; width: 380px; padding: 14px; background: #fff; color:#666; border: 1px solid #bbb; border-radius: 2px; opacity: 0.95;}
.b-modal-ok img {margin-top: -35px; margin-left: -35px;}
.b-modal-ok h2{ font-size: 22px;
    margin: -10px 0 0;
    padding: 0 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: PFStamps;
    color:#000;
}

.b-modal_save { position: absolute; right: 12px; top: 6px; font-weight: bold; color: #090; cursor: pointer; }
.b-modal_save:hover { color: #000; }
.b-modal_nosave { position: absolute; left: 12px; top: 6px; font-weight: bold; color: #900; cursor: pointer; }
.b-modal_nosave:hover { color: #000; }
.arcticmodal-overlay,
.arcticmodal-container {z-index:2001; position: fixed; left: 0; top: 0; right: 0; bottom: 0; }
.arcticmodal-container {z-index:999999 ;background-color: rgba(30, 30, 30, 0.7);overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(http://krassupport.ru/shablon/i/loading_black.gif) no-repeat 50% 50%; }
.recovery_password_phone{width:100%;font-size: 16px; margin-bottom: 10px;}
.recovery_password_email{ width:100%; font-size: 16px;margin-bottom: 10px;}
/* global */
.g-hidden { display: none; }
.g-clear { font-size: 0; clear: both; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.main_td_u_account{
    color: #000;
    background-color: #fff;
    padding: 10px;
}
/* layouts */

.l-container {  min-height: 100%; background: url(http://krassupport.ru/shablon/images/footer.jpg) no-repeat 50% 100%; }
.l-container_i { width: 752px; margin: 0 auto; padding-bottom: 214px; }

/* header */
.b-header { position: relative; padding-top: 32px; }
.b-header .logo { float:  right; padding-right: 12px; }
.b-header .title { float: left; padding: 18px 0 0 0; }
.b-header .title .name { float: left; padding: 4px 12px; background: #86c7e0; color: #fff; font-size: 36px; line-height: 40px; }
.b-header .title .slogan { padding: 4px 0 0 13px; color: #545454; font: italic 18px/22px Georgia, "Century Schoolbook L", Serif; }
.b-header .like { position: absolute; left: 225px; top: 42px; }

/* menu */
.b-menu { padding: 28px 6px 0; font-size: 15px; line-height: 19px; }
.b-menu SPAN { margin: 0 6px; }
.b-menu .cur { color: #000; border: none; cursor: default; }

/* body */
.b-body { display: none; padding: 18px 12px 0; }

/* params */
.b-params { width: 100%; margin-top: 12px; }
.b-params TD { padding: 8px 12px; vertical-align: top; }
.b-params THEAD TD { background: #e4e4e4; font-weight: bold; }
.b-params TBODY TR:nth-child(even) TD { background: #eee; }
.b-params .default { white-space: nowrap; }

/* SelectBox */
.selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.selectbox .select {
    width: 260px;
    margin: 5px;
	height: 25px;
	padding: 0 45px 0 10px;
	font: 14px/30px Arial, Tahoma, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #A2A2A2;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
}
.selectbox .select:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.selectbox .select:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.selectbox.focused .select {
	border: 1px solid #5794BF;
}
.selectbox .select .text {
    margin: -3px 0 0 0;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectbox .trigger {
	position: absolute;
	top: -3px;
	right: 0;
	/*width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;*/
}
.selectbox .trigger .arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	width: 0;
	height: 0;
	overflow: hidden;
	/*opacity: 0.3;*/
	filter: alpha(opacity=30);
}
.selectbox:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.selectbox .dropdown {
	top: 33px;
	width: 314px;
	margin: 0px 0px 0px 5px;
	padding: 4px 0;
	background: #FFF;
	border: 1px solid #C6CBD0;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, Tahoma, sans-serif;
}
.selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
}
.selectbox li.selected {
	background: #A3ABB1;
	color: #FFF;
}
.selectbox li:hover {
	background: #08C;
	color: #FFF;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}
a {
	color: #0094D6;
}

.nowidth .selectbox .select,
.nowidth .selectbox .dropdown {
	width: auto;
}
.maxheight .selectbox .dropdown {
	max-height: 203px;
}
.link-name {
    text-decoration: none;
}
.link-name:hover {
    text-decoration: underline;
}

/* spinner */

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: #F8F8F8; padding: 0;  vertical-align: middle; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
	background-position:-65px -16px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #DDDDDD; background: #F8F8F8 url(http://krassupport.ru/shablon/css/images/ui-bg_glass_70_ede4d4_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #3f3731; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3f3731; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #DDDDDD; background: #F8F8F8 url(http://krassupport.ru/shablon/css/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #a46313; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #a46313; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #DDDDDD; background: #F8F8F8 url(http://krassupport.ru/shablon/css/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #b85700; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #b85700; text-decoration: none; }


.ui-icon { width: 16px; height: 16px; background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_c47a23_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_c47a23_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_2e83ff_256x240.png); } /**/
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_f08000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://krassupport.ru/shablon/css/images/ui-icons_f35f07_256x240.png); }


.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.u_settings__main_block{}
.u_settings__main_block__tabs{
     border: 0 none;
    border-radius: 0;
    margin: -10px !important;
}
.prop__fiz_table{
    width: 250px;
}
.u_settings__main_block__fiz_table td{
    padding: 5px;
    color: #666;
}
.val__fiz_table .fiz_name{
    width: 500px;
    padding: 5px;
}
.val__fiz_table .fiz_tel{
    width: 350px;
    padding: 5px;
}
.fiz_tel_new{
    width: 100%;
    padding: 5px;
}
.val__fiz_table .fiz_tel_change{
    width: 135px;
    margin-left: 10px;
    padding: 3px;
}
.new_code_inp{width: 100%; padding: 5px;}
.fiz_tel_info_p{padding: 0 !important;margin: 0 !important;}
.fiz_tel_info_i{margin: 0 !important; padding: 0 !important;}
.fiz_tel_info{
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 20px 5px 0;

}
.error_code{
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 20px 5px 0;

}

.val__fiz_table .fiz_email{
    width: 500px;
    padding: 5px;
}
.val__fiz_table .fiz_city{
    width: 500px;
    padding: 5px;
}
.val__fiz_table .fiz_adress{
    width: 290px;
    padding: 5px;
}
.val__fiz_table .fiz_build{
    width: 90px;
    padding: 5px;
    margin-left: 10px;
}
.val__fiz_table .fiz_index{
    width: 180px;
    padding: 5px;
}
.val__fiz_table .fiz_kv{
    width: 90px;
    padding: 5px;
    margin-left: 10px;
}
.save_adress{margin-top: 20px;}
.u_service_table tbody{color:#999;}
.master_enter{margin-left: 30px;}
.u_service_top_com{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.u_service__data_p{color: #090;}
.u_service__data>div>span{font-style: italic;}
.u_service__data>div{margin-bottom: 10px;}
.u_service__data>div>div>span{
    font-weight: bold;
}
.u_service__nom{width:70px;font-weight: bold;color: #666 !important; font-size: 24px;}
.u_service__stat{font-size: 12px; color: #000 !important; font-style: italic;}
.u_service__model{width: 160px;}
.u_service__model>div>span{font-weight: bold;font-size: 14px;}
.u_service__model>div>div>span{color:#999; font-size: 12px;}
.u_service__bad{text-align: left;width: 220px;}
.u_service__bad ul{margin: 5px; padding: 0;}
.u_service__bad ul li{margin: 0; padding: 0;}
.u_service__com input{width: 200px !important; font-size: 12px;}
.u_service__com >div>div>div{font-size: 24px; color: #900; text-align: center;}
.u_service__com >div>div>span{font-size: 18px; color: #666; text-align: center;}
.u_service__com .alert{padding: 5px !important;}
.region_div{margin-top: 10px;}
.name_lastname_div{margin-top: 20px;}

#cont_block .add-panel {
    position: relative;
    z-index: 100;
    margin: 20px;
}

#cont_block .add-panel .wrp {
    width: 100%;
    margin: 0 auto;
    position: relative;

    padding-top: 15px;
}

#cont_block .add-panel__map {
    width: 100%;
    height: 250px;

}

#cont_block #map {
    background: #F2F2F2;
    background-size: 100% 250px;
    cursor: move;
}

/* Custom Autocomplete */
#kladr_autocomplete {
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

#kladr_autocomplete ul {
    background: #ffffff;
    border: 1px solid #B1B1B1;
    overflow-y: auto;
    max-height: 400px;
    max-width: 490px;
}

#kladr_autocomplete li {
    font-size: 13px;
    padding: 2px 2px;
    border-top: 1px solid #E2E2E2;
}

#kladr_autocomplete li a {
    display: block;
    padding: 0 10px;
    line-height: 23px;
}

#kladr_autocomplete li:hover a,
#kladr_autocomplete li a:hover {
    font-weight: normal;
    color: #333333;
}

#kladr_autocomplete li .ac-s {
    color: #52A3B6;
}

#kladr_autocomplete li .ac-s2 {
    color: #333333;
}

#kladr_autocomplete li .ac-s,
#kladr_autocomplete li .ac-s2 {
    font-weight: bold;
}

#kladr_autocomplete li .ac-st {
    color: #AAAAAA;
}
#kladr_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #8A8A8A;border-radius:3px;background-color:white;z-index:9999;}#kladr_autocomplete li{display:list-item;list-style-type:none;margin:0;padding:3px 5px;overflow:hidden;border:1px solid white;border-bottom:1px solid #BDBDBD;}#kladr_autocomplete li.active{background-color:#E0E0E0;border-radius:3px;border:1px solid #979797;}#kladr_autocomplete a{display:block;cursor:default;width:10000px;}#kladr_autocomplete .spinner{position:absolute;display:block;margin:0;padding:0;width:20px;height:20px;background-color:transparent;background-image:url("http://krassupport.ru/shablon/i/loading_mini.gif");background-position:center center;background-repeat:no-repeat;z-index:9999;}
.login_in_main_table{}
.login_in_main_table__left{width: 400px; border-right: 1px solid #dddddd;}
.login_in_table{width: 95%;margin-top: 10px;}
.login_in_table td:first-child{padding-top: 12px !important; font-size: 14px ;color: #999; width:80px;}
.login_in_main_table__right #product{
    margin: 10px; width:100%;
}
.login_in_main_table__right_bottom{
    border-top: 1px dotted #dddddd; margin: 10px; border-bottom: 1px dotted #dddddd; width:100%; height:80px;
}
.login_in_main_table__right_bottom tr td:first-child{
    font-size: 12px; color: #929292; width: 120px;
}
.login_in_main_table__right_bottom .amount{
    font-size: 30px; color: #666;
}
.reg_user__table input{width: 280px;}
.reg_user__table td:first-child{width: 100px; font-size: 12px; color: #999; padding: 5px 0 0 0;}
.login_in_table .reg_user__tr_adress input{width:100% !important;}
.login_in_table .reg_user__tr_fio input{width:100% !important;}
.login_in_table .reg_user__tr_email input{width:100% !important;}
.reg_user__tr_adress td{ vertical-align: top; padding-right: 0;}
.reg_user__tr_adress input[name=build]{width:70px !important;}
.reg_user__tr_adress input[name=kv]{width:70px !important;}

.login_in_table img{width: 15px !important; margin: 0 5px 0 0;}
.no_mandat span{color: #a66; font-size: 10px;}
.mandat{font-weight: bold;}
.razd hr{border:none; border-bottom: 3px dotted #999;}
.signup-send{width: 150px !important;}
.reg_user__table img{float:left; margin: 1px 5px 0 0; width: 15px;}
.reg_user__comment{font-size: 11px;}

.cart_new_user__table input{width: 280px;}
.cart_new_user__table td:first-child{width: 100px; font-size: 12px; color: #999; padding: 8px 0 0 0;}
.cart_new_user__tr_adress td{ vertical-align: top; padding-right: 0;}
.cart_new_user__tr_adress input[name=build]{width:70px !important;}
.cart_new_user__tr_adress input[name=kv]{width:70px !important;}
.no_mandat span{color: #a66; font-size: 10px;}
.mandat{font-weight: bold;}
.razd hr{border:none; border-bottom: 3px dotted #999;}
.signup-send{width: 150px !important;}
.cart_new_user__table img{float:left; margin: 1px 5px 0 0; width: 15px;}
.cart_new_user__comment{font-size: 11px;}
.cart_new_user__tr_comments textarea{width: 280px !important; height: 40px; }
.auth_table td:first-child{padding: 12px 0 0 0;}
.send_schet input{
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 240px;
    margin: 2px;
}
.send_schet table{width: 100%;}
.send_schet h1{font-size: 22px; text-align: center;}
.send_schet table tr td:first-child{
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.send_schet table img{
    margin: 2px 10px !important;
}
.yandex_alert_m{color:#666;}
.yandex_alert_m h1{font-size: 24px;margin: 5px 0;padding: 0; text-align: left;}
.yandex_alert_m p{font-size: 24px;margin: 5px 0;padding: 0; text-align: left;}
.yandex_alert_m div{text-align: center;}
.yandex_comm{background-image: url('http://krassupport.ru/shablon/i/loading_alert_m.gif'); background-position: center; background-repeat: no-repeat;}

.all_zakaz__table{    margin: -12px !important; width: 980px;}
.all_zakaz__table>tbody>tr>td {}

.zakaz_td_nom{font-size: 26px; color: #999; font-weight: bold; text-align: center !important;}
.zakaz_div_dat{font-size: 12px; color: #999;font-weight: normal !important;}
.zakaz_td_stat{font-size: 16px; color: #000;font-weight: bold;}
.zakaz_td_items{padding: 0 0 2px 0 !important;}
.zakaz_td_comm{padding: 2px !important; vertical-align: middle; text-align: center !important;}

.zakaz__itog{text-align: right;color: #900;}
.zakaz__itog strong{font-size: 22px; }
.zakaz_td_stat__opl{font-size: 12px; color:#999; font-weight: normal !important;}
.zakaz_td_stat__opl strong{color: #900;font-size: 14px;}


.zakaz_td_items__table_items{width: 100%; margin: 0 !important; border: none !important;}
.zakaz_td_items__table_items td{padding: 4px !important;}
.table_items__img{padding: 0 !important;width:60px !important;}
.table_items__img img{width:60px; margin: 0;}
.table_items__name{font-size: 12px; text-align: left !important;}
.table_items__name a{color: #000;font-weight: normal !important;}
.table_items__kol{font-size: 12px; font-style: italic; color: #999;width:50px !important;}
.table_items__price{font-size: 12px; font-weight: bold; color: #900;width:70px !important;}
.table_items__kol span{font-size: 10px;}
.table_items__price span{font-size: 10px;}
.service__otm_textarea{width: 100%; font-size: 18px; height: 42px;}
.h1_alert{font-size: 24px; color: #fff;}
.service__otm_div_com{margin-top: 10px;}
.service__err{   color: #FF0000 !important; margin: 0;font-size: 14px;}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    display: none;
}
.all_item_act{font-family: Consolas,monaco,monospace;margin: 5px 5px 25px 5px;font-size: 13px; }
.all_item_act tr td{border-left: 3px dotted #ccc;}
.all_item_act tr td:first-child{border-left: none;}
