@charset "UTF-8";

/* CSS Document */


body {
	font: 12px Tahoma, Geneva, sans-serif;
	margin: 10px 20px;
	background: #026701;
	color: #156734;
}

.left { float: left; }

.right { float: right; }

.noleft { clear: left; }

.noright { clear: right }

.nofloat { clear: both }

.block {
	display: block;
	width: 100%
}

.blockNW {
	width:auto;
}

.m20 { margin: 20px; }

.m5 { margin: 5px; }
.ml5 { margin-left: 5px; }
.mr5 { margin-right: 5px; }

.m0 { margin: 0px; }
.ml80 { margin-left: 80px; }

.w530 { width: 530px; }

.w390 { width: 390px; }

.stronger {
	color: #1F6605;
	font-weight: bold;
	font-size: 1.2em;
}

.thumb { display: block; background-position: center center; background-repeat: no-repeat; border: 1px solid #CCC; overflow: hidden; }
.thumb .thumb { border: 0px }
.thumb60 { width: 60px; height: 60px; }
.thumb75 { width: 75px; height: 75px; }
.thumb150 { width: 170px; height: 150px; border: 1px solid #CCC; overflow: hidden; }
.thumb500 { width: 500px; height: 322px; border: 1px solid #CCC; overflow: hidden; }

table.invisible {
	margin: 0px;
}

table.invisible td, table.invisible th {
	padding: 0px;
}

.bordered {
	padding: 1px;
	border: 1px solid #155134;
}

.box {
	border: 1px solid #1F6605;
	margin-bottom: 5px;
}

.box h1, .box h2 {
	color: #FFF;
	font-size: 14px;
	background: #1F6605;
	padding: 0 5px;
	margin: 0;
	line-height: 20px;
	border-bottom: 2px solid #1F6605;
}

.lochmara { border-color: #0071B8; }

.lochmara P { color: #0071B8; 
}


.lochmara H1, .lochmara H2 {
	background-color: #0071B8;
	border-bottom-color: #0071B8;
}

.sushi { border-color: #13af4f; }

.sushi H1, .sushi H2 {
	background-color: #13af4f;
	border-bottom-color: #026701;
}

.malachite { border-color: #13AF4F; }

.malachite H1, .malachite H2 {
	background-color: #13af4f;
	border-bottom-color: #1F6605;
}

.listing {
	width: 75px; margin: 0 10px 0 0; float: left;
}

.button {
	cursor: pointer;
	overflow: visible;
}

.button a {
	display:block;
	border: solid #155134;
	border-width: 0 1px;
	text-decoration: none;
	outline:none;
	color: #FFF;
	background: #7AC543;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}

.button a:hover { background: #155134; }

.button a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	border:solid #155134;
	border-width:1px 0 0;
	font-weight:normal;
}

.button a b b {
	border-width:0 0 1px;
	top: 2px;
}
