#listWidgets {
	float: left;
	width: 33%;
}
#listWidgets fieldset {
	background: #eee;
}
#listWidgets #widgets p.widget-name {
	background: #fff;
}

#sidebarsWidgets {
	float: left;
	width: 65%;
	margin-left: 1%;
}
#sidebarNav {
	float: left;
	width: 50%;
	margin-left: 0%;
}
#sidebarExtra {
	float: left;
	width: 49%;
	margin-left: 1%;
}
#sidebarCustom {
	float: left;
	width: 100%;
}

#sidebarsControl {
	clear: left;
}

#widgets, #dndnav, #dndextra {
	padding: 1em 0;
}

.widgets fieldset {
	border: 1px solid #999;
	background: #E4E0EC;
}

.widgets p.widget-name {
	background: #f5f5f5;
	color: #000;
	padding: 4px 6px;
	margin: 0.5em 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
	font-weight: bold;
}
.widgets p.widget-name img {
	cursor: pointer;
	margin-bottom: -1px;
}

.widgetSettings {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	padding: 4px 6px;
	background: #fff;
}

#widgets .widgetSettings {
	display: none;
}

.hideControls .widgetSettings {
	display: none;
}
.hideControl {
	display: none;
}

#widgets-tpl dt {
	margin: 1em 0 0 0;
}
#widgets-tpl dd {
	margin: 0.2em 0 1em 0;
}