.unselect {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix:before {
  display: table;
  content: " ";
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
input {
  font-family: Verdana, "Verdana Ref", sans-serif;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus {
  outline: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
button:hover {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
html {
  height: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  color: #222222;
  font-family: Verdana, "Verdana Ref";
  font-size: 12px;
  overflow: hidden;
  background: #fff url("../i/main_bg.jpg");
}
a {
  cursor: pointer;
  color: #222;
}
h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
.l-body {
  background: #f0f0f0 url('../i/page-bottom.png') 30px bottom no-repeat;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  padding-bottom: 185px;
  cursor: default;
}
.wrap {
  width: 1024px;
  margin: 0 auto 90px auto;
}
.l-rgt {
  float: right;
}
.l-lft {
  float: left;
}
.clear {
  clear: both;
}
.row {
  width: 100%;
}
.half {
  width: 49%;
  float: right;
  min-height: 1px;
}
.half:first-child {
  float: left;
}
.btn {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #939393;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f1cd00;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
  background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
  background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
  background: -o-linear-gradient(#ffef00,#f1cd00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
}
.btn:hover {
  background: #fbe700;
}
.btn-custom {
  height: auto;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-shadow: 0 1px rgba(255,255,255,0.5);
}
.btn-custom .txt {
  padding: 0 7px;
}
.btn-custom strong {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.field {
  position: relative;
}
.field input,
.field .select,
.field textarea {
  font-size: 12px;
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  border: 1px solid #939393;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
  width: 100%;
  background: #fff;
}
.field textarea {
  font-size: 12px;
  padding: 5px;
  resize: none;
  height: auto;
}
.field.error input {
  border-color: #e10070;
}
.field .err_txt {
  font-size: 12px;
  margin: 0;
  color: #a13a7a;
  margin-top: 5px;
  text-align: right;
}
.select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-right: 30px;
}
.select .cur {
  display: block;
  height: 30px;
  color: #222;
  overflow: hidden;
  line-height: 30px;
}
.select ins {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 0;
  background: url('../i/select-triang.png') center center no-repeat;
}
.select.active .options {
  display: block;
}
.options {
  border: 1px solid #939393;
  margin-left: -1px;
  border-top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 4;
  position: absolute;
  display: none;
  top: 100%;
  background-color: #fff;
  left: 0;
  width: 100%;
  padding: 5px 0;
  min-width: 130px;
  max-height: 265px;
  overflow-y: auto;
}
.options a {
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  color: #444;
  padding-left: 10px;
  display: block;
}
.options a:hover {
  background-color: #ddd;
}
.list li {
  list-style: inside disc;
  color: #333333;
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}
.w_check {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  padding-left: 18px;
  font-size: 11px;
  min-height: 14px;
  color: #000;
  cursor: pointer;
  display: inline-block;
}
.w_check i {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url('../i/checkbox.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
.w_check.checked i {
  background-position: left top;
}
.inputs label {
  display: block;
  font-size: 12px;
}
.inputs .row {
  margin-bottom: 10px;
  float: left;
}
.inputs .field {
  width: 100%;
}
.inputs .tail {
  position: absolute;
  left: 100%;
  line-height: 32px;
  top: 0;
  margin-left: 10px;
}
.inputs .hint {
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 10px;
  margin-top: 3px;
}
.page-head {
  height: 192px;
}
.page-head .row {
  float: left;
}
.page-head .cities {
  background-color: #4b4b4b;
}
.page-head .cities a {
  float: left;
  width: 146px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  background: url("../i/cities-shad.png") left bottom repeat-x;
}
.page-head .cities a:after {
  content: " ";
  width: 1px;
  height: 22px;
  background-color: #a3a3a3;
  border-left: 1px solid #000;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
.page-head .cities a:last-child {
  width: 148px;
}
.page-head .cities a:last-child:after {
  display: none;
}
.page-head .cities .active {
  background: #f0f0f0;
  color: #000;
}
.page-head .cities .active:after {
  display: none;
}
.page-head .cities .active.start {
  background-color: #fff000;
}
.page-head .cities a:hover {
  background-color: #666;
}
.page-head .logo {
  position: relative;
}
.page-head .logo #cur_city {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 150px;
  text-align: center;
  color: #e10070;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-head .logo img {
  width: 313px;
}
.page-head .search {
  float: left;
  margin-top: 36px;
  width: 440px;
}
.page-head .search .field {
  width: 330px;
  float: left;
}
.page-head .search .btn {
  width: 100px;
  float: left;
  margin-left: 10px;
}
.page-head .search .w_check {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.page-head .l-rgt {
  width: 250px;
  background-color: #dddddd;
}
.page-head .rgt-default {
  padding: 8px 10px;
}
.page-head #reg_but {
  height: 60px;
  margin-bottom: 6px;
}
.page-head #reg_but .txt {
  background: url("../i/reg_but_bg.png") right bottom no-repeat;
  padding: 8px 40px 8px 7px;
  line-height: 13px;
}
.page-head #reg_but .txt strong {
  padding-bottom: 3px;
}
.page-head .rgt-logined {
  padding: 0 10px;
  height: 116px;
}
.page-head .rgt-logined .usermenu {
  height: 60px;
  position: relative;
  padding: 5px 50px 5px 8px;
  margin-top: 28px;
  text-shadow: 0 1px rgba(255,255,255,0.6);
}
.page-head .rgt-logined .usermenu small {
  font-size: 10px;
}
.page-head .rgt-logined .usermenu strong {
  font-size: 13px;
}
.page-head .rgt-logined .usermenu ins {
  background: url("../i/triang_down.png") 0 0 no-repeat;
  width: 21px;
  height: 12px;
  position: absolute;
  top: 24px;
  right: 15px;
  cursor: pointer;
}
.page-head .rgt-logined .usermenu .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 13px;
  width: 200px;
  background-color: #474747;
  z-index: 5;
}
.page-head .rgt-logined .usermenu .sub a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #6c6c6c;
  color: #fff;
  text-shadow: none;
  font-size: 11px;
}
.page-head .rgt-logined .usermenu .sub a:hover {
  background-color: #666;
}
.page-head .rgt-logined .usermenu.active {
  background: #ffef00;
}
.page-head .rgt-logined .usermenu.active .sub {
  display: block;
}
.page-head .mainmenu {
  position: relative;
  background: url("../i/mainmenu_bg.png") left top;
  padding-bottom: 7px;
}
.page-head .mainmenu .corners {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-head .mainmenu .corners ins {
  display: block;
  float: left;
  width: 11px;
  height: 50px;
  background: url("../i/menu-lft-corner.png") no-repeat;
  margin-left: -11px;
}
.page-head .mainmenu .corners .rgt {
  float: right;
  background: url("../i/menu-rgt-corner.png") no-repeat;
  margin-right: -11px;
}
.page-head .mainmenu a {
  float: left;
  width: 146px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px #000;
}
.page-head .mainmenu a:after {
  content: " ";
  width: 1px;
  height: 43px;
  background-color: #a3a3a3;
  border-left: 1px solid #000;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  z-index: 2;
}
.page-head .mainmenu a:last-child {
  width: 148px;
}
.page-head .mainmenu a:last-child:after {
  display: none;
}
.page-head .mainmenu a:hover {
  background: #323233;
}
.page-head .mainmenu a.active {
  background: #444;
}
.logined .rgt-default {
  display: none;
}
.logined .rgt-logined {
  display: block;
}
.footer {
  display: inline-block;
  width: 100%;
  padding: 0 11px;
  margin-left: -11px;
  position: absolute;
  bottom: 0;
  margin-bottom: -60px;
  left: 0;
  height: 60px;
  background: url("../i/foot_menu_bg.jpg") left top repeat;
}
.footer .foot-menu {
  width: 100%;
}
.footer .foot-menu li {
  width: 20%;
  float: left;
}
.footer .foot-menu a {
  height: 60px;
  display: block;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px #000;
}
.footer .foot-menu a span {
  padding-left: 35px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
}
.footer .foot-menu li:last-child a:after {
  display: none;
}
.footer .foot-menu a:after {
  content: " ";
  width: 1px;
  height: 60px;
  background-color: #a3a3a3;
  border-left: 1px solid #000;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  z-index: 2;
}
.footer .foot-menu a:hover {
  background: #323233;
}
.footer .corners {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}
.footer .corners ins {
  display: block;
  float: left;
  width: 11px;
  height: 7px;
  background: url("../i/foot-corner-lft.png") no-repeat;
}
.footer .corners .rgt {
  float: right;
  background: url("../i/foot-corner-rgt.png") no-repeat;
}
.content {
  width: 100%;
  display: inline-block;
}
.content .pad {
  padding: 10px;
}
.content .lft-col {
  width: 230px;
  float: left;
}
.content .cent-col {
  float: left;
  width: 460px;
  margin-left: 7px;
}
.content .cent-col .title1 {
  height: auto;
  min-height: 22px;
  line-height: 22px;
  padding: 5px 0;
}
.content .rgt-col {
  float: left;
  width: 300px;
  margin-left: 7px;
}
.per_page {
  float: right;
  font-size: 10px;
  margin-bottom: 10px;
}
.per_page a {
  font-weight: bold;
}
.title1 {
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px rgba(255,255,255,0.6);
  text-transform: uppercase;
  background: #f1cd00;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
  background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
  background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
  background: -o-linear-gradient(#ffef00,#f1cd00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}
.block1 {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.47);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.47);
  box-shadow: 0 1px 4px rgba(0,0,0,0.47);
  margin-bottom: 10px;
  background-color: #ededed;
}
.block1 header {
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px rgba(255,255,255,0.6);
  text-transform: uppercase;
  background: #f1cd00;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
  background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
  background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
  background: -o-linear-gradient(#ffef00,#f1cd00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
  font-size: 18px;
  text-align: center;
}
.block1 header.tall {
  height: 50px;
  line-height: 50px;
}
.block1.filter header {
  font-size: 14px;
  text-transform: none;
}
.block2 {
  border-left: 10px solid #fff;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.block2 .inner {
  min-height: 175px;
}
.block2 .pad {
  padding: 8px;
}
.block2 .txt {
  padding-left: 110px;
  padding-right: 85px;
}
.block2 .txt h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.block2 .txt .cat {
  font-size: 11px;
}
.block2 .txt p {
  margin-top: 0;
}
.block2 .pic {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100px;
  height: 100px;
  border: 0px solid #999;
}
.block2 .pic img {
  width: 100%;
}
.block2 .icons {
  right: 8px;
  top: 8px;
  position: absolute;
  width: 83px;
}
.block2 .icons img {
  margin-bottom: 10px;
}
.block2 .bot {
  color: #fff;
  min-height: 30px;
  *zoom: 1;
  background: #585858;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#323232),color-stop(1,#585858));
  background: -ms-linear-gradient(bottom,#323232,#585858);
  background: -moz-linear-gradient(center bottom,#323232 0%,#585858 100%);
  background: -o-linear-gradient(#585858,#323232);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#323232', GradientType=0);
}
.block2 .bot:after {
  clear: both;
  content: " ";
  display: table;
}
.block2 .bot:before {
  display: table;
  content: " ";
}
.block2 .bot .col {
  float: left;
  width: 27%;
  padding: 6px 3%;
  background: url("../i/block2_bot_sep.png") right top repeat-y;
  min-height: 24px;
}
.block2 .bot .col span {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.block2 .bot .col span a {
  color: #fff;
}
.block2 .bot .col:last-child {
  background: none;
}
.block2 .shop-hr {
  height: 1px;
  border: none;
  margin: 4px 0px 2px;
  width: 100%;
  background: url('../i/hr_bg.png') right top no-repeat;
}
.block2.pink {
  border-color: #a13a7a;
}
.block2.red {
  border-color: #db391f;
}
.block2.yellow {
  border-color: #f9e000;
}
.block2.blue {
  border-color: #18b5e9;
}
.block2.gray {
  border-color: #a0a0a0;
}
.side-menu li {
  display: block;
  border-top: 1px solid #d3d3d3;
  height: 60px;
  position: relative;
}
.side-menu li i {
  float: left;
  width: 70px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.side-menu li .cell {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 0 1px rgba(255,255,255,0.6);
  width: 200px;
}
.side-menu >li {
  background: #fefefe;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d6d6d6),color-stop(1,#fefefe));
  background: -ms-linear-gradient(bottom,#d6d6d6,#fefefe);
  background: -moz-linear-gradient(center bottom,#d6d6d6 0%,#fefefe 100%);
  background: -o-linear-gradient(#fefefe,#d6d6d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d6d6d6', GradientType=0);
}
.side-menu >li:hover {
  background: #f9e000;
}
.side-menu li:hover > .sub {
  display: block;
}
.side-menu .active {
  background: #f9e000;
}
.side-menu .sub {
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 1px solid #bbb;
  width: 200px;
  display: none;
  z-index: 2;
}
.side-menu .sub ul {
  border-top: 1px solid #d3d3d3;
}
.side-menu .sub li {
  background-color: #f9e000;
  border-bottom: 1px solid #b2a003;
  border-top: none;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  padding-right: 30px;
}
.side-menu .sub li .cell {
  padding-left: 15px;
  width: 200px;
}
.side-menu .sub li i {
  position: absolute;
  width: 12px;
  height: 24px;
  background: url("../i/submenu_triang.png") center bottom no-repeat;
  right: 12px;
  top: 19px;
  display: none;
}
.side-menu .sub li:hover i {
  background-position: center top;
}
.side-menu .sub li.haschild i {
  display: block;
}
.side-menu .sub li:first-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.side-menu .sub .sub {
  top: -1px;
  width: 375px;
  display: none;
  margin-left: 0;
}
.side-menu .sub .sub ul {
  padding-right: 10px;
  background-color: #f9e000;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #b2a003;
  border-left: 1px solid #b2a003;
  float: left;
  width: 175px;
}
.side-menu .sub .sub li {
  min-height: 14px;
  padding-right: 20px;
  padding: 2px 0;
  height: auto;
  line-height: 16px;
}
.side-menu .sub .sub li .cell {
  display: block;
  height: auto;
  width: auto;
}
.side-menu .sub .sub li:last-child {
  border-bottom: none;
}
.side-menu .sub .sub li:hover {
  background-color: #ffe923;
}
#goods-menu header {
  text-align: left;
  padding-left: 10px;
}
#main-stats header {
  background: #d5d5d5;
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
}
.checkboxes {
  padding: 5px 10px;
}
.checkboxes li {
  margin: 5px 0;
}
.checkboxes li .w_check {
  font-size: 12px;
}
.stats-list {
  padding: 5px 10px;
}
.stats-list li {
  height: 22px;
}
.stats-list li span {
  float: left;
}
.stats-list li strong {
  float: right;
}
.bnr {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}
.bnr-sm {
  width: 300px;
  height: 175px;
}
.bnr-square {
  width: 300px;
  height: 300px;
}
.bnr-tall {
  width: 300px;
  height: 600px;
}
.tabs {
  border-bottom: 1px solid #777;
  height: 28px;
  padding-left: 5px;
}
.tabs a {
  float: left;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold;
  color: #222;
  background-color: #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabs .active {
  background-color: #fff000;
}
.mainpage {
  padding-top: 0;
}
.mainpage .main-hero {
  margin-bottom: 10px;
}
.mainpage .main-hero h1 {
  font-size: 15px;
  text-align: center;
  margin-top: 0;
}
.mainpage .popular_goods {
  background-color: #cacaca;
  display: inline-block;
}
.mainpage .popular_goods .pad {
  padding: 0;
}
.mainpage .popular_goods a {
  float: left;
  display: block;
  position: relative;
}
.mainpage .popular_goods a p {
  position: absolute;
  width: 165px;
  height: 31px;
  bottom: 17px;
  left: 32px;
  margin: 0;
}
.mainpage .popular_goods a p span {
  width: 165px;
  height: 31px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #666;
}
.mainpage .popular_suppliers table {
  width: 100%;
  float: left;
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
}
.mainpage .popular_suppliers table td {
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.mainpage .popular_suppliers table td:last-child {
  border-right: 1px solid #d3d3d3;
}
.selector {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #939393;
  width: 100%;
  display: inline-block;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f1cd00;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
  background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
  background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
  background: -o-linear-gradient(#ffef00,#f1cd00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
}
.selector .option:hover {
  cursor: pointer;
  background-color: #ffef00;
}
.selector .option.active {
  background-color: #fcd600;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
.selector.business-type {
  height: 62px;
  line-height: 60px;
}
.selector.business-type .option {
  width: 33.33%;
  float: left;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #222;
}
.register h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.register h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
.register .account-type {
  height: 112px;
  margin-bottom: 10px;
}
.register .account-type .option {
  width: 50%;
  float: left;
  height: 110px;
}
.register .account-type .txt {
  padding: 10px;
  padding-left: 95px;
  position: relative;
  width: 300px;
}
.register .account-type img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.register .account-type strong {
  font-size: 18px;
}
.register .account-type p {
  line-height: 14px;
  margin: 0;
  font-size: 12px;
}
.register .account-type a {
  font-weight: bold;
}
.register .inputs {
  margin-top: 15px;
}
.register .inputs label {
  width: 180px;
  float: left;
  line-height: 32px;
}
.register .inputs .field {
  width: 310px;
  float: left;
}
.register .inputs .w_check {
  margin: 5px 0;
}
.register .rules {
  border: 1px solid #939393;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  height: 140px;
  overflow: auto;
}
.register .confirm {
  width: 50%;
}
.register .register-end {
  padding-left: 470px;
  background: url("../i/register-end.png") 150px top no-repeat;
  min-height: 185px;
  padding-right: 80px;
}
.register .register-end h3 {
  font-size: 18px;
}
.register .errors {
  padding: 5px 0px;
  text-align: center;
  width: 50%;
  border: 1px solid #a13a7a;
  margin-bottom: 10px;
}
.register .errors .err_txt {
  font-size: 13px;
  color: #a13a7a;
  margin: 5px 0;
}
.restore h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.restore h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
.restore .inputs {
  margin-top: 15px;
}
.restore .inputs label {
  width: 180px;
  float: left;
  line-height: 32px;
}
.restore .inputs .field {
  width: 310px;
  float: left;
}
.restore .inputs .w_check {
  margin: 5px 0;
}
.restore .save_password {
  width: 50%;
}
.restore .errors {
  padding: 5px 0px;
  text-align: center;
  width: 50%;
  border: 1px solid #a13a7a;
  margin-bottom: 10px;
}
.restore .errors .err_txt {
  font-size: 13px;
  color: #a13a7a;
  margin: 5px 0;
}
.settings h2 {
  font-size: 18px;
  font-weight: bold;
}
.settings h3 {
  font-weight: bold;
  font-size: 12px;
}
.settings .row label {
  width: 140px;
  float: left;
  line-height: 32px;
}
.settings .row .field {
  float: left;
  width: 260px;
}
.settings .row .info {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  margin-top: 5px;
}
.settings .l-lft {
  width: 400px;
}
.settings .l-rgt {
  width: 400px;
}
.settings .logo label {
  line-height: 60px;
}
.settings .logo .pic {
  width: 60px;
  height: 60px;
  border: 1px solid #888;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.settings .address {
  background-color: #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.settings .address .pad {
  padding: 10px;
}
.settings .address .del {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  display: none;
}
.settings .checks {
  clear: both;
}
.settings .checks li {
  width: 25%;
  float: left;
  margin-bottom: 8px;
}
.settings .desc {
  margin-top: 10px;
}
.settings .desc .field {
  width: 862px;
}
.settings .desc textarea {
  height: 150px;
}
.settings .add_more {
  width: auto;
  padding: 0 30px;
}
.settings .cities {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.settings .cities .show_all {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.settings .cities .show_all:hover {
  color: #666;
}
.settings .cities ul {
  height: 90px;
  overflow: hidden;
}
.settings .subcats li {
  width: 80%;
  position: relative;
}
.settings .subcats .plus {
  background: url("../i/plus.png") center center no-repeat;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.settings .subcats .plus:hover {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings .subcats .sub {
  margin-left: 5px;
  padding-left: 10px;
  margin-top: 8px;
  border-left: 1px solid #ccc;
}
.settings .subcats .sub li {
  display: block;
  float: none;
}
.settings .save {
  width: 300px;
}
.settings #user-settings .l-lft {
  width: 550px;
  margin-top: 20px;
}
.settings #user-settings .l-lft .info {
  margin-bottom: 0;
  margin-top: 10px;
}
.settings #user-settings .l-lft .field {
  width: 340px;
}
.settings #user-settings .l-lft .save {
  margin-left: 140px;
}
.settings .warning {
  border: 2px solid #f45600;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.settings .warning p {
  color: #ca4700;
}
.settings .warning a {
  font-weight: bold;
  color: #ca4700;
  text-decoration: underline;
}
.settings #reasons .btn {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.exhibitions .sm_txt {
  position: relative;
}
.exhibitions .sm_txt p {
  margin: 0;
  line-height: 14px;
  display: block;
  padding: 10px 40px 10px 5px;
  position: relative;
}
.exhibitions .sm_txt i {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url('../i/approved.png') 0 0 no-repeat;
  width: 32px;
  height: 33px;
}
.exhibitions table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.exhibitions table td {
  background: #ffffff;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eaeaea),color-stop(1,#ffffff));
  background: -ms-linear-gradient(bottom,#eaeaea,#ffffff);
  background: -moz-linear-gradient(center bottom,#eaeaea 0%,#ffffff 100%);
  background: -o-linear-gradient(#ffffff,#eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  height: 35px;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  font-size: 11px;
  vertical-align: middle;
  word-wrap: break-word;
}
.exhibitions table td:last-child {
  border-right: 1px solid #c8c8c8;
}
.exhibitions table td > span {
  display: block;
  text-align: center;
  padding: 10px 5px;
  text-transform: uppercase;
}
.exhibitions table .tbl_head span {
  line-height: 38px;
  height: 36px;
  text-transform: uppercase;
  padding: 0 5px;
  background: #f1cd00;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
  background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
  background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
  background: -o-linear-gradient(#ffef00,#f1cd00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
  border-left: 1px solid #FFF191;
}
.exhibitions table .sep_month {
  background: #f4f4f4;
}
.exhibitions table .sep_month span {
  height: 26px;
  font-weight: bold;
  line-height: 28px;
  padding: 0;
  text-transform: uppercase;
  color: #dd9c00;
}
.exhibitions table tr.short_info:hover td {
  background-color: #DBDBDB;
}
.exhibitions .full_info td {
  background-color: #ddd;
}
.exhibitions .full_info td .cont {
  margin: 0;
  padding: 5px;
  position: relative;
}
.exhibitions .full_info td .redaction_fav {
  float: right;
}
.exhibitions .full_info td .exhb_pic {
  margin-right: 10px;
  margin-bottom: 5px;
  max-width: 130px;
  max-height: 130px;
}
.exhibitions .full_info td .inf_line {
  padding-bottom: 5px;
  padding-right: 90px;
  position: relative;
}
.exhibitions .full_info td .inf_line .choice {
  position: absolute;
  right: 0;
  top: 0;
}
.exhibitions .full_info td .inf_line small {
  display: block;
  font-size: 10px;
  font-weight: bold;
}
.exhibitions .full_info td .inf_line span {
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}
.exhibitions .full_info td .inf_line p {
  margin-bottom: 0;
  margin-top: 0;
}
.exhibitions .full_info td .inf_line.full {
  width: 100%;
}
.exhibitions .flip td {
  height: 20px;
}
.exhibitions .flip a.fold {
  height: 20px;
  line-height: 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-weight: normal;
}
.stores .bot {
  height: auto;
  display: inline-block;
  float: left;
  width: 100%;
}
.stores .bot .col {
  padding: 10px;
  width: 110px;
  height: auto;
}
.stores .bot .big {
  width: 280px;
}
.photos h1 {
  margin: 0;
}
.photos p {
  background-color: #e9e9e9;
  padding: 10px;
  margin-top: 5px;
}
.photos ul {
  width: 110%;
}
.photos ul li {
  width: 142px;
  border: 1px solid #aaa;
  float: left;
  display: inline-block;
  margin-right: 10px;
  height: 170px;
  position: relative;
  background-color: #e5e5e5;
  margin-bottom: 10px;
}
.photos ul li .pic {
  width: 142px;
  height: 142px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.photos ul li .overlay {
  width: 126px;
  padding: 3px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #393939;
  color: #fff;
  margin: 0;
}
.photos ul li .overlay strong,
.photos ul li .overlay span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.photos ul li .overlay strong {
  display: block;
  font-size: 11px;
}
.photos ul li .overlay span {
  font-size: 10px;
}
.photo .thumbs img {
  width: 100%;
}
.photo .top_nav .btn {
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
}
.photo .top_nav .back {
  float: left;
}
.photo .top_nav .site {
  float: right;
  max-width: 200px;
  overflow: hidden;
}
.photo h1 {
  text-align: center;
  margin-top: 10px;
}
.photo .slider {
  width: 460px;
  height: 355px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.photo .slider .nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
}
.photo .slider .nav .prev {
  float: left;
  background-image: url("../i/slider-prev.png");
}
.photo .slider .nav .next {
  float: right;
  background-image: url("../i/slider-next.png");
}
.photo .slider .nav a {
  display: block;
  height: 355px;
  width: 55px;
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-position: center center;
}
.photo .slider .nav a:hover {
  background-color: rgba(0,0,0,0.6);
}
.photo .slider .slide {
  height: 460px;
  height: 355px;
  background-color: #c6c6c6;
  float: left;
}
.photo .slider .slide .cell {
  width: 460px;
  height: 355px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.photo .slider .slide img {
  height: 100%;
}
.photo .slider .holder {
  width: 300%;
  height: 355px;
  float: left;
}
.photo ul li {
  height: 142px;
}
.photo ul li .overlay {
  display: none;
}
.photo li:hover {
  border-color: #f9e000;
}
.photo .active {
  border-color: #f9e000;
  box-shadow: 0 0 1px 1px #f9e000;
}
.pagination {
  clear: both;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
}
.popup-bg .popup {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  background-color: #fff;
}
.popup-bg .popup .pad {
  padding: 10px;
}
.popup-bg .popup .info {
  margin-top: 0;
}
.popup-bg .popup .inputs {
  margin-top: 10px;
}
.popup-bg .popup .inputs label {
  float: left;
  width: 80px;
  line-height: 32px;
  text-align: center;
}
.popup-bg .popup .inputs .field {
  float: left;
  width: 230px;
}
.popup-bg .popup .inputs .buts {
  padding-left: 80px;
}
.popup-bg .popup .inputs .w_check {
  margin-left: 80px;
}
.popup-bg .popup .inputs .btn {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}
#authorize {
  margin-top: -110px;
}
#authorize .forgot {
  margin-left: 80px;
}
#restore {
  margin-top: -105px;
}
#restore .btn {
  width: 110px;
  margin-right: 5px;
}
#restore .forgot {
  margin-left: 80px;
}
.lt-ie9 button.button {
  outline: 0;
  border: 0;
  padding: 0;
}
.lt-ie9 .field input,
.lt-ie9 .field .select {
  line-height: 30px;
  height: 30px;
  width: 98%;
  padding: 0 1%;
}
