/* Quoter product info */
.quoterInfo {
	display: table;
}

.quoterInfoImage {
	display: table-cell;
	vertical-align: top;
}

.quoterInfoContent {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.quoterInfoHeader {
	font-weight: bold;
}

h1.quoterInfoHeader {
	font-weight: bold;
	padding: 0px;
	margin-bottom: -15px;
	font-size: 1em;
}

.quoterInfoHeader2 {
	font-weight: bold;
	color: #AE212A;
	font-style: italic;
	font-size: 0.9em;
}

.quoterInfoContent {
}

.quoterInfoCopy {
	font-size: 0.8em;
}

.quoterInfoListHeader {
	font-weight: bold;
	color: #AE212A;
	font-size: 0.85em;
}

.quoterInfoList {
	font-size: 0.8em;
	font-weight: bold;
}

.quoterInfoExtras {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
}

.quoterInfoBox {
	border: 1px solid black;
	width: 100%;
	font-size: 0.8;
}

.quoterInfoBoxHeader {
	color: white;
	background-color: #AE212A;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	padding: 3px;
}

.quoterInfoBoxContent {
	font-size: 0.8em;
}

.quoterInfoBoxContentCopy {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.quoterInfoBoxImage {
	display: table-cell;
}

.quoterInfoBoxLink {
	padding-bottom: 10px;
}

/* Quoter Featured Product */
.quoterFeaturedProduct {
	display: table;
	width: 100%;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
}

.quoterFeaturedProductImage {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding: 0px 4px 0px 30px;
	margin: 0px;
	width: 22px;
}

.quoterFeaturedProductCopy {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 15px;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}


/* Quoter Form */
.quoterLayout {
	border-top: 1px solid gray;
}

.quoterSection {
	display: block;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 9px;
	padding-right: 9px;
}

.quoterLeft {
	width: 282px;
	border-right: 1px solid gray;
	display: table-cell;
	vertical-align: top;
	padding: 7px;
}

.quoterRight {
	display: table-cell;
	width: 446px;
	vertical-align: top;
	padding: 7px;
}

.quoterLeftRight {
	display: block;
	width: 742px;
	vertical-align: top;
	padding: 9px;
}

.quoterAttributeLabel {
	display: inline;
	font-weight: bold;
}

.quoterMenu {
	display: block;
}

.quoterRadio {
	display: inline;
	font-weight: bold;
	font-size: 0.8em;
}

.quoterRadio.nowrap {
	white-space: nowrap;
}

.quoterPopup {
	display: inline;
	margin-left: 5px;
}

.quoterRow {
	display: table-row;
}

.quoterCell {
	display: table-cell;
	vertical-align: top;
}

.quoterText, .quoterLabel {
	display: table-cell;
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
}

.quoterText.nowrap, .quoterLabel.nowrap {
	white-space: nowrap;
}

.quoterRedWarning {
	color: red;
	font-size: 0.8em;
}

.quoterButtonBox {
	float: right;
	text-align: center;
	vertical-align: middle;
}

.quoterButton {
}


