* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  font-family: Arial, sans-serif;
}

ul, ol {
  list-style: none;
}

img {
  border: none;
}

.g-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.g-clearfix {
	*zoom: 1;
}

div#sensor {position: absolute; left: 0; top: -1em; visibility: hidden; width: 100%; height: 1em; line-height: 1em;}

#layout {
  margin: 0 auto;
  min-width: 1001px;
  max-width: 1600px;
  width: 100%;
}

* html div#layout {width: expression( ( document.getElementById('sensor') && document.getElementById('sensor').clientWidth < 1001 ) ? '1001px' : '100%' );}

/*=Headeing*/

#heading {
  position: relative;
  padding: 0 0 0 ;
  width: 100%;
  min-height: 80px;
}
/*=Headeing->=Logo*/

#heading #logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 0 0;
  width: 20%;
  text-align: center;
}

* html body #heading #logo {/*special for IE6*/

}
/*=Headeing->=MainMenu*/

#heading #mainMenu {
  float: left;
  width: 80%;
  margin: 0 0 0 20%;
  background: #f28300 url(images/heading-orange.jpg) repeat-x scroll left bottom;
}

* html body #heading #mainMenu {/*special for IE6*/
  float: none;
}

#heading div.shell {
  float: left;
  padding: 10px 0 0;
  width: 100%;
  background: transparent url(images/heading-orange-lb.gif) no-repeat scroll left bottom;
}
/*=Headeing->=Search*/

#heading #search {
  display: inline;
  position: relative;
  float: right;
  margin: 30px 0 0;
  width: 225px;
  line-height: 1;
  vertical-align: top;
}

#search input.q {
  margin: 0 5px 0 0;
  padding: 2px 0;
  width: 180px;
  border: solid 1px #c0c0c0;
  vertical-align: top;
  font-size: 1.4em;
  color: #c0c0c0;
}

#search input.s {
  vertical-align: top;
}
/*Container*/

#container {
  display: inline;
  float: right;
  position: relative;
  width: 100%;
}


#container #robot {
  position: absolute;
  left: 77%;
  bottom: 0;
  width: 23%;
  text-align: right;
  overflow: hidden;
}

 #offerBottom div {

  font-size: 1.4em;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  text-align: left;
}


 #offerBottom div a {
  display: block;
  font-size: 1.1em;
  font-style: normal;
  text-decoration: none;
}

#offerBottom div a b {
  font-size: 1.2em;
  font-weight: normal;
}

#offerBottom div a {
  color: #C60 !important;
  text-decoration: underline;
}

#container a:link, #container a:visited {
  color: #036;
}
/*=Content->=Content*/

#content {
  display: inline;
  float: right;
  position: relative;
  margin: 20px 0 5em;
  width: 57%;
  z-index: 1;
}

/*=Content->=MainContent*/

#mainContent {
  margin: 0 auto 3em;
  width: 95%;
  font-size: 1.4em;
  line-height: 1.4;
  overflow: hidden;
}

#mainContent h1 {
  font-size: 1.6em;
  font-family: Georgia, serif;
	margin-top: 15px;
}

#mainContent p, #mainContent ul, #mainContent ol {
  margin: 1em 0;
}

.imgCenter {
  text-align: center;
}

#mainContent ul li {
  padding: 0 0 0 25px;
/*  background: url(images/dashBl.gif) no-repeat 7px 0.7em;*/
}

#mainContent ul li {
  *zoom: expression(function(t) {
    var m;
    t.style.zoom = 0;
    m = document.createElement('m');
    m.innerHTML = '•';
    t.insertBefore(m, t.firstChild);
  }(this));
}

#mainContent ul li:before {
  color: #f90;
  content: '\2022\a0';
  font-size: 1.8em;
  margin-left: -20px;
  margin-top: -0.3em;
  position: absolute;
}

#mainContent ul m {
  color: #f90;
  font-size: 2em;
  margin-left: -20px;
  margin-top: -0.85em;
  position: absolute;
}

#mainContent ol {
  margin-left: 27px;
  list-style: decimal;
}

#mainContent a:link {
  color: #036;
}

#mainContent a:visited {
  color: #551a8b;
}

#mainContent a:hover,
#mainContent a:active {
	color: #f03;
}

#mainContent ul ul {
  margin: 0 0 0 2em;
}
/*
#mainContent strong, #mainContent b {
  font-weight: normal;
  font-style: italic;
}*/

#content h2 {
  font-size: 1.3em;
  margin: 1.4em 0 0.5em;
}


#content table.new {
  border-color: #dad6d6;
  border-style: solid none solid solid;
  border-width: 1px;
  width: 100%;
}

#content table.new tr.first td {
  padding-top: 5px;
}

#content table tr.last td {
  padding-bottom: 5px;
}


#content .new th {
  background: #ecf3db;
  border-color: #dad6d6;
  border-style: none solid solid none;
  border-width: 1px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

#content .new td {
  border-color: #dad6d6;
  border-style: none solid none none;
  border-width: 1px;
  line-height: 1.5;
}

#content .new tr:hover {
  background: #ecf3db;
  cursor: default;
}

#content .new tr.delim td, #content .new tr.delim-first td {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: 2px;
  padding-top: 5px;
}

#content .new tr.delim-first td {
  border-top-style: none;
}


#content .new tr.delim:hover, #content .new tr.delim-first:hover {
  background: #fff;
}


html > body #content .new td {
  padding-left: 5px;
  text-align:center;
}

html > body #content .new td:first-child {
  text-align:left;
}

*html .new .tdLeft td {
  text-align: left;
}

.new tr:first-child td {
  padding-top: 5px;
}

.new tr:last-child td {
  padding-bottom: 5px;
}

#content .not-hoverable tr:hover {
  background: #fff;
}


/*=Content->=Wrapper->=SideBarSecond*/

#sideBarSecond {
  display: inline;
  float: left;
  position: relative;
  width: 18.75%;
  margin: 30px 0 350px 0;
  z-index: 1;
}

#sideBarSecond div.shell {
  width: 100%;
}

#sideBarSecond div.shell img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
}

#sideBarSecond div.shell img.gorM {
  padding: 10px 10px 0 0;
}

#sideBarSecond div.offer {
  margin: 5px 0 0;
  padding: 0 5px 20px 10px;
  border-bottom: 2px solid #d0cec2;
  text-align: left;
  background: #f8f8f8;
}

#sideBarSecond a:link, #sideBarSecond a:visited {
  font-size: 1.7em;
  font-family: Georgia, serif;
  font-style: italic;
  color: #488C03;
}

#sideBarSecond a:hover, #sideBarSecond a:active {
  color: #f03;
}


#sideBarSecond p {
  margin: 6px auto;

  font-size: 1.3em;
  font-style: italic;
  text-align: left;
}

#sideBarSecond p.attention {
  margin: 7px 0 0;
  width: 95%;
  color: #F92436;
}

#leftCollOff {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 5px 0 20px;
  font: italic 1.4em/2 Georgia, serif;
}

*html #leftCollOff { /*special for IE6*/
  margin: 0 0 -1px 0;
}


#leftCollOff a:link b, #leftCollOff a:visited b {
  font-size: 1.3em;
  font-weight: normal;
}

#leftCollOff a:link,#leftCollOff a:visited {
  font-size: 1em;
  font-style: normal;
  line-height: 1.5;
  text-decoration: underline;
  color: #c60;
}

b.colored {
  color: #000;
 *background: url(images/c60.gif) repeat-x left 1em;
}

span.colored {
  color: #000;
 *background: url(images/c60.gif) repeat-x left 1.1em;
}

#leftCollOff img {
  margin: 0 auto;
  vertical-align: bottom;
}
/*=SideBar*/

#sideBar {
  display: inline;
  float: right;
  position: relative;
  margin: 0 1% 440px 0;
  width: 22%;
}

#sideBar div.shell {
  display: inline;
  float: right;
  position: relative;
  margin: 0;
  width: 210px;
}

#sideBar ul#pictograms {
  padding: 20px 10px 20px 0;
  text-align: right;
}

#sideBar ul#pictograms li {
  display: inline;
  padding: 0 0 0 20px;
}

#sideBar #contacts {
  font-size: 1.4em;
  padding: 0 0 1em;
}

#sideBar #contacts img {
  padding: 0 0 0.8em;
}

#sideBar #contacts a:link, #sideBar #contacts a:visited {
  color: #1B9FF1;
  padding: 0 0 0 5px;
}

#sideBar #contacts a:hover, #sideBar #contacts a:active {
  color: #f03;
}


#sideBar #duty {
  background: transparent url(images/clock.gif) no-repeat scroll left 0.15em;
  font-size: 1.4em;
  padding: 0 0 2em 20px;
}

#sideBar #organisations {
  margin: 0 0 20px 10px;
  text-align: left;
}

#sideBar #sale p.special {
  z-index: 2;
  font-size: 2em;
  font-family: Georgia, serif;
  margin: 0 0 0.4em 5px;
}

#sideBar #sale p.special em {
  font-size: 0.8em;
  font-style: italic;
}

#sideBar #sale p.special img {
  margin: 10px 0 0 5px;
}

#sideBar #sale table {
  color: #333;
  font-size: 1.3em;
  padding: 16px 0 0;
  margin: 0;
  line-height: 1.4;
}

#sideBar #sale table p {
  padding: 0 0 0 10px;
}

#sideBar #sale table col#c1 {
  width: 90px;
  text-align: left;
}

#sideBar #sale table img {
  padding: 0 10px 0 0;
}

#sideBar #sale table td:first-child {
  width: 90px;
  text-align: left;
}

#sideBar #sale table td {
  border-bottom: 2em solid #FFFFFF;
}

#sideBar #sale table a:link, #sideBar #sale table a:visited {
  color: #069;
  font-size: 1.3em;
}

#sideBar #sale table a:hover, #sideBar #sale table a:active {
  color: #f03;
}

#sideBar #sale table span {
  font-size: 1.1em;
  font-weight: bold;
}

#sideBar #sale table span.attention {
  color: #ff5d5b;
  font-size: 1em;
}
/*=Footer*/

#footer {
  clear: both;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.5;
  color: #FFF;
  background: #f08300 url(images/footer.gif) repeat-x scroll left top;
}

#footer div {
  padding: 0 0 0.5em;
  white-space: nowrap;
}

#footer div.shell {
  padding: 1em 20px;
  width: auto;
  height: 100%;
}

#footer div.right {
  float: right;
  margin: auto 0;
}

#footer a {
  color: #F3EE00;
}

#footer img {
  vertical-align: -2px;
}

#footer span.png span {
  display: none;
}

* html #footer span.png img {
  display: none;
}

* html #footer span.png span {
  display: inline;
}

.b-micro-gall__shell {
  margin: 2.5em 0 1em;
  max-width: 750px;
}

.b-micro-gall {
  width: 100%;
}

.b-content-banner {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

body.large .b-content-banner {
  margin-bottom: 1em;
  margin-top: 0;
}


.b-content-banner_large {
  display: none;
}

body.large .b-content-banner_small {
  display: none;
}

body.large .b-content-banner_large {
  display: inline;
}

/*=B-Content-Table*/
.b-content-table {
	border-collapse: collapse;
	margin-bottom: 2em;
}

.b-content-table td,
.b-content-table th {
	border: 1px solid #666;
	padding: 3px;
}

/*=B-Content-Price*/
.b-content-price-wrap {
	background: #8AB926 url(/bitrix/templates/.default/include_areas/content-price/i/bg-content-price__table__head.png) repeat-x;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.b-content-price {
	border-collapse: collapse;
	border-bottom: 3px solid #91c425;
	margin-bottom: 1em;
	width: 100%;
}

.b-content-price-wrap+.b-content-price-wrap {
	margin-top: 2em;
}



#nojs .b-content-price {
	background: #8AB926 url(/bitrix/templates/.default/include_areas/content-price/i/bg-content-price__table__head.png) repeat-x;
}

.b-content-price tr.even:hover {
	ackground: #f6f4f3;
}

.b-content-price th {
	color: #fff;
	font-weight: 400;
	padding: 8px 10px;
	text-align: center;
	/*white-space: nowrap; */
}

.b-content-price td {
	background: #f6f6f6;
	padding: 6px 10px;
	text-align: center;
	vertical-align: middle;
}

.b-content-price .b-content-price-section-title {
	background: #e1e1e1;
	font-style: italic;
	padding: 4px 0;
	text-align: center;
}

/*.b-content-price td[colspan="2"],
.b-content-price td[colspan="3"],
.b-content-price td[colspan="4"],
.b-content-price td[colspan="5"] {
	background: #e1e1e1;
	font-style: italic;
	padding: 4px 0;
	text-align: center;
}

* html .b-content-price td {
	zoom: expression(function(t) {
		t.style.zoom = 0;
		if(t.getAttribute('colspan') && t.getAttribute('colspan') > 1) {
			t.style.backgroundColor = '#e1e1e1';
		}
	})(this)
}
*/


/*=B-Delivery-Tender-Banner*/
.b-delivery-tender-banner {
	background: url(/images/bg-delivery-tender-banner.png) no-repeat;
	display: inline-block;
	height: 125px;
	margin: -0.5em 0 1.5em;
	width: 537px;
}


.medium .b-delivery-tender-banner {
	background-position: -538px 0;
	width: 681px;
}

.large .b-delivery-tender-banner {
	background-position: -1220px 0;
	width: 860px;
}


