@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; } /*ie6*/
*+html .clearfix { min-height: 1px; }/*ie7*/
/* End hide from IE-mac */
