dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
dl {
	display: inline-block;
}
 
html[xmlns] dl {
	display: block;
}
 
* html dl {
	height: 1%;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.left {
	float: left;
}

img.left {
	float: left;
	padding: 0 15px 15px 0;
}

.right {
	float: right;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.clear {
	clear: both;
}