/*<group=common styles>*/

.floatleft {float: left;}
.floatright {float: right;}
.skipnav {float: left; height: 0; width: 0; display: inline; text-indent: -10000px; overflow: hidden;}
.clear {clear: both;}

/* clearfix class to clear floats */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

