.admin-form h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

.admin-form h3 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 15px;
}

.admin-feature-store-form {

}
.quick-admin-tools .admin-feature-store-form form {
	padding-top: 10px;
}
.quick-admin-tools .admin-feature-store-form label {
	padding-bottom: 5px;
}

.quick-admin-tools {
	background-color: #eee;
	padding: 0px 5px 10px 5px;
	margin-left: 5px;
	margin-right: 15px
}

.quick-admin-tools li {
	font-size: 1.4em;
	padding: 5px 0px;
}

.quick-admin-tools h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

.fieldWithErrors label {
	color: #A10000;
}


/* charity selection on signup */
#charity-selection-container, #charity-dropdown-results{
	display: none;
}

#charity-dropdown-results {
	margin-bottom: 15px;
}

#charity-selection-container.active {
	display: block;
}

#search_charities {
	margin-bottom: 10px;
}

#admin-section-header {
	display: block;
	clear: both;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

#admin-section-header h1 {
	font-size: 22px;
	width: 50%;
	float: left;
	clear: left;
	display: block;
}

#admin-section-header .admin-nav {
	display: block;
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
	line-height: 22px;
}

.admin-section h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#admin-index {
	padding: 10px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-color: #fff;
}

#admin-index .admin-section {
	width: 33%;
	float: left;
}

.admin-section li {
	padding: 3px 0px;
}

#featured_store_list {
	width : 300px;
	border-bottom: 1px solid #dedcd7;
	margin-bottom: 11px;
}

#featured_store_list .featured_store {
	width : 125px;
	float: left;
	text-align: center;
}

.featured_store.align-1 {
	padding-left: 6px;
	margin-right: 35px;
}
.featured_store img {
	border: 1px solid #999;	
}

.featured_store p {
	font-size: 1.15em;
	margin: 7px 0 18px 0;	
}

.morelink_featured {
}

.form-item {
	display: block;
	margin: 5px 0px;
}

.form-item label {
	display: block;
}

.form-column {
	float: left;
}

.half-width {
	width: 50%;
}

.admin.results th {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1.3em;
	text-decoration: underline;
}

.admin.results td {
	font-size: 1.15em;
	padding: 5px 0px;
}
.admin.results tr.odd {
	background-color: #e3e3e3;
}
.section-label {
	font-size: 1.7em;
	padding: 5px 0px;
	text-decoration: underline;
}

.edit-deal-form {
	display: none;
}

.admin-form-horizontal {
	padding-bottom: 15px;
}
.admin-form-horizontal .form-item {
	float: left;
	padding-right: 15px;
}

.flash-messages div {
	margin: 5px 0px;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
}

.flash-messages .error, p.error {
	color: #A10000;
	font-weight: bold;
}

p.error {
	font-size: 1.2em;
}

.flash-messages .notice {
	color: #f15e27;
}

.dashboard-item {
	float: left;
	width : 32%;
}

.dashboard-item h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.dashboard-item .metric {
	padding: 5px 0px;
}

.metric span {
	display: block;
	float: left;
	width: 15%;
	text-align: right;
	clear: right;
	padding-right: 5px;
	padding-top: 5px;
}

.metric .label {
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	clear: left;
	width : 75%;
}

.dashboard-item a {
	padding: 3px 0px;
}

.error-report * {
 	color: #A10000;	
	font-weight: bold;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.half-width {
	width: 50%;
}

.quarter-width {
	width: 25%;
}

.three-quarter-width, .three-quarters-width {
	width: 75%;
}

.form-item i {
	padding-left: 20px;
}