/* 
    Document   : clearfix
    Created on : Mar 28, 2011, 5:21:50 PM
    Author     : alexserver
    Description:
        Purpose of the stylesheet follows.
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}