@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('/themes/v5/css/fonts/helveticaneueltstd-lt.eot');
    src: url('/themes/v5/css/fonts/helveticaneueltstd-lt.eot') format('embedded-opentype'),
         url('/themes/v5/css/fonts/helveticaneueltstd-lt.woff') format('woff'),
         url('/themes/v5/css/fonts/helveticaneueltstd-lt.ttf') format('truetype'),
         url('/themes/v5/css/fonts/helveticaneueltstd-lt.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('/themes/v5/css/fonts/helveticaltstd-roman.eot');
    src: url('/themes/v5/css/fonts/helveticaltstd-roman.eot') format('embedded-opentype'),
         url('/themes/v5/css/fonts/helveticaltstd-roman.woff') format('woff'),
         url('/themes/v5/css/fonts/helveticaltstd-roman.ttf') format('truetype'),
         url('/themes/v5/css/fonts/helveticaltstd-roman.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

#testDrive {
	padding:0;
	margin:0;
	width:800px;
	z-index: 10000003;
	display:none;
	color:#fff;
}
#testDrive .closeBtn {
	width:24px; height:24px;
	background:url(/themes/v5/images/close-test-drive.png);
	position:absolute; top:18px; right:18px;
	display:inline;
}

#testDrive .logoTD {text-align: center; padding-bottom: 80px;}

#testDrive form {
	border: 20px solid #595858;
	background: #000000;
	position: relative;
	min-height: 400px;
	padding-bottom: 30px;
}
#testDrive form .title {padding: 0 0 20px 0;}

/* */

#testDrive form .myRow:before, #testDrive form .myRow:after {display: table; content: " ";}
#testDrive form .myRow:after {clear: both;}
#testDrive form .myRow {padding-left: 25px;}

#testDrive form .box150 {
	float: left; width: 150px;
	padding: 0 15px 10px 0;
}
#testDrive form .box315 {
	float: left; width: 315px;
	padding: 0 15px 10px 0;
}
#testDrive form .boxFull {
	float: left; width: 100%;
	padding: 0 0px 10px 0;
}

#testDrive form label {
	font-family: 'HelveticaLTStdRoman';
	font-size: 10px; text-transform: uppercase;
	font-weight: normal;
}
#testDrive form input.textField {
	border: 0px;
	background: #FFFFFF;
	padding: 8px 0px;
	color: #000000;
	font-family: 'HelveticaLTStdRoman';
	font-size: 12px; line-height: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	
	outline:none;
}

#testDrive form select {
	background: #f3f5f5 url(/themes/v5/images/arr-select.png) no-repeat right;
	width: 100%;
	margin: 3px 0 0 0;
	padding: 6px 40px 5px 5px;
	color: #000000;
	font-family: 'HelveticaLTStdRoman';
	font-size: 14px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="checkbox"] {
	display:inline-block;
	width:18px;
	height:19px;
	vertical-align:middle;
	background:url(/themes/v5/images/checkbox.png) 0px 0px no-repeat;
	cursor:pointer;
	border:0px;
	-webkit-appearance: none;
	outline: none;
	margin: 2px 0 0 0;
}
input[type="checkbox"]:checked  {
	background:url(/themes/v5/images/checkbox.png) 0px -21px no-repeat;
}

input[type="radio"] {
	display:inline-block;
	width:18px;
	height:19px;
	vertical-align:middle;
	background:url(/themes/v5/images/radio.png) 0px 0px no-repeat;
	cursor:pointer;
	border:0px;
	-webkit-appearance: none;
	outline: none;
	margin: 2px 5px 0 0;
}
input[type="radio"]:checked  {
	background:url(/themes/v5/images/radio.png) 0px -21px no-repeat;
}
#testDrive form label.act {padding-right: 10px!important;}


/* */

#footer .bottomBar .testDiriveRight {padding: 9px 0 8px 0;}
#footer .bottomBar .testDiriveRight a {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	background: url(/themes/v5/images/arr-dropdown2-black.png) no-repeat top center;
	padding-top: 13px;
	display: block;
	text-align: center;
}