﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0em 1em 0em 1em;
}

h1 {
	text-align: center;
	font-size: 2.3em;
}

	h1.lot {
		text-align: center;
		font-size: 2.3em;
		color: blue;
	}

h2 {
	margin: 2em 0em 0.5em 0em;
}

.normalText {
	line-height: 1.5em;
}

.liHeader {
	font-weight: bold;
}

.liDescription {
}

.specsHeader {
	box-sizing: border-box;
	margin: 2em 0em 0em 0em;
	padding: 0px;
	font-size: 1em;
	vertical-align: middle;
}

.specUL {
	box-sizing: border-box;
	list-style: none;
	padding-left: 0em;
}

.specsLeftColumn {
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0%;
	font-weight: 600;
}

.specsRightColumn {
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0%;
	padding-left: 24px;
}

.specsLineWhite {
	box-sizing: border-box;
	display: flex;
	width: 800px;
	padding: 1.25em 1.5em;
	justify-content: space-between;
	word-break: break-word;
}

.specsLineBlue {
	box-sizing: border-box;
	display: flex;
	width: 800px;
	padding: 1.25em 1.5em;
	justify-content: space-between;
	word-break: break-word;
	background: rgb(241, 248, 255);
	border-radius: 4px;
}

.specBox {
	margin: 0px 0px 1em 0em;
	/*flex-wrap: wrap;
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		justify-content: space-between;
		position: relative;
		overflow-wrap: break-word;
		box-sizing: border-box;
		display: flex;
		flex-grow: 1;
		width: 800px;
		overflow-y: auto;*/
	color: rgb(4, 12, 19);
	font-size: 0.8em;
}

.fromFooterAnchor {
	color: blue;
	margin-right: 0.3em;
	text-decoration: none;
}

.fromFooterDescription {
}

.fromImg {
	border: 0px;
	max-width: 100%;
	max-height: 400px;
	cursor: default;
}

.fromManufacturer_SectionBlock {
	margin-top: 2.5em;
	margin-bottom: 0px !important;
	position: relative;
	overflow: hidden;
}

.fromManufacturer_SectionBlockTextLeft {
	position: relative;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fromManufacturer_SectionBlockTextRight {
	position: relative;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fromManufacturer_ImageDivL {
	box-sizing: content-box;
	padding-top: 0px !important;
	padding-right: 1em;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	text-align: center;
	line-height: 0;
	max-width: 400px;
	-webkit-box-flex: 0;
	flex: 0 100 50%;
}

.fromManufacturer_ImageDivR {
	box-sizing: content-box;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 1em;
	text-align: center;
	line-height: 0;
	max-width: 400px;
	-webkit-box-flex: 0;
	flex: 0 100 50%;
}

.fromManufacturer_TextDivL {
	box-sizing: border-box;
	padding: 0px 0em 1em 0em;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.4;
	-webkit-box-flex: 1;
	flex: 1 1 50%;
}

.fromManufacturer_TextDivR {
	box-sizing: border-box;
	padding: 0px 1em 1em 0em;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.4;
	-webkit-box-flex: 1;
	flex: 1 1 50%;
}

.fromManufacturer_Header {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.57em;
	margin-bottom: 0.5em !important;
	text-transform: capitalize !important;
}
