body, td {
    font: 12px Verdana;
}
th {
    font-size: 12px;
}
input, textarea {
	font: 12px Verdana;
}
.checkout-submit-wrap {
	padding: 6px 0 12px;
}
.checkout-submit {
	-webkit-appearance: none;
	appearance: none;
	min-width: 320px;
	max-width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	padding: 13px 24px;
	border: 2px solid #285528;
	border-radius: 5px;
	background: #4A7C3F;
	box-shadow: 0 3px 0 #285528;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.checkout-submit.cart-checkout-button {
	display: inline-block;
	text-decoration: none;
}
.checkout-submit:hover {
	background: #3D6D35;
	color: #FFFFFF;
}
.checkout-submit:active {
	box-shadow: 0 1px 0 #285528;
	transform: translateY(2px);
}
.checkout-submit:focus-visible {
	outline: 3px solid #000005;
	outline-offset: 3px;
}
h1 {
	font-size:20px;
}
h2 {
    font-size:17px;
}
h3 {
    font-size:14px;
}
a:hover {
	color: #800000;
}

.vip {
	color:#B00000;
}
a.vip:hover {
	color:#800000;
}

.sonder {
	color:#EECC00;
}
a.sonder:hover {
	color:#800000;
}

.nip {
	color:#EDEDED;
}
a.nip:hover {
	color:#800000;
}

.sold {
    color: #800000;
}
.nolink {
	text-decoration:none;
	color:#E8E8E8;
}
a.nolink:hover {
	color:#E8E8E8;
}

.nopic {
    border-right: 1px solid #000005;
    font-size: 10px;
}
.gallery {
    padding: 0px;
    padding-right: 10px;
}
.tdout {
	background-color:#E8E8E8;
}
tr.tdout:hover {
	background-color:#FFC72B;
}
.txttdout {
	color:#000005;
}
.showcart {
    font-size: 10px;
    padding: 3px;
}

body {
	scrollbar-3dlight-color:#E8E8E8;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#E8E8E8;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color: #000000;
}
#showImage {
	display: none;
	position: absolute;
}
#showImageMiddle {
	position: relative;
	margin-top: -200px;
	/*/*//*/ margin-top: -50%; /* */
	
}
#showImageMiddle img {
	border: 1px solid #000066;
}
