@charset "utf-8";
@import url("../../../css/cmd.css");
@import url("ajax.css");
a {
	color: rgb(128, 0, 0);
}
a:hover {
	text-decoration: none;
}
body {
	background: rgb(255, 246, 215) url("../zzz/background.png") top repeat-x;
	color: rgb(128, 64, 0);
	font-family: "trebuchet ms", "helvetica", sans-serif;
	font-size: 14px;
	margin: 0 0 50px;
	padding: 0;
}
dl dd {
	font-size: 90%;
	margin-bottom: 15px;
	text-align: justify;
}
dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 150%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 125%;
	padding: 0;
	margin: 0 0 10px;
}
img {
	border: 0;
}
input, select, textarea {
	color: rgb(128, 64, 0);
	font-family: "trebuchet ms", "helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	text-align: justify;
}
ul {
	margin: 0 0 0 30px;
	padding: 0;
}
ul {
	margin-bottom: 15px;
}
ul li {
	text-align: justify;
}
.border {
	border-color: rgb(128, 64, 0);
}
.field label, .field .input {
	line-height: 25px;
	vertical-align: middle;
}
.field .input {
	font-weight: bold;
}
.field label {
	font-size: 12px;
}
.field .input input {
	width: 280px;
}
.highlight {
	color: rgb(128, 0, 0);
}
.hr {
	border-color: rgb(128, 64, 0);
	border-top-style: dashed;
	margin: 10px 0;
}
#main {
	margin: auto;
	width: 750px;
}
#main #content {
	background: rgb(255, 234, 159);
	border: rgb(218, 183, 60) solid;
	border-width: 0 1px;
	overflow: auto;
	padding: 0 5px;
	min-height: 600px;
}
#main #footer {
	background: url("../zzz/footer.png");
	font-size: 1px;
	height: 10px;
}
#main #header {
	height: 320px;
}
#main #header #basket {
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 20px 210px;
	text-align: right;
}
#main #header #menu {
	height: 40px;
}
#main #header #menu a {
	background: top;
	display: block;
	float: left;
	height: 40px;
}
#main #header #menu a:hover {
	background: bottom;
}