@import url('http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext');
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  font-size: 16px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.outline {
  outline: 0 none;
}
.block {
  display: block;
}
.disNone {
  display: none;
}
.inlineblock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.uppercase {
  text-transform: uppercase;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.in {
  width: 960px;
  margin: 0 auto;
}
.inBreak {
  position: absolute;
  left: 0;
  right: 0;
}
.noMargin {
  margin-right: 0 !important;
}
.nmr {
  margin-right: 0 !important;
}
.nmd {
  margin-bottom: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.fs110 {
  font-size: 1.1em;
}
@font-face {
  font-family: 'oswaldregular';
  src: url('fonts/oswald-regular-webfont.eot');
  src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-regular-webfont.woff') format('woff'), url('fonts/oswald-regular-webfont.ttf') format('truetype'), url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldbold';
  src: url('fonts/oswald-bold-webfont.eot');
  src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-bold-webfont.woff') format('woff'), url('fonts/oswald-bold-webfont.ttf') format('truetype'), url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url('fonts/oswald-light-webfont.eot');
  src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-light-webfont.woff') format('woff'), url('fonts/oswald-light-webfont.ttf') format('truetype'), url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontMain {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
}
.fontMainBold {
  font-family: 'oswaldbold', arial;
  font-weight: normal;
}
.fontMainLight {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
}
.fontFooter {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.mainContentSilver {
  background: #f3f3f3;
  position: relative;
}
.buttonOrange {
  margin-top: 20px;
  background: #f6861e;
  padding: 10px 20px 10px 20px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  font-size: 1em;
  text-shadow: 0px -1px 0px #d84c00;
  border: 0;
}
#header {
  background: #fff url('/public/img/headerLine.png') repeat-x center top;
  height: 94px;
}
#header .logo {
  outline: 0 none;
  width: 174px;
  display: block;
  height: 43px;
  padding-top: 25px;
}
#header h1.home {
  margin: 0;
  display: block;
}
#header h1.home span {
  display: none;
}
#navigation {
  margin-top: 10px;
  position: relative;
  z-index: 13;
}
#navigation > ul {
  float: left;
}
#navigation > ul > li {
  float: left;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  text-transform: uppercase;
  border-right: 1px solid #bcbcbc;
  max-width: 110px;
  font-size: .8125em;
}
#navigation > ul > li.home {
  background: transparent url('/public/img/iconHome.png') no-repeat left center;
}
#navigation > ul > li.home :hover {
  -webkit-transition: all 0ms linear;
  -moz-transition: all 0ms linear;
  -ms-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
  background: transparent url('/public/img/iconHomeHover.png') no-repeat left center;
}
#navigation > ul > li.active>a {
  color: #f6861e;
}
#navigation > ul > li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #202020;
  text-decoration: none;
  padding: 0 12px;
  height: 40px;
  outline: 0 none;
}
#navigation > ul > li a:hover {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #f6861e;
}
#navigation > ul > li:hover > ul {
  display: block;
}
#navigation > ul ul {
  display: none;
  position: absolute;
  padding-top: 18px;
  background: transparent url('/public/img/arrowTopMenu.png') no-repeat 20px 10px;
}
#navigation > ul ul li {
  background: transparent url('/public/img/backTopMenuHover.png') repeat;
  border-bottom: 1px solid #cacac9;
}
#navigation > ul ul li:first-child {
  border-top: 1px solid #f6861e;
}
#navigation > ul ul li:last-child {
  border: 0;
}
#navigation > ul ul li.active>a {
  color: #f6861e;
}
#navigation a.search {
  background: transparent url('/public/img/iconSearch.png') no-repeat center center;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-top: 12px;
  outline: 0 none;
}
#navigationLang {
  margin-top: 10px;
}
#navigationLang li {
  float: left;
  font-size: .6875em;
  margin-left: 7px;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  text-transform: uppercase;
}
#navigationLang li a {
  color: #bcbcbc;
  text-decoration: none;
}
#navigationLang li a:hover {
  color: #202020;
}
#navigationLang li.active a {
  color: #202020;
}
#searchBox {
  position: absolute;
  top: 40px;
  display: none;
  right: 0;
  padding-top: 18px;
  background: transparent url('/public/img/arrowTopMenu.png') no-repeat 180px 10px;
}
#searchBox input[type=text] {
  background: #fff;
  background: rgba(255,255,255,0.5);
  border: 0;
  border-top: 1px solid #f6861e;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  color: #bcbcbc;
  padding: 10px 7px;
  font-size: .8125em;
  width: 195px;
  text-transform: uppercase;
}
#searchBox input[type=submit] {
  display: none;
}
#footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-top: 20px;
}
#footer .in {
  background: #f3f3f3;
}
#footer .logoBox {
  padding: 0 37px;
  margin: 15px 0;
  border-right: 1px solid #d6d6d6;
  text-align: center;
}
#footer .logoBox img {
  display: block;
  margin-top: 15px;
  width: 136px;
}
#footer .logoBox p {
  border-top: 1px solid #d6d6d6;
  margin: 8px 0 20px;
  padding-top: 8px;
  color: #a6a6a6;
  font-size: .6875em;
}
#footer .footerNav ul {
  width: 380px;
  padding: 0 40px;
  margin-top: 25px;
}
#footer .footerNav ul li {
  float: left;
  padding-left: 15px;
  background: transparent url('/public/img/footerNavLi.png') no-repeat left center;
  font-size: .75em;
  min-width: 95px;
  margin-right: 10px;
  margin-bottom: 13px;
}
#footer .footerNav ul li a {
  outline: 0 none;
  color: #636363;
  text-decoration: none;
}
#footer .footerNav ul li a:hover {
  text-decoration: underline;
}
#footer .contacts {
  height: 90px;
  margin: 15px 0;
  padding-left: 40px;
  padding-top: 10px;
  border-left: 1px solid #d6d6d6;
  font-size: .75em;
  color: #7e7e7e;
}
#footer .contacts a {
  outline: 0 none;
  color: #636363;
  text-decoration: underline;
}
#footer .contacts a:hover {
  text-decoration: none;
}
#footer .contacts p {
  margin: 0 0 5px;
}
#footer .contacts p.created {
  margin-top: 15px;
  color: #a6a6a6;
}
#footer .contacts p.created a {
  color: #636363;
  text-decoration: underline;
}
#footer .contacts p.created a:hover {
  text-decoration: none;
}
#footer .contacts p.created.uses {
  margin: 0;
}
span.h2 {
  font-family: 'oswaldbold', arial;
  font-weight: normal;
  display: block;
  font-size: 2.25em;
  text-transform: uppercase;
  margin: 30px 0 10px;
  text-shadow: 1px 2px 1px #000000;
}
span.text {
  display: block;
  font-style: italic;
  font-size: .875em;
  text-shadow: 1px 2px 1px #000000;
  margin-bottom: 12px;
}
span.more {
  background: #f6861e url('/public/img/buttonMoreArrow.png') no-repeat 90% center;
  padding: 12px 40px 12px 20px;
  font-size: .8125em;
  line-height: 3em;
  text-shadow: 0px -1px 0px #d84c00;
}
#mainContentSilver {
  padding-bottom: 20px;
  background: #f3f3f3;
  position: relative;
}
#mainContentSilver .buttonInfo {
  position: absolute;
  right: -38px;
  top: 55px;
  outline: 0 none;
}
#mainContentSilver .categoriesMenu .box {
  display: block;
  width: 470px;
  height: 185px;
  float: left;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
#mainContentSilver .categoriesMenu .box span.boxOverlay {
  display: none;
}
#mainContentSilver .categoriesMenu .box span.boxContent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#mainContentSilver .categoriesMenu .box:hover span.boxOverlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70 )';
  filter: alpha(opacity= 70 );
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 0;
}
#mainContentSilver .categoriesMenu .box:hover span.boxContent span.more {
  background-color: #32281f;
  text-shadow: 0px -1px 0px #3c3229;
  z-index: 1;
}
#mainContentSilver .categoriesMenu .box.chemia {
  background: #fff url('/public/img/imageChemistry.jpg') no-repeat center top;
  margin-right: 20px;
}
#mainContentSilver .categoriesMenu .box.chemia:hover span.boxOverlay {
  background: #7e8083;
}
#mainContentSilver .categoriesMenu .box.energetika {
  background: #fff url('/public/img/imageEnergetics.jpg') no-repeat center top;
}
#mainContentSilver .categoriesMenu .box.energetika:hover span.boxOverlay {
  background: #f6861e;
}
#mainContent .bannersMenu .adBox {
  width: 307px;
  min-height: 274px;
  margin: 20px 19px 20px 0;
  overflow: hidden;
  float: left;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
#mainContent .bannersMenu .adBox a {
  color: #fff;
  display: block;
  position: absolute;
  width: 307px;
  height: 274px;
  z-index: 5;
}
#mainContent .bannersMenu .adBox a:hover span.more {
  background-color: #5E5E5E;
}
#mainContent .bannersMenu .adBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 307px;
  height: 274px;
  z-index: 4;
}
#mainContent .bannersMenu .adBox .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainContent .bannersMenu .adBox .mask span.h2 {
  margin-top: 45px;
}
#mainContent .bannersMenu .adBox .mask span.text {
  min-height: 40px;
  margin: 0 70px 12px;
}
#mainContent .bannersMenu .adBox .mask span.more {
  background-color: #32281f;
  color: #fff;
  text-shadow: 0px -1px 0px #32281f;
}
#mainContent .bannersMenu .adBox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )';
  filter: alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#mainContent .bannersMenu .adBox:hover .overlay {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 40 )';
  filter: alpha(opacity= 40 );
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#mainContent .bannersMenu .adBox.bottom_right {
  margin-right: 0;
}
#mainContent .bannersMenu .adBox#adBox-1 {
  margin-right: 19px;
  background: #fff url('/public/img/homeBanners/banner1.jpg') no-repeat center top;
}
#mainContent .bannersMenu .adBox#adBox-2 {
  margin-right: 19px;
  background: #fff url('/public/img/homeBanners/banner2.jpg') no-repeat center top;
}
#mainContent .bannersMenu .adBox#adBox-3 {
  background: #fff url('/public/img/homeBanners/banner3.jpg') no-repeat center top;
}
#mainSlider {
  position: relative;
  margin-bottom: 20px;
}
#mainSlider .slideshow-carousel {
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: -5;
  width: 960px;
}
#mainSlider .slideshow-carousel li {
  width: 318px;
  height: 67px;
  background: transparent url('/public/img/backNavSlider.png') repeat;
  margin-right: 3px;
}
#mainSlider .slideshow-carousel li a {
  display: block;
  float: left;
  width: 318px;
  height: 63px;
  border-bottom: 4px solid transparent;
  outline: 0 none;
  color: #d4d4d4;
  text-decoration: none;
}
#mainSlider .slideshow-carousel li a span.num {
  display: block;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  font-size: 2.25em;
  margin: 7px 20px 0 24px;
}
#mainSlider .slideshow-carousel li a span.textIn {
  display: block;
  width: 240px;
  font-size: .75em;
}
#mainSlider .slideshow-carousel li a span.textIn span {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 63px;
}
#mainSlider .slideshow-carousel li a:hover,
#mainSlider .slideshow-carousel li a.active {
  border-bottom: 4px solid #f6861e;
}
#mainSlider .slideshow-carousel li a:hover span.num,
#mainSlider .slideshow-carousel li a.active span.num {
  color: #f6861e;
}
#mainSlider .slideshow-carousel li a:hover span.textIn,
#mainSlider .slideshow-carousel li a.active span.textIn {
  color: #fff;
}
#slideshow-main {
  width: 960px;
  position: relative;
  height: 456px;
}
#slideshow-main ul {
  width: 960px;
}
#slideshow-main ul li {
  width: 960px;
  height: 456px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#slideshow-main ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 920px;
  padding: 20px;
  height: 416px;
}
#slideshow-main ul li a:hover span.more {
  background-color: #32281f;
  text-shadow: 0px -1px 0px #3c3229;
  z-index: 1;
}
#slideshow-main ul li span.h2 {
  margin-top: 0;
  font-size: 3em;
}
#slideshow-main ul li span.text {
  font-size: 1em;
}
#slideshow-main ul li.active {
  display: block !important;
}
#slideshow-main ul li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#slideshow-main ul li span.content {
  position: relative;
  z-index: 10;
  text-align: center;
  display: block;
  padding-top: 80px;
}
#overlayHP {
  background: transparent url('/public/img/backOverlay.png') repeat;
  height: 1015px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 12;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  font-size: 1.575em;
}
#overlayHP .in {
  position: relative;
  height: 100%;
}
#overlayHP .close {
  position: absolute;
  right: -38px;
  top: 55px;
  cursor: pointer;
}
#overlayHP p {
  color: #F9A01B;
  margin: 0;
  text-align: right;
}
#overlayHP p.center {
  text-align: center;
}
#overlayHP .arrow {
  position: absolute;
  display: none;
}
#overlayHP .allBoxes {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#overlayHP .box1 .arrow {
  left: 295px;
  top: -73px;
}
#overlayHP .box2 .arrow {
  top: -135px;
  left: 167px;
}
#overlayHP .box3 .arrow {
  top: -30px;
  left: 114px;
}
#overlayHP .box4 .arrow {
  top: -136px;
  left: 35px;
}
#overlayHP .box5 .arrow {
  top: -70px;
  left: 89px;
}
#overlayHP .box6 {
  width: 350px;
  margin-left: -175px;
}
#overlayHP .box6 .arrow {
  top: -29px;
  left: 23px;
}
#overlayHP .box7 .arrow {
  top: 40px;
  left: 5px;
}
#overlayHP .box8 .arrow {
  left: 46px;
  top: 81px;
}
#overlayHP .box9 .arrow {
  left: 96px;
  top: 23px;
}
#mainContentSilver .mainImage {
  border-bottom: 4px solid #f6861e;
}
#mainContentSilver h1 {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  color: #202020;
  font-size: 1.75em;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  margin: 20px 0 30px;
  padding-bottom: 20px;
}
#mainContentSilver h1.product {
  margin-bottom: 0;
}
#mainContentSilver h1 p {
  font-size: 1em;
  margin: 0 !important;
}
#mainContentSilver img.productMainImage {
  width: 960px;
}
#mainContentSilver .perex p {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  color: #202020;
  font-size: 1.5em;
  font-style: normal;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
#leftMenu {
  margin-bottom: 30px;
  width: 220px;
  margin-top: 25px;
}
#leftMenu ul li {
  background: transparent url('/public/img/lineMenu.png') no-repeat center bottom;
  display: block;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
}
#leftMenu ul li a {
  display: block;
  min-height: 25px;
  text-decoration: none;
  color: #202020;
  padding: 10px 15px;
  line-height: 1.6em;
  outline: 0 none;
}
#leftMenu > ul > li > a {
  text-transform: uppercase;
  background: transparent url('/public/img/arrowMenuLeft.png') no-repeat 90% center;
  padding-right: 35px;
}
#leftMenu > ul > li > a:hover {
  background: #202020 url('/public/img/arrowMenuLeftHover.png') no-repeat 90% center;
  color: #fff;
}
#leftMenu > ul > li ul {
  display: none;
}
#leftMenu > ul > li li a {
  background: transparent url('/public/img/arrowMenuLeftSub.png') no-repeat 15% 6px;
  padding-left: 50px;
}
#leftMenu > ul > li.active > a {
  background: #202020 url('/public/img/arrowMenuLeftActive.png') no-repeat 90% center;
  color: #fff;
}
#leftMenu > ul > li.active > ul {
  display: block;
}
#leftMenu > ul li.energetika li.active a {
  color: #f6861e;
}
#leftMenu > ul li.chemia li.active a {
  color: #7B7C7E;
}
#corporateMenu,
#rightMenu {
  width: 240px;
  margin-bottom: 30px;
}
#corporateMenu h3,
#rightMenu h3 {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.375em;
  margin: 0 7px 15px;
}
#corporateMenu .contactInfo h3,
#rightMenu .contactInfo h3 {
  color: #202020;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  margin-left: 0;
}
#corporateMenu ul,
#rightMenu ul {
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#corporateMenu ul li,
#rightMenu ul li {
  font-size: .875em;
  min-height: 27px;
  padding-left: 10px;
  background: transparent url('/public/img/arrowMenuRight.png') no-repeat left center;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #fff;
  padding-top: 7px;
}
#corporateMenu ul li a,
#rightMenu ul li a {
  color: #555555;
  text-decoration: none;
}
#corporateMenu ul li a:hover,
#rightMenu ul li a:hover {
  text-decoration: underline;
}
#corporateMenu ul li:first-child,
#rightMenu ul li:first-child {
  border-top: 0;
}
#corporateMenu ul li:last-child,
#rightMenu ul li:last-child {
  border-bottom: 0;
}
#corporateMenu ul li.active a,
#rightMenu ul li.active a {
  color: #f6861e;
}
#corporateMenu {
  margin-top: 25px;
}
#corporateContent {
  width: 960px;
  padding-bottom: 20px;
  float: left;
}
#corporateContent h2 {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 0 30px;
  color: #202020;
}
#corporateContent p {
  color: #202020;
  font-size: .75em;
  margin: 0 0 25px 0;
}
#corporateContent a {
  color: #202020;
  outline: 0 none;
}
#corporateContent .image {
  height: 440px;
  width: 100%;
  border-bottom: 3px solid #f6861e;
  overflow: hidden;
}
#corporateContent .image img {
  width: 100%;
}
#corporateContent .wfactoryElement ul {
  list-style: disc;
  margin-left: 15px;
  font-size: .875em;
}
#corporateContent .productDetailItem .wfactoryElement p {
  font-size: .75em;
}
#corporateContent .wfactoryElement,
#corporateContent .galleryDetail {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  width: 680px;
  float: left;
  margin-top: 25px;
}
#corporateContent .wfactoryElement p,
#corporateContent .galleryDetail p {
  font-size: .875em;
}
#corporateContent .wfactoryElement a,
#corporateContent .galleryDetail a {
  color: #f6861e;
}
#corporateContent .wfactoryElement a:hover,
#corporateContent .galleryDetail a:hover {
  color: #202020;
}
#corporateContent .wfactoryElement table,
#corporateContent .galleryDetail table {
  width: 100%;
}
#corporateContent .wfactoryElement table tr,
#corporateContent .galleryDetail table tr {
  height: 45px;
}
#corporateContent .wfactoryElement table tr td,
#corporateContent .galleryDetail table tr td {
  padding: 0 10px 0 10px;
}
#corporateContent .wfactoryElement table tr td:first-child,
#corporateContent .galleryDetail table tr td:first-child {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  font-size: 0.86em;
  width: 90px;
}
#corporateContent .wfactoryElement table tr:nth-child(even),
#corporateContent .galleryDetail table tr:nth-child(even) {
  background: #ddd;
}
#contentSub {
  width: 680px;
  padding-bottom: 20px;
}
#contentSub.contacts {
  width: 700px;
}
#contentSub h2 {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 0 30px;
  color: #202020;
}
#contentSub p {
  color: #202020;
  font-size: .75em;
}
#contentSub a {
  color: #202020;
  outline: 0 none;
}
#contentSub .wfactoryElement td {
  font-size: .75em;
}
#contentSub .wfactoryElement td a {
  color: #202020;
}
#contentSub .wfactoryElement td a:hover {
  text-decoration: none;
}
.tabsNew,
.tabs {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 0;
  border: 0;
  width: 680px;
  float: left;
  margin-top: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.tabsNew .ui-tabs-nav,
.tabs .ui-tabs-nav {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: #F3F3F3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.tabsNew .ui-tabs-nav li,
.tabs .ui-tabs-nav li {
  margin: 0;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-color: #dadada;
  background: #eeeeee;
}
.tabsNew .ui-tabs-nav li a,
.tabs .ui-tabs-nav li a {
  color: #999999;
  font-weight: normal;
  font-size: .875em;
  outline: 0 none;
}
.tabsNew .ui-tabs-nav li:first-child,
.tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}
.tabsNew .ui-tabs-nav li.ui-state-active,
.tabs .ui-tabs-nav li.ui-state-active {
  background: #f3f3f3;
  border-top: 2px solid #f6861e;
}
.tabsNew .ui-tabs-nav li.ui-state-active a,
.tabs .ui-tabs-nav li.ui-state-active a {
  color: #f6861e;
}
.tabsNew .ui-tabs-panel,
.tabs .ui-tabs-panel {
  border: 1px solid #dadada;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #f3f3f3;
  color: #202020;
  padding: 20px 8px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
}
.gv_galleryWrap {
  background: transparent;
  margin-top: 25px;
}
.gv_frame .gv_thumbnail.current {
  border: 5px solid #F6861E;
}
.productsList a.box {
  display: block;
  width: 221px;
  float: left;
  margin-right: 8px;
  outline: 0 none;
  border-bottom: 1px solid #c2c2c2;
  text-decoration: none;
  margin-bottom: 20px;
}
.productsList span.image {
  border: 1px solid #c2c2c2;
  display: block;
  width: 219px;
}
.productsList span.image img {
  border: 3px solid #e7e7e7;
}
.productsList span.head {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  display: block;
  color: #202020;
  font-size: .875em;
  text-align: center;
  margin: 8px 5px;
  text-transform: uppercase;
}
#contact h1 {
  clear: both;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
  border: 0;
}
#locator_map {
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
#afterBreakMap {
  width: 960px;
  height: 350px;
  margin-bottom: 25px;
}
#contactForm {
  margin-top: 30px;
}
#contactForm textarea,
#contactForm input[type=text] {
  background: #f3f3f3;
  position: relative;
  border: 1px solid #cecece;
}
#contactForm input[type=text] {
  height: 42px;
}
#contactForm textarea {
  width: 688px;
  height: 200px;
  padding-left: 5px;
  padding-right: 5px;
}
#contactForm input[type=submit] {
  margin-top: 20px;
  background: #f6861e;
  padding: 10px 20px 10px 20px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  font-size: 1em;
  text-shadow: 0px -1px 0px #d84c00;
  border: 0;
}
#contactForm #contactForm-name,
#contactForm #contactForm-email,
#contactForm #contactForm-subject {
  width: 220px;
  float: left;
  margin-left: 20px;
}
#contactForm #contactForm-name input[type=text],
#contactForm #contactForm-email input[type=text],
#contactForm #contactForm-subject input[type=text] {
  padding-left: 5px;
  padding-right: 5px;
  width: 208px;
}
#contactForm #contactForm-name {
  margin-left: 0;
}
#contactForm #contactForm-text {
  clear: both;
  padding-top: 20px;
}
#contactForm .tx-container label,
#contactForm .tx-container span {
  font-size: 0.9em;
}
#contactForm .tx-container label {
  font-weight: bold;
  float: left;
  padding-right: 5px;
}
#contactForm .tx-container span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #666;
}
#contactForm .tx-container span:before {
  content: '(';
}
#contactForm .tx-container span:after {
  content: ')';
}
#contactForm .error-list {
  font-size: 0.8em;
  color: #f6861e;
}
.contactAddresses h4 {
  font-size: 0.85em;
}
.contactAddresses p {
  font-size: 0.85em;
}
.contactAddresses a {
  color: #222222;
  outline: 0 none;
}
.formMessage {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  color: #f6861e;
}
#contactForm-submit {
  margin-right: 20px;
}
#contactForm-submit,
#contactForm-captcha {
  float: left;
}
#contactForm-email .error-list {
  width: 500px;
}
#productSellerContact .formMessage {
  clear: both;
  font-size: .8em;
  text-align: left;
  font-weight: normal;
}
.QapTcha .bgSlider {
  background: #F3F3F3;
  border: 1px solid #CECECE;
}
#searchFormResults {
  padding-top: 20px;
}
#searchFormResults input[type=submit] {
  margin-top: 20px;
  background: #f6861e;
  padding: 10px 20px 10px 20px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  font-size: 1em;
  text-shadow: 0px -1px 0px #d84c00;
  border: 0;
}
#searchFormResults input[type=text] {
  height: 37px;
  background: #f3f3f3;
  position: relative;
  padding: 5px;
  border: 1px solid #cecece;
}
.searchList .list {
  width: 100%;
}
.searchList .list .term {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
}
.searchList .list .term b {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
}
.searchList .list .search-results {
  width: 100%;
  margin-top: 20px;
}
.searchList .list .search-results .pagination li {
  float: left;
  margin-right: 15px;
  font-family: 'oswaldlight', arial;
  font-weight: normal;
}
.searchList .list .search-results .pagination li a {
  text-transform: uppercase;
  color: #202020;
  outline: 0 none;
  text-decoration: none;
}
.searchList .list .search-results .pagination li a:hover {
  text-decoration: underline;
}
.searchList .list .search-results .pagination li.current a {
  color: #f6861e;
}
.searchList .list .search-results .item {
  position: relative;
  border-top: 1px solid #ddd;
}
.searchList .list .search-results .item .text {
  width: 100%;
}
.searchList .list .search-results .item .text img {
  display: none;
}
.searchList .list .search-results .item .text a {
  text-decoration: none;
  color: #f6861e;
}
.searchList .list .search-results .item .text a.itemTitle h2 {
  margin: 10px 0 10px 0;
  color: #202020;
}
.searchList .list .search-results .item .text a.itemDescription,
.searchList .list .search-results .item .text a.itemDescription p {
  font-size: 0.75em;
  color: #000;
}
.searchList .list .search-results .item .text a.itemUrl {
  font-size: 0.75em;
}
.searchList .list .search-results .item .text a.itemTag {
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 0;
}
.searchList .list .search-results .item .text a.itemTag p {
  background: #f6861e;
  color: #f3f3f3;
  display: block;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#productDetails {
  width: 680px;
  float: right;
}
#productDetails h1 {
  font-family: 'oswaldregular', arial;
  font-weight: normal;
}
#productDetails .productDetailItem {
  margin-top: 30px;
}
#productDetails .productDetailItem .perex {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#productDetails .productDetailItem .contact {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  margin-bottom: 20px;
}
#productDetails .productDetailItem .contact a {
  color: #f6861e;
}
#productDetails .productDetailItem .contact a:hover {
  color: #202020;
}
#productDetails .productDetailItem .tabs .ui-tabs-panel {
  font-size: 0.70em;
}
#productDetails .productDetailItem .tabs .ui-tabs-panel p {
  font-size: 1em;
}
#categoryList {
  float: right;
  width: 676px;
}
#categoryList .productItem {
  float: left;
  font-family: 'oswaldregular', arial;
  font-weight: normal;
  width: 220px;
  height: 166px;
  text-align: center;
  margin: 0 8px 18px 0;
  border-bottom: 1px solid #dadada;
}
#categoryList .productItem a {
  text-decoration: none;
  outline: 0 none;
}
#categoryList .productItem a .productItemPicture {
  position: relative;
  padding: 3px;
  border: 1px solid #dadada;
  background: #e7e7e7;
}
#categoryList .productItem a .productItemPicture img {
  width: 212px;
  height: 126px;
}
#categoryList .productItem a .productItemName {
  height: 21px;
  padding: 10px;
  font-size: 0.6em;
  text-transform: uppercase;
}
#categoryList .productItem span.boxOverlay {
  display: none;
}
#categoryList .productItem a:hover span.boxOverlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70 )';
  filter: alpha(opacity= 70 );
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 0;
}
#categoryList .productItem a:hover span.boxOverlay.chemia {
  background: #7e8083;
}
#categoryList .productItem a:hover span.boxOverlay.energetika {
  background: #f6861e;
}
#corporateContent.categoryList #leftMenu {
  margin-top: 0;
}
#contactOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#contactOverlay #overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )';
  filter: alpha(opacity= 50 );
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 101;
  background: url('/public/img/overlayBackground.png');
}
#contactOverlay #overlayContentWrapper {
  position: absolute;
  z-index: 102;
  left: 0;
  right: 0;
}
#contactOverlay #overlayContentWrapper #overlayCloseBlock {
  width: 780px;
  margin: 20px auto 0 auto;
  height: 36px;
}
#contactOverlay #overlayContentWrapper #overlayCloseBlock a#overlayClose {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  background: url('/public/img/buttonClose.gif') no-repeat right top;
}
#contactOverlay #overlayContentWrapper #overlayContent {
  width: 740px;
  background: #fff;
  min-height: 500px;
  margin: 0 auto;
  padding: 20px;
}
.acquisitions >ul,
#corporateMenu .acquisitions >ul {
  border: 0;
}
.acquisitions >ul >li,
#corporateMenu .acquisitions >ul >li {
  font-size: 1em;
  height: auto;
  padding-left: 20px;
  background: transparent url('/public/img/iconPlus.png') no-repeat left 12px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #fff;
  padding: 7px 0 7px 20px;
}
.acquisitions >ul >li a,
#corporateMenu .acquisitions >ul >li a {
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  outline: 0 none;
}
.acquisitions >ul >li p,
#corporateMenu .acquisitions >ul >li p {
  margin: 0;
  color: #555555;
  font-size: .875em;
  display: none;
}
.acquisitions >ul >li p a,
#corporateMenu .acquisitions >ul >li p a {
  color: #555555;
  outline: 0 none;
}
.acquisitions >ul >li:first-child,
#corporateMenu .acquisitions >ul >li:first-child {
  border-top: 0;
}
.acquisitions >ul >li:last-child,
#corporateMenu .acquisitions >ul >li:last-child {
  border-bottom: 0;
}
.acquisitions >ul >li.active,
#corporateMenu .acquisitions >ul >li.active {
  background: transparent url('/public/img/iconMinusGray.png') no-repeat left 16px;
}
.acquisitions >ul >li.active.energetika,
#corporateMenu .acquisitions >ul >li.active.energetika {
  background: transparent url('/public/img/iconMinus.png') no-repeat left 16px;
}
.acquisitions >ul >li.active.energetika a,
#corporateMenu .acquisitions >ul >li.active.energetika a {
  color: #f6861e;
}
#mainContentSilver.page404 {
  padding: 60px 0;
}
#mainContentSilver.page404 .logo404 {
  text-align: left;
}
#mainContentSilver.page404 h2 {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  color: #202020;
  font-size: 2em;
  padding-bottom: 20px;
  padding-left: 7px;
  border-bottom: 4px solid #f6861e;
  margin: 20px 0;
  text-transform: uppercase;
}
#mainContentSilver.page404 p.mainText {
  font-family: 'oswaldlight', arial;
  font-weight: normal;
  color: #202020;
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 1.5em;
}
#mainContentSilver.page404 p.list {
  margin: 30px 0 0;
  border-bottom: 1px solid #dadada;
  padding-bottom: 50px;
  color: #202020;
}
#mainContentSilver.page404 a {
  color: #f6861e;
  text-decoration: none;
  outline: 0 none;
}
#mainContentSilver.page404 a:hover {
  text-decoration: underline;
}
