#header ul {
	position: absolute;
	right: 0;
	top: 100px;
}
#header ul li {
	float: left;
	padding: 3px 5px;
	margin-left: 10px;
	background: #eee;
}
#header ul li.selected {
	font-weight: bold;
	background: #80625e;
}
#header ul li.selected a { color: #fff !important;}

#publish_form .text_field {
	width: 700px;
}
#publish_form .textarea_field_small {
	width: 340px;
}
#publish_form .textarea_field {
	width: 700px;
}
#publish_form .submit_button {
	background-color: #0099CC;
	color: #fff;
	border: 1px solid #009988;
	cursor: pointer;
	cursor: hand;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	padding:5px;
}

.sidebar_page_edit {
	padding-top: 430px;
}
table {
	line-height: auto;
}
.form_error {
	display: block;
	background: url(../../img/exclamation.png) no-repeat left center;
	padding: 10px 26px;
	color: #E86857;
}
.hidden {
	display: none;
}

#categoriesContainer  {
	position: relative;
	width: 650px;
	overflow: auto;
}
.categoryItem {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	position: relative;
}
.categoryItem a {
	float: right;
}
.categoryItem label {
	display: block;
	margin-bottom: 5px;
}
.categoryItem label span {
	font-weight: bold;
	float: left;
	display: block;
	margin-bottom: 5px;
	clear: left;
	width: 70px;
}
.categoryHandle {
	margin-bottom: 5px;
	height: 10px;
	overflow: hidden;
	cursor: move;
	background: #0099CC;
}
.categoryWrapper {
	padding: 5px;
}
.draggingItem {
	z-index: 4000;
}
div.draggingItem div.categoryHandle {
	background: #E86857;
}
#content a.saveCategory {
	display: none;
}

#messagesContainer {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
#messagesContainer div {
	border: 5px solid #eee;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #fff;
}

#overlay {
	background-color: #fff;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	position: absolute;
	display: none;
}
#overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 3000;
}

#back-to-site { margin: 0 0 5px 0; background: #222; padding: 5px; font-size: 12px;}
#back-to-site div { margin-left: auto; margin-right: auto; width: 950px; text-align: left;}

.credits-package { 
	background-color: #eee;
	color: #000;
	border: 1px solid #aaa;
	font-size:12px;
	padding:10px;
	margin: 10px 0;
}
.credits-package h4 { margin: 0; padding: 0; font-weight:bold;}
.credits-package p.credits-count { font-size: 14px;}
.credits-package p.price { font-size: 14px; font-weight: bold; color: green;}
.credits-number {color:#E86857;}
