body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;


}
.form01 {
	background-color: #E3F1E3;
	border: 1px solid #007D00;
}

td.koi_number {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}

td.thumbnail {
	border-top: 1px solid #007D00;
	border-right: 1px solid #007D00;
	border-left: 1px solid #007D00;
	height: 223px;
	text-align: center;
	background: #E5F2E5;
}

table.details {
	border-right:1px solid #007D00;
	border-bottom:1px solid #007D00;
	border-left: 1px solid #007D00;
	width: 225px;
}

table.details td {
	border-top: 1px solid #007D00;
	background: #E5F2E5;
	font-size: 10px;
	padding-left: 10px;
}

table.details td.title {
	width: 74px;
	text-align: right;
	padding: 3px 0;
}

table.details td.price {
	background: #CCE5CC;
	font-weight: bold;
}

table.details td.price span {
	display: block;
	padding: 3px 0;
}

ul.koi_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #fe8762;
	line-height: 12px;
}

ul.koi_nav li {
	padding: 0;
	margin: 0;
}

ul.koi_nav li a {
	display: block;
	border-bottom: 1px solid #fe8762;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 5px 10px;
}

ul.koi_nav li a:hover {
	background: #feaf96;
}

ul.koi_nav li.active {
	background: #feaf96;
	padding: 5px 10px;
	border-bottom: 1px solid #fe8762;
}

/* ---------- Admin ---------- */

body.admin {
	background: #F7FBF7 url(admin_bg.gif) repeat-y center;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

div.admin_wrapper {
	width: 719px;
	margin: 20px auto;
	padding-bottom: 20px;
}

div.admin_wrapper p.error {
	background: #900;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

div.cms_nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background: #7fbe7f;
	overflow: hidden;
}

div.cms_nav ul li {
	display: inline;
}

div.cms_nav ul li a {
	padding: 10px 20px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
}

div.cms_nav ul li a:hover {
	background: #66b166;
}

div.cms_nav ul li a.right {
	float: right;
	border-right: none;
	border-left: 1px solid #000;
}

div.cms_nav ul li a.active {
	background: #66b166;
}

form.add_koi p {
	margin: 5px 0;
}

form.add_koi span {
	display: block;
	float: left;
	width: 96px;
	text-align: right;
	margin-right: 10px;
}

form.add_koi input.price1 {
	width: 60px;
}

form.add_koi input.price2 {
	width: 20px;
}

p.added {
	padding: 5px;
	background: #e7e7e7;
	font-weight: bold;
}

a.admin_button {
	display: block;
	text-align: center;
	padding: 5px;
	background: #7fbe7f;
	margin: 0;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #007D00;
	border-bottom: 1px solid #007D00;
	border-left: 1px solid #007D00;
	font-weight: bold;
}

a.admin_button:hover {
	background: #66b166;
}

div.latest_news {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #7fbe7f;
}

div.latest_news p.date {
	margin: 0;
	font-size: 10px;
}

div.latest_news h2.title {
	margin: 0 0 10px 0;
	font-size: 14px;
}

p.copy {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

div.latest_news a {
	color: #007d00;
}

div.latest_news.last {
	margin-bottom: 0;
	border-bottom: none;
}

ul.latest_news {
	line-height: 24px;
}

form.latest_news {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

input.latest_news {
	width: 400px;
}

textarea.latest_news {
	width: 400px;
	height: 200px;
	overflow: auto;
}

div.latest_news_hints {
	background: #e5e5e5;
	position: absolute;
	height: 186px;
	padding: 10px;
	width: 278px;
	right: 0;
	top: 67px;
	*top: 75px;
}

div.latest_news_hints p {
	margin: 0 0 10px 0;
}

div.latest_news_hints p span {
	background: #ccc;
}

table.reptile {
	background: #E5F2E5 url(reptile1.jpg) no-repeat;
}

table.reptile ul {
	padding-left: 135px;
}