
.tx-aircowellpdfs h1{
	margin-bottom: 30px;
}

.tx-aircowellpdfs table{
	width: 100%;
	margin-bottom: 50px;
}

.tx-aircowellpdfs table thead{
	background: #ddd;
}
.tx-aircowellpdfs table thead th{
	padding: 5px;
	font-size: 15px;
}
.tx-aircowellpdfs table tbody tr{
	border-bottom: 1px solid #ddd;
}
.tx-aircowellpdfs table tbody tr td{
	padding: 5px 5px 0 5px;
}
.tx-aircowellpdfs table tbody tr td .pdf_button{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.tx-aircowellpdfs .pdf_button{
	display: inline-block;
	background: #7ab51d;
	padding: 5px 12px;
	color: #FFF;
	cursor: pointer;
	border: 0;
}
.tx-aircowellpdfs .pdf_button:hover{
	background: #8bc61d;
}

.tx-aircowellpdfs .step_button{
	display: inline-block;
	background: #666;
	padding: 3px 7px;
	color: #FFF;
	cursor: pointer;
	border: 0;
}
.tx-aircowellpdfs .step_button:hover{
	background: #777;
}


.tx-aircowellpdfs .form_line{
	width: 100%;
	max-width: 600px;
	overflow: auto;
	margin-bottom: 16px;
}
.tx-aircowellpdfs .form_label{
	width: 32%;
	float: left;
}
.tx-aircowellpdfs .form_field{
	width: 67%;
	float: left;
}

.tx-aircowellpdfs .additional_subline {
	height: 26px;
	padding-top: 3px;
}

.tx-aircowellpdfs .form_field input[type=text], .tx-aircowellpdfs .form_field textarea{
	width: 100%;
	border: 1px solid #c5c3c3;
	padding: 2px 4px;
}
.tx-aircowellpdfs .form_field input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	height: 15px;
	width: 15px;
}

.tx-aircowellpdfs .form_field select {
	width: 100%;
}

.tx-aircowellpdfs .image_col_1 {
	width: 66%;
	float: left;
}
.tx-aircowellpdfs .image_col_1 img{
	width: 100%;
	height: auto;
}
.tx-aircowellpdfs .image_col_2 {
	width: 34%;
	float: left;
	text-align: right;
}
.tx-aircowellpdfs .col-1of3{
	width: 33.33%;
	padding-right: 30px;
	float: left;
	margin-bottom: 40px;
}
.tx-aircowellpdfs .col-1of3.year_container{
	padding-right: 0;
}
.tx-aircowellpdfs .col-1of3 select{
	width: 100%;
}


.tx-aircowellpdfs .vehicle-types{
	margin-bottom: 20px;
}

.tx-aircowellpdfs .vehicle-type{
	display: inline-block;
	cursor: pointer;
	height: 50px;
}

.tx-aircowellpdfs .vehicle-type img{
	height: 40px;
	width: auto;
	margin-right: 10px;
}
.tx-aircowellpdfs .vehicle-type img.active{
	display: none;
}
.tx-aircowellpdfs .vehicle-type:hover img.active, .tx-aircowellpdfs .vehicle-type.active img.active{
	display: inline-block;
}
.tx-aircowellpdfs .vehicle-type:hover img.inactive, .tx-aircowellpdfs .vehicle-type.active img.inactive{
	display: none;
}
.tx-aircowellpdfs .vehicle-type-hl{
	display: block;
	margin-bottom: 12px;
}

