﻿#buyersGuideEssentialForm {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 10pt;
}

input[type=text] {
	font-size: 10pt;
	font-family: Tahoma;
}

.pagebreak {
	display: block; 
	page-break-before: always;
	height: 1px;
	border: none;
}

.vehicleDataTable
{
	width: 100%;
	border-collapse: collapse;
}

.vehicleDataTable td
{
	border-bottom: dotted 1px #a4a4a4;
	padding: 1px;
	font-size: 0.7em;
}

.vehicleDataTable tr:last-child td {
	border-bottom: none;
}

.vehicleDataTable tr td:first-child
{
	font-weight: bold;
	width: 150px;
}

.salesmanBlockContainer {
	padding: 15px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
	color: #000000;
	margin-bottom: 15px;
	text-align: left;
	border: dashed 3px #D73B12;
}

.salesmanBlock {
	font-weight: bold;
	font-family: Tahoma;
}

.salesmanBlock>.salesmanDetailsCaption {
	width: 100px;
	display: inline-block;
	text-align: left;
	font-size: 1.3em;
}

.salesmanBlock>.salesmanDetails {
	font-size: 1.4em;
	padding-left: 5px;
	text-transform: uppercase;
	color: #0066A8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 190px;
}

.vehicleName
{
	font-family: Tahoma;
	font-size: 1.7em;
	color: #0066A8;
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 290px;
}

.vehiclePriceCell {
	color: #D73B12 !important;
	font-family: Tahoma;
	font-weight: bold;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.vehicleFeatures {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.7em;
}

.vehicleFeatureContainerTitle {
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999999;
	width: 100%;
}

.vehicleFeatureContainer {
	width: 100%;
	margin-bottom: 5px;
}

.vehicleFeatureTitle {
	font-weight: bold;
	color: #444444;
}

.vehicleFeatureItem
{
	font-weight: normal;
	display: inline-block;
}

.vehicleImage {
	width:370px;
	height:278px;
	border:solid 1px #888888;
}

.vehicleNotes {
	font-size: 0.7em;
	height: 60px;
	overflow: hidden;
}

.phoneCell {
	padding:6px;
	color:#000000;
	font-size:1.8em;
	text-transform: uppercase;
	font-weight:bold;
}

.qrCodeContainer {
	text-align: center;
	margin-top: 5px;
}

.qrCodeContainer div {
	font-size:1.3em;
	font-weight:bold;
	color: #d63b12;
}

.qrCodeContainer img {
	border: solid 1px #d63b12;
}

.leaderboardBannerContainer {
	height: 90px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}

#page1 div, #page2 div,
#page1 span, #page2 span
{
	font-size: 9pt;
}

div.formWarrantyOptionText,.formHeader1 {
	font-size: 16pt !important;
}

#Text7_Container, #Text8_Container, #Text9_Container,
#Text16_Container, #Text17_Container, #Text18_Container {
	display: none;
}

.formDefectDescription {
	padding: 5px 0 !important;
}

.formMainContainer 
{
	padding: 0 !important;
	clear: both;
	border: none !important;
}

.formInputArea {
	font-size: 11pt !important;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.formTextBox {
	border: none;
	border-bottom: solid 1px #000;
	width: 60px;
}

p {
	padding: 0;
	margin: 0;
}

.dealerLogo {
	width:auto;
	border:solid 1px #cccccc;
}

/*   buyer's Guide'   */

.formsList {
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #666;
	font-size: 9pt;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	color: #0066A8;
}

.formMainContainer 
{
	font-family: Arial;
	font-size: 11pt;
	border: solid 2px #000;
	padding: 25px;
	padding-top: 40px;
	width: 717px;
	color: #000;
}

.formHeader1, .formHeader2 {
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: solid 2px #000;
}

.formHeader2, .formHeader3 {
	font-size: 14pt;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	border-bottom: solid 3px #000;
}

.formHeader3 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: none;
}

.formDefectDescription {
	padding: 20px 0;
}

.formText_Small {
	font-size: 10pt;
	padding-left: 20px;
}

.emphase1 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

.formTextPlaceholder, 
.formTextPlaceholder2,
.formTextPlaceholderNoPadding {
	padding-top: 22px;
	border-bottom: solid 1px #000;
}

.formTextPlaceholder2 {
	padding-top: 7px;
}

.formTextPlaceholderNoPadding {
	padding-top: 0;
}

.formInputArea {
	color: #0066A8;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-bottom:solid 1px #000000 !important;
	width: 100%;
}

.formInputCaption {
	font-size: 8pt !important;
	text-align: center !important;
	display: inline-block;
	vertical-align: top;
}

.formOptionContainer {
	vertical-align:middle;
	height:50px;
	margin-top: 10px;
}

.formWarrantyCheckBoxPlaceHolder_Big,
.formWarrantyCheckBoxPlaceHolder_Small {
	display: inline-block;
	border: solid 2px #000;
	padding: 3px;
	width: 25px;
	height: 25px;
	vertical-align:middle;
	text-align: center;
	color: #0066A8;
	font-size: 22px;
	font-weight: bold;
}

.formWarrantyCheckBoxPlaceHolder_Small {
	width: 10px;
	height: 10px;
	font-size: 11px;
}

.formWarrantyOptionText {
	font-size: 32pt !important;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align:middle;
	padding-left: 10px;
	letter-spacing: 5px;
	line-height: 28pt;
}

.formTextBox, .formTextBoxNoBorder {
	border: none;
	border-bottom: solid 1px #000;
	width: 60px;
	text-align: center;
	color: #0066A8;
	font-weight: bold;
}

.formTextBoxNoBorder {
	border: none;
	width: 100%;
	text-align: left;
	padding: 0;
}

.formTextAreaNoBorder {
	background-image: url('/images/textarea_bg.png');
	background-color: transparent;
	line-height: 25px;
	border: none;
	max-width: 210px;
	width: 210px;
	height: 100%;
	min-height: 100%;
	resize: none;
	color: #0066A8;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
	overflow: auto;
}

.QRCodeInstructions {
	text-align: center;
	font-weight: bold;
	color:#ff0000;
	border: solid 2px #ff0000;
	padding: 5px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.checkBoxBg_Big, .checkBoxBg_Small {
	background-image: url('/images/chkbox_bg_small.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.checkBoxBg_Big {
	background-image: url('/images/chkbox_bg_big.png');
}

.formWarrantyCheckBoxPlaceHolder_Small, 
.formWarrantyCheckBoxPlaceHolder_Big {
	cursor: pointer;
}

.formTable 
{
	font-family: Tahoma;
	font-size: 10pt;
	border: solid 2px #000;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: hide;
}

.formTable td {
	padding: 3px;
	border: solid 1px #000;
	vertical-align:top;
}

::-webkit-input-placeholder {
  color: #b4b4b4;
	font-family: Arial;
	font-size: 9pt !important;
	font-weight: normal;
	font-style: italic;
	text-transform: none !important;
}
:-moz-placeholder 
{
	font-family: Arial;
  color: #b4b4b4;
	font-size: 9pt !important;
	font-weight: normal;
	font-style: italic;
	text-transform: none !important;
}
:-ms-input-placeholder 
{
	font-family: Arial;
  color: #b4b4b4;
	font-size: 9pt !important;
	font-weight: normal;
	font-style: italic;
	text-transform: none !important;
}

.formBottomLine {
	border: none;
	border-bottom: solid 1px #000 !important;
}

.formSignatureTable {
	width: 100%;
	border: none;
	margin: 20px 0;
}

.formSignatureTable td {
	border: none;
}

.formMenuItem {
	font-size: 8pt;
}

.formSelectedMenuItem, .formSelectedMenuItem a 
{
	font-size: 8pt;
	color: #ff0000 !important;
	text-decoration: none;
	cursor: default;
}

.valid {
	background: none !important;
	padding: 0 !important;
}