/**************************************
HELPER CLASSES
**************************************/
.clearfix:after {
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
	
.clearfix {
    display: block }

.none {
    display: none }

.notext {
    text-indent: -9999em;
    overflow: hidden; }

.italic {
    font-style: oblique }

.float-right {
	float:right;}
	
.float-left {
	float:left;}
	
.clear {
	clear:both}
	
.center {
	text-align:center;}

