/* self-clearing fix */
*:first-child+html dl.feature {min-height: 1px; } /* for IE7 */

.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
	padding-bottom: 1.5em;
	}

