@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    /* color: #77838D;*/
    color: #4c535a;
    height: 100%;
    background: #FBFBFB;
}

html * {
    outline: none;
    border: 0;
}

a {
    text-decoration: none; /*color: #77838D;*/
    color: #2b3440;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

hr.separator {
    border-bottom: 1px dashed #E3E3E3;
}

#wrapper {
    min-height: 100%;
    height: 100%;
}

#wrapper-inner {
    min-height: 100%;
    position: relative;
    background: url(/static/img/bg-bottom.png) 0 100% repeat-x;
}

#footer-wrapper {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#head-menu {
    padding: 0;
    margin: 0;
    color: #FFF;
    height: 40px;
    background: url(/static/img/menu-bg.png) 0 0 repeat-x;
    text-align: center;
    width: 100%;
    list-style: none;
}

ul#head-menu a {
    color: #FFF;
    text-transform: uppercase;
}

ul#head-menu a.eng {
    color: #666;
    font-size: smaller;
    text-transform: none;
}

ul#head-menu li.separator {
    background: url(/static/img/menu-bg-separator.png) 0 0 no-repeat;
    width: 1px;
    margin: 0;
    height: 40px;
}

ul#head-menu li {
    text-align: left;
    display: inline-block;
    margin: 5px 10px;
    height: 30px;
    vertical-align: top;
}

#head {
    /*height: 200px;*/
}

#footer {
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

#footer, #footer a {
    color: #999;
}

#logo {
    float: left;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 150px;
    margin: 30px 0 0;
}

#vendors {
    float: left;
    width: 840px; /*height: 180px;*/
    margin: 30px 0 0 10px
}

#vendors .vendor-item {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}

#vendors .vendor-item2 {
    float: left;
    width: 163px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}

#vendors .vendor-item .menu-vendor-logo-dark,
#vendors .vendor-item2 .menu-vendor-logo-dark {
    display: none;
}

#vendors .vendor-item-separator {
    float: left;
    width: 3px;
    height: 50px;
    background: url(/static/img/vendor-separator-v.png) 0 50% no-repeat;
}

#vendors .vendor-list-separator {
    float: left;
    width: 780px;
    height: 2px;
    background: url(/static/img/vendor-separator-h.png) 0 0 no-repeat;
}

#logo img {
    vertical-align: middle;
}

#main-wrapper {
    background: url(/static/img/bg-top.png) 0 0 repeat-x;
    padding-bottom: 80px;
}

#main {
    width: 1000px;
    margin: 0 auto;
}

#head-separator {
    height: 1px;
    background: url(/static/img/head-separator.png) 50% 0 no-repeat;
}

input[type=text] {
    border: 0;
    background: #E3E3E3;
    padding: 0 5px;
    color: #77838D;
}

/*#left {width: 170px; float: left; margin-top: 20px;}*/
#left {
    width: 240px;
    float: left;
    margin-top: 20px;
}

#left a {
    color: #2b3440;
}

#search-input {
    float: left;
    width: 965px;
}

#search-input, #search-submit {
    margin: 20px 0 0;
}

#search-input input {
    height: 30px;
    width: 965px;
    border: 0;
    margin: 0;
}

#search-submit {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #E3E3E3;
    float: left;
    padding: 0;
    text-align: center;
}

#search-submit a {
    display: inline-block;
}

#search-submit img {
    vertical-align: middle;
    margin-top: 2px;
}

/*
#search-input {float: left;}
#search-input input {height: 16px; width: 210px; border: 0;}
#search-submit {height: 16px; line-hegiht: 16px; width: 20px; background: #E3E3E3; float: left; margin: 0; padding: 0; text-align: center;}
#search-submit a {display: inline-block;}
#search-submit img {vertical-align: middle; margin-top: 2px;}
*/

ul#catmenu, ul.catmenu-sub {
    list-style: url(/static/img/catmenu-arrow-right.png);
    padding-left: 13px;
}

ul.catmenu-sub {
    margin: 0 0 0 0;
    color: #666;
    display: none;
}

#left ul.catmenu-sub a {
    color: #666;
}

ul#catmenu .expand {
    display: block;
}

ul#vendormenu-left {
    list-style: url(/static/img/catmenu-arrow-right.png);
    padding-left: 13px;
}

ul#novelties {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
}

ul#novelties li {
    margin: 0 0 10px;
}

.title {
    font-size: large;
    color: #77838D;
    margin: 10px 0;
    display: inline-block;
}

a.title {
    color: #77838D;
    text-decoration: underline;
}

/*#content {width: 810px; float: left; margin: 20px 0 0 20px;}*/
#content {
    width: 740px;
    float: left;
    margin: 20px 0 0 20px;
}

.page-title {
    background: #000;
    color: #FFF;
    height: 30px;
    line-height: 20px;
    font-weight: bold;
    font-size: larger;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-title-label {
    background: #FF6000;
    float: left;
    padding: 5px 15px;
}

.page-title-label-right {
    float: left;
    line-height: 30px;
    padding: 0 10px;
    font-size: x-small;
}

.page-title a {
    color: #FFF;
    font-weight: normal;
}

/*ul {list-style: none; margin: 0; padding: 0;}*/

#vendor-series-path {
    display: inline-block;
    margin: auto 5px 10px;
    padding: 5px 10px;
}
#vendor-series-path .active {
    font-weight: bold;
}

ul#product-list li,
ul#vendor-series li {
    float: left;
}

ul#vendor-series li.vendor-series-box-item {
    margin: 10px 19px 0 0;
    padding: 0;
    width: 170px;
}

ul#vendor-series li.vendor-series-box-item.vendor-series-box-item-last-column {
    margin-right: 0;
}

ul#vendor-series li.vendor-series-box-item.vendor-series-box-item-first-row {
    margin-top: 0;
}

ul#product-list li.product-list-item {
    margin: 0;
    padding: 0;
    width: 370px;
    height: 192px;
}

/*ul#product-list li.product-list-item {margin: 0; padding: 0; width: 405px; height: 185px;}*/
.product-list-separator {
    height: 2px;
    width: 740px;
    background: url(/static/img/product-list-separator.png) 50% 0 no-repeat;
    margin: 20px 0;
}

/*ul#product-list li.product-list-separator {height: 2px; width: 810px; background: url(/static/img/product-list-separator.png) 50% 0 no-repeat; margin: 20px 0;}*/
.product-list-left {
    border: 1px solid #D6D6D6;
    float: left;
    background: #D6D6D6;
}

.product-list-item-image,
.vendor-series-box-item-image {
    text-align: center;
    background: #FFF;
}
.product-list-item-image {
    height: 168px;
    line-height: 168px;
    width: 160px;
}
.vendor-series-box-item-image {
    height: 125px;
    line-height: 125px;
    width: 170px;
    border: 1px solid #D6D6D6;
}
.product-list-item-image img {
    vertical-align: middle;
}

.product-list-item-image a,
.vendor-series-box-item-image a {
    display: inline-block;
}

.product-list-item-detail {
    background: #FF6000;
    height: 21px;
    float: left;
    line-height: 21px;
    padding: 0 10px;
}

.vendor-series-box-item-title {
    padding: 5px 5px 0;
    font-weight: bold;
    line-height: 18px;
    height: 54px;
    width: 162px;
    color: #6a535a;
    overflow: hidden;
}

.vendor-series-box-item-title a {
    color: #6a535a;
}

.product-list-item-detail a {
    color: #FFF;
    text-transform: uppercase;
}

.product-list-item-detail-arrow,
.vendor-series-box-item-title-arrow {
    height: 21px;
    width: 21px;
    float: left;
    background: url(/static/img/detail-arrow.png) 0 0 no-repeat;
}

.product-list-right {
    float: left;
    width: 185px;
    margin-left: 10px;
}

/*.product-list-right {float: left; width: 220px; margin-left: 10px;}*/
.product-item-title {
    color: #566570;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}

.product-item-vendor {
    color: #FF6000;
    text-transform: uppercase;
}

.product-item-separator,
.vendor-series-box-separator {
    height: 1px;
    background: #DCDFE1;
    margin: 10px 0;
}

.product-list-item-description {
    line-height: 15px;
    height: 90px;
    overflow: hidden;
}

ul#product-list li.clear {
    float: none;
    clear: both;
}

.product-item-description {
    line-height: 15px;
}

.product-item-press-review-item img {
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.product-item-awards-title {
    text-align: center;
    text-transform: capitalize
}

.product-list-top {
    margin: 0 auto 10px;
}

ul#vendor-series {
}

ul#vendor-series li {
    float: left;
    margin: auto 5px;
    padding: 5px 10px;
}

ul#vendor-series li.active,
ul#vendor-series li.active a,
#vendor-series-path,
#vendor-series-path a
{
    background: #FF6000;
    color: #FFF;
}

#product-list-series-titles a {
    margin: auto 10px;
}

.product-rating {
    line-height: 16px;
}

.product-rating a {
    display: inline-block;
    width: 20px;
    height: 16px;
    text-align: center;
}

.product-rating a img {
    vertical-align: bottom;
}

.tabbed ul.tabs, .tabbed ul.tabcontent {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabbed ul.tabs li {
    float: left;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
    margin-right: 1px;
    padding: 0 15px;
    background: #FF6000;
    text-transform: uppercase;
}

.tabbed ul.tabs li, .tabbed ul.tabs li a {
    color: #FFF;
}

.tabbed ul.tabs li.active {
    background: #FFF;
}

.tabbed ul.tabs li.active, .tabbed ul.tabs li.active a {
    color: #FF6000;
}

.tabbed ul.tabcontent {
    border: 1px solid #E3E3E3;
    margin-top: -1px;
}

.tabbed .tabcontent li {
    display: none;
    padding: 10px;
}

ul#news-list .date {
    margin: 5px 0;
}

ul#news-list .details {
    text-align: right;
}

.news-detail-date {
    margin: 5px 0;
}

ul#news-list .details a {
    color: #FF6000;
}

#index-block-info {
    height: 111px;
}

#index-block-info-icon, #index-block-info-text {
    float: left;
    height: 111px;
}

#index-block-info-icon {
    width: 41px;
    background: url(../img/block-info.png) 0 0 no-repeat;
}

#index-block-info-text {
    margin-left: 10px;
    width: 759px;
}

#index-block-info-text h3, #index-block-info-text h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

#index-block-info-text h3 {
    font-size: 12px;
    line-height: 12px;
}

#index-block-info-text h2 {
    font-size: 14px;
    line-height: 14px;
}

#index-block-info-text p {
    font-size: 12px;
    padding: 0 0 5px;
    line-height: 12px;
}

#index-block-info-text-text {
    height: 92px;
    overflow: hidden;
}

#index-block-info-text-detail {
    text-align: right;
    color: #FF6000;
    margin-top: 5px;
}

#index-news-big {
    height: 380px;
    background: #E8E8E8;
    margin: 20px 0;
}

#index-news-big-image {
    float: left;
    margin-left: 20px;
    width: 575px;
    height: 380px;
    text-align: center;
    line-height: 380px;
}

#index-news-big-image img {
    vertical-align: middle;
}

ul#index-news-big-list {
    float: left;
    width: 215px;
}

ul#index-news-big-list li {
    height: 121px;
    padding: 5px 10px 0;
    border-bottom: 1px solid #CCC;
}

ul#index-news-big-list li.index-news-big-list-item-first {
    background: #000;
    border-bottom: 0;
}

.index-news-big-list-item-title {
    font-weight: bold;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
}

.index-news-big-list-item-text {
    height: 70px;
    line-height: 14px;
    overflow: hidden;
    margin: 5px 0 10px;
}

.index-news-big-list-item-date, .index-news-big-list-item-date-first {
    padding: 2px 5px;
    margin-top: 10px;
}

.index-news-big-list-item-date {
    background: #D8D8D8;
}

ul#index-news-medium {
    margin: 20px 0;
}

/*ul#index-news-medium li {float: left; width: 395px; background: #EEE; margin-bottom: 20px;}*/
ul#index-news-medium li {
    float: left;
    width: 360px;
    background: #EEE;
    margin-bottom: 20px;
}

ul#index-news-medium li .image, ul#index-news-medium li .info {
    float: left;
}

/*ul#index-news-medium li .image {width: 200px; height: 150px; text-align: center; line-height: 150px;}*/
ul#index-news-medium li .image {
    width: 180px;
    height: 135px;
    text-align: center;
    line-height: 135px;
}

ul#index-news-medium li .image img {
    vertical-align: middle;
}

ul#index-news-medium li .info {
    padding: 0 5px 0 10px;
    width: 160px;
}

ul#index-news-medium li .info-title {
    font-weight: bold;
    overflow: hidden;
    line-height: 14px;
    height: 14px;
    background: #D8D8D8;
    padding: 4px 10px;
}

/*ul#index-news-medium li .info-text {overflow: hidden; height: 70px; line-height: 14px; margin: 5px 0 10px;}*/
ul#index-news-medium li .info-text {
    overflow: hidden;
    height: 98px;
    line-height: 14px;
    margin: 5px 0 11px;
}

ul#index-news-medium li .info-date {
    background: #D8D8D8;
    padding: 2px 0;
    margin-top: 2px;
    float: right;
}

ul#index-news-medium li .info-detail {
    margin: 6px 0 0 -10px;
    background: #D8D8D8;
    width: 180px;
}

ul#index-news-medium li .info-detail-label {
    background: #FF6000;
    height: 21px;
    float: left;
    line-height: 21px;
    padding: 0 5px;
    font-size: 10px;
}

ul#index-news-medium li .info-detail-label a {
    color: #FFF;
    text-transform: uppercase;
}

ul#index-news-medium li .info-detail-arrow {
    height: 21px;
    width: 21px;
    float: left;
    background: url(/static/img/detail-arrow.png) 0 0 no-repeat;
}

ul#index-news-small li {
    background: #EEE;
    margin-bottom: 20px;
}

ul#index-news-small li .image, ul#index-news-small li .info {
    float: left;
}

ul#index-news-small li .image {
    width: 150px;
    height: 85px;
    text-align: center;
    line-height: 85px;
}

ul#index-news-small li .image a {
    display: inline-block;
}

ul#index-news-small li .image img {
    vertical-align: middle;
}

ul#index-news-small li .info {
    padding: 5px 5px 0 10px;
    width: 644px;
}

ul#index-news-small li .info-title {
    font-weight: bold;
    overflow: hidden;
    line-height: 14px;
    height: 14px;
}

ul#index-news-small li .info-text {
    overflow: hidden;
    height: 28px;
    line-height: 14px;
    margin: 5px 0 5px;
}

ul#index-news-small li .info-detail {
    margin: 12px 0 0 -10px;
}

ul#index-news-small li .info-detail-label {
    background: #FF6000;
    height: 21px;
    float: left;
    line-height: 21px;
    padding: 0 10px;
}

ul#index-news-small li .info-detail-label a {
    color: #FFF;
    text-transform: uppercase;
}

ul#index-news-small li .info-detail-arrow {
    height: 21px;
    width: 21px;
    float: left;
    background: url(/static/img/detail-arrow.png) 0 0 no-repeat;
}

.index-slideshow {
    margin: 0 0 20px 0;
}

ul#gallery li {
    float: left;
    text-align: center;
    margin: 0 20px 20px 0;
    border: 1px solid #E0E0E0;
    line-height: 240px;
    width: 320px;
    height: 240px;
}

ul#gallery li img {
    vertical-align: middle;
}

ul#gallery-list li {
    float: left;
    text-align: center;
    margin: 0 15px 15px 15px;
    border: 1px solid #E0E0E0;
    height: 210px;
    width: 150px;
    background: #E0E0E0;
}

ul#gallery-list li .gallery-list-image {
    line-height: 150px;
    height: 150px;
    background: #F6F6F6;
}

ul#gallery-list li .gallery-list-image img {
    vertical-align: middle;
}

ul#gallery-list li .gallery-list-title {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    height: 42px;
    overflow: hidden;
}

.list-paginator {
    text-align: center;
    margin: 20px 0 0;
}

.list-paginator a {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.list-paginator a.active {
    background: #FF6000;
    color: #FFF;
}

.expand-block {
    overflow: hidden;
    max-height: 120px;
}

.expand-btn-block {
    text-align: center;
}