.contentBlock.type_twoColumn {
	zoom: 1;
}
.contentBlock.type_twoColumn:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.contentBlock.type_twoColumn .blockCollection.column {
	float: left; _display: inline;
}

.editMode .contentBlock.type_twoColumn.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(images/block_twoColumn.png);
}