@font-face {
	font-family: "conthrax-sb";
	src: url("conthrax-sb-webfont.woff2") format("woff2"), url("conthrax-sb-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	color: #636363;
	font-family: sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 120%;
}

a, a:visited, a:hover, a:active {
	color: #636363;
}

table {
	border-spacing: 0;
}

td {
}

h1, h2, h3, h4 {
	font-family: "conthrax-sb", serif;
	color: #DE2927;
	transform: scaleX(0.7);
	transform-origin: left;
	padding-bottom: 8px;
	line-height: 100%;
}

h1 {
	margin: 0.33em 0 0.33em 0;
}

h2 {
	margin: 0.41em 0 0.41em 0;
}

h3 {
	margin: 0.41em 0 0.41em 0;
}

p {
	margin: 0.5em 0 0.5em 0;
}

.formLabel {
	display: block;
	font-weight: bold;
}

.formHint {
	display: block;
}

.formControl {
	display: block;
	max-width: 98%;
}

.formButton {
	margin-top: 1em;
	min-width: 140px;
}

.formButtonPrimary {
	float: none;
	margin-right: 32px;
}

.formButtonSecondary {
	float: none;
	margin-right: 32px;
}

.formButtonTertiary {
	margin-right: 8px;
}

label.required:after {
	content: "*";
}

input[type=text], input[type=date], input[type=password], textarea {
	font-family: sans-serif;
	font-size: 1.0em;
	margin-left: 3px;
	width: 320px;
}

input[type=file], select {
	font-family: sans-serif;
	font-size: 1em;
	margin-left: 3px;
}

input[type=checkbox] {
	height: 1rem;
	width: 1rem;
	margin: 0 0 0 3px;
}

textarea {
	resize: none;
}

input.error, select.error, textarea.error {
	border: 2px solid #ff0000;
}

div#bannerWrapper {
	background-color: #000000;
	position: relative;
	padding: 8px;
}

div#banner {
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 980px;
}

div#containerWrapper {
	margin-bottom: 24px;
	position: relative;
	padding: 0 8px 8px 8px;
}

div#container {
	position: relative;
	overflow: auto;
	min-height: 480px;
	margin: auto;
	width: 980px;
}

img#logo {
	display: block;
	float: left;
	margin-left: 8px;
	max-height: 75px;
	position: relative;
}

input[type=button], input[type=submit], input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #DE2927;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	padding: 16px 32px;
	text-decoration: none;
}

input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled, input[type=button].disabled, input[type=submit].disabled, input[type=reset].disabled {
	background-color: #D0D0D0;
	cursor: not-allowed;
}

div.errors {
	background-color: #ffd0d0;
	margin: 8px 0;
}

div.messages {
	background-color: #D0D0D0;
	margin: 8px 0;
}

div.messages a, div.errors a {
	color: #ffffff;
}

.textAlignRight {
	text-align: right;
}

div#menu {
	background-color: #f0f0f0;
	padding-bottom: 8px;
	text-align: center;
}

div#menu a {
	display: inline-block;
	font-weight: bold;
	margin-right: 24px;
}

div#menu a::before {
	background-image: url('../img/wave_grey.png');
	background-size: 1.5em 1.5em;
	content: "";
	display: inline-block;
	height: 1.5em;
	position: relative;
	top: 6px;
	width: 1.5em;
}

.inverse {
	background-color: #d0d0d0;
	color: #ffffff;
	display: inline-block;
	margin: 0;
	padding: 0 4px;
}

#pricelist .category {
	background-color: #d0d0d0;
}

#pricelist .item {
}

#pricelist .oldPrice, #productdetail .oldPrice {
	text-decoration: line-through;
	color: #a0a0a0;
}

#pricelist .newPrice, #productdetail .newPrice {
}

#pricelist td, #productdetail td {
	padding: 4px 2px 2px 2px;
}

#productdetail .key {
	padding-left: 24px;
	width: 200px;
	vertical-align: top;
}

#productdetail .image {
	max-width: 800px;
}

@media only screen and (max-device-width : 720px) {
	#productdetail .image { max-width: 90%; }
}

#footer {
	font-size: 11px;
	margin-top: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

#basket .item {
}

#basket .oldPrice, #basket .oldPrice {
	text-decoration: line-through;
	color: #a0a0a0;
}

#basket .newPrice, #basket .newPrice {
}

input[type="button"].small, input[type="submit"].small {
	min-width: auto;
	padding: 1px 8px;
	margin: 0 4px 0 0;
}

img#logoProcessor {
	margin-left: 0;
	max-height: 100px;
}

@media only screen and (max-width: 980px) {
	div#banner, div#container {
		margin: unset;
		width: 100%;
	}

	img#logoProcessor {
		max-height: 64px;
	}

	.formButtonPrimary {
		margin-right: 0px;
		float: right;
	}

	.formButtonSecondary {
		margin-right: 0px;
		float: left;
	}

	.formButtonPrimary.small, .formButtonSecondary.small {
		float: unset;
		margin-bottom: 4px;
	}

	table#basket .formButtonPrimary.small, table#basket .formButtonSecondary.small {
		margin: 4px;
	}
	
	input[type=text], input[type=date], input[type=password], textarea {
		width: auto;
	}

	input[type=number] {
		width: 48px;
	}

	#footer {
		font-size: 9px;
	}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1.15em;
	}

	.hideOnMobile {
		display: none !important;
	}

	.key {
		padding-left: 0 !important;
		width: unset !important;
	}

	table.mobileCollapse {
		width: 100%;
	}

	table.mobileCollapse td {
		display: block;
	}

	td.mobileNoCollapse {
		display: table-cell !important;
	}

	table.mobileCollapse input[type=text] {
		width: 320px;
	}
}