html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background: #FFF;
  color: #000;
  height: 100%;
  line-height: 150%;
}

#container {
  min-height: 100%;
}

.top-line {
  min-height: 27px;
  padding-top: 3px;
  width: 100%;
  border: 1px solid #00aeef;
  border-top: none;
  background: #7ddcff;
  background: -moz-linear-gradient(top,  #7ddcff 0%, #64d3fd 5%, #00aeef 91%, #0376a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ddcff), color-stop(5%,#64d3fd), color-stop(91%,#00aeef), color-stop(100%,#0376a1));
  background: -webkit-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: -o-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: -ms-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: linear-gradient(to bottom,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ddcff', endColorstr='#0376a1',GradientType=0 );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
}

.top-line a:visited, .top-line a:link {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}

.top-line .col1, .top-line .col2, .top-line .col3 {
  width: 225px;
  margin-left: 20px;
  display: block;
  float: left;
}

.top-line .col1 {
  margin-left: 150px;
}

#main {
  padding: 0 0 200px 0;
  width: 968px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.yscroll {
  width: 100%;
  overflow: scroll;
  position: relative;
  z-index: 1;
}

a:link {
  text-decoration: underline;
  color: #234157;
}
a:visited {
  text-decoration: underline;
  color: #234157;
}
a:hover {
  text-decoration: none;
  color: #234157;
}
.jsLink {
  cursor: pointer;
  color: #234157;
  position: relative;
  border-bottom: 1px dashed #234157;
}

a.gray:link, a.gray:visited, a.gray:hover, .gray {
  color: #383838;
}

a.white:link, a.white:visited, a.white:hover {
  color: #FFF;
}
a.black:link, a.black:visited, a.black:hover {
  color: #000;
}
a.brown:link, a.brown:visited, a.brown:hover {
  color: #52330e;
}
a.blue:link, a.blue:visited, a.blue:hover {
  color: #008bc0;
}
.red, a.red:link, a.red:visited, a.red:hover {
  color: #ca1b09;
}

input {
  outline: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  float: right;
}
a img {
  border: none;
}
a {
  outline: none;
}
ol, ul, li, form, dl, dt, dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.w220 {
  width: 220px;
  zoom: 1;
}
.w240 {
  width: 240px;
}
.w700 {
  width: 700px;
}
.w330 {
  width: 330px;
}
.h30 {
  clear: both;
  height: 30px;
}
.h20 {
  clear: both;
  height: 20px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.s16 {
  font-size: 16px;
}
.pr30 {
  padding-right: 30px;
}
.ln150 {
  line-height: 150%;
}
.w148 {
  width: 148px;
}
.pr15 {
  padding-right: 15px;
}
.left15 {
  position: relative;
  z-index: 1;
  left: 15px;
}
.w100 {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 1;
  clear: both;
}
.s14 {
  font-size: 14px !important;
  line-height: 150%;
}
.s12 {
  font-size: 12px !important;
  line-height: 150%;
}
.pt20 {
  padding-top: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.tRight {
  text-align: right;
}
.iBlock {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}

h1 {
  font-size: 26px;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: normal;
}
h2 {
  font-size: 21px;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: normal;
}
h5 {
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px 0;
}
h6 {
  font-size: 12px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

p {
  padding: 0 0 15px 0;
  margin: 0;
}

#header {
  padding: 20px 14px 5px 14px;
  position: relative;
  z-index: 2;
  zoom: 1;
  height: 100px;
}
#header .clear {
  height: 0;
  overflow: hidden;
}
#logo {
  float: left;
  width: 239px;
  position: relative;
  z-index: 1;
}
#logo img {
  position: relative;
  z-index: 10;
}
a.shopBtn {
  display: block;
  float: left;
  width: 152px;
  height: 41px;
  padding: 3px 0 0 0;
  background: url(images/shopbtn.png);
  overflow: hidden;
  text-align: center;
  text-shadow: 0 -1px 0 #b90000;
  position: relative;
  z-index: 10;
}
a.shopBtn:link, a.shopBtn:visited, a.shopBtn:hover {
  color: #FFF;
  text-decoration: none;
}

a.addBtn {
  display: block;
  width: 192px;
  height: 32px;
  padding: 10px 0 0 0;
  background: #ea1016 url(images/addbtn.png);
  overflow: hidden;
  text-align: center;
  text-shadow: 0 -1px 0 #b90000;
  font-size: 18px;
  line-height: normal;
}
a.addBtn:link, a.addBtn:visited, a.addBtn:hover {
  color: #FFF;
  text-decoration: none;
}

a.addBtn.addBtn2 {
  background: #3cc1f3 url(images/btn2.png);
  text-shadow: 0 -1px 0 #0193ca
}

#menu {
  float: right;
  position: relative;
  z-index: 1;
  width: 100%;
}
#menu ul {
  padding: 0 0 20px 0;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
}
#menu li {
  display: inline;
  padding: 0 15px 0 0;
}
#menu li a:link, #menu li a:visited, #menu li a:hover {
  color: #292929;
}

a.basketBtn {
  position: absolute;
  z-index: 100;
  left: 426px;
  top: 90px;
}
a.basketBtn, a.basketBtn strong, a.sravBtn, a.sravBtn strong {
  float: left;
  height: 30px;
  background: url(images/basketbtn.png) no-repeat right top;
  cursor: pointer;
}
a.sravBtn, a.sravBtn strong {
  background-image: url(images/sravbtn.png)
}
a.basketBtn strong, a.sravBtn strong {
  position: relative;
  z-index: 1;
  left: -12px;
  padding: 5px 0 0 12px;
  height: 25px;
  background-position: left top;
  overflow: hidden;
}
a.basketBtn img {
  margin: 0 5px 0 0;
}
a.basketBtn:link, a.basketBtn:visited, a.basketBtn:hover {
  color: #e80f0f;
  text-decoration: none;
}
a.sravBtn:link, a.sravBtn:visited, a.sravBtn:hover {
  color: #000;
  text-decoration: none;
}
.sravBtnBlock {
  position: absolute;
  z-index: 100;
  left: 12px;
  top: 73px;
}
.hphone {
  font-size: 22px;
  color: #191919;
  line-height: normal;
  padding: 0 0 0px 0;
  display: block;
}
#headpic {
  position: absolute;
  z-index: 1;
  left: 74px;
  top: 60px;
  zoom: 1;
}
.grayBlockTop {
  height: 10px;
  background: url(images/graytop.png);
  overflow: hidden;
  clear: both;
}
.grayBottom2 {
  height: 10px;
  background: url(images/graybottom2.png);
  overflow: hidden;
  clear: both;
  margin-top: -6px;
  position: relative;
  z-index: 10;
}

.grayBlockCenter {
  background: url(images/graycenter.png);
  padding: 0 5px;
}
.grayBlock {
  background: #e3e3e3 url(images/grayblock.png) repeat-x 0 0;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 1;
}

/* .grayBlock:before, .grayBlock:after {
 display: table;
 line-height: 0;
 content: "";
 }

 .grayBlock:after {
 clear: both;
 } */

.grayBlock .w700 {
  padding: 0 9px 30000px 0;
  margin-bottom: -30000px;
}

.menuheight {
  min-height: 587px;
}
#menuLeft .ajax_hidden {
  position: absolute;
  width: 0;
  height: 0;
}
#menuLeftMainLink {
  display: none;
}
#menuLeft {
  padding: 10px 0 10px 9px;
  width: 240px;
  float: left;
  margin: 0 -100% 0 0;
}
#menuLeft ul {
  font-size: 18px;
  line-height: normal;
}
#menuLeft ul li {
  background: url(images/menuleftli.png) no-repeat left bottom;
  line-height: normal;
  padding: 0 0 3px 0;
  vertical-align: top;
  position: relative;
  z-index: 500;
  zoom: 1;
}

#menuLeft ul li.podmenu b {
  width: 25px;
  height: 32px;
  background: url(images/new.png) no-repeat;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -16px;
  z-index: 1000;
}

#menuLeft ul li a {
  position: relative;
  z-index: 550;
}
#menuLeft ul li a, #menuLeft ul li em {
  display: block;
  font-style: normal;
  vertical-align: top;
  zoom: 1;
  position: relative;
  z-index: 550;
}
#menuLeft ul li a {
  padding-top: 3px;
  width: 220px;
}
#menuLeft ul li a strong {
  display: block;
  padding: 7px 35px 10px 10px;
  font-weight: normal;
  cursor: pointer;
  zoom: 1;
  vertical-align: top;
}
#menuLeft ul li.podmenu a strong {
  /* background: url(images/menuleftarr.png) no-repeat 190px 7px; */
}
#menuLeft ul li a:link, #menuLeft ul li a:visited, #menuLeft ul li a:hover {
  color: #393636;
  text-decoration: none;
}
#menuLeft ul a:hover, #menuLeft ul a.current, #menuLeft ul li.podmenu:hover a {
  background: url(images/menulefthover.png) no-repeat 0 0;
}
#menuLeft ul a:hover em, #menuLeft ul a.current em, #menuLeft ul li.podmenu:hover a em {
  background: url(images/menulefthover.png) no-repeat right bottom;
}
#menuLeft .menucur, #menuLeft .menucur span {
  display: block;
  width: 30px;
  height: 100%;
  /*background: url(images/menulefthover.png) no-repeat -300px bottom; */
  padding: 0 0 0 0;
}
#menuLeft .menucur span {
  background-position: -50px top;
  padding: 0;
}
#menuLeft .menucur {
  display: none;
  position: absolute;
  z-index: 550;
  right: -25px;
  top: 0;
}
#menuLeft li:hover .menucur {
  display: block;
}
#menuLeft li.podmenu img {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin: 0 20px 0 0;
}
#menuLeft li.podmenu .iBlock {
  vertical-align: middle;
  width: 190px;
}

#menuLeft h6 {
  font-size: 20px;
  line-height: normal;
  padding: 30px 0 10px 10px;
}

#menuLeft ul div {
  display: none;
  position: absolute;
  z-index: 500;
  left: 240px;
  top: 0;
  border: 1px solid #6a757d;
  border-width: 1px 0 0 2px;
  background: #93a2ad;
  padding: 1px 0 0 1px;
  width: 260px; /*310*/
}
#menuLeft ul div ul {
  font-size: 15px;
  line-height: 150%;
  background: #bfd0de;
  border: 1px solid #c1cdd7;
  padding: 3px;
}

#menuLeft ul li div ul li {
  background: none;
  line-height: normal;
  padding: 0;
  vertical-align: top;
  position: relative;
  z-index: 500;
  zoom: 1;
  border-right: 1px solid #bdccd8;
  background: #a5b4be;
  padding: 0 1px 0 0;
}
#menuLeft ul li div ul li a {
  padding: 10px 20px 10px 30px;
  overflow: hidden;
  min-height: 35px;
  zoom: 1;
  width: auto;
  background: #e4e8ea url(images/podmenu.png) repeat-x 0 0 !important;
  border: 1px solid #c5cbd0;
  border-width: 0 1px 1px 0;
}
#menuLeft ul li:hover div {
  display: block;
}

/*#menuLeft p{
 padding:20px 0 10px 10px;
 font-family:Verdana;
 font-size:19px;
 font-weight:100;
 color:#323d43;
 }
 #menuLeft p a:link,#menuLeft p a:visited,#menuLeft p a:hover{text-decoration:none;color:#323d43;}
 #menuLeft ul li{
 background:url(images/menuleftli.png) no-repeat left bottom;
 line-height:normal;
 padding:0 0 3px 0;
 vertical-align:top;
 position:relative;
 z-index:500;
 zoom:1;
 }
 #menuLeft ul li a,#menuLeft ul li em{display:block;font-style:normal;}
 #menuLeft ul li a{padding-top:3px;width:100%;width:220px;}
 #menuLeft ul li a strong{
 display:block;
 background:url(images/menuleftarr.png) no-repeat 190px 7px;
 padding:7px 35px 10px 10px;
 font-weight:normal;
 cursor:pointer;
 }
 #menuLeft ul li a.current strong{padding-right:55px;}

 #menuLeft ul li a:link,#menuLeft ul li a:visited,#menuLeft ul li a:hover{color:#393636;text-decoration:none;}

 #menuLeft ul a:hover{background:url(images/menulefthover.png) no-repeat 0 0;}
 #menuLeft ul :hover em{background:url(images/menulefthover.png) no-repeat right bottom;}
 .bodyInner #menuLeft ul a:hover,.bodyInner #menuLeft ul a:hover em{background-image:url(images/menulefthoveri.png);}

 #menuLeft ul li a.current{background:url(images/menulefthover2.png) no-repeat 0 0 !important;width:240px;}
 #menuLeft ul li a.current em{
 background:url(images/menulefthover2.png) no-repeat right bottom !important;}
 .bodyInner #menuLeft ul li a.current,.bodyInner #menuLeft ul li a.current em{background-image:url(images/menulefthover2i.png) !important;}
 #menuLeft ul li a.current .cur1,#menuLeft ul li a.current .cur2{
 display:block;
 width:6px;
 height:35px;
 background:url(images/menuc.png) no-repeat 0 0;
 overflow:hidden;
 position:absolute;
 z-index:10;
 left:237px;
 top:-3px;
 }
 .bodyInner #menuLeft ul li a.current .cur1,.bodyInner #menuLeft ul li a.current .cur2{background-image:url(images/menuci.png);}
 #menuLeft ul li a.current .cur2{top:auto;bottom:-2px;//bottom:0;background-position:left bottom;}
 */

.galleryTop, .galleryBottom {
  width: 708px;
  height: 20px;
  overflow: hidden;
  background: url(images/gallerytop.png);
  margin: -2px -4px 0 -4px;
  position: relative;
  z-index: 1;
}
.galleryBottom {
  margin-top: 0;
  background: url(images/gallerybottom.png);
  margin-bottom: 6px;
}
.galleryBlock {
  margin: 0 -4px;
  background: url(images/galleryblock.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tools/images/galleryblock.png',sizingMethod='scale');
  width: 708px;
  padding: 0 0 30px 0;
  zoom: 1;
  position: relative;
  z-index: 1;
}
.galleryItems {
  overflow: hidden;
  height: 330px;
  margin-right: -6px;
  position: relative;
  z-index: 1;
  background: url(images/gallenta2.png) no-repeat 324px 36px;
  _background: url(images/gallenta2ie6.png) no-repeat 324px 36px;
}
.galleryItems li {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  padding: 35px 0 0 0;
  display: none;
}
.galleryItemsPic {
  width: 315px;
  height: 300px;
  display: inline;
  text-align: center;
  float: left;
  margin: -19px -100% 0 23px;
  background: url(images/gipic.png) no-repeat 0 0;
  overflow: hidden;
}
.galleryItemsPic img {
  margin: 20px 0 0 0;
  vertical-align: top;
}

.galleryItemText {
  width: 260px;
  float: right;
  overflow: hidden;
  padding: 13px 70px 0 0;
  color: #445058;
}
.galleryItemText h1 {
  font-size: 25px;
  padding: 0 0 30px 0;
  white-space: nowrap;
}
.galleryItemText .cost {
  color: #c41e09;
  font-size: 26px;
  line-height: normal;
}
.galNavLeft, .galNavRight {
  float: left;
  width: 10px;
  height: 20px;
  background: url(images/gallerynav.png) no-repeat 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  left: 18px;
}
.galNavRight {
  background-position: right top;
  float: right;
  left: auto;
  right: 18px;
}
.galNavItems {
  text-align: center;
}
.galNavItems img {
  width: 9px;
  height: 9px;
  background: url(images/gallerynav.png) no-repeat left bottom;
  margin: 0 3px;
  vertical-align: middle;
  cursor: pointer;
}
.galNavItems img.current {
  background-position: right bottom;
}
.whiteBlock {
  padding: 0 4px;
  background: url(images/whiteblock.png);
  overflow: hidden;
  zoom: 1;
}
.whiteBlockLeft {
  border-top: 1px solid #a5afb7;
  float: left;
  width: 240px;
  padding: 10px 0 20px 10px;
  margin-right: -100%;
}
.whiteBlockRight {
  border-top: 1px solid #a5afb7;
  float: right;
  width: 730px;
  position: relative;
  z-index: 1;
}
.whiteBlockBottom {
  background: url(images/whitebottom.png);
  width: 968px;
  height: 7px;
  overflow: hidden;
  position: relative;
  margin: -3px 0 0 0;
}

a.chooseBtn, .blueButton, a.chooseBtn2, a.chooseBtn3 {
  display: block;
  width: 224px;
  height: 43px;
  padding: 12px 0 0 0;
  margin: 0 0 25px 0;
  overflow: hidden;
  text-align: center;
  background: #51cdfc url(images/choosebtn.png) no-repeat 0 0;
  font-size: 21px;
  text-shadow: 0 -1px 0 #007dac;
  line-height: normal;
  position: relative;
  z-index: 5;
  color: #FFF;
  border: none;
  cursor: pointer;
}
a.chooseBtn, a.chooseBtn2, a.chooseBtn3 {
  color: #FFF !important;
  text-decoration: none !important;
}
a.chooseBtn3 {
  background: #f9c613 url(images/choosebtn3.png) no-repeat 0 0;
  text-shadow: 0 -1px 0 #f08800;
}
a.chooseBtn2 {
  width: 154px;
  height: 29px;
  padding: 6px 0 0 0;
  margin: 0 0 14px 0;
  font-size: 15px;
  background-image: url(images/choosebtn2.png);
  font-weight: bold;
}
.blueButton {
  float: left;
  margin: 0 20px 0 0;
  height: 53px;
  padding: 10px 0;
}

.picItems {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.picItems dt {
  float: left;
  margin: 0 -100% 0 0;
  width: 70px;
  text-align: center;
  overflow: hidden;
}
.picItems dt img {
  vertical-align: top;
}
.picItems dd {
  margin: 10px 0 0 70px;
}

.bestItems {
  background: url(images/whiteblockright.png) repeat-y 0 0;
  padding: 0 0 0 19px;
  overflow: hidden;
  zoom: 1;
}
.bestItems li {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #e3e3e3;
  background: url(images/bestbg.png) repeat-x 0 0;
  float: left;
  overflow: hidden;
  width: 234px;
  text-align: right;
  height: 139px;
  zoom: 1;
}
.bestItems li img {
  float: left;
  margin: 15px -100% 0 0;
}
.bestItems li a {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0 15px 0 10px;
  height: 139px;
  position: relative;
  z-index: 1;
  line-height: normal;
}
.bestItems li a:link, .bestItems li a:visited, .bestItems li a:hover {
  text-decoration: none;
}
.bestItems li .cost {
  display: block;
  top: 40px;
  right: 20px;//
  right: 10px;
  color: #ca1b09;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  float: right;
}
.bestItems li .cost strong, .bestItems li .bestTitle strong {
  position: relative;
  z-index: 10;
}
.bestItems li .bestTitle strong {
  font-weight: normal;
}
.bestItems li .cost span, .bestItems li .bestTitle span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #FFF;
}
.bestItems li span.bord1 {
  top: -3px;
}
.bestItems li span.bord2 {
  left: 3px;
}
.bestItems li span.bord3 {
  top: 3px;
}
.bestItems li span.bord4 {
  left: -3px;
}
.bestItems li span.bord5 {
  top: -2px;
  left: 2px;
}
.bestItems li span.bord6 {
  top: 2px;
  left: 2px;
}
.bestItems li span.bord7 {
  top: 2px;
  left: -2px;
}
.bestItems li span.bord8 {
  top: -2px;
  left: -2px;
}

.bestItems li .bestTitle {
  display: block;
  color: #000;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  right: 20px;//
  right: 10px;
  top: 75px;
  white-space: nowrap;
}

.bestLabel {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 65px;
}

a.forumBtn, a.forumBtn strong {
  float: left;
  height: 31px;
  overflow: hidden;
  background: url(images/forumbtn.png) no-repeat 0 0;
  font-weight: normal;
  margin: -3px 0 30px 254px;
  position: relative;
  z-index: 15;
}
a.forumBtn strong {
  background-position: right bottom;
  padding: 5px 15px 0 15px;
  margin: 0;
  height: 26px;
}
a.forumBtn:link, a.forumBtn:visited, a.forumBtn:hover {
  color: #3b3b3b;
  text-decoration: none;
}
a.forumBtn img {
  vertical-align: middle;
  padding: 0 0 0 10px;
}

.tabsBlock {
  float: left;
  padding: 0 50px 0 14px;
  width: 670px;
}
.tabsNav {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 10px 0;
}
.tabsNav li {
  float: left;
  padding: 0 20px 0 0;
}
.tabsNav li a {
  position: relative;
  z-index: 1;
  top: 10px;
  float: left;
  margin: 0 15px;
  cursor: pointer;
}
.tabsNav li a strong {
  font-weight: normal;
  float: left;
}
.tabsNav li a:link, .tabsNav li a:visited, .tabsNav li a:hover {
  color: #ca1b09;
}
.tabsNav li a.current, .tabsNav li a.current strong {
  height: 60px;
  background: #d5d8d9 url(images/tabsbg.png) no-repeat 0 0;
  overflow: hidden;
  font-weight: normal;
  top: 0;
  margin: 0;
}
.tabsNav li a.current strong {
  height: 50px;
  padding: 10px 15px 0 15px;
  background: url(images/tabsbg.png) no-repeat right bottom;
}
.tabsNav li a.current:link, .tabsNav li a.current:visited, .tabsNav li a.current:hover {
  color: #000;
  text-decoration: none;
}

.tabsItems {
  position: relative;
  z-index: 1;
  height: 400px;
  overflow: hidden;
}
.tabsItemsLi {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.news h2 {
  color: #919191;
}
.news li img {
  float: left;
  margin: 0 10px 0 0;
}
.news li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.news .date {
  color: #363636;
}
.news li img.ipic {
  position: absolute;
  z-index: 1;
  margin: 2px 0 0 -36px;
}
.w220 .news li {
  padding: 10px 0;
}
.arhivLink img {
  vertical-align: middle;
  margin: 0 7px 0 0;
}

.downloadBlock {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.downloadBlock dt {
  float: left;
  margin: 3px -100% 0 0;
}
.downloadBlock dd {
  margin: 0 0 0 25px;
}

#footerBlock {
  height: 170px;
  border-top: 1px solid #9a9a9a;
  position: relative;
  z-index: 1;
  margin: -170px 0 0 0;
  clear: both;
  overflow: hidden;
}
#footer {
  width: 960px;
  padding: 5px 4px 0 4px;
  margin: 0 auto;
}
#fMenu li {
  display: inline;
  padding: 0 10px 0 0;
}
#fMenu {
  padding: 0 0 10px 0;
}

.fPhone {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.fPhone dt {
  float: left;
  margin-right: -100%;
  width: 70px;
  overflow: hidden;
}
.fPhone dd {
  margin-left: 80px;
}

.rightItems {
  position: relative;
  z-index: 1;
  height: 510px;
}
.rightItems li.rightItemsLi {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
}

.captiongray {
  color: #FFF;
  background: #819aac url(images/captiongray.png) no-repeat 0 0;
  padding: 10px 15px;
  border-bottom: 1px solid #6a757d;
  text-shadow: 0 -1px 0 #506677;
}
.closeBtn {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modelItems {
  border-top: 1px solid #dce7ef;
  border-bottom: 1px solid #6a757d;
  background: #cedbe6 url(images/modelsbg.png) repeat-x 0 0;
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
}
.modelItems2 {
  padding: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
}
.modelItems2 ul {
  width: 110%;
}
.modelItems ul {
  padding: 10px 0 15px 10px;
  background: url(images/modelsbg1.png) repeat-y 0 0;
  overflow: hidden;
  zoom: 1;
  border-right: 1px solid #b5c4cf;
  height: 360px;
}
.modelItems ul li, .modelItems2 ul li {
  float: left;
  width: 332px;
  height: 52px;
  background: #e0e5ea url(images/modelsitem.png) no-repeat 0 0;
  overflow: hidden;
  margin: 0 8px 0 0;
}
.whiteBlock2 .modelItems2 li {
  background: #eff1f3 url(images/modelsitem2.png) no-repeat 0 0;
  padding: 0 !important;
  margin: 0 6px 6px 0;
}

.modelItems ul li img, .modelItems2 ul li img {
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 50px;
  height: 50px;
}
.modelItems ul li a, .modelItems2 ul li a {
  display: block;
  height: 50px;
  width: 332;
  overflow: hidden;
  cursor: pointer;
  margin: 1px 0 0 0;
}
.modelItems ul li strong, .modelItems2 ul li strong {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _overflow: hidden;
  width: 170px;
  vertical-align: middle;
  line-height: normal;
  font-weight: normal;
}
.modelItems2 ul li strong {
  max-height: 50px;
}
.modelItems ul li a:link, .modelItems ul li a:visited, .modelItems ul li a:hover, .modelItems2 ul li a:link, .modelItems2 ul li a:visited, .modelItems2 ul li a:hover {
  text-decoration: none;
  color: #010101;
}
.modelItems ul li .cost, .modelItems2 ul li .cost {
  color: #c71b1b;
  float: right;
  padding: 14px 10px 0 0;
}

.grayBottom {
  clear: both;
  border-top: 1px solid #dce7ef;
  background: #718697 url(images/graybot.png) no-repeat left bottom;
  padding: 10px 15px;
  color: #fee08e;
  text-shadow: 0 -1px 0 #5e7587;
  overflow: hidden;
  zoom: 1;
}
.grayBottom h2 {
  padding: 15px 0;
}

a.yellowBtn {
  text-align: center;
  display: block;
  width: 212px;
  height: 38px;
  padding: 14px 0 0 0;
  overflow: hidden;
  background: #ffe89c url(images/yellowbtn.png);
  font-size: 21px;
  line-height: normal;
  text-shadow: 0 1px 0 #FFF;
}
a.yellowBtn:link, a.yellowBtn:visited, a.yellowBtn:hover {
  text-decoration: none;
  color: #090806;
}

.captiongray2 {
  padding: 5px 14px;
  background: #ffdd81 url(images/titlebg.png) repeat-x 0 0;
  overflow: hidden;
  border-left: 1px solid #dccb95;
  border-right: 1px solid #dccb95;
  border-bottom: 1px solid #f1c64f;
}

.grayBlock2 {
  background: url(images/grayblock2.png);
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}
.whiteBlock2 {
  background: url(images/whiteblock2.png);
  padding: 15px;
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}
.whiteBlock2 .whiteBlock2 {
  padding: 0;
  margin: 0;
  background: none;
}

.productItems li {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #bebebe;
  padding: 0 3px;
  zoom: 1;
  vertical-align: top;
}
.productItems li li {
  border: none;
  font-size: 12px;
  line-height: normal;
  padding: 0 10px 10px 0;
  width: 45%;
}
.productItems .prBlock {
  background: #FFF;
  border-top: 1px solid #f3f3f3;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.prPic {
  float: left;
  padding: 0 20px 10px 0;
}
.prBlock .prPic {
  float: left;
  width: 120px;
  overflow: hidden;
  padding: 15px 0 15px 15px;
}
.prPic img {
  float: left;
}
.prText {
  float: left;
  width: 320px;
  padding: 11px 0 10px 30px;
  overflow: hidden;
}
.prText.prText2 {
  width: 520px;
  padding-left: 0;
}
.prText h3 {
  padding: 0 0 25px 0;
}

.prAdd {
  float: right;
  width: 198px;
  text-align: center;
  overflow: hidden;
  padding: 15px 3px 15px 0;
  font-size: 12px;
  line-height: normal;
  line-height: 150%;
}
.whiteBlock2 .prAdd {
  padding: 0px 0 0 0;
}
.prAdd .cost {
  color: #d30000;
  font-size: 18px;
  padding: 0 0 5px 0;
}
.prAdd .cost > span {
  color: #000;
  font-size: 14px;
  padding: 0 10px 0 0;
}
.prAdd a.addBtn {
  margin-bottom: 10px;
}

.prAdd select {
  left: -3px;
  padding: 5px 8px 5px 9px;
  width: 192px;
}

.prAdd form {
  margin-bottom: 15px;
}

#innerBottom, #innerBottom2 {
  clear: both;
  width: 968px;
  height: 20px;
  overflow: hidden;
  background: url(images/innerbottom.png);
}
#innerBottom2 {
  background: url(images/innerbottom2.png);
}

.breads {
  background: #f3f4f5 url(images/breadbg.png) no-repeat 0 0;
  padding: 5px 15px;
  color: #383838;
}
.breads a:link, .breads a:visited, .breads a:hover {
  color: #383838;
}

.whiteBlock2 ul {
  padding: 0 0 20px 0;
}
/* .whiteBlock2 ul li,ul.list li{
 background:url(images/li.png) no-repeat 0 10px;
 padding:0 45px 5px 20px;
 } */
ul.list li.s14 {
  padding-right: 0;
}
.whiteBlock2 ul.ceParams {
  float: left;
  width: 220px;
}
.whiteBlock2 ul.ceParams li {
  padding-right: 0;
}
.prText ul.list li {
  float: none;
  width: auto;
  background-position: 0 7px;
}

.hBorder {
  background: url(images/border.png) repeat-x left bottom;
  margin: 0 -15px 15px -15px;
  padding: 0 15px 10px 15px;
  clear: both;
}

.comments li {
  background: none !important;
  padding: 0 0 10px 0 !important;
  zoom: 1;
}
.comments li h6 img {
  vertical-align: middle;
  margin: 0 7px 0 0
}
.comments li em {
  font-style: normal;
  padding-left: 7px;
}

textarea {
  padding: 10px;
  margin: 0 0 20px 0;
  border: 1px solid #8c8c8c;
  background: #FFF url(images/inp.png) no-repeat 0 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  width: 648px;
}
.inpText, select {
  border: 1px solid #8c8c8c;
  background: #FFF url(images/inp.png) no-repeat 0 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
.btn {
  margin: 0 auto 20px auto;
  display: block;
  padding: 0;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  width: 112px;
  height: 32px;
  background: url(images/btn.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.ahtung {
  background: url(images/ahtung.png) no-repeat left bottom;
  padding: 0 0 5px 0;
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  clear: both;
}
.ahtung p {
  padding: 5px 10px 0 50px;
  background: url(images/ahtung.png) no-repeat 0 0;
}

.ajax_hidden {
  display: none;
}

.rightItems li.rightItemsLiMain {
  display: block;
}

.parameters_list li {
  /*display: -moz-inline-stack;*/
  display: block;
  zoom: 1;
  *display: inline;
  _overflow: hidden;
  /*width: 40%;*/
  width: auto;
  vertical-align: top;
}

#main table {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border: 1px solid #b8b8b8;
  clear: both;
}
#main table th, #main table td {
  margin: 0;
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
  width: auto;
}
#main table.tableBig td {
  border: 1px solid #b8b8b8;
  padding: 2px 5px;
}
#main table thead, #main table th {
  background: #eaeaea url(images/th.png) repeat-x 0 0;
}
#main table thead td {
  padding: 10px;
}
.inline-filter {
  padding: 0 15px 20px 15px;
}
#main table textarea {
  width: 90%;
}

#main #personal_order table, #main #personal_order table td, #main #personal_order table tr, #main #personal_order table th {
  border: none;
  border-top: none;
  border-bottom: none;
}

.cart-buttons {
  padding: 0 0 20px 0;
}
.cart-buttons input {
  width: 192px;
  height: 42px;
  background: #EA1016 url(images/addbtn.png) no-repeat 0 0;
  border: none;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  text-shadow: 0 -1px 0 #B90000;
}

.fItem {
  float: left;
  padding: 0 20px 20px 0;
}
.fItem select {
  padding: 2px;
}
.filterForm {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}

.fButtons {
  padding: 0 0 20px 0;
}
.fButtons input {
  width: 100px;
  height: 32px;
  padding: 0 0 4px 0;
  background: url(images/bluebtn.png) no-repeat 0 0;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}
.fButtons input.fb120 {
  width: 120px;
  background: url(images/bluebtn120.png) no-repeat 0 0;
}
.sale_order_full_table .inpText, .sale_order_full_table textarea {
  width: 300px;
}

.h30 {
  clear: both;
  height: 30px;
  overflow: hidden;
}

.detail_picture {
  float: left;
  margin: 0 10px 10px 0;
}

a.cart-delete-item {
  float: right;
  padding-top: 3px;
}

/*#id-cart-list,#id-shelve-list{margin:0 -15px;}*/
#id-cart-list td, #id-shelve-list td, .sale_order_full td, .sale_order_full th {
  padding: 15px;
}

.tTotal {
  padding: 0px 15px 15px 15px;
}
#id-cart-list .notetext, #id-shelve-list .notetext {
  padding-left: 15px;
}

.fLine {
  clear: both;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #FFF;
  margin: 20px 0;
}

table.tEmpty, table.tEmpty table {
  border: none;
  margin: 0;
}
table.tEmpty td {
  padding: 0 20px 20px 0;;
  border: none;
}
.sof-req {
  color: #F00;
}
.modalContainer {
  position: relative;
  /*text-align:right;*/
  z-index: 1;
}
.modalContainer span.current {
  z-index: 20;
}
.modalBlock {
  width: 260px;
  position: absolute;
  z-index: 10;
  right: -10px;
  top: -2px;
  text-align: left;
}
.modalText {
  background: url(/tools/images/modal.png) no-repeat 0 0;
  padding: 30px 20px 14px 20px;
}
.modalBottom {
  background: url(/tools/images/modal.png) no-repeat 0 -994px;
  height: 6px;
  overflow: hidden;
  clear: both;
}

.enterBtn, .enterBtn div {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _overflow: hidden;
  background: #f51319 url(images/enterbtn.png) no-repeat 0 0;
  padding: 0 0 0 4px;
  height: 32px;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.enterBtn div {
  background: url(images/enterbtn.png) no-repeat right top;
  padding: 0 4px 0 0;
  margin: 0;
}
.enterBtn input {
  height: 32px;
  background: url(images/enterbtn.png) no-repeat center top;
  border: none;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  text-shadow: 0 -1px 0 #B90000;
  display: block;
  text-align: center;
}
.enterBtn.regBtn input {//
  width: 80%;
}

.modalText .inpText {
  display: block;
  width: 198px;
  margin: 0 0 5px 0;
}

.starrequired {
  color: #F00;
}
.closeSrav {
  position: relative;
  z-index: 10;
  float: left;
  left: -17px;
  top: 2px;
  padding: 10px 5px;
}
.hMenuBlock {
  width: 540px;
}

.compare-grid {
  width: 100%;
  overflow: scroll;
}

a.portalLink:link {
  border-bottom: 1px solid #5EB0E5;
  color: #373339;
  text-decoration: none;
}
a.portalLink:visited {
  border-bottom: 1px solid #5EB0E5;
  color: #373339;
  text-decoration: none;
}
a.portalLink:hover {
  border-bottom: 1px solid #FFFFFF;
  color: #373339;
  text-decoration: none;
}
#portal {
  font-family: Arial;
  font-size: 12px;
  line-height: 150%;
}
#portal img {
  display: block;
  margin: 0 0 3px 0;
}
a.portalLink:link, a.portalLink:visited, a.portalLink:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #5eb0e5;
}
a.portalLink:hover {
  border-bottom: none;
}
.filterForm {
  padding: 15px 15px 0 15px;
}
.pages {
  padding: 10px 0 20px 0;
  text-align: center;
  clear: both;
  font-size: 20px;
}

.date_time_work {
  padding: 10px 3px 0 0;
}

.whiteLeftBlock {
  margin: 23px -1px -10px -9px;
  padding: 10px 0 20px 9px;
  border-top: 1px solid #A5AFB7;
  background: #FFF url("images/whiteblockright.png") repeat-y right top;
  position: relative;
  z-index: 10;
}
.whiteRightBlock {
  background: #FFF;
  margin: 0 -12px -3000px 0;
  padding-bottom: 3000px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #A5AFB7;
  border-left: 1px solid #A5AFB7;
}
.whiteRightBlock .bestItems {
  padding: 0;
  background: none;
}

.inpBlock em, .inpBlock em label {
  display: block;
  position: absolute;
  z-index: 10;
  height: 43px;
  background: url(/tools/images/error.png) no-repeat right bottom;
  _background-image: url(/tools/images/errorie6.png);
  left: 190px;
  top: -40px;
  color: #FFF;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  zoom: 1;
}
.inpBlock em label {
  position: relative;
  left: -15px;
  top: 0;
  padding: 5px 1px 0 10px;
  height: 38px;
  background-position: 0 0;
}
.inpBlock {
  position: relative;
  z-index: 50;
}

.topMenus img {
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
.topMenus {

}

.popLabel {
  padding: 40px 0 0 30px;
  clear: both;
}

.not_link {
  color: #234157;
}

.close_window {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.detail_text {
  display: none;
}

.parameters_list {
  margin-top: 10px;
}

#modal_form {
  display: none;
  padding: 30px 20px 14px;
}
.simplemodal-wrap .modalBlock {
  width: 305px;
}
.simplemodal-wrap .modalBlock .modalText, .simplemodal-wrap .modalBlock .modalBottom {
  background-image: url(images/modal2.png);
  zoom: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 265px;
}
.simplemodal-wrap .modalBlock .modalText h3 {
  padding: 0 0 20px 0;
}
.simplemodal-wrap .modalBlock .modalBottom {
  width: auto;
}

a.modalBtn {
  background: url(images/bluebtn.png) no-repeat 0 0;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  padding: 4px 0 4px;
  width: 100px;
  display: block;
  text-align: center;
  white-space: nowrap;
  float: left;
}
a.modalBtn:link, a.modalBtn:visited, a.modalBtn:hover {
  text-decoration: none;
  color: #FFF;
}
a.modalBtn.modalBtn2 {
  width: 155px;
  background: url(images/redbtn.png) no-repeat 0 0;
  margin: 0 10px 0 0;
}

#main table.basketAuth, #main table.basketAuth td, #main table.basketAuth th, #main table.basketAuth table {
  border: none;
  padding: 0 0 5px 0;
}
#main table.basketAuth .inpText {
  width: 220px;
}

ul.map-level-0 a {
  font-weight: bold;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
  font-weight: normal;
}

ul.map-level-0 {
  padding: 0;
}

ul.map-level-1, ul.map-level-2, ul.map-level-3 {
  padding: 5px 0 0 0;
}

ul.map-level-0 li {
  padding-bottom: 10px;
}

.breads {
  font-size: 14px;
  list-style: none;
}
.breads li {
  background: none;
  padding: 0;
  display: inline;
  margin: 0;
}
.productItems li .catalogInner {
  padding: 0 0 5px 0;
  margin: 0;
  width: 167px;
  zoom: 1;
  font-size: 12px;
  float: left;
}
.productItems .catalogInner .prBlock {
  background: none;
  border: none;
}
.productItems li .catalogInner li a:link, .productItems li .catalogInner li a:visited, .productItems li .catalogInner li a:hover {
  color: #393636;
  line-height: 150%;
}

.previewText {
  padding: 0 0 15px 0;
}
.artikul {
  color: #383838;
  font-size: 12px;
  line-height: 150%;
}
.galleryText {
  margin: 0 0 15px 0;
  max-height: 158px;
  overflow: hidden;
}

.whiteBlock2 ul.moneyList {
  overflow: hidden;
  zoom: 1;
}
.whiteBlock2 ul.moneyList li {
  background: none;
  float: left;
  width: 33%;
  padding: 0 0 20px 0;
  text-align: center;
}
ul.moneyList img {
  display: block;
  margin: 0 auto 5px auto;
}

.cTabsNav {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 20px 0;
  width: 110%;
}
.cTabsNav li {
  float: left;
  padding: 0 5px 5px 0;
}
.cTabsNav a, .cTabsNav a strong {
  float: left;
  background: url(images/tabsnav2.png) no-repeat 0 0;
  padding: 0 0 0 10px;
  cursor: pointer;
  font-weight: normal;
}
.cTabsNav a strong {
  padding: 7px 10px 0 0;
  background-position: right top;
  white-space: nowrap;
  font-size: 14px;
  line-height: normal;
  height: 26px;
}
.cTabsNav a:link, .cTabsNav a:visited, .cTabsNav a:hover {
  text-decoration: none;
  color: #080808;
}
.cTabsNav a.current {
  background-position: 0 -33px;
}
.cTabsNav a.current strong {
  background-position: right -33px;
}

.abcList {
  overflow: hidden;
  zoom: 1;
  padding-left: 15px;
}
.abcList li {
  width: 23%;
  padding: 0 2% 20px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  vertical-align: top;
  color: #0090c6;
  font-size: 20px;
  line-height: 150%;
}
.abcList li ul {
  padding: 10px 0 0 0;
}
.abcList li ul li {
  display: block;
  padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 150%;
  width: 100%;
}

.cPicList {
  width: 100%;
  padding-left: 15px;
}
.cPicList li {
  float: left;
  padding: 0 11px 11px 0;
}
.cPicList li img {
  float: left;
  border: 3px solid #d2d2d2;
}
.productItems, .cPicList {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.morePhoto {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.morePhoto img {
  float: left;
  margin: 0 10px 10px 0;
}
.fancybox {
  float: left;
  position: relative;
  z-index: 1;
}
.zoomIco {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.moreIcon {
  width: 220px;
}
.moreIcon img {
  float: left;
  margin: 0 10px 10px 0;
}
.inpText1 em, .inpText1 em label {
  display: block;
  position: absolute;
  z-index: 10;
  height: 43px;
  background: url(images/error.png) no-repeat right bottom;
  _background-image: url(images/errorie6.png);
  left: 200px;
  top: -40px;
  color: #FFF;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  zoom: 1;
}
.inpText1 em label {
  position: relative;
  left: -15px;
  top: 0;
  padding: 5px 1px 0 10px;
  height: 38px;
  background-position: 0 0;
}

.lineForm {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.lineForm dt {
  float: left;
  width: 150px;
  margin: 0 -100% 0 0;
}
.lineForm dd {
  margin: 0 0 0 170px;
  position: relative;
  z-index: 1;
}
.lineForm img {
  display: block;
  margin: 0 0 20px 0;
}

.lineForm dd em {
  background: url(images/error2.png) no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  height: 25px;
  left: 0;
  line-height: normal;
  position: absolute;
  top: -19px;
  white-space: nowrap;
  z-index: 500;
}
.lineForm dd em .error {
  background: url(images/error2.png) no-repeat scroll right -25px transparent;
  display: block;
  float: left;
  height: 24px;
  left: 5px;
  overflow: hidden;
  padding: 1px 5px 0 0;
  position: relative;
  z-index: 1;
}
.relative {
  position: relative;
  z-index: 1;
}

.addBtn1 {
  display: block;
  width: 192px;
  height: 32px;
  padding: 10px 0 0 0;
  background: #ea1016 url(images/addbtn.png);
  overflow: hidden;
  text-align: center;
  text-shadow: 0 -1px 0 #b90000;
  font-size: 18px;
  line-height: normal;
  color: #FFF !important;
  text-decoration: none !important;
}
.addBtn1 input.count {
  border: 1px solid #fff;
  padding: 0;
  margin: 0px 0px 10px 0;
  width: 60px;
  font-size: 14px;
  line-height: normal;
  position: relative;
  z-index: 1;
  text-align: right;
}
.addBtn1 input.addCart {
  padding: 0;
  margin: 0px 0px 10px 0;
  width: 85px;
  line-height: normal;
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 18px;
  line-height: normal;
  color: #FFF;
  background: none;
  cursor: pointer;
  border: none;
}
.prAdd .addBtn1 {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

#toplink {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}
#toplink span {
  display: block;
  height: 40px;
  width: 968px;
  margin: 0 auto;
}
#toplink span strong {
  float: right;
  background: #e3e3e3;
  border: 1px solid #ccc;
  padding: 0 20px 2px 20px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 7px 0 0 0;
}
#toplink:link, #toplink:visited, #toplink:hover {
  text-decoration: none;
  color: #000;
}

.input_admin select {
  width: 600px;
}

#main .YMaps table, #main .YMaps table th, #main .YMaps table td {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.hPhone {
  float: right;
}
.hPhone em {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: normal;
  font-style: normal;
  padding: 0 0 10px 0;
}
.hLinks {
  position: absolute;
  z-index: 1;
  left: 152px;
  top: 38px;
}
.hPhoneTime {
  display: block;
  font-size: 12px;
  line-height: normal;
  margin: -15px 0 5px 0;
  position: relative;
  z-index: 1;
}
.hSearch {
  float: left;
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 35px;
  background: url(images/fsearch.png) no-repeat 0 1px;
}
.hSearch .iText {
  width: 100px;
  border: 1px solid #fff;
  background: #fff;
  margin: 6px 0 0 8px;
}
.hSkype {
  float: left;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
  line-height: 15px;
}
.hSkype img {
  margin: 0px 5px 0px 0px;
}
.hSkype {
  float: left;
  padding: 0px 0px 0px 0px;
  line-height: 17px;
}
.fSkype img {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}

.head-d {
  width: 100%;
}

.head-d:before, .head-d:after {
  display: table;
  line-height: 0;
  content: "";
}

.head-d:after {
  clear: both;
}

.head-disc {
  width: 450px;
  padding: 10px;
  border: 1px dashed #6d6d6d;
  margin: 20px;
  background-color: #f5f5f5;
}

.head-disc em {
  color: #ff0000;
  font-style: normal;
}

.btn-blue {
  border: 1px solid #00aeef;
  background: #7ddcff;
  background: -moz-linear-gradient(top,  #7ddcff 0%, #64d3fd 5%, #00aeef 91%, #0376a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ddcff), color-stop(5%,#64d3fd), color-stop(91%,#00aeef), color-stop(100%,#0376a1));
  background: -webkit-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: -o-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: -ms-linear-gradient(top,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  background: linear-gradient(to bottom,  #7ddcff 0%,#64d3fd 5%,#00aeef 91%,#0376a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ddcff', endColorstr='#0376a1',GradientType=0 );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), -2px 0 3px rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  line-height: 1.25em;
}

/*
 *
 * Блочный вид продуктов.
 */
#productItemsList {
  margin: 0 0 10px 0;
}
#productItemsList > li {
  padding: 15px 0 0 0;
  position: relative;
}
#productItemsList > li > h3 {
  padding: 0 0 10px 15px;
}
#productItemsList > li .prPic {
  float: left;
  width: 140px;
  overflow: hidden;
  padding: 0 0 0px 15px;
}
#productItemsList > li .prPic img {
  width: 100% !important;
  padding: 5px 0 0;
}
#productItemsList > li .prPic img.zoomIco{
    width: 23px !important;
}
#productItemsList > li .right_text {
  float: right;
  width: 170px;
}
#productItemsList > li .right_text ul {
  padding: 0 0 5px 0;
  float: left;
}
#productItemsList > li .right_text ul li {
  width: auto;
  padding: 0 4px 5px 20px;
}
#productItemsList .cost {
  color: #d30000;
  font-size: 18px;
  padding: 0 0 5px 0;
  /*float: right;*/
  float: left;
  margin-left: 20px;
}
#productItemsList .prAdd {
  float: right;
  width: 100%;
  padding: 5px 0 0 0;
}
.productBlockList > li {
  width: 336px;
  display: inline-block;
  border: none;
}
.productBlockList  .prBlock .prPic {
  float: left;
  width: 110px;
  overflow: hidden;
  padding: 15px 0 0px 15px;
}
.productBlockList .prText {
  float: left;
  width: 205px;
  padding: 11px 0 10px 0px;
  overflow: hidden;
}
.productBlockList .prAdd {
  float: left;
  padding: 0px 3px 15px 15px;
  width: 315px;
  text-align: left;
}
.productBlockList .prText h3 {
  padding: 0 0 14px 0;
}
.productBlockList .prAdd form {
  margin: 0 0 0 20px;
  /*float: right;*/
  float: left;
}
.productBlockList .addBtn1 {
  display: block;
  width: 130px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  background-size: 100% 100%;
}
.productBlockList .addBtn1 input.count {
  width: 35px;
}
.productBlockList .addBtn1 input.addCart {
  margin: 0;
  width: 70px;
  font-size: 16px;
}
li a.addCart {
  float: right;
  width: 130px;
  text-align: left;
}
.whiteBlock2 a.addCart {
  display: inline-block;
  width: 95px;
  text-align: left;
  padding: 0 0 10px 0;
}

td.cart-item-name {
  width: 100px !important;
  padding: 5px 0 !important;
}
.cart-item-img {
  padding: 5px 0 5px 2px !important;
}
.cart-item-img img {
  width: 80px;
}
.catalog-compare-result {
  padding: 10px;
}
#list_compare {
  width: 100%;
  overflow-x: scroll;
}
#main #personal_order .data-table {
  border: 1px solid #b8b8b8;
}
#main #personal_order .data-table th, #main #personal_order .data-table td {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.cart_text {
  margin: 10px 0;
}
.cart_text > * {
  margin: 0;
  padding: 0;
}

.compare-button {
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 0;
  margin: 10px 0 0 0;
  width: 100px;
  text-align: center;
  background: #51cdfc url('/bitrix/templates/shop-season/images/choosebtn.png') no-repeat 0 0;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  background-size: 100% 100%;
  font-size: 16px;
  text-shadow: 0 -1px 0 #007dac;
  line-height: normal;
  position: relative;
  z-index: 5;
  color: #FFF;
  border: none;
  cursor: pointer;
}

.pagination {
  padding: 20px;
  text-align: center;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}
.pagination a {
  border: solid 1px #234157;
  margin-right: 2px;
}
.pagination .previous-off, .pagination .next-off {
  border: solid 1px #DEDEDE;
  color: #888888;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  padding: 3px 4px;
}
.pagination .next a, .pagination .previous a {
  font-weight: bold;
}
.pagination .active {
  background: #234157;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 4px 6px;
}
.pagination a:link, .pagination a:visited {
  color: #234157;
  display: inline-block;
  padding: 3px 6px;
  text-decoration: none;
}
.pagination a:hover {
  border: solid 1px #234157;
}

.ajax_loader {
  height: 77px;
  background: url('images/ajax-loader.gif') no-repeat left center;
}