.admin .left {
	float: left;
	width: 50%;
}

.admin .right {
	margin-left: 50%;
	width: 50%;
}

.admin.clear-block,
.admin .left.clear-block,
.admin .right.clear-block {
	display: block;
}

.admin-panel {
	background-color: #eeeeee;
	padding: 0.5em 5px;
	margin: 1em 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.admin-panel h3 {
	background-color: rgb(7,48,129);
	color: #ffffff;
	font-size: 1em;
	padding: 1em 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.admin-panel ul,
.admin-panel ul.menu,
.admin-panel li,
.admin-panel li.leaf {
	list-style-type: none;
	list-style-image: none;
}

.admin-panel li.leaf {
	margin: 0.5em 0 0 0;
	padding: 0.5em 10px;
	background-color: #dddddd;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.admin-panel p.description {
	background-color: #ffffff;
	padding: 0.25em 10px;
	margin: 0.75em 0 1.5em 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.admin-list dt {
	margin: 0.5em 0 0 0;
	padding: 0.5em 10px;
	background-color: #dddddd;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.admin-list dd {
	padding: 0 10px 0.75em 40px;
	background-color: #dddddd;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}



.admin-required {
	color: #663333;
}

.admin-dependencies {
	color: #663333;
}

.admin-disabled {
	color: #cc0000;
}

.admin-enabled {
	color: #339933;
}

.admin-missing {
	color: #cc0000;
	font-weight: bold;
}



.help {
	border: 1px solid #999999;
	background-color: #eeeeee;
	margin: 0.5em 0;
	padding: 0.25em 10px;
}

div.messages,
.admin .compact-link,
.content-overview-links {
	border: 1px solid #999999;
	background-color: #eeeeee;
	margin: 0.5em 0;
	padding: 0.25em 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.25em;
	font-weight: bold;
}

div.messages li {
	margin: 0.5em 0;
}

.admin .compact-link,
.content-overview-links {
	background-color: #ffffff;
	border-color: #dddddd;
}

div.messages.status {
	border-color: #99cc99;
	color: #003300;
	background-color: #ddffdd;
}

div.messages.warning {
	border-color: #ffcc99;
	color: #993300;
	background-color: #ffeedd;
}

div.messages.error {
	border-color: #ff9999;
	color: #990000;
	background-color: #ffdddd;
}



.node-type-list {
	width: 50%;
}

.node-type-list dt {
	background-color: #eeeeee;
	margin: 0.75em 0 0.25em 0;
	padding: 0.25em 10px;
}

.node-type-list dd {
	margin: 0.25em 0;
	padding: 0.25em 10px;
}



#module-filter-squeeze {
	padding: 0.5em 10px;
}

#edit-order-wrapper {
	clear: none;
}

table#projects {
	width: 100%;
}


table.views-entry {
	clear:none;
}


#discount-activates-on-wrapper,
#discount-expiration-wrapper {
	overflow: hidden;
}


.system-status-report .info.odd,
.system-status-report .ok.odd {
	background-color: #eeffee;
}

.system-status-report .info.even,
.system-status-report .ok.even {
	background-color: #ddffdd;
}

.system-status-report .error.odd {
	background-color: #ffdddd;
}

.system-status-report .error.even {
	background-color: #ffcccc;
}

.admin-content-node-list .view-filters {

}

.admin-content-node-list .views-node-selector {
	clear: none;
}



#module-filter-left {
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

#module-filter-left ul li.active,
#module-filter-left ul li.active a {
	background-color: transparent;
}

#module-filter-squeeze {
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}



.item-list {
	margin: 0.5em 0;
	padding: 0.5em 10px;
}

.item-list a.active,
.pager-current {
	color: #073081;
}


.sticky-enabled {
	width: 100%;
}

.sticky-enabled tr.odd {
	background-color: #dddddd;
}

.sticky-enabled tr.even {
	background-color: #eeeeee;
}



fieldset.amh-shop-shipping-rule-form fieldset {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
	padding: 0.25em 0;
}

fieldset.amh-shop-shipping-rule-form fieldset.odd {
	background-color: #dddddd;
}

fieldset.amh-shop-shipping-rule-form fieldset.even {
	background-color: #eeeeee;
}

fieldset.amh-shop-shipping-rule-form div.form-item {
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 300px;
}

fieldset.amh-shop-shipping-rule-form div.form-item input {
	width: 100%;
}

fieldset.amh-shop-shipping-rule-form div.operations {
	float: left;
	width: 140px;
	margin: 0 5px;
	padding: 0.5em 0;
}