/* csshacks */

/* IE 7 */

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

*:first-child+html .HomeBox .ButtonShow .assurance a {
  margin-right: 10px;
  margin-top: -80px;
}

/* IE 6 and below */

* html #MainContent {
  height : 541px;
}

* html .MainContentBottom {
  background: transparent url(/images/content/maincontent-bottom.gif) no-repeat bottom;
}

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

* html #SimulationBox {
  height: 200px;
}

* html .HomeBox .ButtonShow .assurance a {
  margin-left: -25px;
  margin-top: -80px;
  position: absolute;
}

