@charset "UTF-8";

@media all {

  *html #content div.container {
    width: 1100px;
  }

  *html div.deal div.description p {
	  width: 310px;
  }

  *html #featured-merchants li a img {
    margin-top: expression((110 - this.offsetHeight) < 0 ? "0" : (110 - this.offsetHeight) / 2 +"px");
  }

  *html div.area h2 {
	  height /**/:45px; /* IE 5/Win hack */
	  padding: 45px 0 0 0;
    margin: -40px 0 30px -90px;
  }

  *html #featured-merchants li.store {
    margin-top: -70px;
  }

  *html #featured-merchants li.store a {
    text-indent: -999px;
    overflow: visible;
  }
  
  *html #compare.result div.mini-deal {
    margin-left: 10px;
  }

}