html {
    min-width: 1200px;
}

body {
    background: #333;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, 'Times New Roman';
    font-size: 80%;  
    -webkit-text-size-adjust: none;
    min-width: 1200px;
}

a {
    text-decoration: none; 
    cursor: pointer;
    color: #09c;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

h1 {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #0099cc;
    line-height: 40px;
}

h2 {
    color: #464646;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/** Slogan **/

h2.slogan {
    font-size: 85%;
    position: absolute;
    left: 230px;
    top: 0;
    line-height: 1.3em;
    color: #bbb;
    border-left: 5px solid #bbb;
    padding-left: 15px;
    margin-top: 12px;
}

h2.news-title {
    color: #282629;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

/** Clear **/

.clear-box {
    clear: both;
}

div.no-items {
    color: #0099cc;
    text-align: center;
    border: solid 1px #0099cc;
    background: #e4f8ff;
    margin: 20px 0;
    padding: 15px 0;
    font-size: 14px;
}

/** Layout **/

div#header-container {
    position: absolute;
    height: 125px;
    width: 100%;
    min-width: 1200px;
    z-index: 10;
    background: url('/images/top-back.png') repeat-x;
}

div#header-container #header {
    position: relative;
    width: 1200px;
    height: 125px;
    /*background: url('/images/top-back-center.png') no-repeat center -1px;*/
    margin: 0 auto;
}

div#header-container #header a.logo {
    display: block;
    position: absolute;
    background: url('/images/logo.png') no-repeat;
    width: 192px;
    height: 61px;
    top: 12px;
    left: 20px;
}

div#header-container #header a.logo span {
    display: none;
}

div#top-gap {
    height: 85px;
}

/** Slider **/

div#layerslider {
    width: 100%;
    height: 25vw;
    min-width: 1200px;
    min-height: 370px;
    position: relative;
}

div#layerslider span.link-txt {
    position: relative;
}

div#layerslider span.link-txt a {
    display: inline-block;
    padding: 10px 20px;
    background: #f1f1f1;
    color: #444;
}

div#layerslider .main-txt {
    /*font-family: 'Jura', sans-serif;*/
    letter-spacing: 6px;
    font-size: 350%;
    color: white;
    text-transform: uppercase;
}

div#layerslider .sub-txt {
    /*font-family: 'Jura', sans-serif;*/
    letter-spacing: 4px;
    font-size: 300%;
    color: #12b1e9; /* blue */
}

div#layerslider .butt-more {
    /*font-family: 'Jura', sans-serif;*/
    font-size: 160%;
    background: #12b1e9; /* blue */
    color: white;
    padding: 0 1em;
    line-height: 40px;
     border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

/** Navigation **/

#main-menu {
    position: absolute;
    right: 20px;
}

#main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#main-menu ul li {
    display: inline-block;
    font-size: 14px;
}

#main-menu ul li a {
    display: block;
    color: #464646;
    text-transform: uppercase;
    padding: 20px 20px 25px 20px;
    text-align: center;
    line-height: 10px;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; 
}

#main-menu ul li a.active {
    background: #13afea !important;
    color: #fff !important;
}

#main-menu ul li a:hover {
    background: none;
    color: #12b1e9;
}

#main-menu ul li a span.icon {
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-bottom: 10px;
}

#main-menu ul li a.home span.icon {
    background: url("/images/menu/home-1x.png") no-repeat 0 0;
}

#main-menu ul li a.about span.icon {
    background: url("/images/menu/about-1x.png") no-repeat 0 0;
}

#main-menu ul li a.products span.icon {
    background: url("/images/menu/products-1x.png") no-repeat 0 0;
}

#main-menu ul li a.news span.icon {
    background: url("/images/menu/news-1x.png") no-repeat 0 0;
}

#main-menu ul li a.contacts span.icon {
    background: url("/images/menu/contact-1x.png") no-repeat 0 0;
}

#main-menu ul li a.active span.icon {
    background-position: 0 -20px !important;
}

#main-menu ul li a:hover span.icon {
    background-position: 0 -40px;
}

@media only screen and (min-resolution: 2dppx),
only screen and (-webkit-min-device-pixel-ratio: 2)
{
    #main-menu ul li a.home span.icon {
        background: url("/images/menu/home.png") no-repeat 0 0;
        background-size: 26px auto;
    }

    #main-menu ul li a.about span.icon {
        background: url("/images/menu/about.png") no-repeat 0 0;
        background-size: 26px auto;
    }

    #main-menu ul li a.products span.icon {
        background: url("/images/menu/products.png") no-repeat 0 0;
        background-size: 26px auto;
    }

    #main-menu ul li a.news span.icon {
        background: url("/images/menu/news.png") no-repeat 0 0;
        background-size: 26px auto;
    }

    #main-menu ul li a.contacts span.icon {
        background: url("/images/menu/contact.png") no-repeat 0 0;
        background-size: 26px auto;
    }

    #main-menu ul li a.active span.icon {
        background-position: 0 -20px !important;
    }

    #main-menu ul li a:hover span.icon {
        background-position: 0 -40px;
    }
}



/** Submenu **/

#submenu-container {
    display: none;
    position: absolute;
    right: 0;
    background: rgb(245,245,245);
    top: 85px;
    z-index: 10;
    /*box-shadow: 5px 5px 10px rgb(230,230,230);*/
    padding: 30px 0 15px 0;
    white-space: nowrap;
}

#main-menu ul li:hover #submenu-container {
    display: block;
}

#submenu-container .submenu-cat {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
    vertical-align: top;
}

#submenu-container .submenu-cat a {
    text-transform: none;
    padding: 0;
    margin: 0;
    text-align: left !important;
}

#submenu-container .submenu-cat .title {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    width: 100px;
    height: 40px;
    white-space: normal;
}

#submenu-container .submenu-cat .title a {
    font-weight: bold;
    color: #444;
    text-transform: none;
    line-height: 18px;
}

#submenu-container .submenu-cat .submenu-cat-items a {
    display: block;
    line-height: 25px;
    padding: 0 5px 0 5px;
    margin: 5px 0;
}

#submenu-container .submenu-cat .submenu-cat-items a:hover {
    background-color: #12b1e9;
    color: white;
}

/** Category **/

#home-categories-container {
    position: relative;
    background: url('/images/home-categories-back.png') repeat;
}

#home-categories {
    position: relative;
    width: 1140px;
    padding: 0 40px;
    font-size: 0;
    margin: 0 auto;
}

#home-categories ul {
    list-style: none;
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
}

#home-categories ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 0;
    width: 150px;
    height: 220px;
    text-align: center;
    vertical-align: top;
}

#home-categories ul li.last {
    margin-right: 0;
}

#home-categories ul li a {
    display: block;
    text-align: center;
    padding-top: 155px;
    background: url('/images/category-default.png') no-repeat center 0;
    background-size: 94px auto;
    font-size: 14px;
}

#home-categories ul li span {
    color: #fff;
    font-style: italic;
    line-height: 18px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

/* News */

#home-news-container {
    height: 470px;
    background: url('/images/home-news-back.png') repeat-x;
}

#home-news-container #home-news {
    position: relative;
    width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

#home-news-container #home-news .news-item {
    float: left;
    width: 350px;
    margin-right: 45px;
    margin-top: 25px;
    text-align: center;
}

#home-news-container #home-news .news-item.last {
    margin-right: 0;
}

#home-news-container #home-news .news-item .title {
    height: 60px;
    color: white;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

#home-news-container #home-news .news-item .title a {
    color: #fff;
}

#home-news-container #home-news .news-item .img img {
    display: inline-block;
    width: 300px;
    height: auto;
}

#home-news-container #home-news .news-item .txt {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
    height: 70px;
}

#home-news-container #home-news .news-item .read-more a {
    display: inline-block;
    background: url('/images/read-more.png') no-repeat 0 center;
    padding-left: 25px;
    color: #11afee;
}

div.category-intro-txt {
    text-align: justify;
    margin-bottom: 40px;
    line-height: 28px;
}

/** Footer **/

#footer-container {
    background: #333;
}

#footer {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    height: 110px;
}

#footer .info {
    float: left;
    line-height: 110px;
    color: #999;    
}

#footer .certifikat {
    padding: 33px 200px 0 0;
    float: right;
    color: white;
    text-align: right;    
}

#footer .certifikat a {
    position: absolute;
    top: 25px;
    right: 100px;    
}

#footer a {
    color: #999;
}

#footer span.top-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url('/images/top-arrow.png') no-repeat;
    top: 35px;
    right: 25px;
}

/** Content **/

#content-container {
    position: relative;
    background: #f5f5f5;
    padding: 0;
}

#content-container #content {
    width: 1080px;
    position: relative;
    margin: 0 auto;
    min-height: 500px;
    background: url('/images/content-back.png') repeat-y center 0;
    padding: 50px 60px;
    color: #717372;
    font-size: 14px;
    line-height: 22px;
}

div.h-container {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
}

div.h-container .h-content {
    display: inline-block;
    border-bottom: solid 3px #0099cc;
    padding: 0 50px 10px 0;
}

div.h-container .h-content .breadcrumbs-container {
    margin: 15px 0 5px 0;
}

div.h-container .h-content .breadcrumbs-container a {
    color: #dee1e8;
    font-size: 11px;
}

div.h-container .h-content .breadcrumbs-container a.active {
    color: #737373;
}

div.h-container .h-content .breadcrumbs-container span.separator {
    display: inline-block;
    color: #737373;
}

/** Contact **/

div.contact-left-panel {
    float: left;
    width: 48%;
}

div.contact-right-panel {
    float: right;
    width: 48%;
}

div#contact-box {
    background: rgb(245,245,245);
    padding: 15px;
    border: solid 1px #ccc;
    line-height: 1.7em;
}

div#contact-box h2 {
    color: #272725;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: normal;
}

div#contact-box a {
    color: #44d4f6;
}

div#contact-box p {
    margin: 0;
    padding: 0;
}

.contact-subheader {
    font-size: 20px;
    color: #2a2627;
    margin: 40px 0 20px 0;
}

.contact-subheader.line {
    padding: 0 0 12px 0;
    border-bottom: solid 1px #e3e3e3;
}

table.contact-table {
    position: relative;
    margin-top: 40px;
}

table.contact-table td.title {
    font-size: 14px;
    padding-bottom: 5px;
}

table.contact-table td.input {
    padding-bottom: 15px;
}

table.contact-table td.input input, table.contact-table td.input textarea {
    border: solid 1px #d3d3d3;
    padding: 10px 50px 10px 5px;
    font-size: 14px;
}

table.contact-table td.input input#c-subject {
    width: 460px;
    background: url('/images/contact-subject-icon.png') no-repeat right center;
}

table.contact-table td.input input#c-name {
    width: 180px;
    margin-right: 40px;
    background: url('/images/contact-name-icon.png') no-repeat right center;
}

table.contact-table td.input input#c-email {
    width: 180px;
    background: url('/images/contact-email-icon.png') no-repeat right center;
}

table.contact-table td.input textarea {
    width: 460px;
    height: 150px;
    resize: none;
    background: url('/images/contact-txt-icon.png') no-repeat right 2px;
}

#contact-map-container {
    position: relative;
    box-shadow: 0px 0px 8px #ccc;
    width: 520px;
    height: 440px;
    margin-top: 40px;
    padding-top: 10px;
}

#contact-map-container #map {
    width: 500px;
    height: 430px;
    margin: 0 auto;
}

#contact-submit-container {
    position: relative;
    margin: 30px 0;
}

button#contact-send-button {
    float: left;
    cursor: pointer;
    background: #525252;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
    border: none;
}

#contact-submit-container span.loading {
    float: left;
    display: none;
    width: 32px;
    height: 25px;
    margin-left: 50px;
    margin-top: 10px;
    background: url('/images/loading.gif') no-repeat;
    background-size: 32px 25px;
}

#contact-submit-status {
    display: none;
    color: #0099cc;
    text-align: center;
    border: solid 1px #0099cc;
    background: #e4f8ff;
    padding: 15px 0;
}

/** xxx **/

div.product-cat-container {
    margin-bottom: 40px;
    font-size: 0px;
}

div.product-cat-container .s-title {
    font-size: 20px;
    color: #282629;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #0099cc;
    display: inline-block;
    padding-right: 80px;
}

div.product-cat-container .subcategories {
    margin-top: 20px;
}

div.product-cat-container .subitem {
    display: inline-block;
    margin: 10px 15px;
    width: 115px;
    height: 115px;
    vertical-align: top;
}

div.product-cat-container .subitem a {
    display: block;
    width: 115px;
    background: url('/images/subcategory-default.png') no-repeat center 0;
    background-size: 75px 75px;
    font-size: 14px;
    padding-top: 90px;
    height: 25px;
    text-align: center;
    color: #14aeec;
}

/** Product **/

#products-container {
    font-size: 0px;
}

#products-container .product-item {
    display: inline-block;
    font-size: 12px;
    width: 252px;
    margin-right: 22px;
    margin-bottom: 45px;
}

#products-container .product-item.last {
    margin-right: 0;
}

#products-container .product-item .title {
    font-size: 20px;
    line-height: 25px;
    color: #282629;
    height: 55px;
    margin-bottom: 10px;
}

#products-container .product-item .title a {
    color: inherit;
}

#products-container .product-item .link {
    margin-top: 15px;
}

#products-container .product-item .img img {
    width: 250px;
    border: solid 1px #ccc;
}

/** Product detail **/

.product-detail {
    margin-top: 20px;
}

.product-detail .product-title {
    font-size: 32px;
    color: #282629;
    line-height: 40px;
    margin-bottom: 25px;
}

.product-detail .product-image {
    float: left;
    width: 345px;
    height: 290px;
    border: solid 1px #ccc;
    padding: 10px;
}

.product-detail .product-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-detail .product-info {
    float: right;
    width: 640px;
}

.product-detail .product-info .product-model {
    background: rgb(245,245,245);
    line-height: 35px;
    padding: 0 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.product-detail .product-info .product-model strong {
    display: inline-block;
    margin-right: 25px;
}

.product-detail .product-info .short-descr {
    line-height: 1.5em;
    margin-top: 25px;
}

.product-detail .product-info .short-descr p {
    margin-bottom: 25px;
}

.product-detail .product-info .ask-btn {
    margin-top: 25px;
}

.product-detail .product-info .ask-btn a {
    display: inline-block;
    height: 50px;
    padding: 0 15px 0 60px;
    line-height: 50px;
    text-align: right;
    color: white;
    font-size: 120%;
    text-decoration: none;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    /*background: url('/images/product-ask-btn.png') no-repeat;*/
    background: #9c0 url('/images/icon-help.png') 15px center no-repeat;  
}

.product-detail .product-info .ask-btn a:hover {
    background: #ccc url('/images/icon-help.png') 20px center no-repeat;
}

.product-detail .product-info .ask-btn a span {
    display: none;
}

#products-data-tabs {
    margin: 25px 0 25px 0;
    background: rgb(230,230,230);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#products-data-tabs div {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0 15px 0 60px;
    line-height: 50px;
    color: #666;
    font-size: 120%;
    cursor: pointer;
    min-width: 160px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
     transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#products-data-tabs div.active {
    /*background: url('/images/product-tab-active.png') repeat-x;*/
    color: #bababa;
    background-color: #13afea;
    color: white;
}

/*
#products-data-tabs div span {
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px;
    height: 64px;
}
*/

#products-data-tabs div.t1 {
    background: transparent url('/images/icon-text-d.png') 15px center no-repeat;
}

#products-data-tabs div.t1:hover {
    background: #fff url('/images/icon-text-d.png') 20px center no-repeat;
}

#products-data-tabs div.t1.active {
    background: #13afea url('/images/icon-text.png') 15px center no-repeat;
}

#products-data-tabs div.t1.active:hover {
    background: #13afea url('/images/icon-text.png') 20px center no-repeat;
}

#products-data-tabs div.t2 {
    background: transparent url('/images/icon-photo-d.png') 15px center no-repeat;
}
 
#products-data-tabs div.t2:hover {
    background: #fff url('/images/icon-photo-d.png') 20px center no-repeat;
}

#products-data-tabs div.t2.active {
    background: #13afea url('/images/icon-photo.png') 15px center no-repeat;
}

#products-data-tabs div.t2.active:hover {
    background: #13afea url('/images/icon-photo.png') 20px center no-repeat;
}

#products-data-tabs div.t3 {
    background: transparent url('/images/icon-video-d.png') 15px center no-repeat;
}

#products-data-tabs div.t3:hover {
    background: #fff url('/images/icon-video-d.png') 20px center no-repeat;
}

#products-data-tabs div.t3.active {
    background: #13afea url('/images/icon-video.png') 15px center no-repeat;
}

#products-data-tabs div.t3.active:hover {
    background: #13afea url('/images/icon-video.png') 20px center no-repeat;
}

#products-data-tabs div.t4 {
    background: transparent url('/images/icon-files-d.png') 15px center no-repeat;
}

#products-data-tabs div.t4:hover {
    background: #fff url('/images/icon-files-d.png') 20px center no-repeat;
}

#products-data-tabs div.t4.active {
    background: #13afea url('/images/icon-files.png') 15px center no-repeat;
}

#products-data-tabs div.t4.active:hover {
    background: #13afea url('/images/icon-files.png') 20px center no-repeat;
}

/*
#products-data-tabs div.t1 span {
    background-image: url('/images/product-descr.png');
}

#products-data-tabs div.t2 span {
    background-image: url('/images/product-gallery.png');
}

#products-data-tabs div.t3 span {
    background-image: url('/images/product-video.png');
}

#products-data-tabs div.t4 span {
    background-image: url('/images/product-files.png');
}
*/

div.tab-content {
    position: relative;
    display: none;
}

div.tab-content p {
    line-height: 1.5em;
}

div.tab-content.active {
    display: block;
}

div.tab-content p {
    margin-bottom: 25px;
}

/* Photogallery */

#product-gallery-container {
}

#product-gallery-container div.gallery-item {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 1px;
    width: 136px;
    height: 97px;
}

#product-gallery-container div.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

#product-gallery-container div.gallery-item.last {
    margin-right: 0;
}

/* Videogallery */

#product-videos-container {
}

#product-videos-container .video-item {
    width: 800px;
    margin: 0 auto 25px auto;
}

#product-videos-container .video-item .title {
    margin: 1em 0;
    text-align: center;
    font-weight: bold;
}

/* Files */

#product-files-container {
}

#product-files-container div.file-item {
    display: block;
    padding: 10px;
    margin-bottom: 25px;
}

#product-files-container div.file-item a {
    background: url('/images/icon-pdf.png') left center no-repeat;
    display: inline-block;
    line-height: 35px;
    padding: 0 0 0 50px;
}

div#about-info {
    line-height: 24px;
    padding-bottom: 40px;
}

div#about-info img {
    margin-right: 20px;
}

/** Table **/

.product-detail table { font-size: 100%; border-collapse: collapse; text-align: left; margin-bottom: 1em; }
.product-detail table th { font-size: 120%; font-weight: normal; background-color: rgb(230,230,230); padding: 10px 8px; border-bottom: 2px solid #ccc; }
.product-detail table td { border: 1px solid #ccc; padding: 6px 8px; }
.product-detail table tr:hover td { }

/** News **/

div.news-left-panel {
    float: left;
    width: 760px;
}

div.news-right-panel {
    float: right;
    width: 260px;
}

div.news-right-panel .title {
    color: #282629;
    font-size: 18px;
    margin-bottom: 30px;
}

div#news-container .news-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

div#news-container .news-item .title a {
    font-size: 24px;
    line-height: 32px;
}

div#news-container .news-item .date {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 10px;
}

div#news-container .news-item .img {
    width: 200px;
    padding: 10px;
    border: solid 1px #ccc;
    float: left;
}

div#news-container .news-item .txt {
    height: 180px;
    width: 500px;
}

div#news-container .news-item .link {
    margin-top: 20px;
}

div#news-container .news-item .data {
    float: left;
    margin-left: 30px;
}

div#news-container .news-item .img img {
    width: 200px;
}

div#last-news-container {
    margin-bottom: 40px;
}

div#last-news-container .last-news-item {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

div#last-news-container .last-news-item .img {
    width: 60px;
    padding: 5px;
    border: solid 1px #ddd;
    float: left;
}

div#last-news-container .last-news-item .txt {
    float: right;
    width: 175px;
}

div#last-news-container .last-news-item .txt a {
    color: inherit;
}

div#last-news-container .last-news-item .img img {
    width: 60px;
}

div#last-news-container .last-news-item .date {
    color: #ddd;
    font-size: 10px;
    margin-top: 10px;
}

ul.date-filter {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.date-filter li {
    display: block;
    padding: 0;
    margin: 0;
}

ul.date-filter li a {
    font-size: 14px;
}

div.detail-txt {
    padding-bottom: 30px;
    text-align: justify;
}

div.detail-txt img.main {
    float: left;
    width: 300px;
    height: auto;
    margin: 0 20px 20px 0;
}

div.detail-txt .gallery {
    margin-top: 50px;
    font-size: 0px;
}

div.detail-txt .gallery .gallery-item {
    display: inline-block;
    width: 136px;
    height: 97px;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.detail-txt .gallery .gallery-item.last {
    margin-right: 0;
}

/** Tabs **/

div#tech-specs-container {
    margin: 25px 0;
}

div#tech-specs-container .tech-spec {
    margin-bottom: 25px;
    clear: both;
}

div#tech-specs-container .tech-spec .ts-title {
    background: rgb(230,230,230);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 15px 0 60px;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    color: #666;
    font-weight: bold;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

div#tech-specs-container .tech-spec .ts-title:hover {
    background: #fff;
}

div#tech-specs-container .tech-spec .ts-title span {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 32px;
    height: 20px;
    background: url('/images/expand-collapse.png') no-repeat 0 -20px;
    background-size: 32px 40px;

}

div#tech-specs-container .tech-spec .ts-txt {
    display: none;
}

div#tech-specs-container .tech-spec.expanded .ts-txt {
    display: block;
}

div#tech-specs-container .tech-spec.expanded .ts-title span {
    background-position: 0 0;
}

div#main-b-container {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: url('/images/main-b-back.png');
    top: 0;
    left: 0;
}

div#main-b-container #main-b-content {
    display: none;
    position: absolute;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div#main-b-container #main-b-content span {
    position: absolute;
    top: -15px;
    right: -15px;
    background: url('/images/close-main-b.png') no-repeat #fff center center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
}