/*Common settings*/
* {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a {
  outline: none;
}

ins {
  text-decoration: none;
}

div.clear {
  clear: both;
}


img.r {
  float: right;
}
img.l {
  float: left;
}
img.cr {
  clear: right;
  float: right;
}
img.cl {
  clear: left;
  float: left;
}
.i {
  font-style: italic;
}

.nobr {
  white-space: nowrap;
}


table {
  border-collapse: collapse;
}
th, td {
  background: #fff;
  border: 1px solid #dad6d6;
  margin: 0;
  padding: 0;
}
th {
  text-align: center;
}


html>body th, html>body td {
  text-align: center;
}


td {
  border-style: none solid none none;
}
tr.first td{
  padding-top: 5px;
}

tr.last td{
  padding-bottom: 10px;
}
td:first-child, .double_first_col td:first-child+td {
  padding-left: 15px;
  text-align: left;
}
tr:hover td {
  background: #e0c3bd;
  cursor: default;
}
col.c1 {
  text-indent: 15px;
}
html>body td { /*not for IE6*/
  text-align: center;
}


html {
  background: #224666 url(/i/pattern.gif) center;
  min-height: 100%;
  height: 100%;
}
body {
  font: 10px Georgia, 'Times New Roman', serif;
  height: 100%;
  position: relative;
}
#container {
  background: #fff;
  margin: 0 auto;
  position: relative;
  width: 1006px;
}

.b-icon {
  background: url(/i/icons.png) no-repeat 0 0;
  overflow: hidden;
  position: absolute;
}

.b-icon_zoom {
  background-position: 0 0;
  height: 27px;
  width: 28px;
}

.b-fader {
  background: #000;
  display: none;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoo: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.b-fader {
  display: none !important !ie;
}


.b-zoomable__shell {
  text-align: center;
}

.b-zoomable {
  display: inline-block;
  padding: 1px;
  position: relative;
}

.b-zoomable__icon {
  left: 100%;
  margin-left: -35px;
  margin-top: -35px;
  top: 100%;
  visibility: hidden;
}

.b-icon_close-zoom {
  cursor: pointer;
  background-position: -29px 0;
  height: 26px;
  margin-left: -38px;
  margin-top: 10px;
  width: 26px;
  z-index: 2;
}


.b-zoomable:hover {
  border: 1px solid #f66;
  padding: 0;
}

.b-zoomable:hover .b-zoomable__icon {
  visibility: visible;
}

.b-zoomable__zoomed {
  display: none;
  left: -205px;
  position: absolute;
  top: 62px;
  z-index: 3;
}


/*+++Content*/
#content {
  background: #e6e6e6;
  display: inline;
  float: right;
  font-family: 'Times New Roman', serif;
  font-size: 1.5em;
  min-height: 100%;
  line-height: 1.5;
  padding: 0 40px;
  position: relative;
  width: 702px;
}
* html #content { /*special for IE6*/
  height: 100%;
}
#content h1, #content h2 {
  color: #036;
  font: 1.5em Arial, sans-serif;
}
#content h1, #content p, #content ul, #content ol {
  margin: 1.5em 0 1em;
}
#content .top {
  margin: 146px 0 0;
}
#content h1 {
  padding: 2.5em 0 0;
}
#content p.last {
  padding-bottom: 4em;
}
#content ul.last, #catalog #content ul.last {
  padding-bottom: 4em;
}
#content ul ul {
  margin: 1em 0;
}

#content ul ul ul {
  margin: 1em 0;
}

#content ul.first-level li {
  background: url(../i/bulSquare.gif) no-repeat 1px 0.6em;
}
#catalog #content ul.first-level li ul {
  padding: 0;
}
#content ul.first-level li li {
  background: url(../i/dashB.gif) no-repeat 1px 0.75em;
}
#catalog #content ul.dawed li {
  background: url(../i/bulDaw.gif) no-repeat 1px 0.4em;
}
#catalog #content ul.dawedFat li {
  background: url(../i/bulDawFat.gif) no-repeat 1px 0.2em;
  font-weight: bolder;
}



#content ul li {
  background: url(../i/dashB.gif) no-repeat 1px 0.75em;
  padding: 0 0 0 20px;
  position: relative;
}

#content ol {
  counter-reset: oList;
}

.b-vlist_dec li:before {
  counter-increment: oList;
  content: counter(oList) ". ";
}

#content a:link, #content a:visited {
  color: #069;
}

#content a:hover, #content a:active {
  color: #B90919;
}

#content span.pdf a {
  color:  #69c;
}

#content img.c {
  display: block;
  margin: 2em auto;
}
#content p img.c {
  margin: 0 auto;
}


/*+++Addr*/
#addr {
  background: #006 url(../i/heading.jpg) left top;
  font-family: Arial, sans-serif;
  height: 146px;
  left: 0;
  position: absolute;
  top: 0;
  width: 782px;
}
#addr p {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 50px 0 0 40px;
}

/*+++Sidebar*/
#sidebar {
  background: #fff;
  float: left;
  font-family: Arial, sans-serif;
  width: 224px;
}

/*+++Logo*/
#logo {
}

/*+++contInfo*/
#contInfo {
  background: #004;
  color: #fff;
  font-size: 1.2em;
  height: 90px;
  margin: 0 1px;
  width: 222px;
}
#contInfo p {
  padding: 5px 0 0 12px;
}
#contInfo span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2;
}
#contInfo a {
  color: #9cc;
}

#contInfo a {
  font-size: 1.4em;
}


/*+++Nav*/
#nav  {
  font: 1.6em/2.5 Georgia, 'Times New Roman', serif;
}
#nav {
  padding: 60px 0 0 30px;
}
#nav li {
    background: url(../i/bulMenu.gif) no-repeat left 1.2em;
    padding: 0 0 0 20px;
}
#nav li li {
  background: url(../i/bulMenuSub.gif) no-repeat left 0.5em;
  font-size: 0.8em;
  line-height: 1.3;
  padding: 0 0 0.6em 15px;
}

.b-nav__item_important {
  font-weight: bold;
}


#nav a {
  color: #069;
}
#nav a:hover, #nav a:active {
  color: #B90919;
}
#nav a.active {
  color: #000;
}



/*+++Copyright*/
#copyright {
  background: #224764 url(../i/copyBG.jpg) repeat-y left top;
  clear: both;
  color: #fff;
  font: 1.2em Arial, sans-serif;
  height: 1.2em;
  margin: 0 0 -3em;
  padding: 0.9em 0 0.9em 20px;
  position: relative;
  text-align: left;
}
* html #copyright {
  top: -3em;
}

/*+++B-MadeIn*/
.b-madeIn {
  float: right;
  padding-right: 20px;
  white-space: nowrap;
}

.b-madeIn a {
  color: #9cc;
}

/*+++=Catalog*/
#catalog #container {
  background: none;
}
#catalog #content {
  padding: 0;
  width: 782px;
}
#catalog #content p, #catalog #content ul, #catalog #content ol, #catalog #content table {
  padding: 0 40px;
}
#catalog #content p.footnote {
  margin-top: 0;
}


#catalog #content .top, #catalog #content h2, #catalog #content h1 {
  background: #003;
}
#catalog #content .top {
 padding: 0 40px;
}
#catalog #content .top {
  font: 0.8em Arial, sans-serif;
}
#catalog #content h2, #catalog #content h1 {
  color: #fff;
  margin: 2.5em 0 1.5em;
  padding: 1em 0;
  text-align: center;
}
#catalog #content h2.htop, #catalog #content h1.htop {
  margin: 0 0 1.5em;
}

.b-sub-title {
  background: none !important;
  color: #000 !important;
  font-family: 'Times New Roman', serif !important;
  font-size: 1em !important;
  font-weight: bold !important;
  text-align: left !important;
  margin: 2.5em 40px 0 !important;
  padding: 0 !important;
}

.b-table-title {
  font-family:  'Times New Roman', serif !important;
  font-size: 1.2em !important;
  padding: 0 !important;
  margin: 1.5em 40px 0;
}


#catalog #content h3 {
  font: 1.5em Arial, sans-serif;
  padding: 1em 30px;
}
#catalog #content div.sect {
  margin: 3em 30px 0 0;
}
#catalog #content div.sect h3 {
  background: #003;
  color: #fff;
  text-align: center;
  width: 300px;
}
#catalog #content div.sect p {
  padding: 0 30px;
  margin-right: 300px;
}
#catalog #content div.sect img {
  margin: 0 0 1.5em;
}


#catalog #content table {
  border: 1px solid #dad6d6;
  margin: 1.5em 40px;
}


#catalog #content #addr p {
  padding: 50px 0 0 40px;
}
span.pdf {

}
span.pdf a{ /*special for IE6*/
  background: url(../i/pdf.png) no-repeat right 0.5em;
  line-height: 3;
  padding: 10px 30px 10px 0;
}
* html span.pdf a{
  background: url(../i/pdf.png) no-repeat right;
}
#catalog #content table th {
  color: #b90919;
  font-weight: normal;

}
#catalog #content p.last {
  padding-bottom: 4em;
}
#catalog #content table.last {
  margin-bottom: 4em;
}

#catalog #sidebar {
  background: #fff url(../i/cornNavPattern.gif) no-repeat left bottom;
  padding: 0 0 150px 0;
}
#catalog #copyright {
  margin-left: 224px;
  width: 762px;
}
#catalog h4 {
  font: bolder 1em/1.5 'Times New Roman', serif;
  padding: 0 0 0 40px;
}
p.attention {
  color: #f00;
  font-size: 1.2em;
}

#content ul.subNav li {
  background-position: 1px 1em;
  line-height: 2;
}

#nav li li.active {
  background-image: url(/i/bulMenu.gif);
}


/*+++=Contacts*/

#catalog #container.contacts #content p.top  {
  background: none;
  font-family: 'Times New Roman', serif;
  font-size: 1em;
  padding-top: 2.5em;
}
#catalog #container.contacts #content p.top b {
  font-weight: normal;
}

/*+++=Partners*/
#catalog #container.partners {
  height: 100%;
}


#catalog #container.partners #content h2 {
  background: none;
  color: #000;
  font-family: 'Times New Roman', serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 3em;
  padding: 0 0 0 40px;
  text-align: left;
}
#catalog #container.partners #content h2.top {
  background: #e6e6e6;
  margin-top: 147px;
  padding-top: 2.5em;
}
#catalog #container.partners  p.last {
  margin-bottom: 0;
}

#catalog #container.partners #copyright {
  /*border-left: 225px solid #224666;
  margin-left: 224px;*/
/*  clear: none;
  height: 1.2em;
  margin-left: 224px;
  position: absolute;
  top: 100%;*/
}
