.groupWrapper
{
	width: 23%;
	float: left;
	margin-right: 2%;
	min-height: 400px;
	_height: 500px;
	padding-bottom: 32px;
}

#topColumn.groupWrapper,
#bottomColumn.groupWrapper {
	width:99%;
	min-height:0;
}
#bottomColumn.groupWrapper {
	clear:both;
}

.groupItem
{
	margin-bottom: 8px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background: url(../images/layout.jpg) no-repeat left center #329fb7;
	color: white;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	margin:0 2px;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*** Layout pages ***/	
.layout-areas { position: relative; overflow: hidden; zoom : 1;}
.layout-areas:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.layout-area { border: solid 2px #999; margin-bottom: 12px; background: #fff; }
.layout-column-name { padding: 4px; text-align: center; background: #f3f3f3; font-size: 18px; margin-bottom: 4px;   }

#bottomColumn { margin-right: 0; }
#topColumn { margin-right: 0; }
#extra-rightColumn { margin-right: 0;}
/*** Layout pages ***/	
		
