body {
    font-family: Arial;
    font-size: 14px;
    margin: 0 0;
    padding: 0 0;
    background: url(../images/background.png);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

p {
    padding: 0;
}

.right-middle p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

input, select {
    font-size: 16px;
    color: #999;
}

input, select, textarea {
    padding: 4px 5px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: inset 0 0 4px 0px #999; /* (4.4) */
    text-decoration: none;
    color: #666;
}

input.button {
    padding: 4px 5px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 0 0 4px 0px #666; /* (4.4) */
    text-decoration: none;
    color: #666;
    background: rgb(238, 238, 238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

input.button:hover {
    padding: 4px 5px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 0 0 1px 0px #999; /* (4.4) */
}

.footer p {
    margin: 0px;
    padding: 0;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/background.png);
    z-index: 10;
}

.fixed.active {
    box-shadow: 0 0 10px 0 RGBA(0,0,0,0.5);
}

.top, .header {
    width: 80%;
    min-width: 1000px;
    margin: 0 auto;
}

.brands, .featured, .banner, #middle, .footer {
    /*overflow: hidden;*/
    width: 80%;
    min-width: 1000px;
    margin: 5px auto;
}

.top {

}

.top-search .search input {
    color: #666666;
    padding: 3px 27px 3px 5px;
    border: none;
    height: 25px;
    width: 218px;
    background: #e4e4e4;
}

.top-search {
    margin-top: 10px;
    float: right;
}

.top-qr {
    height: 42px;
    margin-top: 8px;
    margin-right: 10px;
    float: right;
}

.top-menu {
    height: 44px;
    float: left;

}

.top-menu ul {
    list-style: none;
    padding: 0;
}

.top-menu ul li {
    float: left;
}

.top-menu ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    height: 16px;
    padding: 4px 0;
    margin: 0 10px;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    text-shadow: 0 1px 0 #e8e8e8;
}

.top-menu ul li a:hover {
    border-bottom: none;
}

.top-menu ul > li#current > a, .top-menu ul > li.active > a {
    display: block;
    float: left;
    height: 16px;
    padding: 4px 9px;
    border-radius: 3px;
    border: 1px solid #77b3e7;
    box-shadow: 0 0 4px 0px #333; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#4685ba, #26577f);
    background: -ms-linear-gradient(#4685ba, #26577f);
    background: -o-linear-gradient(#4685ba, #26577f);
    background: -webkit-linear-gradient(#4685ba, #26577f);
    color: #fff;
    white-space: nowrap;
    text-shadow: none;
}

.top-menu ul > li#current > a:hover, .top-menu ul > li.active > a:hover {
    display: block;
    float: left;
    height: 22px;
    padding: 4px 9px;
    border: 1px solid #77b3e7;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px #999; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#519bd9, #316fa1);
    background: -ms-linear-gradient(#519bd9, #316fa1);
    background: -o-linear-gradient(#519bd9, #316fa1);
    background: -webkit-linear-gradient(#519bd9, #316fa1);
    color: #fff;
    white-space: nowrap;
}

.logo {
    height: 97px;
    width: 239px;
    display: block;
    float: left;
    margin-top: -6px;
    background: url(../images/logo.png) no-repeat;
}

.header-bg {
    height: 86px;
    width: 100%;
    margin: 48px auto 0;
    background: url(../images/header-bg.png) repeat-x;
}

.header {
    height: 153px;
}

.header-left {
    font: 20px Arial;
    height: 97px;
    float: left;
    width: 250px;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
    text-align: center;
    font-style: italic;
}

.header-middle {
    width: 45%;
    float: left;
    font: 16px Arial;
    height: 71px;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
    text-align: center;
    font-style: italic;
    padding-top: 15px;
}

.header-middle p {
    font: 14px Georgia;
    margin: 0;
    text-align: right;
    color: #fff;
    text-shadow: #333333 0px -1px 0px;
    font-style: italic;
}

.header-middle p:before {
    content: '- ';
}

.header-right {
    width: 410px;
    font-size: 12px;
    color: #003366;
    height: 86px;
    float: right;
    padding-top: 8px;
}

.header-right p {
    margin: 4px 0 0;
    color: #fff;
}

.header-right a {
    color: #fff;
}

.header-top-right h1 {
    font-size: 26px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0px -1px 0px #003366;
}

.header-bottom {
    width: 100%;
    overflow: hidden;
}

.header-bottom-left {
    font-size: 26px;
    color: #336699;
    text-shadow: 0px 1px 0px #daeefe;
    height: 95px;
    float: left;
    overflow: hidden;
}

.header-bottom-right {
    height: 92px;
    float: right;
}

.header-bottom-left-address-l {
    float: left;
    height: 95px;
    width: 20px;
    background: url(../images/header-address-l.png) no-repeat;
}

.header-bottom-left-address {
    padding: 5px;
    float: left;
    height: 85px;
    width: 778px;
    background: url(../images/header-address-m.png) repeat-x;
}

.header-bottom-left-address-r {
    float: left;
    height: 95px;
    width: 20px;
    background: url(../images/header-address-r.png) no-repeat;
}

.right-block {
    text-align: center;
}

a.header-login {
    -moz-box-shadow: inset 0px 1px 0px 0px #69acd6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #69acd6;
    box-shadow: inset 0px 1px 0px 0px #69acd6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3a74a6), color-stop(1, #336794));
    background: -moz-linear-gradient(center top, #3a74a6 5%, #336794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a74a6', endColorstr='#336794');
    background-color: #3a74a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3866a3;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px -1px 0px #1d4873;
    padding: 5px 10px;
}

a.header-login:hover,
a.left-sidebar-button:hover,
a.primary-button:hover {
    color: #cecece;
}

a.left-sidebar-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #69acd6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #69acd6;
    box-shadow: inset 0px 1px 0px 0px #69acd6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3a74a6), color-stop(1, #336794));
    background: -moz-linear-gradient(center top, #3a74a6 5%, #336794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a74a6', endColorstr='#336794');
    background-color: #3a74a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3866a3;
    display: block;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px -1px 0px #1d4873;
    padding: 10px 10px;
    margin: 10px auto;
    width: 200px;
    text-align: center;
}

a.primary-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #69acd6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #69acd6;
    box-shadow: inset 0px 1px 0px 0px #69acd6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3a74a6), color-stop(1, #336794));
    background: -moz-linear-gradient(center top, #3a74a6 5%, #336794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a74a6', endColorstr='#336794');
    background-color: #3a74a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3866a3;
    display: block;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px -1px 0px #1d4873;
    padding: 10px 10px;
    margin: 10px auto;
    text-align: center;
}

.brands {
    height: 35px;
    padding-top: 10px;
    background: url(../images/brands-bg.png) repeat-x;
    white-space: nowrap;
}

.brands img {
    border: none;
    margin-left: 7px;
    margin-right: 7px;
    opacity: 0.2;
}

.brands img:hover {
    margin-left: 7px;
    margin-right: 7px;
    opacity: 1.0;
}

/*.featured {
 background: url(../images/tovar_dnya.png) no-repeat left;
 padding-left: 56px;
 padding-right: 56px;
}*/

.banner {

}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    height: 1%;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 54%;
    float: left;
    margin-top: 12px;
    overflow: hidden;
}

.content {
    color: #333;
    padding: 0;
    width: 100%;
}

.content > .blog {
    color: #333;
    padding: 0;
    width: 100%;
}

.content h3 {
    margin: 0px 0px 10px 0px;
    text-align: center;
}

a {
    color: #133f63;
}

a:hover {
    color: #336699;
    text-decoration: none;
}

.createdate {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    color: #333;
}

.contentheading {
    font-size: 18px;
}

.contentpaneopen {
    width: 100%;
}

.contentpaneopen a {
    /*text-decoration: none;*/
    /*border-bottom: 1px dotted #133f63;*/
}

.contentpaneopen a:hover {
    text-decoration: none;
    border-bottom: none;
}

.contentpaneopen img {
    border: 1px solid #999;
    padding: 2px;
    border-radius: 5px;
    margin: 10px;
    max-width: 95%;
}

.date-title-l, #date-title-l-bg, .date-title-m, #date-title-r-bg, .date-title-r {
    float: left;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}

.date-title-l {
    width: 1%;
    background: url(../images/date-title-left.png) no-repeat right;
}

#date-title-l-bg {
    width: 18%;
    padding: 0px 0px;
    text-align: center;
    text-shadow: 0px -1px 0px #333;
    color: #fff;
    background: url(../images/date-title-left-bg.png);
}

.date-title-m {
    width: 4%;
    background: url(../images/date-title-middle.png) no-repeat;
}

#date-title-r-bg {
    height: 27px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0px;
    width: 76%;
    overflow: hidden;
    background: url(../images/date-title-right-bg.png);
}

#date-title-r-bg a {
    text-shadow: 0px -1px 0px #133f63;
    border: none;
    color: #fff;
}

#date-title-r-bg a:hover {
    border: none;
    color: #99ccff;
}

.date-title-r {
    width: 1%;
    background: url(../images/date-title-right.png) no-repeat;
}

.componentheading {
    width: 100%;
    overflow: hidden;
}

.componentheading-l, .componentheading-r, #componentheading-m {
    float: left;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    margin-top: 3px;
}

.componentheading-l {
    width: 1%;
    background: url(../images/componentheading-l.png) no-repeat right;
}

.componentheading-r {
    width: 4%;
    background: url(../images/componentheading-r.png) no-repeat;
    clear: right;
}

#componentheading-m {
    width: 18%;
    padding: 0px 0px;
    text-align: center;
    text-shadow: 0px -1px 0px #333;
    color: #fff;
    background: url(../images/componentheading-m.png);
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 23%;
    margin-top: 10px;
    position: relative;
}

#sideLeft .left {
    margin: 5px auto;
    width: 216px;
    overflow: hidden;
}

.left-button {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px -1px 0px #003366;
    text-decoration: none;
    display: block;
    margin: 5px auto;
    line-height: 59px;
    text-align: center;
    height: 59px;
    width: 216px;
    background: url(../images/blue-button-big.png) no-repeat;
}

.left-button:hover {
    color: #fff;
}

.newsmailer-box {
    color: #0d4677;
    margin: 30px auto;
    text-align: center;
    border-top: 1px dotted #0d4677;
    width: 216px;
}

.newsmailer-box h1 {
    font-size: 18px;
    margin: 15px 0px;
}

.newsmailer {
    padding: 0px;
    height: 95px;
    width: 216px;
    text-align: center;
    background: url(../images/mail_submit.png) bottom no-repeat;
}

.newsmailer .count {
    margin-top: 5px;
    color: #5491c4;
    text-shadow: 0px -1px 0px #133654;
    font-size: 12px;
}

.newsmailer input.email {
    margin-top: 0px;
    color: #666666;
    width: 205px;
    height: 25px;
    line-height: 25px;
    border: none;
}

.newsmailer input.button {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px -1px 0px #003366;
    text-align: center;
    margin-top: 15px;
    background: none;
    border-bottom: 1px dotted #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    width: 23%;
    margin-top: 15px;
    position: relative;
}

.cart-top {
    margin: 0 auto;
    height: 58px;
    width: 216px;
    background: url(../images/cart-top.png) no-repeat;
}

.cart-middle {
    color: #333;
    text-shadow: 0px 1px 0px #9eb9ce;
    margin: 0 auto;
    padding: 0 5px;
    width: 206px;
    overflow: hidden;
    font-size: 14px;
    background: url(../images/cart-middle.png) repeat-y;
}

.cart-middle a {
    color: #fff;
    text-shadow: 0px -1px 0px #333;
    text-decoration: none;
}

.cart-middle a:hover {
    color: #133f63;
    text-shadow: 0px 1px 0px #9eb9ce;
    border-bottom: dotted 1px #133f63;
}

.cart-bottom {
    margin: 0 auto;
    height: 7px;
    width: 216px;
    background: url(../images/cart-bottom.png) no-repeat;
}

.right-top {
    margin: 0 auto;
    height: 7px;
    width: 216px;
    background: url(../images/right-top.png) no-repeat;
}

.right-middle {
    color: #333;
    text-shadow: 0px 1px 0px #9eb9ce;
    margin: 0 auto;
    padding: 0 5px;
    width: 206px;
    overflow: hidden;
    font-size: 14px;
    background: url(../images/cart-middle.png) repeat-y;
}

.right-bottom {
    margin: 0 auto;
    height: 7px;
    width: 216px;
    background: url(../images/cart-bottom.png) no-repeat;
}

.spacer {
    height: 10px;
    width: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/

.footer-bg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #89a0b2;
}

.footer {
    color: #0f3c5f;
    text-shadow: 0px 1px 0px #9eb9ce;
}

.footer a {
    text-decoration: none;
    color: #0f3c5f;
    text-shadow: 0px 1px 0px #9eb9ce;
}

.footer a:hover {
    color: #666666;
}

ul.menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu-footer > li.parent:after {
    content: "→";
    display: inline-block;
    margin-left: 5px;
}

ul.menu-footer > li#current:after {
    display: none;
}

ul.menu-footer > li ul {
    font-weight: normal;
}

.footer1, .footer2, .footer3 {
    margin-top: 15px;
}

.footer1 {
    width: 10%;
    /*overflow: hidden;*/
    float: left;
}

.footer2 {
    width: 45%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.footer3 {
    width: 45%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.footer-cr {
    float: right;
    clear: both;
}

.footer-bottom {
    clear: both;
    overflow: hidden;
    margin: 0px auto;
}

/* Pagination
-----------------------------------------------------------------------------*/
.contentpagination {
    margin: 10px 0px;

    padding: 10px;
}

.pag_inactive {
    padding: 6px 9px;
    border-radius: 3px;
    box-shadow: inset 0 0 4px 0px #999; /* (4.4) */
}

.contentpagination a {
    padding: 6px 9px;
    border-radius: 3px;
    border: 1px solid #77b3e7;
    box-shadow: 0 0 4px 0px #333; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#4685ba, #26577f);
    background: -ms-linear-gradient(#4685ba, #26577f);
    background: -o-linear-gradient(#4685ba, #26577f);
    background: -webkit-linear-gradient(#4685ba, #26577f);
    color: #fff;
}

.contentpagination a:hover {
    padding: 6px 9px;
    border: 1px solid #77b3e7;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px #999; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#519bd9, #316fa1);
    background: -ms-linear-gradient(#519bd9, #316fa1);
    background: -o-linear-gradient(#519bd9, #316fa1);
    background: -webkit-linear-gradient(#519bd9, #316fa1);
    color: #fff;
}

#pag_prev span {
    text-align: center;
    line-height: 33px;
    display: block;
    float: right;
    width: 120px;
    height: 33px;
    color: #fff;
    text-shadow: 0px -1px 0px #666666;
    background: url(../images/pag_nav_notactive.png) no-repeat;
}

#pag_prev a {
    border: none;
    text-align: center;
    line-height: 33px;
    display: block;
    float: right;
    width: 120px;
    height: 33px;
    color: #fff;
    text-shadow: 0px -1px 0px #133f63;
    text-decoration: none;
    background: url(../images/pag_nav_active.png) no-repeat;
}

#pag_cent {
    color: #fff;
}

#pag_cent a {
    border: none;
    color: #fff;
    text-shadow: 0px -1px 0px #133f63;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    padding: 3px;
    margin: 0px 2px;
    display: block;
    float: left;
    text-align: center;
    height: 27px;
    width: 30px;
    background: url(../images/pag_num.png) no-repeat;
}

#pag_next span {
    text-align: center;
    line-height: 33px;
    display: block;
    float: left;
    width: 120px;
    height: 33px;
    color: #fff;
    text-shadow: 0px -1px 0px #666666;
    background: url(../images/pag_nav_notactive.png) no-repeat;
}

#pag_next a {
    border: none;
    text-align: center;
    line-height: 27px;
    display: block;
    float: left;
    width: 120px;
    height: 27px;
    padding: 3px;
    text-shadow: 0px -1px 0px #133f63;
    text-decoration: none;
    color: #fff;
    background: url(../images/pag_nav_active.png) no-repeat;
}

span.pag_active {
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    padding: 3px;
    margin: 0px 2px;
    text-shadow: 0px -1px 0px #993300;
    text-align: center;
    display: block;
    float: left;
    height: 27px;
    width: 30px;
    background: url(../images/pag_num_active.png) no-repeat;
}

.paginator {
    width: 200px;
    height: 36px;
    overflow: hidden;
}

span.pag_nav_dots {
    color: #fff;
    text-shadow: 0px -1px 0px #133f63;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    padding: 3px;
    margin: 0px 2px;
    display: block;
    float: left;
    text-align: center;
    height: 27px;
    width: 30px;
    background: url(../images/pag_num.png) no-repeat;
}

.paginator_nav {
    height: 36px;
    overflow: hidden;
}

.phonenumbers {
    border-bottom: 1px dotted #FFFFFF;
    margin-bottom: 15px;
    display: inline;
}

.prod_price_orange {
    color: #ff6600;
    font-size: 16px;
}

span.prod_price_rozn {
    color: #999999;
    font-size: 16px;
}

#aiContactSafeForm input, #aiContactSafeForm select, #aiContactSafeForm textarea {
    width: 240px;
}

.flpage {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #333333;
    background: #ffffff;
}

.flpage:hover {
    box-shadow: 0 0 10px 0 #333333;
}

.flpage-sub {
    width: 70%;
    margin: 10px auto;
    overflow: hidden;
}

.flpage-sub-inner {

}

a.flpage-sub-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee));
    background: -moz-linear-gradient(center top, #79bbff 5%, #4197ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color: #79bbff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #469df5;
    display: block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #287ace;
    text-align: center;
}

a.flpage-sub-button:hover {
    color: #fff;
}

.flpage-art {
    color: #999;
    /**width: 110px;
    border-radius: 0px;
    box-shadow: 0 0 4px 0 #999999 inset;
    padding: 6px 9px;**/
}

.flpage_img {
    width: 102px;
    margin: 0 auto;
}

.tool-title, .tool-text {
    padding: 3px;
    background: #fff;
}

.cert_img a {
    border: none;
}

.cert_img img {
    border: 1px solid #cecece;
    box-shadow: 0 0 10px 0 #999;
}

.cert_img img:hover {
    border: 1px solid #cecece;
    box-shadow: 0 0 3px 0 #999;
}

a.readon {
    padding: 6px 9px;
    margin: 0px auto;
    width: 85px;
    display: block;
    border-radius: 3px;
    border: 1px solid #77b3e7;
    box-shadow: 0 0 4px 0px #333; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#4685ba, #26577f);
    background: -ms-linear-gradient(#4685ba, #26577f);
    background: -o-linear-gradient(#4685ba, #26577f);
    background: -webkit-linear-gradient(#4685ba, #26577f);
    color: #fff;
}

a.readon:hover {
    padding: 6px 9px;
    border: 1px solid #77b3e7;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px #999; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#519bd9, #316fa1);
    background: -ms-linear-gradient(#519bd9, #316fa1);
    background: -o-linear-gradient(#519bd9, #316fa1);
    background: -webkit-linear-gradient(#519bd9, #316fa1);
    color: #fff;
}

a.btn-blue {
    padding: 6px 9px;
    margin: 0px auto;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #77b3e7;
    box-shadow: 0 0 4px 0px #333; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#4685ba, #26577f);
    background: -ms-linear-gradient(#4685ba, #26577f);
    background: -o-linear-gradient(#4685ba, #26577f);
    background: -webkit-linear-gradient(#4685ba, #26577f);
    color: #fff;
}

a.btn-blue:hover {
    padding: 6px 9px;
    border: 1px solid #77b3e7;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px #999; /* (4.4) */
    text-decoration: none;
    background: -moz-linear-gradient(#519bd9, #316fa1);
    background: -ms-linear-gradient(#519bd9, #316fa1);
    background: -o-linear-gradient(#519bd9, #316fa1);
    background: -webkit-linear-gradient(#519bd9, #316fa1);
    color: #fff;
}

.corner-left {
    position: absolute;
    top: 0;
    left: 0;
}

.contentpane #vmMainPage {
    margin: 30px;
    padding: 30px;
    background: #ffffff;
}

div.search input {
    width: 204px;
}

/* Модальное окно HTML5 */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 600px;
    position: relative;
    margin: 10% auto;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

a.button-blue {
    display: inline-block;
    background: #366D9C;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #366D9C;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.moduletable-tels p {
    white-space: nowrap;
}

.header-cart {
    float: right;
}
.header-cart a {
    -moz-box-shadow: inset 0px 1px 0px 0px #69acd6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #69acd6;
    box-shadow: inset 0px 1px 0px 0px #69acd6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3a74a6), color-stop(1, #336794));
    background: -moz-linear-gradient(center top, #3a74a6 5%, #336794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a74a6', endColorstr='#336794');
    background-color: #3a74a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3866a3;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px -1px 0px #1d4873;
    padding: 6px 10px;
    margin: 10px 0 0 5px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    height: 40px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered img {
    border: none;
    max-width: 150px;
    max-height: 100%;
    margin: 0;
    display: inline-block;
}

.certificates {
    text-align: center;
}

.certificates img {
    max-width: 90%;
    margin: 10px 0;
    padding: 2px;
    border-radius: 0;
    border: 3px solid #cecece;
}