/* csshacks */

/* IE 7 */

*:first-child+html #MainPage .MainPageTable {
  border-spacing: expression(cellSpacing = 12);
}

*:first-child+html #MainContent {
  width: 600px;
}

*:first-child+html .WithoutSectionMenu {
  width: 770px !important;
}

*:first-child+html #MainContent .HomeBox {
  overflow: auto;
  padding-bottom: 0;
}

*:first-child+html .NewsletterSubscriptionBox {
  position: absolute;
  margin: -20px 0 0 800px;
}

*:first-child+html .SectionMenu {
  margin-left: 0px;
}

*:first-child+html .NewsBox ul li {
  margin: 10px 0;
}


/* IE 6 and below */

* html #MainContent {
  width: 600px;
}

* html .WithoutSectionMenu {
  width: 770px !important;
}

* html #MainContent .HomeBox {
  height: 1%;
  padding-bottom: 0;
}

* html .NewsletterSubscriptionBox {
  position: relative;
  padding: 0 0 0 780px;
  float: none;
}

* html #Header .HeaderMenu {
  margin: 17px 0 0 793px;
  position: absolute;
}

* html #Menu ul {
  margin-right: -20px;
}

* html #MainPage .MainPageTable {
  border-spacing: expression(cellSpacing = 12);
}

* html .NewsBox ul li {
  margin: 10px 0 11px 0;
}

* html .SectionMenu {
  margin-left: 0px;
}