@charset "utf-8";
/* CSS Document */
.TechnicalSection {
	padding-bottom: 80px;
	padding-top: 75px;
	background-color: #f7f2ed;
}
.TechnicalPanel {
	position: relative;
	float: left;
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
}
.TechnicalPanel h1 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.TechnicalPanel h3 {
	font-size: .9em;
	margin-bottom: 30px;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
}
.TechnicalPanel h4 {
	margin-bottom: 30px;
	line-height: normal !important;
	font-size: 1.25em;
	padding-left: 25px;
	color: #394665;
	position: relative;
}
.TechnicalPanel h4::before {
	left: 0px; 
	top: .75em; 
	width: 20px; 
	height: 1px; 
	position: absolute; 
	content: " "; 
	background-color: #394665;
}
.TechnicalInformationContainer {
	float: left;
	width: 100%;
	position: relative;
}
.ContactContainer {
	float: left;
	width: 50%;
	position: relative;	
}
.TechnicalInformation {
	float: left;
	width: 45%;
	position: relative;
	padding-right: 5%;
	line-height: 22px;
}
.TechnicalMargin {
	margin-right: 10%;
}
.WarrantyInstruction {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	position: relative;
}
.TechnicalInformationContainer ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.TechnicalInformationContainer li {
	position: relative;
	padding-bottom: 12px;
	list-style-type: none;
}
.TechnicalInformationContainer li span {
	position: absolute;
	top: 1px;
	right: 0px;
}
a.GroupOpener:hover {
	text-decoration: none !important;
}
a.GroupOpener:hover > span.DownArrow {
	background-image: url(../ui/DownloadRed.png);
}
span.DownArrow {
	background-image: url(../ui/DownloadArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
li.TechTrigger:hover > span.DownArrow {
	background-image: url(../ui/DownloadRed.png);
}
li.TechTrigger:hover > span.UpArrow {
	background-image: url(../ui/DownloadRedUp.png);
}
span.UpArrow {
	background-image: url(../ui/DownloadArrowReversed.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.TechnicalGroupContainer {
	display: none;
	margin-left: 10px;
}
.TechnicalInformationContainer li a {
	display: block;
	max-width: 80%;
}
@media all and (min-width:320px) and (max-width:900px) {
	.TechnicalInformation {
		width: 100%;
		padding-right: 0%;
	}
}
.hidden {
	display: none !important;
}
.display {
	margin-top: 8px;
}
div#Loader {
	position: absolute;
	top: 40% !important;
	left: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#Loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../ui/fancy_loading.png);
}
.RecordDisplayContainer {
	border: 1px solid #454B53;
}
.RecordDisplayHeader {
	background-image: url(../ui/GradientHeader.png);
	background-repeat: repeat-x;
}
.RecordDisplayHeader td {
	font-size: .95em;
	color: #FFF;
	font-weight: 400;
	line-height: 16pt !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.RecordDisplayResults td {
	font-size: .85em;
}
.RecordCell {
	padding-top: 5px;
	padding-bottom: 5px;
}
.WarrantyReturnContainer {
	height: 30px;
	position: absolute;
	top: 20px;
	right: 90px;
	background-image: url(../ui/MenuArrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: auto 25px;
	padding-right: 30px;
}
.WarrantyReturnContainer:hover {
	background-image: url(../ui/MenuArrowHover.png);
}
.WarrantyReturnContainer a {
	font-size: 1.15em;
	line-height: 1.25em;
}
.ContactDetails {
	line-height: 22px;
	float: left;
	width: 100%;
	position: relative;
}
.ContactDetails h2 {
	text-transform: uppercase;
}
.ContactDetails img {
	width: 150px;
	height: auto;
	display: block;
/*	margin-left: auto;
	margin-right: auto;
*/}
.ContactFormContainer {
	float: left;
	width: 100%;
	position: relative;
}
.SignupFormContainer {
	margin-top: 50px;
	float: left;
	width: 60%;
	position: relative;
}
.ContactFormContainer p {
	line-height: 22px;
}
.ContactFormContainer h2 {
	text-transform: uppercase;
}
.ContactFormContainer .form-control {
	width: 60%;
}
.ServiceIndicator {
	color: #394666;
	font-weight: 400;
}