/***** #admin *****/
#admin {
	background: url('/images/fade.png') -30px -25px repeat;
	border-top: 1px solid #ffffff;
	float: left;
	padding: 0 0 40px 0;
	width: 839px;
}
#admin h2 {
	color: #505050;
	display: inline;
	float: left;
	font-size: 2.6em;
	padding: 20px 0 0 20px;
	width: 800px;
}
#admin h3 {
	color: #505050;
	font-size: 1.6em;
	padding: 20px 0 10px 20px;
}
#admin  .highlight {
	color: #0000ff;
}
/*---- #login ----*/
#login {
	background: url('/images/fade.png') -35px 0 repeat;
	border-top: 1px solid #ffffff;
	display: inline;
	float: left;
	height: 735px;
	width: 839px;
}
#login form {
	clear: both;
	color: #605f5f;
	display: inline;
	float: right;
	margin:50px 50px 20px 0;
	width: 160px;
}
#login label {
	clear: both;
	float: left;
	margin: 5px 0 0 0;
}
#login .login-field {
	border: 1px solid #c0c0c0;
	clear: both;
	color: #605f5f;
	float: left;
	padding: 0 0 0 3px;
	width: 150px;
}
#login #send {
	background: none;
	border: none;
	clear: both;
	color: #605f5f;
	cursor: pointer;
	float: right;
	margin: 10px 3px 0 0;
}
#login #send:hover {
	color: #ffffff;
}
/*---- #index ----*/
#index {
	display: inline;
	float: left;
	font-size: 1.5em;
	margin: 15px 0 15px 20px;
	width: 600px;
}
#index li {
	float: left;
}
#index .separator {
	color: #707070;
	cursor: pointer;
	float: left;
	padding: 0 10px 0 10px;
}
#index li a {
	color: #707070;
}
#index li a:hover {
	color: #ffffff;
}
#index li .selected {
	color: #ffffff;
}
/*---- #database ----*/
#database {
	background: #ffffff;
	border: 1px solid #707070;
	clear: both;
	display: inline;
	float: left;
	height: 530px;
	margin: 11px 0 40px 20px;
	overflow: auto;
	width: 380px;
}
#database a {
	color: #605f5f;
}
#database a:hover {
	color: #8cc63f; 
}
#database p {
	padding: 0 0 8px 0;
}
#database .db-date {
	font-size: 1.2em;
	padding: 10px 0 0 20px;
}
#database .db-body {
	padding: 10px 10px 10px 20px;
}
#database .db-body img {
	float: left;
	padding: 0 10px 10px 0;
}
/*---- #editor ----*/
#editor {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	width: 380px;
}
#editor form li {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}
#editor #selection li {
	color: #ffffff;
	list-style: circle inside;
	padding: 0 0 0 10px;
}
#editor ul #date input {
	border: 1px solid #707070;
	color: #000000;
	font-size: 1.1em;
	padding: 2px 0 2px 5px;
	width: 150px;
}
#editor #date label {
	font-size: 1.2em;
}
#editor ul #wysiwyg {
	width: 375px;
}
#editor ul #wysiwyg textarea {
	color: #000000;
	height: 458px;
	padding: 0 0 0 5px;
	width: 375px;
}
#editor .error {
	color: #ff0000;
}
/*---- #tinymce ----*/
#tinymce  p {
	font-size: 12px;
}
#tinymce img {
	float: left;
	padding: 0 10px 10px 0;
}
/*---- #actions ----*/
#actions {
	width: 300px;
}
#actions input {
	cursor: pointer;
	display: inline;
	margin: 0 5px 0 0;
}
#actions #insert:hover {
	color: #008000;
}
#actions  #replace:hover {
	color: #0000ff;
}
#actions  #clear:hover {
	color: #ffa500;
}
#actions  #delete:hover {
	color: #ff0000;
}
/*---- #viewer ----*/
#viewer {
	clear: both;
	float: left;
	margin: 20px 0 0 131px;
	width: 569px;
}
/*---- #upload -----*/
#upload {
	clear: both;
	color: #000000;
	float: left;
	font-size: 1.2em;
	margin: 20px 0 0 19px;
	width: 500px;
}
#upload table {
	border-collapse:collapse;
	float: left;
}
#upload tr td {
	border-style: none;
	height: 50px;
	width: 282px;
	padding: 0;
}
#upload label {
	display: block;
}
#upload input{
	padding: 1px 3px 1px 3px;
}
#upload  #ts-id {
	width: 70px;
}
#upload  #ts-name {
	width: 200px;
}
#upload #ts-image {
	padding: 0;
}
#upload  #ts-price {
	width: 70px;
}
#upload textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	width: 437px;
}
#upload  #actions {
	padding: 10px 0 10px 0;
}
#upload  #actions input {
	padding: 0;
}
#upload .error {
	color: #ff0000;
}
/*---- #change-info ----*/
#change-info {
	color: #000000;
	float: right;
	margin: 75px 0 0 0;
	width: 300px;
}
#change-info table {
	float: left;
}
#change-info  td {
	border-style: none;
}
#change-info p {
	padding: 0 0 5px 0;
}
#change-info label {
	display: block;
	font-size: 1.2em;
}
#change-info form {
	float: left;
}
#change-info #new-code,
#change-info #new-password,
#change-info #retype-password {
	padding: 1px 3px 1px 3px;
}
#change-info #new-code {
	margin: 5px 0 0 0;
}
#change-info #change { 
	margin: 10px 0 0 0;
}
#change-info #change:hover {
	color: #0000ff;
}
#change-info #form-pwd {
	margin: 26px 0 0 0;
}
/*---- #catalogue ----*/
#catalogue {
	clear: both;
	color: #000000;
	float: left;
	font-size: 1.2em;
	margin: 20px 0 0 20px;
	width: 800px;
}
#catalogue select {
	margin: 0 0 10px 0;
}
#catalogue table {
	background: #ffffff;
	width: 100%;
}
#catalogue th, td {
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
}
#catalogue .even {
	background: #f0f0f0;
}
#catalogue .edit {
	width: 23px;
}
#catalogue .edit a{
	color: #569c1b;
	font-weight: bold;
}
#catalogue .edit a:hover {
	color: #0000ff;
}
#catalogue .arrow-up,
#catalogue .arrow-down {
	width: 20px;
}
#catalogue .arrow-up  a,
#catalogue .arrow-down  a {
	display: block;
	height: 20px;
	width: 20px;
}
#catalogue .arrow-up  a {
	background: url('/images/admin-arrows.png') -41px 0 no-repeat;
}
#catalogue .arrow-up  a:hover {
	background: url('/images/admin-arrows-over.png') -41px 0 no-repeat;
}
#catalogue .arrow-down  a {
	background: url('/images/admin-arrows.png') -1px 0 no-repeat;
}
#catalogue .arrow-down  a:hover {
	background: url('/images/admin-arrows-over.png') -1px 0 no-repeat;
}
#catalogue .image {
	background: #ffffff;
}