
var(maincolor, #804515)
var(darkcolor, #331700)
var(lightcolor, #D79D6D)

a:link {
	color: #331700;
	text-decoration: none;
}

.back {
	color: #331700;
	text-decoration: none;
	cursor: pointer;
}

.back:hover {
	text-shadow: 2px 2px 5px #331700;
}

a.page:hover {
	text-shadow: 2px 2px 5px #331700;
}
a:hover .icon {
	box-shadow: 2px 2px 5px #331700;
}
a:visited {
	color: #D79D6D;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.icon {
	display: inline;
	position: relative;
}

img.logo {
	display: block;
	float: right;
	position: relative;
	top: -96px;
	right: 0;
	margin-bottom: -96px;
}

.help span {
	display: none;
}

.help:hover span {
	display: block;
	background-color: #ccff99;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	left: 12px;
	top: -26px;
	padding: 2px 2px 2px 2px;
	border-radius: 5px;
}

img.mobile {
	display: none;
}

div.menuicon {
	display: block;
	float: right;
	cursor: pointer;
	position: absolute;
}

.menu {
	display: none;
}

.menu li {
	border: 1px solid #331700;
	padding: 6px 6px 6px 6px;
	font-size: 10pt;
	height: 24px;
	background-color: white;
	box-shadow: 2px 2px 5px #331700;
}

.menu li:hover {
	background-color: #D79D6D;
}

ul.menu {
	float: right;
	list-style: none;
	position: relative;
	left: -24px;
	top: -24px;
}

.menuicon:hover .menu {
	display: block;
}

div.bar1, div.bar2, div.bar3 {
	display: block;
	width: 24px;
	height: 6px;
	background-color: #331700;
	margin-bottom: 3px;
	border-radius: 6px;
}


div.container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 72px;
	width: 800px;
	color: #804515;
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	font-size: 14pt;
}

h1.title {
	display: block;
	text-align: center;
	color: #331700;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
	width: 60%;
}

h2.head2 {
	color: #D79D6D;
	margin-bottom: 6px;
	font-size: 16pt;
	background-color: #804515;
	padding-left: 12px;
	margin-bottom: 18px;
	box-shadow: 2px 2px 5px #331700;
}

th.default {
	background-color: #804515;
	font-size: 16pt;
}

td.desc {
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}

div.displaycol {
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 16pt;
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
}

div.col {
	display: block;
	padding: 4px 4px 4px 4px;
	float: left;
	width: 32%;
}

div.colhead {
	background-color: #D79D6D;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 72px;
	padding: 6px 4px 2px 4px;
	margin-right: 4px;
	margin-left: 4px;
}

div.colimg {
	margin-top: 6px;
}

div.coldesc {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 6px;
	font-size: 14pt;
	text-align: center;
	color: black;
}

div.lineitem {
	display: block;
	margin-top: 6px;
}
div.subhead {
	display: block-inline;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	width: 20%;
	color: #331700;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
div.subtext {
	display: block-inline;
	font-size: 14pt;
	font-weight: normal;
	#width: 78%;
	color: black;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

p.shortdesc {
	color: black;
}

p.default{
	display: block;
	clear: both;
	color: black;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14pt;
}

ul.default{
	margin: 4px 4px 4px 4px;
	padding: 1px 1px 1px 1px;
}
li.default {
	color: black;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	font-size: 14pt;
}

div.head3 {
	padding: 1px 1px 1px 1px;
	margin-bottom: 6px;
	margin-top: 12px;
}

div.line {
	display: flex;
	padding: 1px 1px 1px 1px;
	margin: 4px 4px 4px 4px;
	width: 100%;
}
div.left {
	display: block;
	float: left;
	font-size: 16pt;
	font-weight: bold;
	color: #331700;
	width: 20%;
	vertical-align: top;
}

div.right {
	display: block;
	float: right;
	width: 79%;
	vertical-align: top;
}

span.left {
	display: block-inline;
	float: left;
	font-weight: bold;
	width: 32%;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 14pt;
}
span.lefttwo {
	display: block-inline;
	float: left;
	font-weight: bold;
	width: 49%;
	margin-bottom: 8px;
	padding-bottom: 2px;
	font-size: 14pt;
}
span.center {
	display: block-inline;
	float: left;
	font-weight: bold;
	width: 32%;
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 14pt;
}
span.right {
	display: block-inline;
	float: right;
	font-weight: bold;
	width: 32%;
	text-align: right;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-size: 14pt;
}
span.righttwo {
	display: block-inline;
	float: right;
	font-weight: bold;
	width: 49%;
	text-align: right;
	margin-bottom: 8px;
	padding-bottom: 2px;
	font-size: 14pt;
}

img.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	cursor: pointer;
}

img.photobox {
	width: 80%;
}

div.shadowbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

div.shadowboxcontent {
	background-color: #D79D6D;
    margin-left: auto;
	margin-right: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

.closeshadowbox {
    color: #330;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeshadowbox:hover,
.closeshadowbox:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

p.caption {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 14pt;
	text-align: center;
}

p.antispam {
	display: none;
}

select {
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	font-size: 14pt;
}

input, textarea {
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	font-size: 14pt;
	
}

input.submit {
	background-color: #804515;
	border-radius: 10px;
	padding: 4px 12px 4px 12px;
	border: 0px solid #00400E;
	box-shadow:  2px 2px 5px #331700;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)  {
	.default {
		font-size: 16pt;
		font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	}

	h2.head2 {
		font-size: 26pt;
		padding: 8px 8px 8px 8px;
	}
	
	div.subhead {
		font-size: 18pt;
	}
	
	span.left, span.center, span.right {
		font-size: 22pt;
		padding-bottom: 12px;
		margin-top: 18px;
	}

	p.spacer {
		font-size: 14pt;
	}
	div.container {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		color: #804515;
	}

	img.mobile {
		display: block;
		float: right;
		cursor: pointer;
		position: absolute;
	}

	div.bar1, div.bar2, div.bar3 {
		display: none;
	}

	nav ul, nav:active ul {
		display: none;
		float: right;
		list-style: none;
		position: relative;
		left: -24px;
		top: -24px;
	}

	.menu li {
		border: 1px solid #331700;
		padding: 36px 12px 12px 12px;
		font-size: 24pt;
		height: 72px;
		background-color: white;
		box-shadow: 2px 2px 5px #D79D6D;
	}

	nav:hover ul {
		display: block;
	}

	li.default {
		padding-left: 16pt;
		margin-left: 18pt;
	}
}

div.basketstats {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 72px;
	width: 600px;
	color: #804515;
	font-family: "Futura Bk Bt","Ebrima","Century Gothic",sans-serif;
	font-size: 12pt;
}
p.type::before {
	content: "Type: ";
	font-weight: bold;
}
p.type {
	display: block;
	float: left;
	width: 33%;
}
p.material::before {
	content: "Material: ";
	font-weight: bold;
}
p.material {
	display: block;
	float: left;
	width: 33%;
}
p.size::before {
	content: "Size: ";
	font-weight: bold;
}
p.size {
	display: block;
	float: right;
	width: 33%;
}