/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  width: 100%;
  height: 100%;
  font-size: 100.01%;
}
body {
  font: 62.5%/1.41 Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
  color: #737373;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:focus,
*:focus {
  /* noFocusLine: expression(this.onFocus=this.blur()); */

}
a,
a img,
textarea,
input {
  outline: 0 none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* MIXINS */
.inlineblock {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
}
.clearfix {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Headers section */
/* Plain text section */
.text h1 {
  font-size: 19px;
  color: #464646;
  line-height: 60px;
}
.text h2 {
  font-size: 14px;
  color: #464646;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.text p {
  margin-bottom: 20px;
}
.text ol {
  list-style-type: decimal;
}
.text table {
  width: 100%;
  margin-bottom: 10px;
}
.text table td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #464646;
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
}
.text table tr:first-child {
  background: #f0f0f0;
}
.text table tr:first-child td {
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
/* Secondary section */
.container {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}
.print {
  width: 794px !important;

}
.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapper .empty {
  position: relative;
  height: 150px;
}
header {
  position: relative;
  height: 200px;
  margin-bottom: 25px;
}
.header_top {
  width: 770px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  background: #0c71ad;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c71ad), color-stop(100%, #0062a5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0c71ad 0%, #0062a5 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0c71ad', endColorstr='#0062a5', GradientType=0);
  /* IE6-9 */

}
nav ul {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
nav ul:before,
nav ul:after {
  content: "";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 19px;
  padding-right: 19px;
  color: #fff;
  border-left: 1px solid #045283;
  border-right: 1px solid #0277c6;
  font-size: 12px;
}
nav ul li a:hover {
  color: #0063a0;
  background: #fefefe;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fefefe 0%, #c1c7cb 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #c1c7cb));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fefefe 0%, #c1c7cb 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fefefe 0%, #c1c7cb 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fefefe 0%, #c1c7cb 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fefefe 0%, #c1c7cb 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#c1c7cb', GradientType=0);
  /* IE6-9 */

}
.goods ul {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-left: -26px;
}
.goods ul:before,
.goods ul:after {
  content: "";
  display: table;
}
.goods ul:after {
  clear: both;
}
.goods ul li {
  float: left;
  margin-left: 26px;
  margin-bottom: 23px;
}
.goods ul li a {
  display: block;
  width: 133px;
  height: 176px;
  border: 1px solid #ddd;
  overflow: hidden;
  color: #737373;
  text-decoration: none;
}
.goods ul li a:hover {
  border: 1px solid #1484b9;
  color: #1484b9;
}
.cd ul li a {
  height: 186px;
}
.cd ul li a:hover .goods_text {
  color: #0063a0;
}
.cd ul li a .goods_text {
  padding-right: 15px;
}
.goods_img {
  height: 109px;
}
.brint {
  height: 130px;
  border-bottom: 1px solid #727272;
}

.bord {
	height: 130px;
}

.goods_text {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  height: 66px;
  vertical-align: middle;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 4px;
  padding-top: 15px;
}
.spec_date {
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.spec_mark {
  text-align: center;
  color: #004d7e;
  font-size: 14px;
  line-height: 26px;
}
.blocks {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 29px;
}
.blocks:before,
.blocks:after {
  content: "";
  display: table;
}
.blocks:after {
  clear: both;
}
.left {
  float: left;
  width: 260px;
}
.left_menu  > ul  > li {
  position: relative;
}
.left_menu  > ul  > li  > a {
  display: block;
  text-align: left;
  line-height: 42px;
  height: 39px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 12px;
  color: #8c8c8d;
  text-decoration: none;
  padding-left: 63px;
}
.left_menu  > ul  > li  > a:hover {
  background: url('http://sample.vlx9.ru/qq/css/../images/bg/arrow.png') no-repeat 95% 50% #f0f0f0;
  color: #0063a0;
}
.left_menu ul li:hover .left_special_second {
  display: block;
}
.right_menu ul {
  margin-bottom: 20px;
}
.right_menu ul li a {
  display: block;
  text-align: left;
  line-height: 42px;
  height: 39px;
  border-bottom: 1px solid #dcdcdc;
  background: #eaeae9;
  font-size: 12px;
  color: #8c8c8d;
  text-decoration: none;
  font-weight: bold;
  padding-left: 50px;
}
.right_menu ul li a:hover {
  background: #f0f0f0;
  color: #0063a0;
}
.left_special  > ul {
  margin-bottom: 10px;
}
.left_special  > ul  > li {
  position: relative;
}
.left_special  > ul  > li:hover .left_special_second {
  display: block;
}
.left_special  > ul  > li a {
  display: block;
  text-align: left;
  line-height: 42px;
  height: 39px;
  border-bottom: 1px solid #dcdcdc;
  background: #eaeae9;
  font-size: 12px;
  color: #8c8c8d;
  text-decoration: none;
  padding-left: 63px;
}
.left_special  > ul  > li a:hover {
  background: url('http://sample.vlx9.ru/qq/css/../images/bg/arrow.png') no-repeat 95% 50% #f0f0f0;
  color: #0063a0;
}
.left_special_second {
  display: none;
  position: absolute;
  left: 260px;
  top: 0px;
  width: 260px;
  border-left: 2px solid #fff;
}
.left_special_second  > ul  > li  > a {
  display: block;
  height: 39px;
  line-height: 38px;
  width: 200px;
  padding-left: 60px;
  background: #ebebeb;
  color: #8C8C8D;
  text-decoration: none;
  border-bottom: 1px solid #DCDCDC;
}
.left_special_second  > ul  > li  > a:hover {
  background: #f0f0f0;
  color: #004D7E;
}
.news ul li {
  margin-bottom: 10px;
  margin-left: 5px;
}
.news a {
  color: #004d7e;
  font-size: 12px;
}
.news_date {
  font-size: 12px;
  color: #8c8c8c;
  padding-bottom: 1px;
}
.news_text {
  font-size: 12px;
  color: #636363;
}
.spec {
  width: 260px;
  height: 260px;
  border: 1px solid #8c8c8c;
  margin-bottom: 24px;
}
.spec_head {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.spec_head span {
  color: #b43c50;
  font-size: 24px;
  line-height: 24px;
}
.spec_img {
  text-align: center;
}
.spec_description {
  width: 180px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.spec_description p {
  color: #004d7e;
}
.logo_left {
  position: absolute;
  top: 26px;
  left: 8px;
  height: 150px;
  width: 460px;
}
.logo_web {
  position: absolute;
  top: 42px;
  left: 42px;
}
.logo_right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 150px;
  width: 301px;
}
.center {
  float: left;
  width: 620px;
  margin-left: 38px;
}
.center_width {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  float: left;
  width: 770px;
  margin-left: 38px;
}
.center_width:before,
.center_width:after {
  content: "";
  display: table;
}
.center_width:after {
  clear: both;
}
.center_print {
  margin-left: 0px !important;
}
.center_width_left {
  float: left;
  width: 480px !important;
}
.center_width_right {
  margin-left: 500px !important;


}
.right {
  position: relativee;
  float: left;
  width: 260px;
  margin-left: 41px;
  margin-top: -2px;
}
.enter, .exit {
  position: absolute;
  top: 116px;
  left: 95px;
  bottom: 0px;
  font-weight: bold;
}
.blue_button {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #0c71ad;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c71ad), color-stop(100%, #0062a5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0c71ad 0%, #0062a5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0c71ad 0%, #0062a5 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0c71ad', endColorstr='#0062a5', GradientType=0);
  /* IE6-9 */

  text-decoration: none;
}
.all_news {
  width: 150px;
}
.search {
  position: absolute;
  right: 0px;
  top: 169px;
  z-index: 20;
}
.search input {
  width: 230px;
  padding-right: 30px;
  height: 20px;
  background: #f3f3f3;
  border: none !important;
}
.adv {
  width: 470px;
  height: 160px;
  background: grey;
  position: absolute;
  top: 0px;
  left: 452px;
}
.loop {
  width: 14px;
  height: 15px;
  background: url('http://sample.vlx9.ru/qq/css/../images/bg/loop.png') no-repeat;
  position: absolute;
  top: 4px;
  right: 7px;
}
.footer_left {
  float: left;
  width: 241px;
  background: url('http://sample.vlx9.ru/qq/css/../images/bg/border.png') repeat-y 100% 100%;
  height: 111px;
  padding-right: 40px;
}
.footer_center {
  float: left;
  width: 661px;
}
.footer_right {
  position: relativee;
  float: left;
  font-size: 11px;
  padding-left: 20px;
  background: url('http://sample.vlx9.ru/qq/css/../images/bg/border.png') repeat-y;
  height: 111px;
  margin-left: 9px;
  margin-top: 15px;
}
.footer_right a {
  font-size: 11px;
  color: #333;
  text-decoration: none;
}
.footer_right span {
  color: #004778;
  text-decoration: underline;
}
.name {
  display: block;
  color: #004778;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
}
.foot_links {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.foot_links:before,
.foot_links:after {
  content: "";
  display: table;
}
.foot_links:after {
  clear: both;
}
.foot_links > li {
  margin-left: 50px;
  float: left;
}
.phone {
  position: absolute;
  top: 90px;
  left: 5px;
}
.phone_text {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  color: #737373;
  font-size: 11px;
  width: 65px;
  text-align: right;
  margin-top: 6px;
  line-height: 10px;
  padding-right: 10px;
}
.phone_number {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  color: #0063a0;
  font-size: 24px;
}
.bottom_links li a {
  font-size: 11px;
  line-height: 22px;
  color: #333;
  text-decoration: none;
}
.right_copy {
  pisition: absolute;
  text-align: center;
  margin-top: 26px;
}
.sl {
  height: 155px;
  border: 1px solid #cdcdcd;
}
.sub {
  position: relative;
  height: 80px;
  background: #f0f0f0;
  margin-top: 22px;
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.sub_form input {
  width: 142px;
  padding-right: 90px;
  height: 22px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 15px;
  cursor: pointer;
}
.sub_buttom {
  position: absolute;
  top: 44px;
  right: 13px;
}
.sub_buttom input {
  font-size: 14px;
  color: #004d7e;
  background: transparent;
  border: none;
  curcor: pointer;
}
.mail {
  background: url('http://sample.vlx9.ru/qq/css/../images/icons/message.png') no-repeat;
  color: #636363;
  font-size: 11px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
}
footer {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  position: relative;
  margin-top: -150px;
  height: 135px;
  padding-top: 15px;
  width: 100%;
  background: #e2e2e2;
  border-top: 1px solid #cdcdcd;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
.main_slaider {
  position: relative;
  height: 155px;
  background: url('http://sample.vlx9.ru/qq/css/../img/bg/main_slider.png') repeat-x;
  margin-bottom: 25px;
}
.main_slider_inner {
  position: relative;
  height: 155px;
  overflow: hidden;
}
.main_slider_inner ul {
  width: 999999px;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.main_slider_inner ul:before,
.main_slider_inner ul:after {
  content: "";
  display: table;
}
.main_slider_inner ul:after {
  clear: both;
}
.main_slider_inner ul li {
  float: left;
  width: 160px;
  margin-left: 40px;
  margin-left: 40 px;
  margin-top: 20px;
}
.main_slider_left {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 60%;
  left: 10px;
  background: url('http://sample.vlx9.ru/qq/css/../images/icons/left_arrow.png');
  margin-top: -24px;
}
.main_slider_right {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 60%;
  right: 10px;
  background: url('http://sample.vlx9.ru/qq/css/../images/icons/right_arrow.png');
  margin-top: -24px;
}
.banner_center {
  height: 80px;
  background: grey;
  margin-bottom: 26px;
}
.sl_img {
  height: 65px;
}
.slide_in {
  margin-top: 20px;
  text-align: center;
}
.calen {
  width: 200px;
  overflow: hidden;
}
.calen_slaider {
  position: relative;
  background: url('http://sample.vlx9.ru/qq/css/../img/bg/main_slider.png') repeat-x;
  margin-bottom: 25px;
}
.calen_slider_inner {
  position: relative;
  height: 250px;
  overflow: hidden;
  width: 200px;
}
.calen_slider_inner ul {
  width: 999999px;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.calen_slider_inner ul:before,
.calen_slider_inner ul:after {
  content: "";
  display: table;
}
.calen_slider_inner ul:after {
  clear: both;
}
.calen_slider_inner ul li {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  float: left;
  width: 160px;
  margin-left: 10px;
  margin-top: 20px;
  width: 200px;
}
.calen_slider_inner ul li:before,
.calen_slider_inner ul li:after {
  content: "";
  display: table;
}
.calen_slider_inner ul li:after {
  clear: both;
}
.l_cols {
  float: left;
  width: 100px;
}
.l_cols a {
  font-size: 12px;
  line-height: 30px;
  color: #267aae;
  display: block;
}
.l_cols a:hover {
  text-decoration: none;
}
.r_cols {
  margin-left: 100px;
}
.r_cols a {
  font-size: 12px;
  line-height: 30px;
  color: #267aae;
  display: block;
}
.r_cols a:hover {
  text-decoration: none;
}
.calen_left {
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 42px;
  left: 10px;
  background: url('http://sample.vlx9.ru/qq/css/../images/tl.png');
  text-decoration: none;
}
.calen_left:hover {
  background: url('http://sample.vlx9.ru/qq/css/../images/tlh.png');
  text-decoration: none;
}
.calen_right {
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 42px;
  left: 74px;
  background: url('http://sample.vlx9.ru/qq/css/../images/tr.png');
  text-decoration: none;
}
.calen_right:hover {
  background: url('http://sample.vlx9.ru/qq/css/../images/trh.png');
  text-decoration: none;
}
.year_l {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.arhew {
  font-weight: bold;
  font-size: 14px;
}
.q {
  background: #ebebeb;
  padding: 20px;
}
.qdate {
  margin-bottom: 10px;
}
.qdate span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.a {
  margin-left: 52px;
  padding: 20px;
  padding-bottom: 40px;
}
.adate {
  margin-bottom: 10px;
}
.adate span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.bred_crumbs ul {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.bred_crumbs ul:before,
.bred_crumbs ul:after {
  content: "";
  display: table;
}
.bred_crumbs ul:after {
  clear: both;
}
.bred_crumbs ul li {
  float: left;
}
.bred_crumbs ul li:first-child span {
  display: none;
}
.bred_crumbs ul li span {
  margin-left: 2px;
  margin-right: 2px;
  color: #787878;
}
.bred_crumbs ul li a {
  color: #787878;
}
.bred_crumbs ul li a:hover {
  text-decoration: none;
}
.new img {
  float: left;
  margin-right: 20px;
}
.new_date {
  margin-bottom: 10px;
}
.news ul li {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.news ul li:before,
.news ul li:after {
  content: "";
  display: table;
}
.news ul li:after {
  clear: both;
}
.news_left {
  float: left;
  width: 160px;
}
.news_right {
  margin-left: 180px;
}
.new_right_link {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bit_list  > ul  > li {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 60px;
}
.bit_list  > ul  > li:before,
.bit_list  > ul  > li:after {
  content: "";
  display: table;
}
.bit_list  > ul  > li:after {
  clear: both;
}
.bit_left {
  float: left;
  width: 300px;
  overflow: hidden;
}
.bit_right {
  margin-left: 313px;
}
.bit_right_link {
  display: block;
  font-size: 12px;
  color: #0069a6;
  margin-bottom: 20px;
}
.bit_in  > li {
  margin-bottom: 10px;
}
.bit_second {
  color: #b43c50;
  font-size: 14px;
}
.bit_fourth {
  color: #b43c50;
  font-size: 24px;
}
.bit_fourth_in {
  font-size: 14px;
}
.bit_fifth {
  font-size: 12px;
  color: #0069a6;
}
.connect {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  padding-left: 20px;
  padding-right: 20px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-size: 12px;
  background: #0d7cbd;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d7cbd), color-stop(100%, #0165a7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0d7cbd 0%, #0165a7 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0d7cbd', endColorstr='#0165a7', GradientType=0);
  /* IE6-9 */

}
.connect:hover {
  background: #0165a7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0165a7), color-stop(100%, #0d7cbd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0165a7 0%, #0d7cbd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0165a7', endColorstr='#0d7cbd', GradientType=0);
  /* IE6-9 */

}
.photo_cul ul {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.photo_cul ul:before,
.photo_cul ul:after {
  content: "";
  display: table;
}
.photo_cul ul:after {
  clear: both;
}
.photo_cul ul li {
  float: left;
  width: 300px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.cul_img {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cul_date {
  margin-bottom: 10px;
  font-weight: bold;
}
.cul_des {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}
.gal .line {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-left: -23px;
}
.gal .line:before,
.gal .line:after {
  content: "";
  display: table;
}
.gal .line:after {
  clear: both;
}
.gal .line li {
  float: left;
  margin-left: 23px;
  margin-bottom: 23px;
  display: block !important;
}
#bigImg {
  /*width: 414px;*/
	width: 274px;
  display: block;
  overflow: hidden;
}

.fc_big_img {
	position: absolute;
	top: 30px;
	right: -6px;
	display: inline-block;
	width: 274px;
	overflow: hidden;
	height: 207px;
}


.tabs {
	margin-top: -22px;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.thumbs ul {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
 /* width: 425px; */
 width: 288px;
  margin-left: -7px;
}
.thumbs ul:before,
.thumbs ul:after {
  content: "";
  display: table;
}
.thumbs ul:after {
  clear: both;
}
.thumbs ul li {
  float: left;
  width: 130px;
  height: 98px;
  overflow: hidden;
  margin-left: 7px;
  margin-top: 7px;
  padding: 2px;
}
.thumbs ul li:hover {
  background: #1282b8;
}
.thumbs a {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  width: 130px;
  height: 98px;
  overflow: hidden;
}

.mmfc {
	padding-top: 200px;

}

.auc {
  height: 44px;
  background: #b43c50;
  font-size: 22px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.mauto {
  margin-top: 20px;
  margin-left: 120px;
}
.right_gall {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  margin-bottom: 10px;
}
.request {
  padding: 10px;
  background: #f0f0f0;
}
.rek_lab {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.rek_lab input {
  width: 215px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  height: 22px;
  background: #bcbcbc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(8%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* IE10+ */

  background: linear-gradient(to bottom, #bcbcbc 0%, #ffffff 8%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
.rek_lab textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 360px;
  height: 100px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  background: #bcbcbc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(8%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #bcbcbc 0%, #ffffff 8%);
  /* IE10+ */

  background: linear-gradient(to bottom, #bcbcbc 0%, #ffffff 8%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.beif {
  border: none;
  color: #fff;
  display: block;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  background: #0d7cbd;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d7cbd), color-stop(100%, #0165a7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0d7cbd 0%, #0165a7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0d7cbd 0%, #0165a7 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0d7cbd', endColorstr='#0165a7', GradientType=0);
  /* IE6-9 */

}
.beif:hover {
  background: #0165a7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0165a7), color-stop(100%, #0d7cbd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0165a7 0%, #0d7cbd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0165a7 0%, #0d7cbd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0165a7', endColorstr='#0d7cbd', GradientType=0);
  /* IE6-9 */

}
.rf {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 19px;
}
.star_h {
  position: absolute;
  top: 10px;
  left: 250px;
  color: #ed1c24;
}
.cl_block {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 20px;
}
.cl_block:before,
.cl_block:after {
  content: "";
  display: table;
}
.cl_block:after {
  clear: both;
}
.cl_block .cl_left {
  float: left;
  width: 125px;
}
.cl_block .cl_right {
  margin-left: 130px;
  background: url('http://sample.vlx9.ru/qq/css/../images/client_gr.png') no-repeat;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.cl_left_name {
  font-weight: bold;
  color: #464646;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  width: 36px;
}
.gr_table {
  background: #f0f0f0;
  border: 1px solid #fff;
}

.bot_table {
	display: inline-block;
}
.bot_table tr td {
  height: 35px;
  line-height: 35px;
}
.riv {
	vertical-align: middle;
	width: 120px !important;

}

.riv img {
	margin-top: 5px;
	height: 35px;
}
 

.looks  > ul  > li {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 10px;
}
.looks  > ul  > li:before,
.looks  > ul  > li:after {
  content: "";
  display: table;
}
.looks  > ul  > li:after {
  clear: both;
}
.looks  > ul  > li a {
  display: block;
  text-decoration: none;
  color: #8C8C8D;
  width: 258px;
  height: 108px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.looks  > ul  > li a:hover {
  color: #004D7E;
  border: 1px solid #004D7E;
}
.looks_left {
  float: left;
  width: 130px;
  height: 110px;
  overflow: hidden;
}
.looks_right {
  margin-left: 130px;
  padding: 10px;
}

.f_scan {
	width: 280px;
	overflow: hidden;
}

.f_scan ul {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-left: -10px;
}
.f_scan ul:before,
.f_scan ul:after {
  content: "";
  display: table;
}
.f_scan ul:after {
  clear: both;
}
.f_scan ul li {
  float: left;
  margin-bottom: 10px;
}
.f_scan ul li a {
  margin-left: 10px;
  display: block;
  width: 130px;
  height: 152px;
  overflow: hidden; 
  height: 98px;
}

.f_scan ul li a img {
	width: 130px;
	height: 98px;
}
.search_filter {
  margin-bottom: 20px;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.search_filter:before,
.search_filter:after {
  content: "";
  display: table;
}
.search_filter:after {
  clear: both;
}
.search_width {
  position: relative;
  margin-bottom: 20px;
}
.search_width input {
  width: 100%;
  border: none;
  background: #F3F3F3;
  height: 20px;
}
.s_filter_in select {
  margin-bottom: 10px;
  width: 150px;
}
.s_filter_first {
  float: left;
  width: 200px;
}
.s_filter_second {
  float: left;
  width: 200px;
}
.s_filter_third {
  float: left;
  width: 200px;
}
.registr {
  display: none;
  height: 125px;
  position: absolute;
  top: 145px;
  right: 4px;
  padding: 10px;
  background: #ebebeb;
  z-index: 9999;
  border: 1px solid #dcdcdc;
}
.registr_inp {
  width: 180px;
  margin-bottom: 10px;
}
.registr_inp input {
  width: 180px;
  height: 20px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.registr_button {
  margin-bottom: 10px;
}
.registr_button input {
  width: 72px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #0973b5;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
.registr_bot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #0973b5;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.registr_bot:hover {
  background: #868686;
}
.forgot {
  position: absolute;
  top: 86px;
  right: 10px;
  color: #106ca5;
}

.tab_first {
	width: 310px;
}

.logo_decription {
	color: #000000;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: 10px;
    margin-left: 125px;
    text-decoration: none;
}

/* правки для #print @suenot */
.bot_table_print {
  display: table;
}
.bot_table_print tr td {
  height: auto;
  text-align: center;
}
.bot_table_print .riv img {
  vertical-align: top;
  margin: 2px 0;
}
.bot_table_print .bottle_first {
  text-align: left;
}
.center_width_left {
  width: 500px !important;
}
.header_top {
  width: auto;
}
.container.print {
  width: 794px;
}
.center_print {
  margin-left: 0;
  width: 794px;
}
.fc_big_img {
  right: 0;
}
.thumbs {
  position: absolute;
  right: 0;
  width: 282px;
}
.thumbs ul {
  display: table;
  margin-left: 0;
}