html, body {
	background-color: #4c4c4c;
	margin: 0;
	font-family: 'Verdana', sans-serif;
	font-size: 95%
}
img {
	margin-bottom: -4px;
}
form {
	margin: 0
}
div {
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	font-size: 140%;
	color: olive;
	text-transform: uppercase
}
.table {
	display: table
}
.row {
	display: table-row
}
.cell {
	display: table-cell
}
.data {
	margin: 20px 0 20px 0
}
.data .cell {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid olive;
	border-right: none;
	border-bottom: none
}
.data .row .cell:last-child {
	border-right: 1px solid olive
}
.data .row:last-child .cell {
	border-bottom: 1px solid olive
}
.data .row:nth-child(even) .cell {
	background-color: #f2f2f2;
}
.table_header .cell {
	background-color: #cccccc;
	font-weight: bold
}






.full {
	width: 100%;
}
.form .cell {
	padding: 10px
}
.form .row .cell:first-child {
	padding-left: 0;
}
.form .row .cell:last-child {
	padding-right: 0;
}
.header div {
	display: table-cell;
	vertical-align: middle;
	background-color: #191919;
	color: #f2f2f2;
	padding: 20px;
	white-space: nowrap
}
.header div:last-child {
	text-align: right
}
.menu {
	width: 250px;
	padding: 20px;
	display: table-cell;
	vertical-align: top;
	background-color: #666666;
	color: #cccccc
}
.menu a, .menu a:visited {
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase
}
.menu a:hover {
	text-decoration: underline
}
.content {
	padding: 20px;
	background-color: white;
	display: table-cell;
	vertical-align: top;
}
.footer {
	text-align: center;
	padding: 20px;
	color: #cccccc
}
.debug {
	background-color: #191919;
	padding: 20px;
	color: #cccccc;
}
.debug ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.button, .button:visited {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background-color: olive;
	color: white;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
	margin: 0;
	border-radius: 3px;
	font-size: 90%;
	border: none;
	transition: .5s;
	white-space: nowrap
}
.button:hover {
	transform: scale(0.95);
	background-color: #fd8008
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	 outline: none;
}
input,
textarea,
select {
	border-radius: 3px;
	padding: 7px 10px 7px 10px;
	font-size: inherit;
	border: 1px solid olive;
	vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
	resize: none
}
select {
	background-image: url('/cms/images/select.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 50px
}
.content .button {
	font-size: 100%
}
.is_required {
	background-color: #ffe7e1;
	border-color: red
}
.loader {
	position: fixed;
	z-index: 100;
	background-color: rgba(0,0,0,.75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none
}
.loader img {
	position: absolute;
	width: 150px;
	height: auto;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -75px;
}
.pagination a {
	margin-right: 4px
}
.paginationDisabled {
	opacity: .5;
	pointer-events: none
}
.ordering_status {
	padding: 20px;
	text-align: center;
	color: white;
	text-transform: uppercase
}
.ordering_open {
	background-color: green
}
.ordering_closed {
	background-color: maroon
}
.terms {
	width: 750px;
	height: 300px;
	background-color: #f2f2f2;
	padding: 20px;
	color: black;
	border: 1px solid #cccccc;
	border-radius: 3px;
	overflow: scroll
}
.terms p:first-of-type {
	margin-top: 0
}
.terms p:last-of-type {
	margin-bottom: 0
}
.code_box {
	display: block;
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 3px
}
.accordian_header, .accordian_body {
	padding: 20px
}
.accordian_body {
	padding-right: 0;
	padding-left: 0;
	display: none
}
.accordian_header {
	cursor: pointer;
	background-color: #cccccc;
	margin-bottom: 1px;
	font-weight: bold;
	transition: .5s
}
.accordian_header:hover {
	background-color: grey;
	color: white
}
.ticker {
	display: inline-block;
	padding: 8px;
	border: 1px solid black;
	border-radius: 3px;
	background-color: #f2f2f2;
	vertical-align: middle;
	cursor: pointer
}
.ticked {
	background-image: url('/cms/images/ticker.png');
	background-position: center center;
	background-size: cover;
	background-color: white
}
.cart {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: salmon
}
