img {
	border: 0;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatLeft {
	float: left;
}
.floatLeftImage {
	float: left;
  margin-right: 1em;
}
.floatRight {
	float: right;
}
.floatRightImage {
	float: right;
  margin-right: 1em;
}
.hidden {
	display: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/**
 * Clearfix
 */
.clearfix:after {
	content: ".";
	display: block; height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}
