﻿/*===== IE5/IE6 HACKS =====*/

/* Font sizing bug in IE5/Win */
* html body {
	font-size:41.7%;	/* 10px base for IE5/Win */
	f\ont-size:62.5%;	/* 10px base for other IE versions */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
a.ml1 { float:none; }
/* End IE5-Mac hack */

/* Auto Clearing Hack */
* html #innerblock { height:1%; }

/* Double Margin Bug Hacks */
* html .listing dd.img { display:inline; }
* html .listing .alt dt { display:inline; }

/* Margin and Padding Positioning Hacks */
* html #hm_heading { margin-top:45px; }
* html #section_title { padding-top:10px; }

/* Other Margin Hacks */
* html .listing dt { margin-bottom:0; }
* html .listing .alt dt { margin-bottom:0; }


/*===== IE7 HACKS =====*/

/* Auto Clearing Hack */
*:first-child+html #innerblock { min-height:1px; }
