article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block}
audio,canvas,video {display: inline-block}
audio:not([controls]) {display: none;height: 0}
[hidden],template {display: none}
html {
  background: #900006;
  font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;
}
html,body {height: 100%}
.ie7 html,
.ie7 body {height: auto;}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.428571429;
  font-family: "Georgia", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  background: url(/images/header.png) no-repeat top center;
  background: url(/images/header.png) no-repeat top center, url(/images/light.png) top center no-repeat;
  -webkit-font-smoothing: antialiased;
}
a {color: #fff10e;background: transparent}
a:focus {outline: thin dotted}
abbr[title] {border-bottom: 1px dotted}
b,strong {font-weight: bold}
dfn {font-style: italic}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0}
mark {background: #ff0;color: #000}
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}
pre {white-space: pre-wrap}
q {quotes: "\201C" "\201D" "\2018" "\2019"}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}
sup {top: -0.5em}
sub {bottom: -0.25em}
img {border: 0;vertical-align: middle}
svg:not(:root) {overflow: hidden}
address {font-style: normal;}
figure {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}
legend {border: 0;padding: 0}
button,input,select,textarea {font-family: inherit;font-size: 100%;margin: 0;outline: none;}
button,input {line-height: normal}
button,select {text-transform: none}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}
button[disabled],html input[disabled] {cursor: default}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}
textarea {overflow: auto;vertical-align: top}
table {border-collapse: collapse;border-spacing: 0}

/* ============================ Пишем оформление эфементов по умолчанию */

h1,h2,h3,h4,h5,h6 {
  text-rendering: optimizelegibility;
  color: #fff213;
  text-shadow: 1px 1px 0 #000;
  font-style: italic;
}
h1 {font-size: 36px;line-height: 36px;}
h2 {font-size: 30px;line-height: 30px;}
h3 {font-size: 24px;line-height: 24px;}
h4 {font-size: 18px;line-height: 18px;}
h5 {font-size: 14px;line-height: 14px;}
h6 {font-size: 12px;line-height: 12px;}

.login-form input[type="text"],.login-form input[type="search"],.login-form input[type="password"] {
  padding: 5px 10px;
  color: #555;
  border-radius: 3px;
  font-size: 14px;
  font-size: 12px;
  margin: 2px 0 3px 0;
  border-radius: 12px;
  min-width: 132px;
  background: #fff;
  border: 3px solid #FFFDDF;
}

input::-webkit-input-placeholder {color: #626260;font-style: italic;text-shadow: 0 1px 0 #B5B5B3;}
input:-moz-placeholder {color: #626260;font-style: italic;text-shadow: 0 1px 0 #B5B5B3;}

/* ============================ Классы помошники */

.clearfix,.container {*zoom: 1;}.clearfix:before,.container:before,.clearfix:after,.container:after {display: table;line-height: 0;content: "";}.clearfix:after,.container:after {clear: both;}
.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.taj {text-align: justify;}
.fl {float: left;}
.fr {float: right;}
.ovh {overflow: hidden;}
.block {display: block;}

.list-left,
.list ul,
.list {position: relative;margin: 0;padding: 0;list-style: none;}
.list-left li {float: left;}
.list-left li ul li {float: none;}

.container {min-width: 1020px;margin: 0 auto;position: relative;}
.path {margin: 0 0 1em 0;}
.path a {color: #000;}

.pager a {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.pager a.active {
  background: #fff;
  border-radius: 2px;
  padding: 2px 4px;
  color: #444!important;
  text-decoration: none;
}

.wblock {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  min-height: 110px;

  background-color: #fff;
  border: 3px solid #FFFDDF;

  box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -moz-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -o-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -webkit-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
}

/* ============================ Панель редактирования */

.panel-title span {
  display: block;
  background: rgba(0,0,0,.5);
  border-radius: 2px;
  padding: 3px 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
  margin-left: 4px;
  font-size: 13px;
  color: #fff;
}
/*
  ================================================================================================== Основная верстка ==================================================================================================
*/



/* ============================ Обертка для прижатия футера */
.wrap {
  height: auto !important;
  height: 100%;
  background: url(/images/bg.png) repeat-y center;
  padding: 0 79px 0 78px;
  min-height: 100%;
  position: relative;
}

/* ============================ Шапка */
.header {
  height: 217px;
  padding-top: 56px;
}

/* ============================ Логотип */
.logo {
  display: block;
  text-align: center;
}

/* ============================ Верхнее меню */
.top-menu {
  border-bottom: 1px solid #FFEF00;
  padding: 7px 5px;
  text-align: center;
}

.top-menu ul {
  display: inline-block;
}

.top-menu li a {
  display: block;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
  margin-right: 58px;
}

.top-menu li a i {
  position: relative;
  top: -3px;
}

.top-menu li:last-child a {margin-right: 0}

/* ============================ Тело контента сайта */
.main {
  position: relative;
  padding-top: 20px;
}

.sidebar-left,
.sidebar-right {
  /*position: absolute;*/
  min-height: 1px;
 /*top: 20px;*/
}

.sidebar-left {float: left}
.sidebar-right {float: right}

/* ============================ Левый и правый блок */
.sidebar-right,
.sidebar-left {
  width: 186px;
}

/* ============================ Левый блок */
.novelty {margin-bottom: 15px;}

.news-item {
  margin-bottom: 20px;
}

.news-item span {
  font-size: 12px;
  color: #b4b296;
}

.news-item a {
  display: block;
  font-style: italic;
  font-size: 14px;
}

.news-item p {
  font-style: italic;
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

/* ============================ Контакты */
.address {
  font-style: normal;
}

/* ============================ Контент блок */
.content {
  min-height: 744px;
  margin: 0 205px 0 205px;
  padding: 0 20px 20px 20px;
  min-width: 565px
}

.content a {color: #000}

.content h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff6600;
  text-transform: uppercase;
  text-shadow: none;
  font-style: normal;
}

.sidebar-left h4,
.content h4 {margin-top: 0}

.catalog-item {
  margin: 0 0.2% 30px 0.2%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 153px;
}

.novelty figcaption a,
.catalog-item figcaption a {
  padding-top: 9px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #000;
}

.novelty figcaption a {color: #fff213}

.catalog-item .price {
  color: #fff10e;
}

.novelty figcaption a,
.catalog-item figcaption a:hover {
  text-decoration: underline;
}



.novelty img,
.catalog-item img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;

  background: #fff;
  border: 3px solid #FFFDDF;

  box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -moz-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -o-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
  -webkit-box-shadow: 4px 4px 9px rgba(90,9,16,.16);
}

.content img {}
.content p {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}
.content p a {}

.padding {height: 107px;}

/* ============================ Правый блок */
.login-form a {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

.login {
  margin: 5px 0 0 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;

  background: #FF2D24;
  height: 20px;
  line-height: 20px!important;
  width: 60px;
  color: #fff10e;
  border: 0;
  font-size: 12px!important;
  text-decoration: none;
  text-align: center;
}

.search {position: relative;}

.search input[type="text"] {
  background: #880000;
  border: 0;
  padding: 5px 10px;
  height: 21px;
  color: #fff00c;
  border-radius: 12px;
  font-style: italic;
  min-width: 132px;

  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  -o-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.search input[type="text"]::-webkit-input-placeholder {color: #fff00c;font-style: italic;text-shadow: none;}
.search input[type="text"]:-moz-placeholder {color: #fff00c;font-style: italic;text-shadow: none;}

.search input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 12px;
  border: 0;
  background: url(/images/search.png) no-repeat center;
}

.cart-block {
  color: #5a3e16;
  font-size: 10px;
  margin-top: 6px;
  background: #fff url(/images/cart.png) no-repeat 10px 19px;
  padding-left: 30px;
}

.cart-block a {color: #fb3129;}

.cart-block h5 {
  margin: 10px 0 10px 0;
  text-decoration: underline;
  text-shadow: 0 1px 0 #B6AA9E;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  color: #5a3e16;
}

.cart-block .buy {
  display: block;
  margin: 14px 0 0 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #FF2D24;
  height: 20px;
  line-height: 20px!important;
  width: 80px;
  color: #fff10e;
  font-size: 12px!important;
  text-decoration: none;
  text-align: center;
}

.manager-block {
  margin: 40px 0 28px 0;
  color: #5a3e16;
  padding-right: 0;
  font-size: 10px;
}

.manager-block a {
  display: inline-block;
  *display: inline;
  line-height: 10px;
  color: #fb3129;
  text-decoration: none;
  border-bottom: 2px solid #FF2D24;
}

.manager-block i {
  display: block;
  line-height: 14px;
  font-size: 12px;
}

.manager-block p {
  color: #999;
  line-height: 10.5px;
  font-size: 9px;
  margin: 2px 0;
}

/* ============================ Подвал */
.footer {
  height: 73px;
  margin: -107px auto 0;
  width: 1000px;
  background: url(/images/footer.png) no-repeat center bottom;
  color: #fff10e;
  font-size: 12px;
  padding-top: 35px;
}

.footer .container {height: inherit;}
.footer p {margin: 0;}

.social {
  position: absolute;
  top: 20px;
  left: 44.5%;
}

.social li {
  margin-right: 20px;
}

.social li img {width: 34px;}

.foot-links {
  position: absolute;
  left: 44%;
  top: -10px;
  font-size: 20px;
}

.print {
    position: absolute;
    top: 0;
    left: 67%
}

.print img {
    margin: 0 10px 0 0
}
.cart_table .cart_table_row th:nth-child(4), .cart_table .cart_table_row th:nth-child(5), .cart_table .cart_table_row td:nth-child(4), .cart_table .cart_table_row td:nth-child(5) {
  display: none;
}
.cart_table .cart_table_row2 td:nth-child(5) {
  display: none;
}
