﻿/* micro clearfix */

/* For modern browsers */

.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom:1;
}
