/*		Clearing the div floats			*/
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFloat {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearFloat { 
	height: 1%; 
}
.clearFloat {
	display: block;
}
/* End hide frm IE-mac */