/* ------------------------------ basic styles -------------------------------- */
* {
  outline: none;
  vertical-align: top;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff;
  color: #000000;
  font-family: sans serif;
  font-size: 15px;
  min-width: 1100px;
}

table {
  max-width: 100%;
}

a, img {
  border: none;
}

a {
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  color: #1d71b7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a > * {
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

h1, .h1 {
  font-size: 28px;
  text-align: center;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  margin: 0 0 20px 0;
}

/* ---------------- general styles ------------------ */
#main-container {
  min-height: 100%;
}

/* ---------------------- header styles ----------------------- */
header#header {
  padding-top: 20px;
  padding-bottom: 5px;
  
}
.logo {
  display: block;
  float: left;
  width: 289px;
  height: 136px;
  background: url(../images/bg/logo2.png) no-repeat;
}

.phone-numb {
  font-size: 34px;
  margin-left: 20px;
}
.phone-numb span {
  font-size: 30px;
  line-height: 40px;
}

.search-form-block {
  border-bottom: 1px solid #333;
  overflow: hidden;
}
.search-form-block input[type='text'] {
  border: none;
  width: 90%;
  height: 30px;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  text-indent: 0;
  margin: 0;
  float: left;
}
.search-form-block input[type='submit'] {
  background: url(../images/bg/search-icon.png) no-repeat center center;
  width: 10%;
  float: left;
  height: 30px;
  border: none;
}

/* ---------------------- content styles ----------------------- */
article#content {
  padding-bottom: 40px;
}

#column-1 {
  width: 220px;
}
#column-1 > * {
  margin-bottom: 40px;
}

nav.cats > ul > li {
  padding: 0 10px 0 15px;
  background: url(../images/bg/cat-arrow.png) no-repeat left center;
}
.main-menu {
    height:40px;
    margin:0 0 20px 0;
}
.main-menu ul{
    list-style:none;
    background:#1D71B7;
    height:40px;
}
.main-menu ul li{
    display:inline-block;
}
.main-menu ul li a{
    text-transform:uppercase;
    display:block;
    line-height:40px;
    height:40px;
    padding:0 8px;
    color:#FFF;
    font-size: 18px;
}
nav.cats > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  color: #535352;
  text-decoration: none;
  border-bottom: 1px dashed #535352;
}
nav.cats > ul > li > a:hover {
  text-decoration: none;
}
nav.cats > ul > li:last-child > a {
  border: none;
}
nav.cats > ul > li:hover, nav.cats > ul > li.active {
  background: url(../images/bg/cat-arrow-hover.png) no-repeat left center;
}
nav.cats > ul > li:hover > a, nav.cats > ul > li.active > a {
  color: #bd1622;
}

.questions-button {
  font-size: 12px;
}

.news-list li {
  zoom: 1;
  margin-bottom: 25px;
}
.news-list li:before, .news-list li:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.news-list li:after {
  clear: both;
}
.news-list li .li-top {
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.news-list li .li-top .date {
  float: left;
  width: 65px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
}
.news-list li .li-top .date .d {
  font-size: 34px;
  color: #e00010;
  line-height: 30px;
}
.news-list li .li-top .date .m {
  font-size: 13px;
}
.news-list li .li-top .n-title {
  font-size: 13px;
}
.news-list li .n-desc {
  margin-bottom: 20px;
}

.brs-cont {
  position: relative;
}

.top-br, .bottom-br {
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  z-index: 4;
}
.top-br div, .bottom-br div {
  width: 27px;
  height: 24px;
}

.top-br {
  top: 0;
}
.top-br .fleft {
  background: url(../images/bg/top-left.png);
}
.top-br .fright {
  background: url(../images/bg/top-right.png);
}

.bottom-br {
  bottom: 0;
}
.bottom-br .fleft {
  background: url(../images/bg/bottom-left.png);
}
.bottom-br .fright {
  background: url(../images/bg/bottom-right.png);
}

.ads-slider {
  height: 401px;
}
.ads-slider .next, .ads-slider .prev {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  display: block;
  text-decoration: none;
  z-index: 5;
}
.ads-slider .next:hover, .ads-slider .prev:hover {
  text-decoration: none;
}
.ads-slider .next {
  bottom: -16px;
  background: url(../images/bg/next.png);
}
.ads-slider .prev {
  top: -16px;
  background: url(../images/bg/prev.png);
}
.ads-slider ul li {
  height: 401px;
}

#column-2 {
  width: 760px;
  padding: 0 0 0 20px;
}
#column-2 .one-block .img-cont {
  margin-top: 30px;
}

.site-slider-cont {
  padding-bottom: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}

.blueberry {
  position: relative;
}
.blueberry .slides {
  height: 335px;
}
.blueberry .slides li {
  height: 100%;
}
.blueberry .slides li img {
  max-width: 100%;
  height: 100%;
}
.blueberry .pager-cont {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.blueberry .pager {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  height: auto;
  margin: 0;
}
.blueberry .pager li {
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin: 0 7px;
}
.blueberry .pager li a {
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  dispay: block;
  height: auto;
  width: auto;
  background: none;
}
.blueberry .pager li a span {
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
  width: 9px;
  height: 9px;
  transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  background: #eeeded;
  box-shadow: inset -2px -2px 2px -1px #333333;
  -o-box-shadow: inset -2px -2px 2px -1px #333333;
  -moz-box-shadow: inset -2px -2px 2px -1px #333333;
  -webkit-box-shadow: inset -2px -2px 2px -1px #333333;
  -ms-box-shadow: inset -2px -2px 2px -1px #333333;
}
.blueberry .pager li.active a span {
  background: #1d71b7;
}

footer#footer {
  background: #1d71b7;
  padding: 50px 0;
}
#footer .fleft{
    margin-top:-20px;
}

.breadcrumbs {
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 12px;
  color: #555554;
}
.breadcrumbs a {
  color: #555554;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs * {
  float: left;
  margin-right: 5px;
}
.breadcrumbs span {
  color: #1d71b7;
}

table.topMenu {
  width: 100%;
  margin-bottom: 20px;
}
table.topMenu td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.topMenu td:first-child {
  border-left: 1px solid #ccc;
}
table.topMenu td a {
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: underline;
}
table.topMenu td a:hover {
  text-decoration: none;
}

.top-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  border-bottom: 1px dashed #1d71b7;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.top-link:hover {
  text-decoration: none;
}

.content-top-block {
  margin-bottom: 25px;
}

.catalog-list {
  zoom: 1;
  margin-bottom: 30px;
  margin-left: -40px;
}
.catalog-list:before, .catalog-list:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.catalog-list:after {
  clear: both;
}
.catalog-list li {
  float: left;
  margin-left: 40px;
  height: 300px;
  width: 220px;
  margin-bottom: 40px;
}
.catalog-list li .c-title {
  height: 36px;
  font-size: 15px;
  overflow: hidden;
}
.catalog-list li .img-cont {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}
.catalog-list li .img-cont img {
  max-width: 220px;
  max-height: 115px;
}
.catalog-list li .c-datas {
  height: 100px;
  font-size: 12px;
  margin-bottom: 15px;
}
.catalog-list li .c-datas > div {
  margin-bottom: 2px;
}
.catalog-list li .c-datas .c-desc {
  height: 31px;
  overflow: hidden;
}
.catalog-list li .button-2 {
  font-size: 11px;
  padding: 0 15px;
}

.price {
  font-size: 18px;
  margin-top: -13px;
  color: #e50009;
}
.price span {
  font-size: 16px;
  line-height: 26px;
}

.pager-cont {
  padding-top: 35px;
  text-align: right;
  margin-bottom: 20px;
  border-top: 1px dotted #111;
}

.pager-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager-list li {
  float: left;
}
.pager-list li.prev-page {
  margin-right: 10px;
}
.pager-list li.prev-page a {
  font-size: 13px;
  width: auto;
}
.pager-list li.next-page {
  margin-left: 10px;
}
.pager-list li.next-page a {
  font-size: 13px;
  width: auto;
}
.pager-list li a {
  display: block;
  line-height: 23px;
  width: 23px;
  border: 1px solid #fff;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #111;
  font-size: 11px;
  font-family: tahoma;
  font-weight: bold;
  text-align: center;
}
.pager-list li.active a {
  border-color: #ccc;
}

.aside-slider-cont {
  padding-bottom: 30px;
  border-bottom: 1px dotted #111;
  clear: both;
}
.aside-slider-cont h6 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #111;
  margin-bottom: 30px;
}

.aside-menu {
  margin-bottom: 30px;
  text-align: center;
}
.aside-menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 30px;
  font-size: 15px;
}
.aside-menu li a {
  text-decoration: underline;
}
.aside-menu li a:hover {
  text-decoration: none;
}

.aside-slider {
  zoom: 1;
  clear: both;
  position: relative;
}
.aside-slider:before, .aside-slider:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.aside-slider:after {
  clear: both;
}
.aside-slider .a-prev, .aside-slider .a-next {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 118px;
}
.aside-slider .a-prev {
  background: url(../images/bg/a-prev.png) no-repeat;
  left: 0;
}
.aside-slider .a-next {
  background: url(../images/bg/a-next.png) no-repeat;
  right: 0;
}
.aside-slider .aside-slider-inner {
  margin: 0 auto;
}
.aside-slider .aside-slider-inner li {
  float: left;
  margin: 0 12px;
  text-align: center;
  width: 220px;
}
.aside-slider .img-cont {
  display: block;
  height: 165px;
  overflow: hidden;
  margin-bottom: 12px;
}
.aside-slider .a-s-desc {
  text-align: left;
  height: 68px;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.aside-slider .aside-slider-inner li a:first-of-type {
  margin-bottom: 12px;
  font-size: 15px;
  overflow: hidden;
  display: block;
  text-decoration: underline;
  height: 38px;
  text-align: left;
  padding-left: 10px;
}

.aside-slider .aside-slider-inner li a:first-of-type:hover {
  text-decoration: none;
}

.aside-slider .aside-slider-inner li a:last-of-type {
  display: block;
}

.types-list {
  zoom: 1;
}
.types-list:before, .types-list:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.types-list:after {
  clear: both;
}
.types-list li {
  float: left;
  width: 44%;
  padding: 0 3%;
  margin-bottom: 30px;
  text-align: center;
}
.types-list li .img-cont {
  display: block;
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.types-list li .img-cont img {
  max-height: 100%;
}
.types-list2 li .img-cont {
  display: block;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
}.types-list {
  zoom: 1;
}
.types-list2:before, .types-list2:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.types-list2:after {
  clear: both;
}
.types-list2 li {
  float: left;
  width: 100px;
  padding: 0 3%;
  margin-bottom: 30px;
  text-align: center;
}
.types-list2 li .img-cont img {
  max-height: 100%;
}
.types-list li .t-list-title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  overflow: hidden;
  font-size: 18px;
}

.card-block {
  zoom: 1;
  clear: both;
  margin-bottom: 40px;
}
.card-block:before, .card-block:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.card-block:after {
  clear: both;
}

.card-preview {
  width: 270px;
  position: relative;
  float: left;
}
.card-preview .tabs-nav {
  padding-top: 32px;
  overflow: hidden;
}
.card-preview .tabs-nav li {
  margin-left: 15px;
  float: left;
}
.card-preview .tabs-nav li:first-child {
  margin-left: 0;
}
.card-preview .tabs-nav li a {
  display: block;
  width: 80px;
  height: 60px;
  overflow: hidden;
  background: #000;
}
.card-preview .tabs-nav li a img {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.card-preview .tabs-nav li a.active img, .card-preview .tabs-nav li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-preview .tabs-container {
  width: 270px;
  height: 204px;
  position: relative;
}
.card-preview .tabs-container > div {
  position: relative;
}
.card-preview .tabs-container > div .img-cont {
  width: 270px;
  height: 204px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.card-datas {
  width: 720px;
  float: right;
}

.preferences-table {
  width: 100%;
  margin-bottom: 35px;
  border: 1px dotted #111;
}
.preferences-table th, .preferences-table td {
  padding: 12px;
  border-left: 1px dotted #111;
}
.preferences-table th:first-child, .preferences-table td:first-child {
  border: none;
}
.preferences-table th {
  padding-bottom: 0;
  color: #1d71b7;
  font-size: 16px;
  text-align: left;
}
.preferences-table .color-5 {
  font-size: 21px;
}

.card-price .price {
  font-size: 23px;
  margin-right: 10px;
}
.card-price .button-2 {
  text-transform: none;
}
.card-price .button-2 img {
  margin: 4px 0 0 4px;
}

.header-right{float:right; width:302px;}
.t_cart{margin:-60px 5px 0 0; text-align: right;}
.t_banner{height:180px; text-align: center;}

.search-form-block{width:100%;}

.table {border:none; border-collapse:collapse; border-spacing:0;}
.table td {border:none; text-align:center;}

.price_table {width:100%; text-align:center;}
.price_table .noprice {font-weight:bold; color:red;}
.price_table .grey {background:#d6dce4;}
.price_table thead {background:#ffc000; font-weight:bold;}
.price_table thead td {vertical-align:middle;}


