/* csshacks */

/* IE 7 */

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

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

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

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


/* IE 6 and below */

* html #MainPage .MainPageTable tr td,
* html #MainContent .HomeBoxes tr td {
  border: 2px solid white;
}

* html #MainContent {
  width: 580px;
}

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

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