/*
fonts part
*/
@font-face {
  font-family: 'font-pz';
  src: url('/static/font/font-pz.eot');
  src: url('/static/font/font-pz.eot') format('embedded-opentype'), url('/static/font/font-pz.woff') format('woff'), url('/static/font/font-pz.ttf') format('truetype'), url('/static/font/font-pz.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'font-pz';
    src: url('/static/font/font-pz.svg?18772406#font-pz') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "font-pz";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-heart:before {
  content: '\e800';
}
/* '' */
.icon-heart-empty:before {
  content: '\e801';
}
/* '' */
.icon-star:before {
  content: '\e802';
}
/* '' */
.icon-star-empty:before {
  content: '\e803';
}
/* '' */
.icon-resize-full:before {
  content: '\e804';
}
/* '' */
.icon-heart-1:before {
  content: '\e805';
}
/* '' */
.icon-heart-empty-1:before {
  content: '\e806';
}
/* '' */
.icon-star-1:before {
  content: '\e807';
}
/* '' */
.icon-star-empty-1:before {
  content: '\e808';
}
/* '' */
.icon-resize-full-1:before {
  content: '\e809';
}
/* '' */
.icon-heart-2:before {
  content: '\e80a';
}
/* '' */
.icon-heart-filled:before {
  content: '\e80b';
}
/* '' */
.icon-star-2:before {
  content: '\e80c';
}
/* '' */
.icon-star-filled:before {
  content: '\e80d';
}
/* '' */
.icon-resize-full-2:before {
  content: '\e80e';
}
/* '' */
.icon-vkontakte-rect:before {
  content: '\e80f';
}
/* '' */
.icon-instagram-filled:before {
  content: '\e810';
}
/* '' */
.icon-twitter-bird:before {
  content: '\e811';
}
/* '' */
.icon-cancel-squared:before {
  content: '\e812';
}
/* '' */
.icon-search:before {
  content: '\e813';
}
/* '' */
.icon-search-1:before {
  content: '\e814';
}
/* '' */
.icon-search-2:before {
  content: '\e815';
}
/* '' */
.icon-search-3:before {
  content: '\e816';
}
/* '' */
.icon-facebook-rect:before {
  content: '\e817';
}
/* '' */
.icon-twitter-squared:before {
  content: '\e818';
}
/* '' */
.icon-vkontakte-rect-1:before {
  content: '\e819';
}
/* '' */
.icon-ok:before {
  content: '\e81a';
}
/* '' */
.icon-ok-1:before {
  content: '\e81b';
}
/* '' */
/*
end fonts part
*/
/* base part */
/* ./ base part */
html {
  color: #000;
  background: #fff;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000000;
}
* {
  outline: none;
}
body {
  position: relative;
  height: 100%;
  font: 12px/18px Verdana, Geneva, sans-serif;
  color: #626262;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
  text-decoration: underline;
  color: #7b7b7b;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
/*.wrap {border-width:0 1px; border-style:solid; border-color:#eee; width:@templateWidth; min-height:100%; margin:0 auto; background:url(/static/images/bg-top.png) repeat-x #fff; position:relative}*/
.wrap {
  width: 1230px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}
.b-wrap {
  min-width: 300px;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 25px;
}
#header {
  background: #fff;
}
.head {
  height: 220px;
}
.head-top {
  width: 100%;
  background: #eeeeee;
  font: 14px Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e4e5e5;
  height: 30px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.head-top .menu {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  float: left;
  width: auto;
  padding: 0;
  line-height: 35px;
}
.head-top .menu li {
  float: left;
  width: auto;
  padding: 0 22px 0 0;
}
.head-top .menu li a {
  text-decoration: none;
  border-bottom: 1px solid #8B8989;
  color: #6A6C6C;
  font-size: 12px;
}
.head-top .menu li a:hover {
  border-bottom: none;
}
.head-top .in-your-bask {
  float: right;
  width: auto;
  padding: 3px 0 0 0;
  vertical-align: middle;
  position: relative;
  *top: -2px;
  font-size: 12px;
  color: #878b8d;
}
.head-top .in-your-bask a {
  font-size: 12px;
  color: #c5273c;
  text-decoration: none;
  border-bottom: 1px solid #db2b43;
}
.head-top .in-your-bask a {
  font-size: 12px;
  color: #8F4BA6;
  text-decoration: none;
  border-bottom: 1px solid #a958c4;
}
.head-top .in-your-bask a:hover {
  border-bottom: none;
}
.head-top .in-your-bask span {
  color: #878b8d;
}
.head-top .in-your-bask .btn-order {
  border: 0;
  background: url(/static/images/btn-order-2-no-text.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #a4a4a4;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 3px;
  margin: 0 0 0 15px;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: -1px -1px 0 #e34c2f;
}
.head-top .in-your-bask .btn-order {
  border: 1px solid #7f4293;
  background: #8F4BA6;
  border-radius: 6px;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 26px;
  padding: 0;
  margin: 0 0 0 15px;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: -1px -1px 0 #713b83;
}
.head-top .in-your-bask .btn-order:hover,
.head-top .in-your-bask .btn-order.hover {
  background-position: 0 -30px;
  color: #fff;
  background: #a758c2;
}
.head-top .in-your-bask .btn-order:focus {
  background-position: 0 -60px;
  color: #ffffff;
}
/*exp*/
.head-top .in-your-bask .btn-order {
  margin-top: -1px;
  -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
  background: -moz-linear-gradient(center top, #c123de 5%, #a20dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
  background-color: #c123de;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0px;
  border: 1px solid #a511c0;
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  height: 26px;
  line-height: 26px;
  width: 120px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9b14b3;
}
.head-top .in-your-bask .btn-order:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
  background: -moz-linear-gradient(center top, #a20dbd 5%, #c123de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
  background-color: #a20dbd;
}
.head-top .in-your-bask .btn-order:active {
  position: relative;
  top: 1px;
}
/*endexp*/
.head-top .menu {
  line-height: 20px;
}
.head-top .menu li {
  font-size: 11px;
  line-height: 30px;
}
.info .logo {
  padding-top: 14px;
}
.head-top .in-your-bask {
  padding-top: 0;
  line-height: 30px;
  font-size: 12px;
}
#header .info {
  margin-top: 31px;
}
#header .info .contacts {
  padding-top: 11px;
}
#header .catalog-menu {
  margin-top: 0;
}
/* head-top */
.info {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  height: 85px;
  margin-top: 35px;
}
.info .logo {
  float: left;
  padding: 7px 0 0 0;
  width: 245px;
}
.info .logo a {
  display: block;
  width: 225px;
  height: 69px;
}
.info .contacts {
  font-size: 11px;
  padding: 17px 0 0 0;
  float: right;
}
.info .contacts .links {
  float: left;
  width: auto;
}
.info .contacts a {
  position: relative;
  float: left;
  height: 25px;
}
.info .contacts a.skype {
  background: url(/static/images/ic_01.png) no-repeat;
  padding: 0 0 0 26px;
  margin: 0 30px 0 0;
}
.info .contacts a.email {
  background: url(/static/images/ic_05.png) 0 5px no-repeat;
  padding: 0 0 0 26px;
  margin: 0 27px 0 0;
}
.info .contacts a.call {
  background: url(/static/images/ic_03.png) no-repeat;
  padding: 0 0 0 34px;
}
.info .contacts .phone {
  float: right;
  width: auto;
  position: relative;
  top: -5px;
  text-align: right;
  background: url('/static/images/phone-icon.gif') left 4px no-repeat;
  padding-left: 35px;
}
.info .contacts .phone sup {
  font-size: 13px;
  top: -2px;
  position: relative;
  left: -4px;
}
.info .contacts .phone span {
  font-size: 16px;
  color: #000;
  line-height: 18px;
}
.info .contacts .phone p {
  font: 12px/14px Arial, Helvetica, sans-serif;
  text-align: right;
  padding: 0px 2px 0 0;
  color: #949494;
}
.info .contacts .phone a.back-call {
  text-decoration: none;
  border-bottom: 1px dashed #797979;
  line-height: 12px;
  padding-bottom: 2px;
  margin-top: 6px;
  display: block;
  height: auto;
  color: #3a3a3a;
}
.info .contacts .phone a.back-call:hover {
  border-bottom-color: #fff;
}
.search {
  background: url(/static/images/search.png) no-repeat;
  width: 951px;
  height: 67px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.search.flat {
  background: url(/static/images/search-flat.png) no-repeat;
  width: 1230px;
  height: 77px;
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 2;
}
.btn-search {
  background: url("/static/images/btn-search-new.png") repeat-x 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 11px/20px Arial, Helvetica, sans-serif;
  height: 25px;
  letter-spacing: -1px;
  margin: 0 0 0 19px;
  padding: 0 0 3px;
  position: relative;
  text-align: center;
  top: 22px;
  width: 94px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.btn-search.v {
  background: url("/static/images/btn-search-v.png") repeat-x 0 0;
}
.search.flat .btn-search {
  top: 17px;
}
.btn-search:hover {
  background-position: 0 -25px;
}
.btn-search:focus {
  background-position: 0 -50px;
}
/* select */
.b-select {
  position: relative;
  float: left;
  width: 140px;
  min-height: 24px;
  top: 23px;
  left: 26px;
  margin: 0 69px 0 0;
}
.search.flat .b-select {
  position: relative;
  float: left;
  width: 140px;
  min-height: 24px;
  top: 18px;
  left: 28px;
  margin: 0 69px 0 0;
}
select {
  width: 100%;
}
.box-select {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.select_box {
  position: relative;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select_box .visible_selected {
  font: 12px/20px Tahoma, Geneva, sans-serif;
  white-space: nowrap;
  height: 24px;
  color: #7b7b7b;
  display: block;
  background: url(/static/images/select/select.png) 0 0 no-repeat;
  cursor: pointer;
  position: relative;
  margin: 0 3px 0 0;
}
.select_box .visible_selected span {
  display: block;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  height: 24px;
  margin: 0 21px 0 0;
  padding: 0 0 0 11px;
}
.select_box .visible_selected i {
  position: absolute;
  width: 30px;
  height: 22px;
  background: url(/static/images/select/select.png) 100% -48px no-repeat;
  right: -3px;
  top: 0;
}
.select_box .options_box {
  top: 21px;
  left: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: #eee 0 0 1px;
  -moz-box-shadow: #eee 0 0 1px;
  box-shadow: #eee 0 0 1px;
  behavior: url("/static/css/PIE.htc");
  position: absolute;
  width: 138px;
}
.select_open .options_box {
  display: block!important;
}
.select_open {
  z-index: 9999;
}
.select_open .visible_selected {
  background-position: 0 -24px;
}
.select_open .visible_selected i {
  background-position: 100% -72px;
}
.select_box .options_box .options_scroll {
  width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #f0f0f0;
  border-left: 1px solid #e1e1e1;
}
.select_box .options_box .options_scroll .sniper_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 168px;
}
.select_box .options_box .options_scroll a.arrow_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 16px;
  display: block;
  background: url(/static/images/select/select-scroll-top.png) no-repeat;
}
.select_box .options_box .options_scroll a.arrow_top:hover {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.arrow_top:active {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.arrow_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 16px;
  display: block;
  background: url(/static/images/select/select-scroll-bott.png) no-repeat;
}
.select_box .options_box .options_scroll a.arrow_bottom:hover {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.arrow_bottom:active {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.sniper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 50px;
  width: 18px;
  background: url(/static/images/select/select-scroll-c.png) 0 0 repeat-y;
}
.select_box .options_box .options_scroll a.sniper span {
  display: block;
  height: 100%;
  width: 18px;
  background: url(/static/images/select/select-scroll-t.png) no-repeat;
}
.select_box .options_box .options_scroll a.sniper span span {
  background: url(/static/images/select/select-scroll-b.png) 0 100% no-repeat;
  position: relative;
  top: 6px;
}
.select_box .options_box .options_scroll a.sniper:hover {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.sniper:hover span {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.sniper:hover span span {
  background-position: 0 100%;
}
.select_box .options_box .options_scroll a.ui-draggable-dragging:hover {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.ui-draggable-dragging:hover span {
  background-position: 0 0;
}
.select_box .options_box .options_scroll a.ui-draggable-dragging:hover span span {
  background-position: 0 100%;
}
.select_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  height: auto;
  width: auto;
  float: none;
}
.select_box ul li {
  font: 12px/14px Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  float: none;
  border-bottom: 1px solid #e8e8e8;
}
.select_box ul li a {
  color: #787878;
  padding: 4px 11px 6px;
  display: block;
  text-decoration: none;
}
.select_box ul li a:hover,
.select_box ul li.current a {
  color: #fff;
  background: #4cbcfc;
}
.content {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  padding: 20px 0 113px;
}
.lcol {
  float: left;
  width: 210px;
  padding: 3px 0 0 19px;
}
.catalog {
  padding: 0 0 40px;
}
.catalog h2 {
  color: #c5273c;
  font: 16px 'Century Gothic', Helvetica, sans-serif;
  background: url(/static/images/catalog.png) 1px 1px no-repeat;
  padding: 2px 0 4px 33px;
  width: 192px;
  height: 26px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
}
.catalog ul li {
  padding: 0 0 9px 22px;
  position: relative;
  *zoom: 1;
}
.catalog ul li ul li ul {
  padding: 5px 0 0;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.catalog ul li ul li ul li.active {
  background: url(/static/images/a-active.png) 0 5px no-repeat;
}
.catalog ul li ul li ul li.active a {
  cursor: default;
  text-decoration: none;
  color: #666666;
}
.catalog ul.level-1 li.active .level-1-status,
.catalog ul.level-2 li.active .level-2-status {
  background-position: 0 -12px;
}
.level-1-status,
.level-2-status {
  background: url(/static/images/status.png) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.catalog ul.level-1 {
  padding: 0 0 0 11px;
}
.catalog ul.level-2 {
  position: relative;
  top: 10px;
  padding: 0 0 5px;
  display: none;
  width: 140px;
}
.catalog ul.level-2 li {
  padding: 0 0 9px 20px;
}
.catalog ul li ul li ul li {
  padding: 0 0 9px 15px;
  background: url(/static/images/a.png) 0 5px no-repeat;
  top: 7px;
}
.catalog ul.level-3 {
  display: none;
}
.search-small {
  margin-top: 20px;
  margin-left: 20px;
  width: 210px;
  height: 26px;
  float: left;
  position: static;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.search-small-text {
  font: 13px Tahoma, Geneva, sans-serif;
  color: #b0b0b0;
  border: 0;
  background: none;
  width: 155px;
  padding: 0 0 0 8px;
  height: 23px;
  line-height: 20px;
}
.btn-search-small {
  width: 40px;
  height: 26px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  position: static;
  float: right;
  background: #ccc;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0px;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 0px #777;
}
.btn-search-small:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
  text-shadow: 1px 1px 0px #a1a1a1;
}
.btn-search-small:focus {
  position: relative;
  top: 1px;
}
.rcol {
  float: right;
  width: 701px;
  padding: 0 21px 0 0;
}
.sort {
  font-family: Tahoma, Geneva, sans-serif;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  padding: 0 0 15px;
}
.sort span {
  float: left;
  width: auto;
  height: 20px;
  padding: 0 4px 0 0;
}
.sort a {
  color: #2e2e2e;
  float: left;
  width: auto;
  padding: 0 7px;
  height: 20px;
}
.sort a.active {
  background: url(/static/images/sort.png) 100% 6px no-repeat #f4f4f4;
  padding: 0 13px 0 7px;
  border-right: 7px solid #f4f4f4;
}
.sort a.active.asc {
  background: url(/static/images/unsort.png) 100% 6px no-repeat #f4f4f4;
  padding: 0 13px 0 7px;
  border-right: 7px solid #f4f4f4;
}
.pages {
  text-align: center;
  margin: -10px 0 0;
  padding: 0 0 23px;
}
.pages table {
  margin: 0 auto;
  font: 12px Arial, Helvetica, sans-serif;
}
.pages table a {
  float: left;
  padding: 0 6px;
  height: 21px;
  line-height: 21px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/static/css/PIE.htc");
  position: relative;
  text-decoration: none;
  margin: 0 3px 0 0;
}
.pages table a.active,
.pages table a:hover {
  border-color: #b8b9b9;
  color: #61bcd6;
  font-weight: bold;
}
.pages table a.first {
  background: url(/static/images/first.png) no-repeat;
  width: 22px;
  height: 24px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
  border: 0;
  padding: 0;
}
.pages table a.prev {
  background: url(/static/images/prev.png) no-repeat;
  width: 22px;
  height: 24px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
  border: 0;
  padding: 0;
}
.pages table a.next {
  background: url(/static/images/next.png) no-repeat;
  width: 22px;
  height: 24px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
  border: 0;
  padding: 0;
}
.pages table a.last {
  background: url(/static/images/last.png) no-repeat;
  width: 22px;
  height: 24px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
  border: 0;
  padding: 0;
}
.rcol h1 {
  color: #000;
  font-size: 16px;
  padding: 6px 0 11px;
}
.rcol h2 {
  color: #000;
  font-size: 15px;
  padding: 0 0 8px;
}
.rcol h3 {
  color: #000;
  font-size: 13px;
  padding: 0 0 8px;
}
.rcol p {
  padding: 0 0 18px;
}
.rcol p:last-child {
  padding: 0;
}
.banner {
  margin: 0 0 22px;
  width: 701px;
  height: 216px;
  background: url(/static/images/banner-bg.png) no-repeat;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  top: 5px;
}
.banner img {
  border: 7px solid transparent;
  display: block;
}
.banner-in {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  width: 694px;
  height: 219px;
}
.banner-cont {
  overflow: hidden;
  position: absolute;
  *zoom: 1;
  height: 219px;
  width: 99999px;
  top: 0;
}
.banner ul {
  padding: 0 0 0 8px;
  position: relative;
  left: -7px;
  top: -3px;
}
.banner ul li {
  float: left;
  height: 219px;
  width: auto;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.banner-left {
  float: right;
  width: 693px;
}
.banner-left .banner-cont {
  right: 0;
}
.banner-left ul {
  float: right;
  width: auto;
}
.banner-right {
  float: left;
  width: 694px;
}
.banner-right .banner-cont {
  left: 0;
}
.banner-right ul {
  float: left;
  width: auto;
}
.btns span {
  position: absolute;
  width: 22px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
  *zoom: 1;
  text-indent: -500px;
}
.btns span.btn-prev {
  background: url(/static/images/btns.png) no-repeat;
  left: 0;
  top: 50%;
  margin: -22px 0 0;
}
.btns span.btn-prev:hover {
  background-position: 0 -45px;
}
.btns span.btn-next {
  background: url(/static/images/btns.png) -22px 0 no-repeat;
  right: 0;
  top: 50%;
  margin: -22px 0 0;
}
.btns span.btn-next:hover {
  background-position: -22px -45px;
}
.rcol-img {
  position: relative;
  left: 10px;
}
.rcol img {
  border: 2px solid #eee;
  top: 3px;
  position: relative;
}
.rcol img.img-left {
  float: left;
  width: auto;
  margin: 0 19px 10px 0;
}
.rcol img.img-right {
  float: right;
  width: auto;
  margin: 0 0 10px 19px;
}
.catalog-list {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  width: 700px;
  background: url(/static/images/catalog-list.png) 0 100% repeat-x;
  margin: 0 0 19px;
}
.catalog-list ul {
  width: 710px;
  margin: 0 -10px 17px 0;
  position: relative;
  left: 2px;
  padding: 0 0 7px;
  overflow: hidden;
  *zoom: 1;
}
.catalog-list ul li {
  float: left;
  padding: 0 10px 9px 0;
}
.catalog-list ul li a {
  border: 1px solid #e8e8e8;
  float: left;
  width: auto;
  position: relative;
  color: #4cbcfc;
  text-decoration: none;
  font-size: 11px;
  overflow: hidden;
  *zoom: 1;
}
.catalog-list ul li a img {
  display: block;
  border: 0;
  top: 0;
}
.catalog-list ul li a span.infotext {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px 0 7px 16px;
  line-height: 16px;
  width: 149px;
}
.catalog-list ul li a span.infotext span {
  display: none;
}
.catalog-list ul li a span.infotext strong {
  font: bold 15px Georgia, "Times New Roman", Times, serif;
  display: block;
  text-align: right;
  padding: 0 20px 0 0;
  position: relative;
}
.catalog-list ul li a span.infotext strong i {
  overflow: hidden;
  *zoom: 1;
  background: url(/static/images/rub.png) no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  text-indent: 500px;
  right: 6px;
  top: 4px;
}
.catalog-list ul li a img {
  width: 165px;
  height: 149px;
}
.catalog-list ul li.large-item a img {
  width: 342px;
  height: 309px;
}
.catalog-list ul li.item-right {
  float: right;
  position: relative;
  left: -3px;
}
.catalog-list ul li.large-item a {
  font-size: 12px;
  line-height: 18px;
}
.catalog-list ul li.large-item a span.infotext {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px 0 14px 16px;
  line-height: 16px;
  width: 326px;
}
.catalog-list ul li.large-item a span.infotext strong {
  font: bold 18px Georgia, "Times New Roman", Times, serif;
  display: block;
  text-align: right;
  padding: 7px 31px 0 0;
  position: relative;
}
.catalog-list ul li.large-item a span.infotext strong i {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  background: url(/static/images/rub.png) no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  text-indent: 500px;
  right: 17px;
  top: 13px;
}
.catalog-list ul li a:hover {
  color: #fff;
  border-color: #d5d5d5;
}
.catalog-list ul li a:hover span.infotext {
  background: url(/static/images/bg-hover.png);
}
.catalog-list ul li a:hover span.infotext span {
  display: block;
}
.catalog-list ul li a:hover span.infotext strong i {
  background-position: -10px 0;
}
.basket h1 {
  font-size: 18px;
  color: #626262;
  padding: 0 0 2px;
}
.basket h6 {
  font-size: 12px;
  color: #7d7d7d;
  padding: 0 0 27px;
}
.basket-tab {
  position: relative;
  *zoom: 1;
  margin: 0 0 19px;
}
.basket-tab table {
  width: 100%;
  margin: 0 0 20px;
}
.basket-tab table th {
  background: url(/static/images/bott2.png) 0 100% repeat-x;
  font-size: 13px;
  color: #868686;
  padding: 0 0 6px;
}
.basket-tab table td {
  background: url(/static/images/bott.png) 0 100% repeat-x;
  padding: 6px 0 6px;
}
.basket-tab table td.b-photo {
  width: 107px;
  padding-left: 5px;
}
.basket-tab table td.b-title {
  width: 324px;
}
.basket-tab table td.b-size {
  width: 180px;
}
.basket-tab table td.b-am {
  width: 160px;
}
.basket-tab table td p {
  font-size: 11px;
  color: #000000;
}
.basket-tab table td span.free {
  color: #044e83;
}
a.delete {
  display: block;
  width: 11px;
  height: 11px;
  background: url(/static/images/delete.png) no-repeat;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  text-indent: -500px;
  margin: 0 auto;
}
a.delete:hover {
  background-position: 0 -11px;
}
.basket-tab table td span.price {
  color: #044e83;
  font-size: 18px;
  padding: 0 18px 0 0;
}
.b-info {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.b-choose {
  height: 26px;
  background: url(/static/images/select/select2.png) 0 0 no-repeat;
  float: left;
  width: auto;
}
.b-choose-in {
  height: 26px;
  background: url(/static/images/select/select2.png) 100% -142px no-repeat;
  position: relative;
  left: 6px;
}
.nmb {
  color: #626262;
  float: left;
  height: 20px;
  line-height: 22px;
  padding: 0 4px 0 0;
}
.mn {
  float: left;
  width: 22px;
  height: 20px;
  background: url(/static/images/mn.png) no-repeat;
  text-indent: -500px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  top: 2px;
  left: -5px;
}
.pl {
  float: right;
  width: 22px;
  height: 20px;
  background: url(/static/images/pl.png) no-repeat;
  text-indent: -500px;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  top: 2px;
  left: -1px;
}
.basket-select {
  position: relative;
  width: 89px;
  min-height: 25px;
}
.basket-select .select_box .visible_selected {
  height: 24px;
  color: #626262;
  background: url(/static/images/select/select2.png) 0 0 no-repeat;
}
.basket-select .select_box .visible_selected span {
  height: 24px;
  margin: 0 21px 0 0;
  padding: 0 0 0 11px;
  line-height: 22px;
}
.basket-select .select_box .visible_selected i {
  width: 40px;
  height: 24px;
  background: url(/static/images/select/select2.png) 100% -70px no-repeat;
  right: -5px;
  top: 0;
}
.basket-select .select_open .visible_selected {
  background-position: 0 -25px;
}
.basket-select .select_open .visible_selected i {
  background-position: 100% -95px;
}
.basket-select .select_box .options_box {
  width: 87px;
  top: 21px;
  left: 1px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c3c3;
}
.info-client {
  font-size: 13px;
  float: left;
  margin-top: 10px;
  margin-left: 140px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 25px 25px 20px 25px;
  border-radius: 3px;
}
.info-client h2 {
  font-size: 22px;
  padding: 0 0 19px;
}
.info-client table tr.hide {
  display: none;
}
.info-client table td input,
.info-client table td textarea {
  padding: 7px 3px;
  margin-bottom: 20px;
  width: 195px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.info-client table td div {
  width: 201px;
}
.info-client table td textarea {
  width: 100%;
  height: 50px;
}
.info-client table th {
  padding: 7px 16px 15px 0;
  vertical-align: top;
  line-height: 12px;
  text-align: right;
  font-size: 12px;
  min-width: 100px;
}
.info-client table th span.required-field {
  color: red;
}
.info-client table th.add-additional-fields {
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}
.info-client table th.add-additional-fields span {
  border-bottom: 1px dashed #7b7b7b;
  cursor: pointer;
}
.info-client table th.add-additional-fields span:hover {
  border-bottom: none;
}
.info-client .bask-btn-order {
  border: 0;
  background: url(/static/images/btn-order-3.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 201px;
  height: 50px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
  margin: 0;
  text-indent: 1000px;
  overflow: hidden;
}
.info-client .bask-btn-order:hover {
  background-position: 0 -50px;
}
.bask-btn-order-credit {
  border: 0;
  background: url(/static/images/order-credit.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 245px;
  height: 48px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
  margin: 0;
  text-indent: 1000px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.bask-btn-order-credit:hover {
  background-position: 0 -48px;
}
.about-us {
  float: left;
  margin-left: 50px;
  width: 350px;
  margin-top: 10px;
}
.about-us h3 {
  font-size: 17px;
}
.about-us ul {
  list-style-type: none;
  margin-top: 10px;
}
.about-us ul li {
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 0px dashed #ccc;
  line-height: 14px;
  padding-bottom: 5px;
  background: url('/static/images/ok-icon.png') left 4px no-repeat;
  padding-left: 25px;
}
.about-us ul li span {
  font-size: 10px;
  line-height: 12px;
}
.input {
  height: 22px;
  background: url(/static/images/select/input.png) no-repeat;
}
.input-in {
  height: 22px;
  background: url(/static/images/select/input.png) 100% 0 no-repeat;
  position: relative;
  left: 10px;
  width: 286px;
  text-align: left;
}
.input-in input {
  color: #b0b0b0;
  font: 10px Verdana, Geneva, sans-serif;
  text-transform: none;
  border: 0;
  background: none;
  width: 274px;
}
.input.input_error {
  background: url(/static/images/select/input-wrong.png) no-repeat;
}
.input.input_error .input-in {
  background: url(/static/images/select/input-wrong.png) 100% 0 no-repeat;
}
.input.input_done {
  background: url(/static/images/select/input-done.png) no-repeat;
}
.input.input_done .input-in {
  background: url(/static/images/select/input-done.png) 100% 0 no-repeat;
}
.info-client table td input.input_error {
  border: 1px solid red;
}
.info-client table td input.input_done {
  border: 1px solid green;
}
.textarea {
  width: 296px;
  height: 109px;
  background: url(/static/images/select/form.png) no-repeat;
}
.textarea textarea {
  border: 0;
  color: #b0b0b0;
  font: 10px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  background: none;
  width: 296px;
  height: 89px;
  resize: none;
  overflow: auto;
  width: 276px;
  padding: 10px;
}
/*.bask-btn-order {border:0; background:url(/static/images/btn-order-2.png) repeat-x; font:12px Verdana, Geneva, sans-serif; color:#fff; text-align:center; width:158px; height:32px; line-height:30px; padding:0 0 3px; cursor:pointer; text-transform:uppercase; float:left; margin:3px 0 0}*/
/*.bask-btn-order:hover {background-position:0 -32px}*/
/*.bask-btn-order:focus {background-position:0 -64px}*/
.total {
  float: right;
}
.total .title {
  float: right;
  text-align: right;
}
.total .title h2 {
  color: #7b7b7b;
  font-size: 22px;
  text-transform: uppercase;
  display: inline;
  padding: 0 5px 0 0;
}
.total .title span.price {
  color: #044e83;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 80px 0 0;
}
.total .title p {
  padding: 15px 0 15px 130px;
  border-top: 1px dashed #ccc;
}
.total .red {
  color: #f00;
  position: absolute;
}
.total ul {
  color: #b6b6b6;
  font-size: 11px;
}
.total ul li {
  padding: 0 0 8px;
}
.total ul .red {
  margin: 0 0 0 -8px;
}
.total .title .discount-price-holder {
  margin-top: 20px;
}
.b-item-wrap {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  padding: 0px 0px 27px;
  width: 980px;
  margin: 0 auto;
}
.b-item img {
  border: 0;
}
.b-item-l {
  float: left;
  width: 400px;
  padding: 0;
}
.b-item-r {
  float: right;
  width: 278px;
}
.b-item-r .item-info-table {
  line-height: 22px;
  font-size: 12px;
}
.b-item-r .item-info-table th {
  padding-right: 15px;
  color: #7f7f7f;
  text-align: right;
}
.b-item-r .item-info-table td {
  color: #000;
}
.b-item-l .item-info-table {
  line-height: 22px;
  font-size: 12px;
}
.b-item-l .item-info-table th {
  padding-right: 15px;
  color: #7f7f7f;
  text-align: right;
}
.b-item-l .item-info-table td {
  color: #000;
  text-align: left;
}
.b-item-r h1 {
  font-size: 15px;
  padding-bottom: 5px;
}
.b-item-r .fast-order-btn,
.b-item-r .go-to-cart-btn {
    margin-right: 20px;
    margin-bottom: 10px;
  -moz-box-shadow: inset 0px 1px 10px 0px #d197fe;
  -webkit-box-shadow: inset 0px 1px 10px 0px #d197fe;
  box-shadow: inset 0px 1px 10px 0px #d197fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a53df6), color-stop(1, #7c16cb));
  background: -moz-linear-gradient(center top, #a53df6 5%, #7c16cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a53df6', endColorstr='#7c16cb');
  background-color: #a53df6;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 45px;
  line-height: 45px;
  width: 150px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #7d15cd;
  border: 1px solid #9A20ED;
  cursor: pointer;
}
.b-item-r .fast-order-btn:hover,
.b-item-r .go-to-cart-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7c16cb), color-stop(1, #a53df6));
  background: -moz-linear-gradient(center top, #7c16cb 5%, #a53df6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c16cb', endColorstr='#a53df6');
  background-color: #7c16cb;
}
.b-item-r .fast-order-btn:active,
.b-item-r .go-to-cart-btn:active {
  position: relative;
  top: 1px;
}
.b-item-r .fast-order-btn,
.b-item-r .go-to-cart-btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
  background: -moz-linear-gradient(center top, #c123de 5%, #a20dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
  background-color: #c123de;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0px;
  border: 1px solid #a511c0;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 45px;
  line-height: 45px;
  width: 160px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9b14b3;
}
.b-item-r .fast-order-btn:hover,
.b-item-r .go-to-cart-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
  background: -moz-linear-gradient(center top, #a20dbd 5%, #c123de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
  background-color: #a20dbd;
}
.b-item-r .fast-order-btn:active,
.b-item-r .go-to-cart-btn:active {
  position: relative;
  top: 1px;
}
.b-item-r .add-to-cart-btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #cfcfcf));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #cfcfcf;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #A700C4;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 45px;
  line-height: 45px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  cursor: pointer;
}
.b-item-r .add-to-cart-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
}
.b-item-r .add-to-cart-btn:active {
  position: relative;
  top: 1px;
}
.b-item-r .go-to-cart-btn {
  width: 230px;
  letter-spacing: 1px;
}
.b-item-r .credit-order-btn {
  color: #A700C4;
  border: none;
  background: none;
  text-decoration: none;
  border-bottom: 1px solid #b000cf;
  padding-bottom: 2px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.b-item-r .credit-order-btn:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}
/* This button was generated using CSSButtonGenerator.com */
.b-item-description {
  font: normal normal 12px/18px Arial;
  margin-top: 15px;
  text-align: justify;
}
.b-item-description p {
  padding-bottom: 8px;
}
/*wide part*/
.b-item.wide .divider {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  height: 1px;
}
.b-item.wide .b-item-r {
  width: 420px;
  text-align: left;
  margin-top: 15px;
}
.b-item.wide .b-item-l {
  width: 510px;
  text-align: center;
}
.b-item.wide .b-item-l .b-item-photo {
  border: 1px solid #e8e8e8;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.b-item.wide .b-item-l .b-item-photo {
  border: none;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.b-item.wide .b-item-l .b-item-description {
  margin-right: 50px;
}
.item-info {
  color: #333;
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  font-style: italic;
  display: block;
  margin: 20px 0;
}
.item-info .availability {
  display: none;
}
.item-info .item-price {
  display: inline-block;
  float: none;
  line-height: 30px;
  padding-right: 18px;
}
.item-text {
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 23px;
}
.no-size {
  float: right;
  font: 12px Tahoma, Geneva, sans-serif;
  margin: 4px 0 0;
}
.item-size {
  min-height: 55px;
}
.item-size .basket-select {
  float: left;
}
.item-price {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  display: block;
  float: left;
  color: #ef4353;
  font: 700 30px/30px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 38px 0 0;
  -webkit-box-shadow: none;
}

.price-warning {
  color: #ff5464;
  font: 700 16px/18px Helvetica, Arial, sans-serif;
  *zoom:1;
  margin-bottom: 10px;
}

.item-price .currency {
  text-transform: none;
}
.availability {
  color: green;
  font-family: Tahoma;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}
.availability-circle {
  width: 10px;
  height: 10px;
  background: url('/static/images/green-circle.png');
  display: inline-block;
  margin-right: 5px;
}
.free-delivery {
  font-family: Tahoma;
  font-style: normal;
  padding-left: 26px;
  background: url('/static/images/free-delivery-icon.png') left 3px no-repeat;
}
.free-delivery {
  font-family: Tahoma;
  font-style: normal;
  padding-left: 0px;
  background: none;
  font-size: 12px;
  color: #878b8d;
}
.free-delivery img {
  margin: 0 10px 0 2px;
  opacity: 0.8;
}
.free-gift-box {
  font-family: Tahoma;
  font-style: normal;
  padding-left: 0px;
  background: none;
  font-size: 12px;
  color: #878b8d;
}
.free-gift-box img {
  margin: 0 10px 0 15px;
  opacity: 0.65;
}
.item-payment-methods {
  margin-top: 30px;
}
.item-payment-methods ul {
  margin-top: 15px;
  overflow: hidden;
}
.item-payment-methods ul li {
  float: left;
  text-align: center;
}
.item-sku {
  color: #ccc;
}
.btn-to-bask {
  border: 0;
  background: url(/static/images/to-bask.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 109px;
  height: 27px;
  line-height: 25px;
  padding: 0 0 3px;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
.btn-to-bask:hover {
  background-position: 0 -27px;
}
.btn-to-bask:focus {
  background-position: 0 -54px;
}
.btn-to-bask-new {
  border: 0;
  background: url(/static/images/btn-buy-multi.jpg) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 42px;
  line-height: 25px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0 0 3px;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
.btn-to-bask-new:hover {
  background-position: 0 -42px;
}
.btn-to-bask-new:focus {
  background-position: 0 -84px;
}
.btn-to-bask.blue {
  border: 0;
  background: url(/static/images/btn-buy-blue.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 138px;
  height: 50px;
  line-height: 25px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0 0 3px;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
.btn-to-bask.blue:hover {
  background-position: 0 -50px;
}
.btn-to-bask.blue:focus {
  background-position: 0 -100px;
}
.btn-to-bask.yellow {
  border: 0;
  background: url(/static/images/btn-buy-yellow.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 138px;
  height: 50px;
  line-height: 25px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0 0 3px;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
.btn-to-bask.yellow:hover {
  background-position: 0 -50px;
}
.btn-to-bask.yellow:focus {
  background-position: 0 -100px;
}
.btn-to-bask.credit {
  border: 0;
  background: url(/static/images/btn-buy-credit.png) repeat-x;
  font: 12px Verdana, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  width: 137px;
  height: 48px;
  line-height: 25px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0 0 3px;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
  margin-left: 15px;
}
.btn-to-bask.credit:hover {
  background-position: 0 -48px;
}
.btn-to-bask.credit:focus {
  background-position: 0 -48px;
}
.b-item-r dl {
  padding: 0 0 14px;
}
.b-item-r dt {
  color: #333;
  font: 15px Tahoma, Geneva, sans-serif;
  padding: 0 0 8px;
}
.b-item-r dd {
  font: 13px Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  padding: 0 0 6px;
}
.b-item-l dl {
  padding: 0 0 14px;
}
.b-item-l dt {
  color: #333;
  font: 15px Tahoma, Geneva, sans-serif;
  padding: 0 0 8px;
}
.b-item-l dd {
  font: 13px Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  padding: 0 0 6px;
}
.fast-order a {
  color: #c5273c;
  font: 13px Arial, Helvetica, sans-serif;
}
.subscr {
  color: #383838;
  font-size: 12px;
}
.subscr p {
  padding: 0 0 8px;
}
.subscr-in {
  width: 188px;
  height: 26px;
  background: url(/static/images/search-input.png) no-repeat;
  position: relative;
  left: 1px;
}
.subscr-in-text {
  font: 13px Tahoma, Geneva, sans-serif;
  color: #b0b0b0;
  border: 0;
  background: none;
  width: 155px;
  padding: 0 0 0 8px;
  height: 23px;
  line-height: 20px;
}
.btn-subscr-in {
  width: 40px;
  height: 26px;
  border: 0;
  background: url(/static/images/subscr-btn.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  *zoom: 1;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font: 13px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}
.btn-subscr-in:hover {
  background-position: 0 -26px;
}
.btn-subscr-in:focus {
  background-position: 0 -52px;
}
.item-info-more {
  clear: both;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  padding: 29px 0 6px;
}
.item-info-more h2 {
  text-transform: uppercase;
  padding: 0 0 17px;
}
.to-complect {
  float: left;
  width: 400px;
}
.to-complect ul li {
  float: left;
  width: auto;
  padding: 0 18px 18px 0;
}
.to-complect ul li a {
  border: 1px solid #e8e8e8;
  float: left;
  width: auto;
  position: relative;
  color: #4cbcfc;
  text-decoration: none;
  font-size: 11px;
  overflow: hidden;
  *zoom: 1;
}
.to-complect ul li a:hover {
  color: #fff;
  border-color: #d5d5d5;
}
.to-complect ul li img {
  border: 0;
  width: 106px;
  height: 106px;
  display: block;
}
.allbtn {
  width: 187px;
  height: 27px;
  border: 0;
  background: url(/static/images/btn-all.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font: 11px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  float: right;
  position: relative;
  top: -3px;
  margin: 0 0 5px;
}
.allbtn:hover {
  background-position: 0 -27px;
}
.allbtn:focus {
  background-position: 0 -54px;
}
.all-complect {
  float: right;
  width: 300px;
}
.all-complect-text {
  text-align: right;
}
.interest {
  clear: both;
  text-align: left;
}
.interest h2 {
  text-transform: uppercase;
  padding-bottom: 16px;
}
.interest .catalog-list {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.interest .catalog-list ul {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.interest .a-item-list {
  text-align: left;
}
.content-in {
  padding: 2px 19px 0;
}
.footer {
  background: url('/static/images/footer-bg-top.png') left top repeat-x #27292a;
  padding-top: 10px;
  color: #909898;
}
.footer .info {
  padding-bottom: 50px;
  height: auto;
  margin-top: 50px;
}
.footer .info .footer__info__header {
  color: #969a9b;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}
.footer .info a,
.footer .info ul li a {
  color: #909898;
  font-size: 12px;
  text-decoration: none;
  line-height: 22px;
}
.footer .info a:hover,
.footer .info ul li a:hover {
  color: #969a9b;
  border-bottom: none;
}
.footer .info .column {
  float: left;
  width: 20%;
}
.footer .copyright {
  margin-bottom: 10px;
  color: #909898;
}
.footer .copyright a {
  color: #909898;
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #969a9b;
}
.text-list {
  margin-left: 20px;
  margin-bottom: 15px;
}
.text-list li {
  list-style: circle;
  padding-left: 0px;
}
.text-list li {
  list-style-type: disc;
  margin-left: 10px;
  margin-top: 5px;
  text-align: justify;
}
.text-list li.with-images a {
  margin: 30px;
  display: block;
  float: left;
}
.full-width {
  text-align: justify;
}
.page-holder h1 {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}
.page-holder h2 {
  text-align: left;
  font-size: 17px;
  line-height: 24px;
  margin-top: 20px;
}
.page-text p {
  text-align: justify;
}
.plusoneheader {
  float: left;
  margin-top: 7px;
}
.cart-present {
  width: 315px;
  height: 211px;
  position: fixed;
  top: 35px;
  background: url('/static/images/cart-present.png') top left no-repeat;
  z-index: 1000;
  right: 0;
  display: none;
}
.in-your-bask.showPresent {
  cursor: pointer;
  line-height: 30px;
  color: red;
}
.in-your-bask.showPresent span {
  cursor: pointer;
  border-bottom: 1px dotted #f80000;
  color: #dc0000;
}
.in-your-bask.showPresent:hover span {
  cursor: pointer;
  border-bottom: none;
}
.middle-menu {
  margin: 10px auto 0;
  text-align: center;
}
.middle-menu ul {
  overflow: hidden;
  margin-left: 25px;
}
.middle-menu ul li {
  float: left;
}
.middle-menu ul li.spacer {
  float: left;
  margin: 0 19px;
  width: 2px;
  height: 18px;
  background: url('/static/images/top-menu-spacer.gif') repeat-y scroll right top transparent;
}
.middle-menu.with-icons {
  background: #F4F4F4;
  margin-top: -1px;
  padding-bottom: 4px;
  padding-top: 1px;
}
.middle-menu.with-icons ul {
  margin-left: 0;
}
.middle-menu.with-icons ul li {
  line-height: 26px;
  vertical-align: middle;
  padding-left: 40px;
  margin-left: 25px;
}
.middle-menu.with-icons ul li a {
  text-decoration: none;
  font: 12px/18px Verdana, Geneva, sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #a5a5a5;
  color: #878b8d;
}
.middle-menu.with-icons ul li a:hover {
  border-bottom: 1px dashed #F4F4F4;
}
.middle-menu.with-icons ul li.heart {
  background: url('/static/images/sm-heart-icon-l.png') left top no-repeat;
  margin-left: 0px;
}
.middle-menu.with-icons ul li.secure {
  background: url('/static/images/sm-secure-icon-l.png') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons ul li.free {
  background: url('/static/images/sm-free-icon-l.png') left top no-repeat;
}
.middle-menu.with-icons ul li.free {
  background: url('/static/images/sm-free-icon-a-l.png') left 2px no-repeat;
}
.middle-menu.with-icons ul li.present {
  background: url('/static/images/sm-present-icon-l.png') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons ul li.return {
  background: url('/static/images/icons/i-return-icon-sm.PNG') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons.d ul li.heart {
  background: url('/static/images/sm-heart-icon-d.png') left top no-repeat;
  margin-left: 20px;
}
.middle-menu.with-icons.d ul li.secure {
  background: url('/static/images/sm-secure-icon-d.png') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons.d ul li.free {
  background: url('/static/images/sm-free-icon-d.png') left top no-repeat;
}
.middle-menu.with-icons.d ul li.present {
  background: url('/static/images/sm-present-icon-d.png') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons.d ul li.return {
  background: url('/static/images/sm-return-icon-d.png') left top no-repeat;
  padding-left: 36px;
}
.middle-menu.with-icons ul li.spacer {
  float: left;
  margin: 0;
  width: 0;
  height: 18px;
  margin-right: 10px;
  background: none;
}
.bottom-menu {
  background: white;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.bottom-menu h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.bottom-menu div {
  margin: 5px 0 0 40px;
}
.bottom-menu ul {
  float: left;
}
.bottom-menu ul li.first {
  list-style-type: none;
  float: left;
}
.bottom-menu ul li.first.margin {
  margin-left: 45px;
}
.bottom-menu ul li ul {
  margin-top: 5px;
  float: none;
  padding-left: 15px;
}
.bottom-menu ul li ul li {
  list-style-type: circle;
}
span.b {
  font-weight: bolder;
}
span.header2 {
  color: #000000;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: #000000;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: 701px;
}
#main-content .b-item-r h1 {
  padding-bottom: 5px;
  padding-top: 0;
  font-size: 13px;
  line-height: 16px;
}
#wrapper {
  position: relative;
}
#content,
#header,
#footer {
  width: 100%;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 210px;
  overflow: visible;
}
#content {
  width: 100%;
  float: left;
  margin: 0;
}
#main-content {
  width: auto;
  margin: 0 230px 0 0;
  position: relative;
}
#left-sidebar {
  width: 231px;
  float: left;
  padding-left: 19px;
  margin: 0 0 0 -100%;
}
#left-sidebar {
  width: 201px;
  float: right;
  padding-left: 19px;
  margin: 0 0 0 -100%;
}
#content,
#left-sidebar {
  /*margin-top: 232px;*/
  margin-top: 210px;
}
#header,
#footer,
.clear {
  clear: both;
  float: none;
}
#left-sidebar,
#main-content,
#content,
#footer,
#wrapper {
  overflow: hidden;
}
#main-content h1 {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 0 11px;
  text-align: left;
}
#main-content .text-content {
  margin-bottom: 20px;
}
#main-content .text-content.index {
}
.a-catalog-list {width:100%;}
.a-catalog-list.positioned {
  overflow: hidden;
  top: 31px;
}
.a-catalog-list.positioned.index {
  top: 238px;
}
.a-catalog-list .ajax-pager .load-next-page {
  color: #000;
  font-size: 14px;
}
.a-catalog-list .ajax-pager .load-next-page span {
  border-bottom: 1px dashed #525252;
  cursor: pointer;
  margin-bottom: 15px;
}
.a-catalog-list .ajax-pager .load-next-page span:hover {
  border-bottom: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.banner {
  position: absolute;
  top: 2px;
  right: 0;
}
#main-content h1.index {
  position: absolute;
  top: 3450px;
}
.breadcrumbs {
  margin-left: 3px;
  font-size: 10px;
  margin-top: 12px;
}
.breadcrumbs span a {
  text-decoration: none;
  cursor: default;
}
.breadcrumbs span a:link {
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs span a:hover {
  text-decoration: none;
}
.article-list li img {
  width: 100px;
}
.article-list li {
  overflow: hidden;
}
/* bootstrap styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/* bootstrap styles end */
/* item page styles */
.item-size-list {
  list-style-type: none;
  overflow: hidden;
  clear: both;
  margin-top: 7px;
  margin-bottom: 20px;
}
.item-size-list li {
  float: left;
  font-size: 13px;
  color: #666;
  border: 1px solid #666;
  padding: 5px;
  margin-right: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px #cdcdcd;
}
.item-size-list li {
  float: left;
  font-size: 11px;
  line-height: 16px;
  color: #666;
  border: 1px solid #666;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px #cdcdcd;
}
.item-size-list li.selected,
.item-size-list li:hover.selected {
  color: #fff;
  background: #044e83;
  border-color: #044e83;
  box-shadow: inset 0 0 2px 1px #04295c;
}
.item-size-list li:hover {
  border-color: #666;
  box-shadow: inset 0 0 2px 1px #8b8b8b;
}
.item-size-list-header {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-family: Tahoma, Arial, Georgia;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-right: 3px;
  margin-top: 30px;
}
.b-item.wide .b-item-l {
  width: 410px;
}
.b-item.wide .b-item-l {
  width: 540px;
}
.b-item.wide .b-item-l .b-item-l__menu {
  width: 120px;
}
.b-item.wide .b-item-l .b-item-l__menu .b-item-l__menu__item a {
  line-height: 26px;
  border-bottom: 1px dashed #a5a5a5;
  color: #878b8d;
  text-decoration: none;
}
.b-item.wide .b-item-l .b-item-l__menu .b-item-l__menu__item a:hover {
  border-bottom: none;
}
.b-item.wide .b-item-r {
  width: 400px;
  margin-left: 20px;
}
.item-sku {
  color: #909090;
}
.supplier {
  border-bottom: 1px dashed #676767;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.supplier:hover {
  border-bottom: none;
  color: #000;
  text-decoration: none;
}
.popover-close {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}
.popovertitle {
  padding-right: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.popover-text {
  line-height: 1.3;
  text-align: justify;
  color: #000;
  padding-left: 130px;
  margin-bottom: 10px;
}
.popover-text.fancy {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
}
.popover-text.with-logo {
  background: url("/static/images/estet-logo.png") no-repeat left top;
}
.popover {
  max-width: 450px;
}
.stones-table {
  margin-top: 15px;
  width: 100%;
}
.stones-table td {
  padding: 5px;
  color: #000;
}
.stones-table td.odd {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}
.variant-list-item {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 350px;
  overflow: hidden;
}
.variant-list-item .show-more-variants {
  display: block;
  color: #054E83;
  margin: 10px 0;
  font-size: 13px;
  border-bottom: 1px dashed #054E83;
  float: right;
  clear: both;
  padding-bottom: 2px;
  cursor: pointer;
  line-height: 13px;
}
.variant-list-item .show-more-variants:hover {
  border-bottom: 1px solid white;
}
.variant-list-item table {
  border-collapse: collapse;
}
.variant-list-item table tbody tr {
  cursor: pointer;
  color: #666;
}
.variant-list-item table tbody tr.hide {
  display: none;
}
.variant-list-item table tbody tr:hover {
  background: #f0f0f0;
  color: #000;
}
.variant-list-item table tbody tr.selected {
  background: #044e83;
  color: white;
}
.variant-list-item table td {
  vertical-align: top;
}
.insertion-text {
  font: 12px 'Tahoma';
  padding: 8px 10px 8px 5px;
}
.variant-weight {
  font: 12px 'Tahoma';
  padding: 8px 10px 8px 0;
  white-space: nowrap;
}
.variant-price {
  font: 16px 'Tahoma';
  line-height: 16px;
  white-space: nowrap;
  padding-right: 5px;
  padding-top: 8px;
  color: #03406c;
  text-align: right;
}
.variant-list-item table tr:hover .variant-price {
  color: #000;
}
.variant-list-item table tr.selected .variant-price {
  color: #fff;
}
.row-dotted {
  border-bottom: 1px dashed #666;
}
.gotocart {
  display: none;
}
.gotocart .gotocart-btn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('/static/images/gotocart-btn.png');
  width: 201px;
  height: 50px;
}
.gotocart .gotocart-btn:hover {
  background-position: 0 -50px;
}
.gotocart span {
  display: block;
  color: #39b54a;
  margin: 10px 0 0 3px;
  padding-left: 25px;
  background: url('/static/images/ok-cart.png') left top no-repeat;
}
/* end item page styles */
/* cat css */
.n-catalog-list {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  width: 700px;
  background: url(/static/images/catalog-list.png) 0 100% repeat-x;
  margin: 0 0 19px;
}
.n-catalog-list ul {
  width: 710px;
  margin: 0 -10px 8px 0;
  position: relative;
  left: 2px;
  padding: 0 0 7px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.n-catalog-list ul li.item-block {
  padding: 0 4px 10px 4px;
  width: 165px;
  border-style: solid;
  border-color: white;
  float: left;
  border-width: 0 1px 1px 0;
}
.n-catalog-list ul li.item-block:hover {
  border-color: #e8e8e8;
  border-width: 0 1px 1px 0;
  border-right-color: #fff;
}
.n-catalog-list ul li.item-block strong {
  color: #919191;
}
.n-catalog-list ul li.item-block:hover strong {
  color: #626262;
}
.n-catalog-list ul li.item-block img {
  border: none;
}
.n-catalog-list ul li.item-block a.item-image {
  display: block;
  clear: both;
}
/*.n-catalog-list ul li a.item-title {opacity:0.7}*/
.n-catalog-list ul li.item-block:hover a.item-title {
  color: #707070;
}
.n-catalog-list ul li.item-block a {
  color: #ababab;
  font: normal 12px/15px Tahoma;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.n-catalog-list ul li.item-block a:hover {
  color: #363636;
  text-decoration: none;
}
.n-catalog-list ul li.item-block .price-holder {
  position: absolute;
  bottom: -55px;
  left: 0;
  height: 50px;
}
.n-catalog-list ul li.item-block strong {
  font: italic bold 12px Georgia;
  margin: 5px 0 3px 0;
  display: block;
  opacity: 0.7;
}
.n-catalog-list ul li.item-block .cart-loader {
  display: none;
}
.item_clear_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.n-catalog-list ul li.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  float: none;
}
.n-catalog-list ul li.clearfix {
  display: inline-block;
}
html[xmlns] .n-catalog-list ul li.clearfix {
  display: block;
}
* html .n-catalog-list ul li.clearfix {
  height: 1%;
}
.a-item-list {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  width: 100%;
  margin: 0 0 19px;
}
.a-item-list {
  width: 100%;
  margin: 0 -10px 8px 0;
  position: relative;
  left: 2px;
  padding: 0 0 7px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  text-align: center;
}
.a-item-list li.item-block {
  display: inline-block;
  width: 187px;
  vertical-align: top;
  border-bottom: 0;
  background: #fff;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.a-item-list li.item-block a {
  position: relative;
}
.a-item-list li.item-block:hover {
  border-color: #e8e8e8;
  border-width: 0 1px 1px 0;
  border-right-color: #fff;
}
.a-item-list li.item-block a {
  text-decoration: none;
  color: #ababab;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.a-item-list li.item-block a:hover {
  color: #363636;
  text-decoration: none;
}
.a-item-list li.item-block img {
  border: none;
  margin: 20px auto 20px auto;
}
.a-item-list li.item-block a strong {
  color: #ababab;
  text-decoration: none;
  float: left;
  font: normal bold 14px Helvetica, Arial, sans-serif;
  margin: 5px 30px 3px 0;
  display: block;
}
.a-item-list li.item-block a:hover strong {
  color: #626262;
}
.a-item-list li.item-block a span {
  text-decoration: none;
  padding: 0px 10px 0 10px;
  display: inline-block;
  line-height: 15px;
  letter-spacing: 0.1em;
}
.a-item-list li.item-block a:hover span {
  text-decoration: none;
  color: #707070;
}
.a-item-list li.item-block a:hover span:hover {
  text-decoration: none;
  color: #363636;
}
.a-item-list li.item-block .price-holder {
  position: absolute;
  bottom: -55px;
  left: 0;
  height: 50px;
}
.a-item-list li.item-block .cart-loader {
  display: none;
}
.a-item-list li.item-block a {
  text-align: center;
  display: inline-block;
}
.a-item-list li.item-block a strong {
  float: none;
  margin: 5px auto 3px auto;
}
.a-item-list li.item-block a strong.item_price.old {
  color: #626262;
  text-decoration: line-through;
  font-weight: normal;
}
.a-item-list li.item-block a strong.item_price {
  color: #EC3344;
}
.a-item-list li.item-block a strong.item_price.price-current {
  margin-top: 7px;
}
.a-item-list li.item-block img {
  margin: 10px 10px 10px 10px;
  z-index: 1;
}
.a-item-list li.item-block:hover {
  border-bottom: 0;
  background: #fff;
  border: none;
}
.a-item-list li.item-block .item-title {
  position: relative;
}
.a-item-list li.item-block .item-title i.icon-heart {
  position: absolute;
  left: 0;
}
.a-item-list li.item-block:hover .item-title i.icon-heart,
.a-item-list li.item-block .item-title i.icon-heart {
  visibility: hidden;
  color: #EC3344;
  margin-right: 5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.a-item-list li.item-block.liked .item-title i.icon-heart {
  visibility: visible;
}
.a-item-list li.item-block.liked:hover .item-title i.icon-heart {
  visibility: hidden;
}
.a-item-list li.item-block .hover {
  display: none;
  text-align: center;
  width: 187px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 10;
}
.a-item-list li.item-block:hover .hover {
  display: block;
  position: absolute;
}
.a-item-list li.item-block .item-sizes-list {
  font-size: 10px;
  clear: both;
  overflow: hidden;
  text-align: center;
  margin: 5px 10px 5px 10px;
}
.a-item-list li.item-block .item-sizes-list li {
  display: inline-block;
}
.a-item-list li .hover .item-sizes-list li {
  color: #616161;
  margin-right: 2px;
}
.a-item-list li.item-block .item-like {
  margin: 10px 0 20px;
}
.a-item-list li.item-block .item-like span {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.a-item-list li.item-block .item-like i {
  color: #EC3344;
}
.a-item-list li.item-block .item-like i.icon-heart {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
/*.a-item-list li.item-block img {min-height:149px;}*/
.item_clear_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.a-item-list li.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  float: none;
}
.a-item-list li.clearfix {
  display: inline-block;
}
html[xmlns] .a-item-list li.clearfix {
  display: block;
}
* html .a-item-list li.clearfix {
  height: 1%;
}
/* end cat css */
/* catalog menu part */
.catalog-menu {
  width: 100%;
  height: 36px;
  background: url('/static/images/catalog-menu-top.png') repeat-x #000000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.catalog-menu ul {
  width: 1230px;
  height: 32px;
  margin-top: 1px;
  display: block;
}
.catalog-menu ul li {
  float: left;
  margin-top: 1px;
  position: relative;
}
.catalog-menu ul li:hover,
.catalog-menu ul li.hover {
  background: url('/static/images/catalog-menu-top-item-hover.png') 50% 0;
}
.catalog-menu ul li:hover a,
.catalog-menu ul li.hover a {
  color: #feedc2;
}
/*.catalog-menu ul li a {color:white;font:normal 14px/32px Tahoma, Geneva, sans-serif;display:block; padding:0 23px;height:32px;float:left;text-decoration:none;background:url('/static/images/catalog-menu-top-item-separator.png') right 0 no-repeat;}*/
.catalog-menu ul li a {
  color: white;
  font: normal 14px/32px Helvetica, Arial, sans-serif;
  display: block;
  padding: 0 23px;
  height: 32px;
  float: left;
  text-decoration: none;
  background: url('/static/images/catalog-menu-top-item-separator.png') right 0 no-repeat;
}
.catalog-menu ul li.last a {
  background: none;
  padding: 0 25px;
}
.catalog-menu ul li .menu-popup {
  width: 1230px;
  padding-bottom: 9px;
  background: #ffffff;
  position: absolute;
  left: -1000em;
  top: 32px;
  float: left;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
    z-index: 3;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 120px rgba(50, 50, 50, 0.4);
}
.catalog-menu ul li .menu-popup .shadow {
  display: none;
  clear: both;
  height: 9px;
  width: 590px;
  position: absolute;
  bottom: -9px;
  background: url('/static/images/menu-popup-back.png') repeat-x bottom left;
}
.catalog-menu ul li .menu-popup ul {
  height: auto;
}
.catalog-menu ul li .menu-popup ul.menu-row {
  width: 165px;
  list-style-type: none;
  margin-left: 20px;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
}
.catalog-menu ul li .menu-popup ul li {
  position: relative;
  text-align: left;
  cursor: pointer;
  float: none;
  background: none;
  margin-top: 0;
}
.catalog-menu ul li .menu-popup ul li.left {
  float: left;
  width: 290px;
}
.catalog-menu ul li .menu-popup ul li a {
  background: none;
  font: normal 12px/12px Tahoma;
  color: #373737;
  padding: 0;
  float: none;
  height: auto;
  margin-bottom: 7px;
}
.catalog-menu ul li .menu-popup ul li a:hover {
  text-decoration: underline;
}
.catalog-menu ul li .menu-popup ul li a.menu-head {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bolder;
}
.catalog-menu ul li:hover .menu-popup {
  left: auto;
}
/* catalog menu end */
/* simple pop up */
.popup-mode {
  overflow: hidden;
}
.popup-mode__y {
  overflow-y: scroll;
  position: fixed;
}
.popup-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
}
.popup-veil {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  overflow: auto;
    z-index:100001;
}
.popup-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  text-align: center;
  color: #666;
  font-size: 13px;
  margin: -50px 0 0 -110px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
}
.popup-preloader__bg {
  background: url(/static/images/ajax-loader.gif) no-repeat 0 50%;
  width: 32px;
  height: 32px;
  margin: 0 auto 15px;
}
.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px 0;
  text-align: left;
  color: #393939;
}
.popup-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px #4B4B4B;
  position: relative;
}
.fast-popup__input-text {
  width: 272px;
}
.help_popup_form {
  padding: 0 40px 40px 40px;
}
.help_popup .clear {
  padding-left: 40px;
  margin-bottom: 15px;
}
.help_popup label,
.phone_popup label {
  margin-top: 12px;
  font-weight: 700;
  font-size: 14px;
}
.form__field-name {
  display: block;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 14px;
  line-height: 17px;
}
.form__input-text {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 3px;
  padding: 6px 5px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.fast-popup__input-text {
  width: 272px;
}
.help_popup .phone_pic,
.phone_popup .phone_pic {
  float: left;
  height: 40px;
  margin: 0 10px 0 -22px;
  width: 40px;
  background: url('/static/images/phone-icon.gif') left top no-repeat;
  /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAyCAYAAADCxvyGAAAAGXRF…X5aaBgt9V3y5A/X53r/X73vg4td+1fv0eiOUeTPmXAAMAkEmCrpUlK2IAAAAASUVORK5CYII=") no-repeat 50%;*/
}
.phone_title {
  padding-top: 3px;
}
.help_popup .phone_title h4,
.phone_popup .phone_title h4 {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #393939;
}
.form__subfield {
  color: #acacac;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.help_popup .phone_btn,
.phone_popup .phone_btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
  background: -moz-linear-gradient(center top, #c123de 5%, #a20dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
  background-color: #c123de;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0px;
  border: 1px solid #a511c0;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 45px;
  line-height: 45px;
  width: 190px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9b14b3;
  cursor: pointer;
  margin-top: 25px;
}
.help_popup .phone_btn:hover,
.phone_popup .phone_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
  background: -moz-linear-gradient(center top, #a20dbd 5%, #c123de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
  background-color: #a20dbd;
}
.help_popup .phone_btn:active,
.phone_popup .phone_btn:active {
  position: relative;
  top: 1px;
}
.with-popup {
  overflow: hidden;
}
.help_popup.success .clear {
  display: none;
}
.help_popup.success .help_popup_form {
  display: none;
}
.help_popup.success .help_popup_confirmation {
  display: block;
}
.help_popup .help_popup_confirmation {
  display: none;
}
.invalid-field {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 55, 57, 0.2);
  border-color: rgba(236, 55, 57, 0.4);
}
/* end simple pop up */
/**/
/*
new catalog styles
*/
.likes-list {
  width: 201px;
}
.likes-list span.header {
  font-size: 19px;
  border-bottom: 1px solid #bdbdbd;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.likes-list span.header i {
  color: #EC3344;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  margin-right: 3px;
}
.likes-list span.likes-counter {
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  padding: 2px 7px;
  font-size: 14px;
  min-width: 14px;
}
.likes-list .like-block {
  display: block;
  float: left;
  width: 65px;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.likes-list .like-block:hover {
  border-color: #ccc;
}
.likes-list .like-block a {
  display: block;
  width: 50px;
  margin-left: 9px;
  margin-right: 12px;
}
.likes-list .like-block .icon-cancel-squared {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  opacity: 0.7;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.likes-list .like-block:hover .icon-cancel-squared {
  display: block;
}
.likes-list .like-block span {
  text-align: center;
  width: 50px;
  display: inline-block;
  font-size: 10px;
}
.a-item-list {
  padding-bottom: 70px;
}
/*
end new catalog styles
*/


/*.aaaa1 {p10}*/

#main-content {
width: auto;
margin: 0 0 0 230px;
position: relative;
}

#left-sidebar {
width: 201px;
float: left;
padding-left: 19px;
margin: 240px 0 0 -100%;
}

.item-advantages {}
.item-advantages ul {list-style-type:none;}
.item-advantages ul li {background:url('/static/images/ok-icon.png') left 3px no-repeat; padding-left: 36px; font-size:14px; color:#000; line-height:16px;margin-bottom:15px;text-align:left;}
.item-advantages ul li.eagle {background:url('/static/images/icons/i-eagle-icon-sm.png') left 0px no-repeat;}
.item-advantages ul li.free-delivery {background:url('/static/images/sm-free-icon-a-l.png') left 3px no-repeat;}
.item-advantages ul li.three-items {background:url('/static/images/icons/i-rings-icon-sm.png') left 3px no-repeat;}
.item-advantages ul li.return {background:url('/static/images/icons/i-return-icon-sm.PNG') left 3px no-repeat;}
.item-advantages ul li.shield {background:url('/static/images/icons/i-shield-icon-sm.png') left 3px no-repeat;}
.item-advantages ul li.happy {background:url('/static/images/icons/i-heart-icon-sm.png') left 3px no-repeat;}
.item-advantages ul li span {font-size:12px;}

.breadcrumbs {margin-top: 6px;}
.ny-bg {background:#fff;}

.white-bg {background:#fff;}

#header {background:none;}

.load-next-page span {display: inline-block; padding:10px 20px; border: 2px solid #d5ae5b!important;border-radius:45px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.load-next-page span:hover {background:#d5ae5b;color:#fff;}


.a-catalog-list .ajax-pager .load-page {
  color: #000;
  font-size: 14px;
}
.a-catalog-list .ajax-pager .load-page span {
  border-bottom: 1px dashed #525252;
  cursor: pointer;
  margin-bottom: 15px;
}
.a-catalog-list .ajax-pager .load-page span:hover {
  border-bottom: none;
}

.load-page span {display: inline-block; padding:10px 20px; border: 2px solid #d5ae5b!important;border-radius:45px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.load-page span:hover {background:#d5ae5b;color:#fff;}


/*
index updates
*/
a {color:#000;}
.a-item-list li.item-block a {color: #3a3a3a;}
.a-item-list li.item-block a strong {color: #626262;}
body {color:#000;}
#header .head-top {color:#000;}
.select_box .visible_selected {color:#000;}
.select_box ul li a {color:#000;}
.news-holder a:link, .news-holder a {color:yellow!important;text-decoration:none; border-bottom: 1px solid #cbcb00;}
.news-holder a:hover {border-bottom:none;}
.notification-close {overflow:hidden; text-indent:100%; white-space:nowrap;border-bottom:none!important; background:url('/static/images/cross-close-yellow.png') left top no-repeat;width:12px; height:12px; float:right;text-decoration:none; margin-right:20px; margin-top: 3px;}
.notification-close:hover {background-position:0 -12px;}
.text-content.index {}
/*#main-content h1 {font-family: 'PT Sans', Tahoma, Arial, sans-serif;}*/
.text-content.index h2 {font-size:16px;font-family: 'PT Sans', Tahoma, Arial, sans-serif;}
.text-content.index h3 {font-size:16px;font-family: 'PT Sans', Tahoma, Arial, sans-serif;}
.text-content.index p {margin: 15px 0;line-height: 27px;font-family: 'PT Sans', Tahoma, Arial, sans-serif;font-size: 14px;}
.text-content.index ul li {font-family: 'PT Sans', Tahoma, Arial, sans-serif;}
/*end index*/

/* filters part */
.filter-left-holder {width: 220px;}
.filter-left-holder h3 {font-family: "Helvetica", serif;font-weight: bold;font-size: 15px;color: #171717;line-height: 28px;text-align: left;margin-left: -20px;padding-left:35px;}
.filter-left-item {margin-bottom:20px;}
.filter-left-item span.header {display:block; font: bold 15px/15px "Trebuchet MS";cursor:pointer;text-transform:uppercase;border-bottom:1px solid #bdbdbd;margin-bottom: 10px;padding-bottom:8px;}
.filter-left-item .show-all {display:block;width:220px; height:28px; background:url('/static/images/filter-show-more.png');color:#969696;font:11px/28px normal "Helvetica";text-align:center;cursor:pointer;}
.filter-left-item .show-all:hover {border-color: #565656;}
.filter-left-items {margin-left:0;padding-left:0!important;width:220px;margin-top:6px;overflow:hidden;}
.filter-left-items-spacer {width:220px; height:15px;}
.filter-left-items.show {height:auto;}
.filter-left-items li {display:block;padding-left:0!important; line-height:14px!important;}
.filter-left-items li.hidden, .filter-left-items.sizes li.hidden {display:none;}
/*.filter-left-items li a {display:block;padding-left:0!important; line-height:14px!important;}*/
.filter-left-items li a {font-size:12px;font-family: "Helvetica", serif; text-decoration:none;background:url('/static/images/filter-item-checked.png') left top no-repeat; padding-left: 19px;line-height:14px;height:14px;display:block;vertical-align:middle;}
.filter-left-items li a.checked {background: url('/static/images/filter-item-checked.png') no-repeat 0 -14px; padding-left: 19px;font-weight:bold;}

.filter-left-items.sizes {height:auto;}
.filter-left-items.sizes li {display:block;padding-left:0!important;float:left; margin-right:20px;}
.catalog ul.filter-left-items li {padding-bottom:5px;}
.filter-left-items a.zoloto i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left top;margin-right:5px;line-height:14px;}
.filter-left-items a.zoloto-zheltoe i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -14px;margin-right:5px;line-height:14px;}
.filter-left-items a.zoloto-kombinirovannoe i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -28px;margin-right:5px;line-height:14px;}
.filter-left-items a.zoloto-beloe i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -42px;margin-right:5px;line-height:14px;}
.filter-left-items a.serebro i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -42px;margin-right:5px;line-height:14px;}
.filter-left-items a.zoloto-krasnoe i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -56px;margin-right:5px;line-height:14px;}
.filter-left-items a.brilliant i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -84px;margin-right:5px;line-height:14px;}
.filter-left-items a.fianit i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -84px;margin-right:5px;line-height:14px;}
.filter-left-items a.izumrud i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -98px;margin-right:5px;line-height:14px;}
.filter-left-items a.rubin i, .filter-left-items a.sinteticheskiy-rubin i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -112px;margin-right:5px;line-height:14px;}
.filter-left-items a.granat i, .filter-left-items a.sinteticheskiy-granat i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -112px;margin-right:5px;line-height:14px;}
.filter-left-items a.sapfir i, .filter-left-items a.sinteticheskiy-sapfir i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -126px;margin-right:5px;line-height:14px;}
.filter-left-items a.jemchug i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -140px;margin-right:5px;line-height:14px;}
.filter-left-items a.oniks i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -154px;margin-right:5px;line-height:14px;}
.filter-left-items a.alpanit i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -168px;margin-right:5px;line-height:14px;}
.filter-left-items a.ametist i {display:inline-block; width:20px; height:14px; background:url('/static/images/filter-sprite.png') left -182px;margin-right:5px;line-height:14px;}
/*#content, #left-sidebar {margin-top: 245px;}*/
.noUi-horizontal {height:7px;}
.noUi-horizontal .noUi-handle {height:16px;width:16px;top:-6px;border-radius: 50%;left:-10px;background:#F45576;}
.noUi-handle:after, .noUi-handle:before {display: none;}
.noUi-connect {background: #0A4F81;}
.b-price-selection {}
.b-price-selection input {width:65px; margin:0 7px 0 7px;padding:3px;border-radius:3px;border:1px solid #ccc;}
/* end filters part */

/* item popup styles */
.item-popup-bg {width:100%; background:rgba(0,0,0, 0.5);position: fixed; left:0; top:0;display:none;z-index: 10000;overflow:auto;bottom: 0;left: 0;right: 0;top: 0;height: 100%;}
.item-popup-container {width:980px; margin:30px auto 30px auto;background:#fff;box-shadow: 0 0 15px #4B4B4B; border-radius:7px;}
.item-popup-header {padding:10px 0;border-bottom:1px solid #ccc;margin-bottom:10px;overflow:hidden; width:980px;}
.item-popup-header i {color: #EC3344;font-size: 20px;margin-right: 3px;line-height:20px;float:left;display:inline-block;cursor: pointer;margin-left:10px;}
.item-popup-header i.icon-heart {text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);}
.item-popup-header .header-wrapper {width:650px;overflow:hidden;position: relative;}
.item-popup-header .header-wrapper .strip {width:40px; height:100%; background:url('/static/images/white-strip-opacity.png') right top repeat-y;position:absolute;right:0; top:0;}
body.no-overflow {overflow:hidden;}
.b-item-wrap h1 {padding-top: 0;font-size: 16px;line-height: 20px;font-weight: normal;font-family: Helvetica, arial, sans-serif;color: #292929;width:2000px;}
.b-item.wide .b-item-l .b-item-photo {padding-top:0;}
.b-item.wide .b-item-r {margin-top: 0;}
.b-item.wide .b-item-r .item-sku {line-height:12px;}
.popup-close-btn {width:24px; height: 24px; position: absolute; right:10px; top:10px; cursor:pointer; opacity:0.6;}
.popup-close-btn:hover {opacity: 0.8}
.item-popup-preloader {padding:14px 0;width:240px;background:#fff;box-shadow: 0 0 15px #4B4B4B; border-radius:7px;margin:300px auto;text-align: center;color:#3a3a3a;font-size:14px;}
.item-popup-preloader-img {margin:0 auto 14px auto;}
/* end item popup styles */

#wrapper.offset {position:relative;top:30px;}
#wrapper .discount-notice {display:none;}
#wrapper.offset .discount-notice {font-size:16px;text-align:center;color:#fff;display:block;width:100%;position:absolute;top:0;height:30px;line-height:30px;background: #e95475;}
#wrapper.offset .discount-notice span {font-weight:bold;}
#wrapper.offset .discount-notice {height:0;}

/* added */

.column.subscribe {
    width: 24%;
}

.catalog-menu-mobile {
    display: none;
}
.clear {
    clear: both;
}

.catalog-filter {
    display: none;
}

#left-sidebar-mobile {
    display: none;
}

.sandwich-close {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    margin-top: 2px;
    font-size: 16px;
}
.childs,.religios {margin-left: -100px;}

@media screen and (max-width: 1023px) {
    #main-content h1.index {
        position: static;
    }
    .footer .column {
        display: none;
        width: 100% !important;
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }
    .footer .subscribe,
    .footer .column-contacts {
        display: block !important;

    }
    .footer .subscribe p {
        display: inline-block;
        width: 100% !important;
    }
    .copyright {
        text-align: center;
    }
    .head-top {
        display: none;
    }
    .search-small {
        display: none;
    }
    #header {
        position: relative;
        height: auto;
        padding-bottom: 20px;
    }
    #header .info {
        margin-top: 0;
    }
    .info {
        height: auto;
    }
    .middle-menu {
        display: none;
    }
    .catalog-menu ul li a {
        padding: 0 6px;
    }
    .catalog-menu ul li.last a {
        padding: 0 6px;
    }
    #content, #left-sidebar {
        margin-top: 0;
    }
    .item-popup-container {
        margin: 0 auto;
    }
    .b-item.wide .b-item-l {
        float: none;
        width: 100% !important;
    }
    .b-item.wide .b-item-r {
        float: none;
        width: 100% !important;
        margin-left: 0;
    }
    .b-item-wrap {
        width: auto;
        padding: 0 10px;
    }
    .item-popup-container {
        width: auto;
    }
    .item-popup-header {
        width: auto;
    }
    .icon-heart-empty {
        display: none;
    }
    .item-popup-header .header-wrapper {
        width: auto;
    }
    .b-item-wrap h1 {
        width: auto;
        padding-right: 45px;
    }

    .banners {position: static !important}
    .b-banners {min-width: 0 !important;}
    .b-banners li {float:left;width:31%;}
    .b-banners li img {width:100%;}
    .m-banners__center {margin:0 2%;}

    #content {margin-top: 0 !important;}
    .b-center-wrapper {
        margin-top: 0 !important;}
    .b-center-wrapper.m-banners {margin-top: 0!important}
    #content {margin-top:0;}
    #left-sidebar {margin-top:30px;}
    .page-holder {
        margin-bottom: 20px;
    }
    .info-client {
        margin-left: 0;
        width: 40%;
        box-sizing: border-box;
        margin-right: 10%;
    }
    .content-in {
        padding: 0;
    }
    .about-us {
        width: 49%;
        margin-left: 0;
    }
    .info-client ul li.tr input {
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .info-client ul li.tr input.bask-btn-order {
        width: 201px !important;
    }
    .filter-left-items li a {margin-bottom:18px;}


}

@media all and (max-width: 640px) {
    .breadcrumbs {
        display: none;
    }

    .info .logo {
        float: none;
        width: 100%;
        text-align: center;
    }

    .info .logo a {
        width: 40%;
        display: inline-block;
        height: auto;
    }

    .info .logo a img {
        width: 100%;
        height: auto;
    }

    .info .phone {
        display: none;
    }

    .b-wrap {
        padding: 0 10px;
    }

    .catalog-menu {
        display: none;
    }

    .catalog-menu.catalog-menu-mobile {
        display: block;
        position: relative;
        z-index: 10;
    }

    .catalog-menu.catalog-menu-mobile .b-wrap > ul {
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
    }

    .catalog-menu.catalog-menu-mobile ul li {
        float: none;
        margin-top: 0;
    }

    .catalog-menu.catalog-menu-mobile ul li a {
        display: block;
        float: none;
        background: #fff;
        color: #373737;
        border-bottom: 1px solid #373737;
    }

    .childs,.religios {margin-left: 0px;}

    .catalog-menu.catalog-menu-mobile ul li .menu-popup a {
        border-bottom: none;
    }

    .catalog-menu.catalog-menu-mobile.hover .b-wrap > ul {
        display: block;
    }

    .sandwich {
        cursor: pointer;
        height: 30px;
        display: inline-block;
        width: 30px;
        margin-top: 8px;
    }

    .sandwich span {
        border-top: 2px solid white;
        content: "";
        height: 5px;
        width: 26px;
        display: block;
    }

    #left-sidebar {
        position: absolute;
        left: 0;
        top: 0;
    }

    #main-content {
        margin-left: 0;
        margin-top: 0;
    }

    #content {
        margin-top: 0;
    }

    #header {
        height: auto;
        position: relative;
    }

    #main-content .text-content {
        display: none;
    }

    .a-catalog-list.positioned {
        position: relative;
    }

    .catalog-filter {
        display: block;
        float: right;
        color: white;
        line-height: 32px;
    }

    #left-sidebar-mobile {
        display: none;
        padding: 20px 10px 0;
    }

    #left-sidebar-mobile .filter-left-items,
    #left-sidebar-mobile .show-all {
        display: none;
    }

    #left-sidebar-mobile .filter-left-item.hover .filter-left-items,
    #left-sidebar-mobile .filter-left-item.hover .show-all {
        display: block;
    }

    .likes-list {
        display: none;
    }

    .sort span {
        float: none;
        display: block;
    }

    .sort a {
        padding: 0 7px 0 0;
    }

    .b-item-photo img {
        width: 100%;
        height: auto;
        max-width: 360px;
    }

    .b-banners li {
        float:none !important;
        width:100% !important;
    }
    .m-banners__center {
        margin: 0 !important;
    }
    .catalog-menu ul {
        width: auto;
    }
    .catalog-menu-mobile .menu-row {
        width: 100% !important;
        margin-left: 10px !important;
    }


    .catalog-menu-mobile .menu-popup {
        width: 100% !important;
        display: none;
    }
    .catalog-menu ul li .menu-popup ul li.left {
        float: none;
        width: 100%;
    }
    .about-us {
        width: 100%;
        float: none;
    }
    .info-client {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .info-client ul li.tr input {
        box-sizing: border-box;
        width: 100%;
    }
    .info-client ul li {
        float: none !important;
    }
    .basket-tab table td.b-photo {
        display: none;
    }
    .basket-tab table td.b-size {
        width: auto;
    }
    .basket-tab table td.b-am {
        width: auto;
    }
    .basket-tab table td.b-photo {
        width: 10px;
    }

  .a-item-list li.item-block {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    border-bottom: 0;
    background: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
  }

  .filter-left-items li a {margin-bottom:18px;}

}
/*
     */
/*
     */
/*
*/