/*
@ XHTML 1.1 Strict Compliant
@ ClearFix is used for float clearing in browsers that have difficulty handling them.
*/

/*=-=-=-[Float containers fix: http://www.csscreator.com/attributes/containedfloat.php]-=-=-=*/ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; width: 0;}
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*Clear as a class*/
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
