div,
ul,
dl{_display:inline-block;}

*:first-child+html div,
*:first-child+html ul,
*:first-child+html dl {display:inline-block;}


.clearfix {/* ===== IE hack ===== */
	display: inline-block;
}
.clearfix{/* ===== Opera ===== */
	display: block;
}

