textarea:focus, input:focus{
    outline: 0;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 12px;
    color: #464646;
    background: #fff;
    height: 100%;
}

html {
    background: #005288 url(../img/bg_body.gif) repeat-x 0 0;
    height: auto;
    min-height: 100%;
}

body {
    background: #fff;
}

a img {
    border: 0;
}

.whitebg {
    background: #fff;
    height: 100%;
    min-height: 100%;
}

.navbar {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 2;
    height: 113px;
    background: transparent;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .shopping-cart {
    color: #2c7fb1;
    border-color: #2c7fb1;

}
.navbar-inverse .shopping-cart:hover {
    color: #f3c100;
    border-color: #f3c100;
}

.navbar-inverse .navbar-toggle {
    background-color: #2c7fb1;
}

.navbar-inverse .navbar-toggle {
    color: #f3c100;
}

.navbar>.container-fluid .navbar-brand {
    width: 176px;
    height: 113px;
    margin: 0;
    padding: 0; 
}

#navbar {
    padding: 0 15px;
    border: none;
    max-height: none;
    overflow: hidden;
    margin-top: 0;
}

.navbar-nav {
    margin: 0 -15px;
    border-bottom: 12px solid #295a96;
}

.navbar-nav ul {
    background-color: #f1f1f1;
}


.navbar-nav ul li a {
    color: #295a96;
    background-color: #f1f1f1;
}

.shopping-cart {
    position: relative;
    float: right;
    font-size: 20px;
    color: white;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 8px;
    margin-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #295a96;
    background-color: #f1f1f1;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:hover {
    background: none;
    color: #f5c100;
    background-color: #2c7fb1;
}

#wrapper {
    position: relative;
    clear: both;
    /*background: #fff;*/
    background:  #fff url(../img/bg.gif) repeat-y 0 0;
    min-height: 100%;
    height: auto;
}

html>body #wrapper-inside {
    min-height: 100%;
    height: auto;
}

#header {
    position: relative;
    clear: both;
    height: 113px;
    background: #fff;
}

#middle {
    padding-top: 32px;
    padding-bottom: 80px;
}

#footer {
    height: 84px;
    border-top: 3px solid #2b5995;
}

#logo {
    position: relative;
    float: left;
    /*background: url(../img/logo.png) no-repeat center;*/
    /*background: url(../img/bg_logo.gif) no-repeat center;*/
    width: 170px;
    height: 64px;
}

#logo a {
    display: block;
    width: 176px;
    height: 113px;
}

#img {
    position: relative;
    margin: 0 auto;
    width: 562px;
    height: 86px;
    background: url(../img/kalde.png) no-repeat center;
}

#phone {
    position: absolute;
    top: 30px;
    left: 316px;
    width: 628px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #295a96;
    border-top: 2px solid #5e83b0;
}

#icons {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 145px;
    height: 22px;
}

#icons a {
    position: relative;
    float: left;
    margin: 0 10px;
    display: block;
    height: 22px;
    color: #acacac;
    font-size: 16px;
}

.menu {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 28px;
    background: #f8981d;
    overflow: hidden;
}

#footer .menu {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 28px;
    margin-bottom: 12px;
    background: #f8981d;
}

.menuleft {
    position: absolute;
    top:0;
    left:0;
    width: 2px;
    height: 28px;
    background: url(../img/yl.png) #fff no-repeat center;
}

.menuright {
    position: absolute;
    top:0;
    right:0;
    width: 2px;
    height: 28px;
    background: url(../img/yr.png) #fff no-repeat center;
}

.menu {
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
}

.menu li {
    display: block;
    position: relative;
    float: left;
    height: 28px;
    padding: 0 2%;
    color: #295a95;
    line-height: 28px;
    height: 28px;    
}

.menu li a {
    display: block;
    position: relative;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #295a95;
    text-decoration: none;
    line-height: 28px;
    height: 28px;
}

.menu li a:hover, .menu li.active a {
    color: #ff4d00;
}

.searchdiv {
    position: relative;
    float: right;
    margin-top: 35px;
    width: 100%;
    height: 91px;
}

.search {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 22px;
    height: 22px;
    color: #acacac;
    width: 100%;
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 22px;
    border: 1px solid #acacac;
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari, Chrome */
    border-radius: 9px; /* universal */
    behavior: url(border-radius.htc); /* IE */   
}

.searchsbmt {
    position: absolute;
    top: 0;
    right: 11px;
    width: 30px;
    height: 30px;
    background: url(../img/search.png) no-repeat 1px center;
    cursor: pointer;
}

a {
    color: #295a96;
    text-decoration: none;
}

a:hover {
    color: #f3c100;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #295a96;
}

p {
    color: #464646;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
}

b, strong {
    color: #295a96;
    font-weight: bold;
}

#leftcolumn, #rightcolumn {
    position: relative;
    float: left;
    width: 176px;
}
#centercolumn {
    position: relative;
    float: left;    
    width: 556px;
    padding: 0 18px;
}

.heading {
    position: relative;
    clear: both;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 14px;
    text-transform: uppercase;
    background: #005288;   
}

.headingleft {
    position: absolute;
    top:0;
    left:0;
    width: 2px;
    height: 28px;
    background: url(../img/bl.png) #fff no-repeat center;
}

.headingright {
    position: absolute;
    top:0;
    right:0;
    width: 2px;
    height: 28px;
    background: url(../img/br.png) #fff no-repeat center;
}


.cabinet {
    padding-top: 8px;
    height: 124px;
}

.cabinet input[type=text], .cabinet input[type=password] {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 22px;
    height: 22px;
    color: #acacac;
    width: 142px;
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 22px;
    border: 1px solid #acacac;
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari, Chrome */
    border-radius: 9px; /* universal */
    behavior: url(border-radius.htc); /* IE */ 
    margin-bottom: 8px;
}

.reg {
    display: block;
    position: relative;
    float: left;
    margin-left: 11px;
    color: #333333;
}

.enter {
    display: block;
    position: relative;
    float: right;
    margin-right: 11px;    
    color: #2f80ad;
    text-decoration: underline;
}

.cart {
    width: 100%;
    height: 82px;
    padding-top: 14px;
    padding-left: 86px;
    background: url(../img/cart.png) no-repeat 11px 13px;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
    cursor: pointer;
}

.info {
    position: relative;
    
}

.info a {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #2a5a98;
    color: #454545;
    margin: 0 2px;
}

.info a:hover, .info a.active {
    color: #f3c100;
}

ul.catalog {
    position: relative;
    float: left;
    clear: both;    
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.catalog li {
    position: relative;
    clear: both;    
}

ul.catalog li a {
    display: block;
    position: relative;
    clear: both;
    padding-left: 2px;
    margin-top: 8px;
    color: #295a96;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid #2b5995;
    width: 100%;
}

ul.catalog li ul {
    position: relative;
    float: left;
    clear: both;    
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    list-style: none;
}

ul.catalog li ul li {
    position: relative;
    float: left;
    clear: both;    
}

ul.catalog li ul li a {
    display: block;
    position: relative;
    float: left;
    clear: both;
    padding-left: 2px;
    margin-top: 5px;
    background: none;
    color: #464646;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid #2b5997;
    width: 100%;
    /*background: url(../img/ulna.png) no-repeat right 80%;*/
}

ul.catalog li a:hover, ul.catalog li a.active, ul.catalog li ul li a:hover, ul.catalog li ul li a.active {
    color: #f3c100;
    /*background: url(../img/ula.png) no-repeat right 80%;*/
}

/*.sf-sub-indicator {
    display: none;
}

ul.catalog li.sfHover ul {
    display: block;
    visibility: visible;
}*/


#products, #categories {
    position: relative;
    clear: both;
    margin-top: 30px;
    width: 100%;
}

.product, .category {
    position: relative;
    float: left;
    /*width: 172px;*/
    height: 252px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.product .img, .category .img {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border: 1px solid #959595;
    text-align: center;
    vertical-align: middle;
}

.product .descr, .category .descr {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 13px;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
}

.product .descr .name, .category .descr .name {
    font-weight: bold;
    text-transform: uppercase;
    color: #295a94;
}

.product .descr .price, .category .descr .price {
    color: #2f80ad;
    font-weight: bold;
    font-size: 14px;
}

.product .descr a, .category .descr a {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #2c5a96;
}

.product .descr a:hover, .category .descr a:hover {
    color: #f3c100;
}

#copyright {
    position: relative;
    float: left;
    width: 400px;
    text-align: left;
    height: 56px;
    line-height: 56px;
}

#arcius {
    position: relative;
    float: right;
    width: 400px;
    text-align: right;
    height: 56px;
    line-height: 56px;
}

#copyright a, #arcius a {
    color: #454545;
}

#copyright a:hover, #arcius a:hover {
    color: #f3c100;
}

.divider {
    position: relative;
    clear: both;
    width: 100%;
    height: 7px;
    background: #f5c100;
    overflow: visible;
    margin-bottom: 18px;
}

.dividerp {
    position: absolute;
    left: 74px;
    top: 0;
    width: 23px;
    height: 20px;
    background: url(../img/divider.png) #fff no-repeat center;    
}

.table {
    border-color: #005288;    
}

table thead tr {
    font-size: 12px;
    line-height: 18px;
    color: #295a96;
    background: #f8981d;
    text-align: center;
    vertical-align: middle;
}

table tbody tr {
    background: #f5f5f5;
    color: #464646;
    line-height: 20px;
}

tr + tr {
    border-top: 1px solid #fff;
}

td + td {
    border-left: 1px solid #fff;
}

td + td.border_blue {
    border-left: 1px solid #005288;
    border-top: 1px solid #005288; 
}

.table table tbody tr:hover {
    background-color: #eeeeee;
}

.button {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #005288;
    text-align: center;
    cursor: pointer;
    width: auto;
}

.minus, .plus, .amount {
    position: relative;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: #464646;
    text-align: center;
    /*border-top: 1px solid #2b5a96;*/
}

.minus, .plus {
    width: 16px;
    cursor: pointer;
}

/*.minus, .amount {
   border-right: 1px solid #2b5a96; 
}*/
.amount {
    width: 62px;
}

.line {
    position: relative;
    clear: both;
    width: 100%;
    height: 3px;
    background: #2b5995;
}

.counters {
    margin: 0 auto;
}

/*Return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}