.spacer 
{
	border: 0;
	clear: both;
	font-size: 0px;
	height: 0px;
	margin:0; 
	padding:0;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden
{
	display: none;
}

.alignLeft 
{
	text-align: left;
}

.alignCenter 
{
	text-align: center;
}

.alignRight 
{
	text-align: right;
}

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.alignTop
{
	vertical-align : top;
}

.alignBottom
{
	vertical-align : bottom;
}
