/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FBFCFC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

ul {
	padding-left: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

p + ul {
	margin-top: -10px;
}

a {
	color: #766C5B;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img { border: none; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #DF6226;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #DF6226;
	margin-bottom: 5px;
}

h3 {
}

/* LAYOUT CSS */

#container {
	width: 775px;
	margin: 10px auto;
}

#nav {
	width: 775px;
	height: 27px;
	background-image: url('../images/nav_bg.jpg');
}

#content_box {
	width: 775px;
	background-image: url('../images/content_bg.gif');
}

#content_bottom {
	width: 775px;
	background-image: url('../images/content_bg_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#content_top {
	width: 725px;
	padding: 25px;
	background-image: url('../images/content_bg_top.jpg');
	background-repeat: no-repeat;
}

#copyright {
	color: #B4B4B4;
	font-size: 11px;
	text-align: right;
	padding-right: 16px;
}

/* CONTENT CSS */

#item_list {
	width: 100%;
}

#item_list .item {
	width: 45%;
}

#item_list .hidden {
	text-align: center;
}

#item_list .price {
	text-align: right;
	padding-right: 15px;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	color: #C54F0F;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

fieldset td {
	padding: 2px 4px;
}

input {
	margin: 0px 4px 4px 0px;
}

.submit, .button {
	border: 0px;
	background-color: #DF6226;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}

.ed_button, .button2 {
	border: 1px solid #90400f;
	background-color: #db6025;
	color: #ffcdb5;
	font-weight: bold;
	padding: 0;
}

.alert {
	color: #FF0000;
}
.admin-index-list img {
    float: left;
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.admin-index-list li {
	padding: 3px 0 0 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa;
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.admin-index-list li input {
	border: 1px solid #888;
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}

