/* -------------------------------------------------------------- 
   
   Boilerplate ie.css
   * Contains hacks for Internet Explorer < IE7
   
-------------------------------------------------------------- */

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Keeps IE6 from cutting pulled/pushed images */
ul, ol { position: relative; }

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left: 2em; }

/* Fixes incorrect button width in IE6/7 */
input.button, input.button-small, input.button-medium {
    overflow: visible;
}

/* display fix for margins */
h1#logo, #block-article, #block-fullarticle, #block-search, .block-module, #block-right-col {
    display: inline;
}

/* min height fixes */
#box-currency {
    height: auto !important; height: 22px;
}

/* fix funny div heights */
#section-subcontent .bottom, form.form-stylised .bottom {
    font-size: 0;
    line-height: 0;
}

.button-update, .button-remove {
    padding-right: 5px !important;
    overflow: visible;
}

#block-article {
    padding-right: 20px;
}

#section-subcontent .column-full .bottom {    margin-left: 1px; }

/* png fix */
 {
    behavior: url('/client_media/scripts/iepngfix.htc'); 
}