/* ***** ERRORS ***** */
#errorContainer {
	margin: 5px 0;
	color: #D00;
	font: 600 12px/18px Arial;
}

/* ***** ADMIN BTNS ***** */

.addNew {
	font: 600 12px/18px arial;
	color: #589;
	text-decoration: none;
	background: #EEE;
	padding: 3px 7px;
	margin: 5px;
	border: 1px solid #999;
	position: absolute;
	top: 120px;
	right: 150px;
	text-align: center;
}

.addNew:hover {
	background: #589;
	color: #EEE;
	text-decoration: none;
}

.adminBtns {
	overflow: hidden;
	clear: both;
}

.confirm,
.adminBtns .update{
	font: 600 12px/18px arial;
	color: #589;
	text-decoration: none;
	background: #EEE;
	padding: 3px 7px;
	margin: 5px;
	border: 1px solid #999;
	float: left;
}

.cancel,
.adminBtns .delete{
	font: 600 12px/18px arial;
	color: #F00;
	text-decoration: none;
	background: #EEE;
	padding: 3px 7px;
	margin: 5px;
	border: 1px solid #999;
	float: left;
}

.cancel:hover,
.confirm:hover,
.adminBtns a:hover {
	background: #589;
	color: #EEE;
	text-decoration: none;
}

.submit {
	width: 100px;
	text-align: center;
}


#overwrite {
	margin-left: 150px;
	margin-bottom: 10px;
}

/* ***** MAIN ADMIN ***** */

.admin {
	margin: 0 auto;
	display: block;	
	width: 450px;
}

#content #successContainer,
#content .adminContainer{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 25px;
	width: 575px;
	margin: 0 auto;
	position: relative;
}

#content #successContainer p{
	font: 300 14px/20px Arial;
	padding: 10px 0;
}

#status,
#loginContainer,
#createUserContainer,
#userList {
	padding: 10px;
	color: #000;
	width: 450px;
	border: 1px solid #CCC;
	background: #EEE;
	margin: 10px auto;
	font: 300 12px/18px Arial;
}

#status h3,
#loginContainer h3,
#createUserContainer h3,
#userList h3 {
	font: 600 12px/18px Arial;
	color: #2C5266;
}

#status div {
	padding-left: 10px;
}

#status div h4 {
	margin-bottom: 10px;
}

#status div h4 span {
	color: #56879E;
	font-style: italic;
}

#status a {
	color: #CCC;
	text-decoration: none;
	background: #334;
	padding: 2px 5px;
	margin: 5px;
	border: 1px solid #999;
}

#status a:hover {
	color: #ABF;
	background: #112;
}

#loginContainer form,
#createUserContainer form {
	text-align: center;
	overflow: hidden;
}

#loginContainer label,
#createUserContainer label {
	float: left;
	clear: left;
	display: block;
	width: 80px;
	text-align: right;
	padding: 2px 10px;
}

#loginContainer input,
#createUserContainer input,
#createUserContainer select {
	margin: 3px 0;
	width: 300px;
	float: left;
}

#loginContainer #login,
#createUserContainer #create {
	width: 100px;
	color: #CCC;
	text-decoration: none;
	background: #334;
	padding: 2px 5px;
	margin: 5px auto;
	border: 1px solid #999;
	font: 600 12px/18px Arial;
	clear: left;
	float: none;
	display: block;
	cursor: pointer;
}

#loginContainer #login:hover,
#createUserContainer #create:hover {
	color: #ABF;
	background: #112;
}

#userList ul li {
	font: 300 13px/18px Arial;
	list-style: disc;
	border-bottom: 1px solid #BBB;
	padding: 2px 0 2px 20px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 435px;
	color: #2C5266;
}

#userList ul li span {
	display: block;
	float: left;
	cursor: default;
	font: 600 13px/18px Arial, Helvetica, sans-serif;
	color: #56879E;
}

#userList ul li form {
	width: 50px;
	float: right;
	display: block;
}

#userList ul li a,
#userList ul li input {
	background: #334;
	color: #CCC;	
	padding: 1px 5px;
	border: 1px solid #999;
	text-decoration: none;
	font: 300 11px/14px Arial; 
	cursor: pointer;
}

#userList a:hover,
#userList ul li input:hover {
	color: #900;
	background: #112;
}


/* ***** TESTIMONY ADMIN***** */

.peopleAreTalking .addNew {
	width: 130px;
}

.peopleAreTalking form.previewBtns {
	margin-left: 90px;
	display: block;
	clear: both;
	overflow: hidden;
}

.peopleAreTalking legend{
	font: 600 18px/22px arial;
	color: #589;
	padding-bottom: 12px;
}

.peopleAreTalking #content form label {
	float: left;
	display: block;
	width: 145px;
	text-align: left;
	font: 600 12px/18px arial;
}

.peopleAreTalking #content form input#name,
.peopleAreTalking #content form input#city,
.peopleAreTalking #content form select#state,
.peopleAreTalking #content form input#closer {
	width: 400px;
	margin-bottom: 12px;
}

.peopleAreTalking #content form strong {
	font: 600 13px/30px arial;
	padding: 10px 0;
} 

.peopleAreTalking #content label.closer,
.peopleAreTalking #content input#closer {
	margin-top: 10px;
}

.peopleAreTalking #content input#sort_order{
	width: 24px;
}

.peopleAreTalking #content .submit{
	position: absolute;
	right: 25px;
	bottom: 25px;
}

/* ***** JOIN OUT TEAM ADMIN ***** */

.joinTheTeam .addNew {
	right: 90px;
}

.joinTheTeam form.previewBtns {
	margin-left: 90px;
	display: block;
	clear: both;
	overflow: hidden;
}

.joinTheTeam legend{
	font: 600 18px/22px arial;
	color: #589;
	padding-bottom: 12px;
}

.joinTheTeam #content form label.job_title,
.joinTheTeam #content form label.immediate_supervisor{
	float: left;
	display: block;
	width: 145px;
	text-align: left;
	font: 600 12px/18px arial;
}

.joinTheTeam #content form input#job_title, 
.joinTheTeam #content form input#immediate_supervisor {
	width: 425px;
	margin-bottom: 12px;
}

.joinTheTeam #content form strong {
	font: 600 13px/30px arial;
	padding: 10px 0;
} 

.joinTheTeam #content label.display_status{
	margin-left: 138px;
	margin-top: 10px;
	font: 600 12px/18px arial;
}

.joinTheTeam #content label.sort_order{
	padding-left: 45px;
	margin-top: 10px;
	font: 600 12px/18px arial;
}

.joinTheTeam #content input#display_status,
.joinTheTeam #content input#sort_order{
	width: 25px;
	margin-top: 10px;
}

.joinTheTeam #content .submit{
	position: absolute;
	right: 25px;
	bottom: 25px;
}


/* ****** FEATURED SPECIALS ***** */

.featuredSpecials .adminMenu {
	position: absolute;
	top: -36px;
	left: 395px;	
	width: 100px;
	text-align: center;
	z-index: 700;
}

.featuredSpecials .adminMenu .addNew {
	position: static;
	display: block;
	width: 100px;
}

.featuredSpecials .adminBtns{
	position: absolute;
	left: 480px;
}

.featuredSpecials .adminContainer .createSubCat{
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #CCC;
}

.featuredSpecials .adminContainer .deleteSubCat{
	padding: 15px;
	border:1px solid #CCC;
}

.featuredSpecials .adminContainer .return{
	padding-bottom: 15px;
	display: block;
}

.featuredSpecials legend{
	font: 600 18px/22px arial;
	color: #589;
	padding-bottom: 12px;
}

.featuredSpecials #content form label,
.featuredSpecials #content form strong.image_src {
	float: left;
	display: block;
	width: 145px;
	text-align: left;
	font: 600 12px/18px arial;
}

.featuredSpecials #content form select#product_category,
.featuredSpecials #content form select#product_sub_category,
.featuredSpecials #content form input#brand,
.featuredSpecials #content form select#on_sale,
.featuredSpecials #content form select#image_src,
.featuredSpecials #content form input#image_alt,
.featuredSpecials #content form input#sale_price,
.featuredSpecials #content form input#compare_price,
.featuredSpecials #content form input#our_price{
	width: 400px;
	margin-bottom: 10px;
}


.featuredSpecials  #content form strong {
	font: 600 13px/30px arial;
	padding: 10px 0;
}

.featuredSpecials  #content label.sort_order {
	margin-top: 10px;
}

.featuredSpecials  #content input#sort_order{
	width: 25px;
	margin-top: 10px;
}

.featuredSpecials #content .submit{
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.featuredSpecials #footer{
	display: none !important;
}


/* ****** LOCATIONS ********* */

.locations .addNew {
	position: static;
	display: block;
	width: 100px;
}

.locations legend{
	font: 600 18px/22px arial;
	color: #589;
	padding-bottom: 12px;
}

.locations form {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}



.locations #content form label,
.locations #content form strong.braintree_hours,
.locations #content form strong.chestnut_hill_hours {
	float: left;
	clear: left;
	display: block;
	width: 165px;
	text-align: left;
	font: 600 12px/18px arial;
}

.locations #content form select {
	width: 350px;
	margin-bottom: 10px;
	float: left;
}

.locations #content .upload{
	margin: 10px;
}

.locations #content form strong {
	font: 600 13px/30px arial;
	padding: 10px 0;
}

.locations #overwrite {
	margin-left: 10px;
}

.locations #content .submit{
	position: absolute;
	right: 25px;
	bottom: 0;
}

