﻿/* This stylesheet is meant for the dealer product order form and is meant to be modified using JavaScript */
.ProductGroupHeader { font-weight: bold; background-color: #93adae !important; }
.ProductGroupHeader TD { border-top: 1px solid #839d9e; border-bottom: 1px solid #bdd4d5;}
.ProductGroupHeader * { cursor: pointer !important; } 

.ContentBlockWide {
	position: relative;
	display: block;
	width: 764px;
	min-height: 600px;
	background-color: #adc4c5;
	color: #4e5f62;
	padding: 0px 12px 0px 12px;
	z-index: 0;
}

.ContentBlockWide TD { color: #4e5f62; }

/* Form table and product table styles */	
.FormTable, .ProductTable {
	/*table-layout: fixed;*/
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.FormTable TD, .ProductTable TD {
	padding: 0px 3px 0px 3px;
}
.ProductTable INPUT {
	margin: 0px;
	border: 1px solid #93ADAE;
	text-align: right;
}
.FormTable INPUT { 
	width: 100%; 
}

#ProductSection #Header TD {
	padding-bottom: 3px;
	border-left: 1px solid #93ADAE;
	border-right: 1px solid #93ADAE;
}
