/* csshacks */

/***** IE8 *****/

#MainBox {
  margin-top /*\**/: -5px\9;
}
#MainContent #FinancingBox img {
  margin-top /*\**/: -10px\9;
}

/***** IE 7 *****/

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

/***** IE 6 and below *****/

* html #MainPage .MainPageTable,
* html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 0);
}
* html #SectionMenu .section li a {
  margin-bottom: 0;
  padding: 0;
}
