@charset "utf-8";

/* ----------------------------------------
 ClearFix
 ---------------------------------------- */

/* Modern Browsers
 ------------------------------- */
div#content:after,
div#main-sub-container:after,
div#content div#main ul.product:after,
div#footer div#footer-menu ul.top-level:after, 
div#footer div#footer-menu:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

/* IE7
 ------------------------------- */
*:first-child + html div#content,
*:first-child + html div#main-sub-container,
*:first-child + html div#content div#main ul.product,
*:first-child + html div#footer div#footer-menu ul.top-level,
*:first-child + html div#footer div#footer-menu
 {
    zoom: 1;
}

/* Legacy IE
 ------------------------------- */
* html div#content,
* html div#main-sub-container,
* html div#content div#main ul.product,
* html div#footer div#footer-menu ul.top-level,
* html div#footer div#footer-menu
 {
    zoom: 1;
}