/* ***** clearing floated elements ***** */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{
	display:inline-block; /* Triggers hasLayout and forces the container to enclose its children in IE 5.5, 6 & 7 */
	_height:1%            /* The inline-block-trick doesn't work in IE 5.0 so we need to keep the height:1% rule but hide it from IE 7 using the underscore (or alternatively star html) hack */
}
/* Switch back to block but hide from IE-mac \*/
.clearfix{display:block}
/* End hide from IE-mac */

/* Hides from IE5-mac \*/
* html .textjogfix {height:1%;margin-left:-3px}
/* Put extra container in troublesome div and apply class to it */
/* End hide from IE5-mac */
