div.ClearRow {
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.ClearRow_S {
	position: relative;
	clear: both;
	height: 10px;
	overflow: hidden;
}
div.ClearRow_M {
	position: relative;
	clear: both;
	height: 20px;
	overflow: hidden;
}
div.ClearRow_L {
	position: relative;
	clear: both;
	height: 30px;
	overflow: hidden;
}

.Rightfloater {
	float: right;
	margin-left: 10px;
}
.Rightfloater.SmallMargin {
	margin-left: 5px;
	margin-left: 5px;
}
.Rightfloater.MediumMargin {
	margin-left: 10px;
	margin-left: 10px;
}

.Leftfloater {
	float: left;
	margin-right: 10px;
}
.Leftfloater.SmallMargin {
	margin-right: 5px;
	margin-bottom: 5px;
}
.Leftfloater.MediumMargin {
	margin-right: 10px;
	margin-bottom: 10px;
}

.shy {
	width: 1px;
	font-size: 1px;
}
