/* Flexible Column Layout */
.dp_grid {
	display: block;
	margin-left: -4%;
	zoom: 1;
	margin-bottom: 20px;
}

.dp_grid:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dp_grid > * {
	display: block;
	float: left;
	margin-left: 4%;
}

.mceContentBody .dp_grid > * {
	outline: 1px dotted #E0E0E0;
}

.dp_grid > * > *:last-child {
	margin-bottom: 0px;
}

.dp_grid > .unit-1-4 {
	width: 21%;
	*width: 20.5%; /* IE7 :( */
}

.dp_grid > .unit-2-4,
.dp_grid > .unit-1-2 {
	width: 46%;
	*width: 45.5%; /* IE7 :( */
}

.dp_grid > .unit-1-3 {
	width: 29.333%;
	*width: 29.2%; /* IE7 :( */
}

.dp_grid > .unit-2-3 {
	width: 62.666%;
	*width: 62.5%; /* IE7 :( */
}

.dp_grid > .unit-3-4 {
	width: 71%;
}

.dp_grid > .unit-3-3,
.dp_grid > .unit-4-4,
.dp_grid > .unit-1 {
	width: 96%;
}