/*  K. Form Styles
----------------------------*/


input, select, textarea {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.85em;
	outline: none;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], textarea, textarea[name="msg"], select, div.styled, input[type="file"], input[type="email"] {
	float: left;
	width: 108px;
	border-radius: 2px;
	border: none;
	color: #54545e;
	text-shadow: 1px 0 0 0 #fff;
	padding: 1px 4px;
}
input[type="text"], textarea, textarea[name="msg"], input[type="file"], input[type="email"] {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #E4E4E4;
}
.ie9 input[type="text"] {
	line-height: normal;
}
textarea {
	width: 100%;
	height: 10em;
}
input[type="text"], textarea, textarea[name="msg"], select, div.custom-select, input[type="file"], input[type="email"] {
	float: left;
	width: 108px;
	border-radius: 2px;
	border: 1px solid #E4E4E4;
	color: #54545e;
	text-shadow: 1px 0 0 0 #fff;
	padding: 1px 4px;
}
#additional_comments{
width: 100% !important;
}
div.custom-select, select, input[type="file"]:after {
	background: url(../images/custom-select.png) no-repeat center right;
	border-radius: 4px 4px;
}
div.styled, div.custom-select {
	padding: 0;
	margin: 0 1px 5px 0;
}
.ie7 div.styled, .ie7 div.custom-select {
	border: none;
}
div.styled select, div.custom-select select {
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: solid 1px #f0f0f0;
	box-shadow: none;
	margin: 0;
}
div.custom-select select {
	border: none;
}
.ie7 div.styled select, .ie7 div.custom-select {
	width: 100%;
	background-color: transparent;
	border: solid 1px #f0f0f0;
	padding: 0;
}
input[type="file"] {
	position: relative;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	padding: 0;
}
input[type=file]::-webkit-file-upload-button {
 width: 0;
 padding: 0;
 margin: 0;
 -webkit-appearance: none;
 border: none;
}
input[type="file"]:after {
	content: 'Upload File';
	margin: 0 0 0 0.5em;
	display: inline-block;
	left: 100%;
	position: relative;
	background: url(../images/formelements-select.png) no-repeat center left;
	padding: 0.3em 0.5em;
	border: solid 1px #ccc !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
input[type="file"]:active:after {
	box-shadow: none;
}
/*Reda remove position absolut + remove label style + add VehicleFinancingNo*/
input[type="radio"], input[type="checkbox"] {
	/*position: absolute;*/
	left: -999em;
}
label:before {
	/*
	display: inline-block;
	position: relative;
	top: 0.25em;
	left: -2px;
	content: '';
	width: 25px;
	height: 20px;
	background-image: url(../images/formelements.png);
	*/
}
.parrent_vehicle_financing{   display: inline; margin-left: 11px; }
#VehicleFinancingNo{  margin-left: 9px;}
/*Reda*/
input[type="checkbox"] + label:before {
	background-position: 0 -24px;
}
input[type="checkbox"]:checked + label:before {
	background-position: 0 0;
}
input[type="radio"] + label:before {
	background-position: -25px -25px;
}
input[type="radio"]:checked + label:before {
	background-position: -25px 0;
}
.ie8 label:before {
	display: none;
	content: none;
}
.ie8 input[type="checkbox"], .ie8 input[type="radio"], .ie7 input[type="checkbox"], .ie7 input[type="radio"] {
	position: static;
	left: 0;
}
.ie8 input[type="checkbox"], .ie8 input[type="radio"] {
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}
 @media screen and (max-width: 400px) {
 input[type="text"], textarea, select, div.styled, div.custom-select {
 width: 100%
}
}
.select-wrapper .form-element label {
	position: static;
}
.full-width {
	width: 100% !important;
}
label {
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: -47px;
}
div.custom-select {
	margin-right: 6px;
}
div.custom-select1 {
	width: 90px;
}
div.custom-select2 {
	width: 100px;
}
div.custom-select3 {
	width: 105px;
}
div.custom-select4 {
	width: 120px;
}
div.custom-select5 {
	width: 97px;
}
div.custom-select6 {
	width: 132px;
}
div.custom-select7 {
	width: 148px;
}
div.custom-select8 {
	width: 118px;
}
div.custom-select9 {
	width: 107px;
}
div.custom-select10 {
	width: 90px;
}
div.custom-select:last-child {
	margin-right: 0;
}
.form-selectbox label, .form-selectbox label:before {
	padding: 0 10px 0 0;
	position: relative;
	left: -20px;
	font-weight: 300;
	line-height: 33px;
	background: none !important;
	float: left;
	width: auto;
	margin-left: 0;
}
/*  F. Buttons
----------------------------*/

.default-btn, .btn-inventory, button, input[type="reset"], input[type="button"], input[type="submit"] {
	font-size: 15.5px;
	padding: 5px 13px;
	border-radius: 4px;
	border: 0;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}
.default-btn:hover, .btn-inventory:hover, button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
}
.default-btn:active, .btn-inventory:active, button:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
	outline: 0;
}
.xs-button, .default-btn.xs-button, .btn-inventory.xs-button, button.xs-button, input[type="reset"].xs-button, input[type="button"].xs-button, input[type="submit"].xs-button {
	font-size: 10px;
	padding: 0 5px;
}
.sm-button, .default-btn.sm-button, .btn-inventory.sm-button, button.sm-button, input[type="reset"].sm-button, input[type="button"].sm-button, input[type="submit"].sm-button {
	font-size: 10px;
	padding: 3px 8px;
}
.md-button, .default-btn.md-button, .btn-inventory.md-button, button.md-button, input[type="reset"].md-button, input[type="button"].md-button, input[type="submit"].md-button {
	font-size: 13px;
	padding: 5px 13px;
}
.lg-button, .default-btn.lg-button, .btn-inventory.lg-button, button.lg-button, input[type="reset"].lg-button, input[type="button"].lg-button, input[type="submit"].lg-button {
	font-size: 18px;
	padding: 7px 15px;
}
.xl-button, .default-btn.xl-button, .btn-inventory.xl-button, button.xl-button, input[type="reset"].xl-button, input[type="button"].xl-button, input[type="submit"].xl-button {
	font-size: 24px;
	padding: 11px 18px;
}
.sbHolder {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, 0.0980392);
	border-radius: 4px;
}
.sbHolder:focus {
	outline: none;
}
a.sbSelector:link, a.sbSelector:visited, a.sbSelector:hover {
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}
.sbHolder .sbToggle {
	background: url(../images/select-icons.png) 0 1px no-repeat;
	right: 7px;
	top: 12px;
	width: 8px;
	height: 6px;
}
.sbHolder .sbToggle:hover {
	background: url(../images/select-icons.png) 0 1px no-repeat;
}
.sbOptions {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, 0.0980392) !important;
	border-top: 0 !important;
	margin-top: -1px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #333;
}
.sbHolder {
	float: left;
	margin-right: 0;
}
.sbHolder, .sbHolder .sbOptions {
	width: 100%;
}
.sbSelector {
	line-height: 27px;
}
.sbSelector {
	width: 100%;
}
.sbOptions li {
	width: 100%;
}
.search-form {
	padding: 22px 0 17px 0;
	background-color: #f0f0f0;
	margin-top: 20px;
	font-size: 13px;
	font-weight:normal;
}
.search-form input[type=search] {
	padding-left: 10px;
}
.form-wrap {
	display: block;
	overflow: hidden;
}
label[for=offer_email], label[for=offer_phone], label[for=schedule_email], label[for=schedule_phone], label[for=email], label[for=phone], .ajax_form label {
	position: relative;
	left: 0px;
	right: inherit;
}
.form-row {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.form-row:last-child {
	margin-right: 0px;
}
.form-row span {
	font-size: 13px;
	font-weight: 300;
	padding: 0 5px;
	float: left;
}
.form-bottom {
	overflow: hidden;
	display: block;
}
.form-element {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding-right: 6px;
}
.form-element label {
	font-weight: 300;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.form-element:last-child {
	margin-right: 0;
}
input[type=text]:focus, form input[type=text]:focus, form textarea:focus {
	outline: 0;
}
.form-control:focus {
    outline: 0px none;
}
textarea, select, div.custom-select, input[type="text"] {
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #E4E4E4;
	min-height: 27px;
	padding: 3px 4px;
	border-radius: 4px;
	font-size: 13px;
	margin: 5px 0px;
}
.align-right {
	text-align: right;
	line-height: 26px !important;
	padding-left: 58px;
}
.align-left {
	text-align: left;
}
.make_inventory .select-wrapper .my-dropdown .sbHolder .sbToggle {
	background: url(../images/dropdown-arrow.png) no-repeat 0 -6px;
	top: 7px;
	width: 12px;
	height: 30px;
}
.make_inventory .min-dropdown {
	width: 114px !important;
	margin: 0 0;
}
.make_inventory span.my-dropdown {
	width: 14px;
	vertical-align: top;
	line-height: 28px;
	color: #2d2d2d;
	font-size: 13px;
	font-weight: normal;
	position: static;
}
.make-dropdown {
	width: 252px;
}
.my-dropdown ul li {
	display: block;
}
.my-dropdown {
	display: inline-block;
	margin-right: 1px;
	width: 100%;
}
.years-dropdown {
	width: 87px;
}
.makers-dropdown {
	width: 94px;
}
.models-dropdown {
	width: 99px;
}
.body-styles-dropdown {
	width: 124px;
}
.mileage-dropdown {
	width: 101px;
}
.transmissions-dropdown {
	width: 140px;
}
.fuel-economies-dropdown {
	width: 148px;
}
.conditions-dropdown {
	width: 120px;
}
.location-dropdown {
	width: 113px;
}
.prices-dropdown {
	width: 90px;
}
.price-ascending-dropdown {
	width: 133px;
}
.price-ascending-dropdown a.sbSelector:link, .price-ascending-dropdown a.sbSelector:visited, .price-ascending-dropdown a.sbSelector:hover {
	font-weight: 600;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
}
.select-wrapper .form-links {
	padding: 0 0 0 31px;
}
.horizontal_box .check_box {
	right: 44px;
	top: 2px;
}
.search-form .select-wrapper {
	margin-top: 0;
}
.search-form .select-wrapper .sbHolder .sbToggle {
	background: url(../images/dropdown-arrow.png) no-repeat -2px -6px;
	top: 7px;
	width: 12px;
	height: 15px;
	border-left: 1px solid #D6D6D6;
}
.min-dropdown {
	width: 114px;
	margin: 0 1px;
}
 .select-wrapper div[class*="col-md-6"] {
 padding: 0 0 0 16px;
}
 .search-form .select-wrapper div[class*="col-md-6"] {
 padding: 0 11px 0 16px;
}
.select-dropdown {
	float: left;
	margin-right: 0px;
}
.select-dropdown a.sbSelector:link, .select-dropdown a.sbSelector:visited, .select-dropdown a.sbSelector:hover {
	line-height: 27px;
}
.select-dropdown span {
	width: 11px;
	vertical-align: top;
	line-height: 40px;
	color: #2d2d2d;
	font-size: 13px;
	font-weight: normal;
}
.min-price {
	margin-right: 0;
}
.select-dropdown-large .max-dropdown {
	width: 254px;
	margin-right: 10px;
}
.search-form .select-wrapper .select-dropdown-large .sbHolder .sbToggle {
	background: url(../images/arrow-dropdown.png) no-repeat 6px 2px;
	top: 8px;
	width: 12px;
	height: 26px;
}
.select-input {
}
.select-input input[type="text"] {
	width: 252px;
}
.select-form .max-dropdown {
	width: 100%;
	margin-bottom: 4px;
}
.select-form .max-dropdown .sbHolder {
	display: block;
}
.select-form .max-dropdown .sbHolder .sbToggle {
	background: url(../images/arrow-dropdown.png) no-repeat 6px 2px;
	top: 8px;
	width: 12px;
	height: 26px;
}
.select-wrapper {
	width: 100%;
	margin-top: 0px;
}
.listing_select.select-wrapper {
	width: 100%;
	padding: 0;
}
.find_vehiclebtn {
	font-size:15px;
	margin-left:10px;
}
a.Form-Button-Submit{
	font-size: 15.5px;
	padding: 5px 13px;
	border-radius: 4px;
	border: 0px none;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}
a.Form-Button-Submit:HOVER{
	text-decoration: none;
}
a.Form-Button-Submit:focus{
	text-decoration: none;
}