body {
	background-color: #2b2c28;
	text-align: center;
	font-family: Arial;
	font-size: 88%;
}
a:link, a:visited, a:active {
	color: #246;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 540px;
	margin: 15px auto;
	padding: 15px 15px;
	position: relative;

	background-color: #f6e7b6;
	background-image: url(rsrc/paper.jpg);
	background-position: center top;

	border: solid 1px rgba(43, 44, 40, 0.7);
	border-color: #66634d #4d4a3b #4d4a3b #66634d;
}
#head, #body {

}
#head {
	text-align: center;
	border-bottom: solid 1px #A95;
}
#knives-page #head {
	border-bottom: none;
}


#body {
	text-align: left;
	padding: 0;
}
#controls {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 3px;
	font-size: 0.85em;
}
#controls a:link, #controls a:visited {
	padding: 0 3px;
}

h1 {
	height: 72px;
	margin: 0;
	line-height: 72px;
	font-size: 35px;
	position: relative;
	z-index: 1;
	background-color: #538d4b;
}

h1 a:link, h1 a:visited, h1 a:hover {
	display: block;
	height: 72px;
	color: #f6e7b6;
	border: none;
	background-image: url(rsrc/banner.png);
	background-position: center top;
	text-decoration: none;
}
h1 span {
	position: relative;
	z-index: -1;
}
#nav {
	color: transparent;
	background-image: url(rsrc/banner.png);
	background-position: center -72px;
	position: relative;
	margin: 0 auto;
	font-size: 0px;
	height: 26px;
	overflow: hidden;
}
#nav a:link, #nav a:visited {
	color: transparent;
	font-size: 15px;
	line-height: 26px;
	background-image: url(rsrc/spacer.gif);
	padding: 26px 6px 0 7px;
	position: absolute;
	top: 0;
}
#nav a:hover,
#knives-page #knives-link,
#about-page #about-link,
#shop-page #shop-link,
#contact-page #contact-link,
#links-page #links-link {
	background-image: url(rsrc/banner.png);
}
#knives-link {
	background-position: -135px -98px;
	width: 45px;
	left: 135px;
}
#about-link {
	background-position: -193px -98px;
	width: 38px;
	left: 193px;
}
#shop-link {
	background-position: -244px -98px;
	width: 34px;
	left: 244px;
}
#contact-link {
	background-position: -291px -98px;
	width: 51px;
	left: 291px;
}
#links-link {
	background-position: -355px -98px;
	width: 35px;
	left: 355px;
}

#main_img {
	/*width: 540px;*/
	border: none;
	display: block;
	margin: 0 auto;
}
#imagewrapper {
	background-image: url(rsrc/indicator.white.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbs {
	padding: 3px 0;
	text-align: center;
	margin: 0;
	font-size: 0;
}

#thumbs a:link, #thumbs a:visited {
	display: -moz-inline-box;
	display: inline-block;
	width: 44px;
	height: 31px;
	text-decoration: none;
	border: solid 1px #a95;
	margin: 0 2px;
}
h4 {
	margin-top: 1em;
}
hr {
	border: none;
	border-top: solid 1px #a95;
	width: 260px;
}

pre {
	font-family: inherit;
	font-size: inherit;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	width: auto;
}
dt {
	font-weight: bold;
}
dd {
	margin: 2px 0 0.6em 0.75em;
	border-left: solid 1px #a95;
	padding-left: 4px;
}

table {
	width: 100%;
	border-bottom: 1px solid #A95;
}
th, td {
	padding: 1px 4px;
	text-align: center;
}
th {
	border-bottom: 1px solid #A95;
}
tr.a td {
	background-color: #f6e7b6;
}
tr.b td {
	background-color: #e6d7a6;
}
td.lcol {
	border-left: solid 1px #a95;
}
td.rcol {
	border-right: solid 1px #a95;
}
.left {
	text-align: left;
}
.drug {
	width: 100%;
	border-left: solid 1px #a95;
	border-right: solid 1px #a95;
}
#pagebox {
	overflow: auto;
	width: 100%;
}
#pagebox div {
	overflow: auto;
}
#pagebox div.hidden {
	display: none;
}
#pagebox a:link, #pagebox a:visited {
	display: inline;
	float: left;
	width: 146px;
	height: 3.3em;
	margin: 10px;
	padding: 113px 5px 5px;
	border: solid 1px #A95;
	background: #f2eed3;
	background-repeat: no-repeat;
	color: #330;
	text-decoration: none;
	line-height: 1.1em;
	overflow: hidden;
}
#shop-page #pagebox a:link, #shop-page #pagebox a:visited {
	height: 1.1em;
}
#pagebox a img {
	width: 156px;
	height: 110px;
	border: solid 1px #4d4a3b;
	border-color: #4d4a3b #66634d #66634d #4d4a3b;
	margin: 0 0 3px;
}
#pagebox a span {
	display: block;
	height: 3.3em;
	overflow: hidden;
	padding: 0 5px;
}
#bottom-nav {
	text-align: center;
	margin: 0;
	padding: 6px 0;
	border-top: solid 1px #A95;
}
#bottom-nav  a:link, #bottom-nav a:visited {
	text-decoration: none;
	padding: 1px 4px;
	display: inline-block;
}
#bottom-nav a.selected {
	border: solid 1px #A95;
	background: #f2eed3;
	padding: 0 3px;
}
#bottom-nav input {
	vertical-align: top;
}

#infobox {
	border: solid 1px #A95;
	padding: 7px 15px;
	background-color: #ffd;
}
form {
	margin: 0;
}
fieldset {
	padding: 0 12px 6px;
	border: groove 2px #A95;
	margin-top: 1em;
	margin-bottom: 1em;
}
legend {
	color: #651;
}
textarea, input.box, select {
	border: inset 1px #A95;
	margin: 0;
}
textarea, input.fullwidth {
	width: 506px;
	padding: 2px;
	margin: 0 0 3px;
}
label {
	font-size: 0.9em;
	color: #444;
	white-space: nowrap;
}
label.above {
	display: inline-block;
	position: relative;
	top: -1.3em;
	width: 0px;
	margin: 1.6em 0 0 0;

}
label.box {
	top: 0;
	margin-top: 5px;
}

label.beside {
	display: inline-block;
	width: 13em;
	text-align: right;
}
.progwrapper {
	border: solid 1px #aa8;
	overflow: hidden;
}
.progbar {
	color: #444;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 0%;
	background-color: #aa8;
	background-color: #AA8;
	padding-left: 4px;
	white-space: nowrap;
}

#manage-page fieldset input.box {
	width: 15em;
}

#editorthumbs {
	margin: 0.6em 0 2px;
	overflow: hidden;
	width: 100%;
}
#editorthumbs a {
	display: block;
	width: 60px;
	height: 42px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #ffd;
	border: solid 1px #aa8;
	position: relative;
	cursor: move;
	line-height: 36px;
	overflow: hidden;
}
.deleted {
	opacity: 0.6;
}
#editorthumbs a img {
	width: 100%;
	border: none;
}
#editorthumbs a input {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
#editorthumbs a div {
	height: 100%;
}
