.invis {
    display: none;
}

.clear,
    .clear-strong {

    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
    line-height: 0px;
    font-size: 0px;
}

body {
    font: 14px/1.2em Arial, Tahoma;
    color: #5c5c5c;
}

a,
    a:active {

    color: #183b6c;
    text-decoration: none;
}

a:hover {
    color: #183b6c;
    text-decoration: underline;
}

a:visited {

    color: #7c9fbe;
}

strong {
    font-weight: bold;
}

form {
    margin: 0px;
}

/*************************************/

h1,
    h1 a {

    font: 30px/34px Arial, Tahoma;
    margin-bottom: 26px;
    color: #000;
}

h1.link {
    color: #183b6c;
}

h1.orange {
    color: #F5833C;
}

h2,
    h2 a {

    font: 20px/26px Arial, Tahoma;
    margin-bottom: 20px;
    color: #000;
}

h2.link {
    color: #183b6c;
}

h2.chapter {
    color: #fff;
    background: #7c9fbe;
    padding: 2px 10px 2px 10px;
}

h2.reverted {
    color: #fff;
    background: #f5833c;
    padding: 2px 10px 2px 10px;
}

h2.product {
    color: #f5833c;
}

h3,
    h3 a {

    font: 19px/24px Arial, Tahoma;
    margin-bottom: 18px;
}

h3.link {
    color: #183b6c;
}

h4,
    h4 a {

    font: 14px/18px Arial, Tahoma;
    margin-bottom: 16px;
}

p {
    font: 14px/1.2em Arial,Tahoma;
    padding-bottom: 20px;
}

p.introduction {
    font: 20px/24px Arial,Tahoma;
}

p.black {
    color: #000000;
    font: 14px/18px Arial,Tahoma;
}

p.about {
    font-size: 10px;
    line-height: 1.4em;
}

p.about strong {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
}

p.disclaimer {
    font: italic 10px/12px Arial,Tahoma;
    line-height: 1.2em;
    background: #e1e9f0;
    padding: 20px;
    border-top: 2px solid #183b6c;
    margin-bottom: 20px;
}

p.right-gray-block {
    position: relative;
    z-index: 1000;
    left: 28px;
    padding: 20px;
    width: 138px;
    float: right;
    clear: left;
    background: #EAF0F5;
    overflow: hidden;
}

.ncont-content sub,
    .xhtml-code sub {

    vertical-align: sub;
}

.ncont-content sup,
    .xhtml-code sup {

    vertical-align: super;
}

.ncont-content ul,
    .ncont-content ol,
    .xhtml-code ul,
    .xhtml-code ol {

    margin: 0px 0px 20px 0px;
}

.ncont-content ul,
    .xhtml-code ul {

    list-style: none inside none;
}

*:first-child+html .ncont-content ol,
   *:first-child+html .xhtml-code ol {

    list-style: decimal inside none;

}

.ncont-content ol,
    .xhtml-code ol {

    counter-reset: li;
}

.ncont-content ol > li:before,
    .xhtml-code ol > li:before {

     content: counter(li) ". ";
     counter-increment: li;
}

.ncont-content ul li,
    .xhtml-code ul li {

    background: url(/theme/asbis2012/img/general/pic-map.png) no-repeat 0px 4px;
    text-indent: 15px;
}

.ncont-content li ul,
    .xhtml-code li ul {

    margin: 0px 0px 20px 25px;
}

.ncont-content table,
    .xhtml-code table {

    margin-bottom: 20px;
    vertical-align: top;
    border-collapse: separate;
}

.ncont-content table td,
    .xhtml-code table td {

    vertical-align: top;
    font: 14px/1.2em Arial,Tahoma;
}

.ncont-content table.table-bordered td,
    .xhtml-code table.table-bordered td {

    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    padding: 5px 10px 5px 10px;
}

.ncont-content table.table-bordered.table-total td,
    .xhtml-code table.table-bordered.table-total td {

    background: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px 5px 10px;
}

.related-block {
    background: #f4f4f4;
    margin-bottom: 20px;
}

.related-block h1 {
    color: #000;
    margin: 5px 0px 0px 10px;
}

.related-block td {
    padding: 5px 20px 20px 0px;
}

.ncont-content table tr.table-header td,
    .xhtml-code table tr.table-header td {

    font-size: 20px;
    background: #7c9fbe !important;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.ncont-content table tr.header td,
    .xhtml-code table tr.header td {

    background: #fff;
    border-top: 2px solid #7c9fbe;
}

.ncont-content table.table-total tr.header td,
    .xhtml-code table.table-total tr.header td {

    background: #f0f0f0;
    border-top: 2px solid #7c9fbe;
}

.ncont-content table tr td.first-column,
    .xhtml-code table tr td.first-column {

    min-width: 150px;
}

.ncont-content table tr.total td,
    .xhtml-code table tr.total td {

    background: #f0f0f0 !important;
}

.ncont-content table .table-header h2,
    .xhtml-code table .table-header h2,
    .ncont-content table .table-header h3,
    .xhtml-code table .table-header h3 {

    margin: 0px;
    color: #fff;
}

.xhtml-code {
    margin-bottom: 28px;
}

.lt-ind-leftcol .xhtml-code, .lt-inner-center .xhtml-code{
    margin-bottom: 0px;
}

.xhtml-code-1 {
    background: #eaf0f5;
    border-top: 2px solid #183b6c;
    padding-top: 3px;
    margin-bottom: 28px;
    padding: 20px 20px 0px 20px;
}

.xhtml-code-2 {
    background: none;
    border-top: 2px solid #183b6c;
    padding-top: 3px;
    margin-bottom: 28px;
    padding: 20px 20px 0px 20px;
}

.where-by-left {
    border-top: 2px solid #183b6c;
    padding-top: 3px;
    margin-bottom: 28px;
}

.xhtml-code .where-by-left {
    margin-bottom: 0px;
}

.where-by-left div{
    background: #eaf0f5;
    padding: 20px 20px 0px 20px;
}

.where-by-left p{
    color: #000;
}

.page-img-left {
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
    left: -20px;
}

.page-img-top {
    margin-bottom: 5px;
}

.back-to-previous-page {
    padding: 0px 0px 21px 0px;
    text-align: right;
}

.back-to-previous-page a{
    font-size: 12px;
    text-decoration: none;
}

.article-header {
    width: 630px;
}

.article-header img {
    margin-bottom: -77px;
    position: relative;
    width: 630px;
}

.article-header h1 {
    width: 460px;
    background: #fff;
    position: relative;
    padding: 10px 20px 0px 0px;
    margin: 0px;
    min-height: 67px;
}

/*************************************/

.general-page-pic {
    position: relative;
}

.general-page-pic .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 490px;
    background: #fff;
    padding: 5px 15px 0px 15px;
}
.general-page-pic .title h1 {
    margin: 0px;
}

.navigation-submenu-container {
    overflow: hidden;
    padding-bottom: 28px;
}

.navigation-submenu-container .abstract-menu-level1 {
    margin-top: -1px;
}

.navigation-submenu-container .abstract-menu-item-link,
    .navigation-submenu-container .abstract-menu-item-link:hover,
    .navigation-submenu-container .abstract-menu-item-link:active,
    .navigation-submenu-container .abstract-menu-item-link:visited {

    line-height: 1.0em;
    padding: 5px 0px 5px 27px;
    color: #183b6c;
    font-size: 14px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #dedede;
}

.navigation-submenu-container .abstract-menu-item-link-level2,
    .navigation-submenu-container .abstract-menu-item-link-level2:hover,
    .navigation-submenu-container .abstract-menu-item-link-level2:active,
    .navigation-submenu-container .abstract-menu-item-link-level2:visited
, .navigation-submenu-container .abstract-menu-item-link-level3,
    .navigation-submenu-container .abstract-menu-item-link-level3:hover,
    .navigation-submenu-container .abstract-menu-item-link-level3:active,
    .navigation-submenu-container .abstract-menu-item-link-level3:visited
, .navigation-submenu-container .abstract-menu-item-link-level4,
    .navigation-submenu-container .abstract-menu-item-link-level4:hover,
    .navigation-submenu-container .abstract-menu-item-link-level4:active,
    .navigation-submenu-container .abstract-menu-item-link-level4:visited

{

    line-height: 1.0em;
    padding: 5px 0px 5px 42px;
    color: #7998a9;
    font-size: 12px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #dedede;
}

.navigation-submenu-container .abstract-menu-item-link-level3,
    .navigation-submenu-container .abstract-menu-item-link-level3:hover,
    .navigation-submenu-container .abstract-menu-item-link-level3:active,
    .navigation-submenu-container .abstract-menu-item-link-level3:visited {
    padding: 5px 0px 5px 57px;
}
.navigation-submenu-container .abstract-menu-item-link-level4,
    .navigation-submenu-container .abstract-menu-item-link-level4:hover,
    .navigation-submenu-container .abstract-menu-item-link-level4:active,
    .navigation-submenu-container .abstract-menu-item-link-level4:visited {
    padding: 5px 0px 5px 72px;
}

.navigation-submenu-container .abstract-menu-item-link-this {
    background: #f5833c;
    color: #ffffff !important;
}

.become-our-customer, .become-our-customer:visited {
    color: #183B6C;
    text-decoration: none;
}

.become-our-customer h1 {
    color: #183B6C;
    margin: 0px;
}

/*******************************/
.why-buy-container {
    margin: 28px 0px 21px 0px;
}
.why-buy-panel {
    display: none;
    border-top: 2px solid #92b6e3;
    padding-top: 2px;
    position: relative;
    z-index: 10;
}
.why-buy-inner {
    padding: 13px;
    background: #8fb4e2 url(/theme/asbis2012/img/auth/auth-block-bg.jpg) no-repeat right bottom;
    min-height: 79px;
}
.why-buy-inner h2 {
    color: #fff;
    font-size: 20px;
    font-family: Arial;
}
.why-buy-inner h2 b {
    font-size: 30px;
}
.why-buy-form {
    background: #fff;
    border: 1px solid #c4ced4;
    padding: 4px;
}
.why-buy-form .why-buy-section {
    float: left;
    width: 305px;
    border-right: 1px solid #EDEDED;
}
.why-buy-form .why-buy-section select {
    width: 299px;
}
.why-buy-form .why-buy-section-1 {

}
.why-buy-form .why-buy-section-1 select {
    /*width: 175px;*/
}
.why-buy-form .why-buy-section-2 {
    float: left;
}
.why-buy-form .why-buy-section-2 select {
    /*width: 175px;*/
}
.why-buy-form .why-buy-section-3 {
    /*width: 180px;*/
    border: none;
}
.why-buy-form .why-buy-section-3 select {
    /*width: 180px;*/
}
.prod-ind-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.prod-ind-groups-container {
    overflow: hidden;
    position: relative;
    width: 650px;
    /*border-top: 1px solid #DFDFDF*/
}
.prod-ind-group {
    float: left;
    margin-right: 15px;
    width: 200px;
}
/*.prod-ind-group-first, .prod-ind-group-second {

    border-right: 1px solid #EFEFEF;
}*/
.prod-ind-group-wrapper {
    float: left;
    margin: 21px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    width: 200px;
    z-index: 1001;
}
.prod-ind-group-wrapper a {
    color: #183b6c;
    text-decoration: none;
}
.prod-ind-group-wrapper a:hover {
    text-decoration: underline;
}
.prod-ind-group-wrapper a:visited {
    color: #7998a9;
}
.prod-ind-group-wrapper h2 {
    font: 20px/20px Arial,Tahoma !important;
    margin-bottom: 10px;
    height: 40px;
}
.prod-ind-group-wrapper h2 a {
    text-decoration: none;
    font: 20px/20px Arial,Tahoma !important;
    color: #000;
}
.prod-ind-img, .prod-ind-img a {

    height: 119px;
    width: 196px;
    display: block;
}
.prod-ind-more {
    float: right;
}

.why-buy-panel {
    display: block;
}
.why-by-section {
    width: 100%;
    overflow: hidden;
}
.why-buy-section .listbox-container {
    width: 296px;
}
.why-buy-section .listbox-si-text {
    width: 296px;
}
.why-buy-section .listbox-list-container {
    width: 305px;
    top: 22px;
}
.why-buy-section .listbox-si-button {
    left: 280px;
}
.why-to-by-list {
    width: 105%;
}
.why-to-by-section h1 {
    color: #fff;
    font: 20px/1.4em Arial,Tahoma;
    padding: 2px 0px 2px 10px;
    background: #92b6e3;
}

.why-to-by-section .why-to-by-item {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    margin: 0px 27px 28px 0px;
}

.why-to-by-section .why-to-by-item h1 {
    color: #183B6C;
    font: 30px/34px Arial,Tahoma;
    margin-bottom: 5px;
    background: none;
    padding: 0px;
}

.why-to-by-section .why-to-by-item h2 {
    margin-bottom: 5px;
}

.why-to-by-section .why-to-by-item p {
    color: #5c5c5c;
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 3px 0px;
}

.xhtml-code .headquarter-block {
    margin: 0px;
}

.headquarter-block h1 {
    margin-bottom: 20px;
    color: #000;
}

.headquarter-block p {
    color: #5c5c5c;
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 3px 0px;
}
.headquarter-block a, .headquarter-block a:visited {
    color: #183b6c;
}

.headquarter-block a h1{
    margin: 10px 0px 0px 0px;
    color: #183b6c;
}

/*******************************/

#EFORM {}


#EFORM .listbox-container {
    width: 221px;
    margin-left: 10px;
}

#EFORM .listbox-si {
    width: 221px;
}

#EFORM .listbox-si .listbox-si-text{
    height: 19px;
    color: #5C5C5C;
    border: 1px solid #C4CED4;
    width: 219px;
}

#EFORM .listbox-si .listbox-si-button{
    left: auto;
    right: 0px;
}

#EFORM .listbox-container .listbox-list-container {
    width: 221px;
    border: 1px solid #C4CED4;
}