/*
tags ----------------------------*/

body {
    padding:0;
    margin:0;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    text-align: justify;
}
a {
    color:#666;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    color:#333;
}
a img {
    border: 0;
}
/*p {
    margin-top:0;
    padding-top:0;
}*/
h1, h2, h3, h4 {
    color: #3C4778;
    line-height: 1em;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 18px;
}

/*
lists ---------------------------*/

.main ul, .categories ul { 
    list-style: none;
    margin:0;
    padding:0;
    display:block;
}

.main ul li { 
    display:block;
    width: 600px;
    background-color:#E8EEF7;
    margin:3px;
    border:1px solid #eee;
}

.main a {
    display: block;
    text-decoration:none;
    padding-left:10px;
}

.main a:hover {
    /*color:#999;*/
    background-color:#f8f8ff;
}

/*.categories ul { 
    display:block;
    float:left;
    width: 200px;
    background-color:#eef;
    margin:3px;
}*/

.categories ul li { 
    display:block;
    width: 600px;
    background-color:#eef;
    margin:3px;
    border:1px solid #eee;
}

.categories a {
    /*text-decoration:none;
    font-weight:bold;
    color:#666;*/
    display:block;

}

.categories a:hover {
    /*background-color:transparent;*/
    background-color:#f8f8ff;
    color:#333;
}

.middle-part {
    background: url('/images/left_bg.gif') left top repeat-y;
    padding-bottom:80px;
}


.centered-page {
    width:880px;
    margin: 0 auto;
}

.content {
    /*margin-left: 50px;
    padding: 10px 20px 0 0;*/
    float:left;
    width:530px;
    margin-top:10px;
    margin-left:20px;
}

.footer {
    background-color:#959FCA;
    text-align:center;
    font-size:10px;
    padding: 15px 0;
}
.header {
    height: 167px;
    background: #959FCA url('/images/header_bg.gif') top left repeat-x;
    border-bottom: 10px solid #3C4778;
}
.logo {
    float:left;
    padding-top:35px;
    padding-left:35px;
}

.main-menu{

}
.main-menu a {
    line-height:40px;
    height: 40px;
    display:block;
    font-size:13px;
    
    color:#3C4778;
    text-transform:uppercase;
    padding-left:30px;
}
.main-menu a:hover {
    color:#000;
}

.current_page {
    background-image: url('/images/menu_dots.gif');
    background-position: 15px 17px;
    background-repeat: no-repeat;
}

.sidebar {
    float:left;
    width:237px;
    margin-left:20px;
}

.sideblock {
   border: 1px solid #727A9A;
   margin: 20px 0;
   padding: 10px;
   padding-top: 40px;
}
.login-block {
   background-image: url('/images/login_bar.gif');
   background-position: top left;
   background-repeat: no-repeat;
}
.nbu-block {
   background-image: url('/images/nbu_bar.gif');
   background-position: top left;
   background-repeat: no-repeat;
   /*height: 100px;*/
}

.left-panel {
    float: left;
    width:188px;
}

.find-form input {
    font-size: 10px;
    background-color: #F5F7FF;
    border: 1px solid #727A9A;
}
.find-form {
    padding: 15px;
    background-color: #CCD6FF;
    border-bottom: 1px solid #727A9A;
}
.catalog_cont {
    position:relative;
}
.catalog{
    padding: 10px;
    padding-left:30px;
    background-color: #CCD6FF;
    border-bottom: 1px solid #727A9A;
    border-top: 1px solid #727A9A;
    font-size:20px;
    color: #3C4778;
    line-height:35px;
    height: 35px;
    display:block;
}

#first-level {
    position:absolute;
    top: -200px;
    left: 200px;
    background-color: #fff;
    width: 300px;
    border: 1px solid #727A9A;
    text-align:left;
    z-index:100;
}
.second-level {
    position:absolute;
    top: -200px;
    left: 510px;
    background-color: #fff;
    width: 340px;
    border: 1px solid #727A9A;
    z-index:100;
}
.dark_prod {
    background-color:#fafafa;
}
.prod {
    padding: 15px;
}

.certificates td {
   text-align: center;
   padding: 5px;
   border: 1px solid #ddddee;
}
.certificates .empty {
   border:none;
}


.highlighted_price {
    background-color:#eaffe0;
}
table.product_info td, table.product_info th {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 5px 15px;
}
table.product_info th {
    color:#45467B;
}
table.product_info {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.login_form input {
    font-size: 10px;
    border: 1px solid #888;
}
.login_form label {
    font-size: 10px;
}
.login_form a {
    font-size: 11px;
}

.product-list {
    background-color:#FAFAFF;
    /*width: 580px;*/
    margin-left:20px;
}
.product-list .light {
    background-color: white;
}
.product-list table td {
    padding: 2px 10px;
}
.prod_lnk, .kit_lnk {
    font-size:14px;
    padding-left: 20px;
    background-image: url(/images/plus.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
}


.product-articul, .product-code {
    text-align: center;
    vertical-align: top;
}

td.product-name {
    width:90%;
}
.categories table {
    width: 100%;
}
.kit-table {
    border-collapse: collapse;
}
.kit-table td, .kit-table th {
    border: 1px solid #ddddee;
}

.kit-table th {
    text-align: center;
}

.cart-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background: url(/images/chess.gif);
}

.cart-listing td, .cart-listing th {
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}

.cart-listing table {
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    text-align:center;
}

.flow-cart {
    width:600px;
    margin: 100px auto;
    background-color:white;
    border:1px solid #000;
    padding:15px;
    text-align:center;
    opacity:1;
}
.cart-short {
    color: #D4D4E2;
    border: 1px solid #fff;
    padding:15px;
    width:205px;
    height:45px;
}
a.cart-all-link {
    background-color: #6975A6;
    display:block;
    float:left;
    margin-top: 43px;
    margin-left:65px;
}
a.cart-all-link :hover {
    background-color: #5F6A96;
}
.cart-icon {
    float: left;
    margin-right: 15px;
    background: url('/images/cart_logo.gif') no-repeat;
    width: 45px;
    height: 45px;
}
.cart-short a {
    color: #D4D4E2;
}
.cart-short a:hover {

}

.cart_buttons {
    padding: 20px 5px 10px 0;
    text-align: center;
}

.scroll_body img {
    float:left; margin: 0 10px;
}

.scroll_container {
    position:relative;
    height:50px;
    overflow:hidden;
}
.scroll_body {
    position:absolute;
    top:0;
    left:0;
    width:2000px;
}

#seminar_form {
  padding: 25px;
}
#seminar_form label {
  color: #3C4778;
  font-family: arial;
  font-size: 14px;
}
#seminar_form input.text{
  font-family: arial;
  width: 98%;
  padding: 3px;
  border: 1px solid #789;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 5px;
}

