.ClearRow {
	width: 100%;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.ClearRow.S {
	height: 1px;
}
.ClearRow.M {
	height: 10px;
}
.ClearRow.L {
	height: 20px;
}

.Leftfloater {
	float: left;
}
.Leftfloater.WithMargin {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.Rightfloater {
	float: right;
}
.Rightfloater.WithMargin {
	margin-left: 15px;
	margin-bottom: 15px;
}


.AlignLeft {
	text-align: left;
}

.AlignRight {
	text-align: right;
}

pre.Trace {
	display: block;
	height: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
pre.Trace:hover	{
	height: auto;
	background-color: #000;
}




