* {
	font-family: Helvetica,'Arial Unicode MS',Arial,sans-serif;
}

body { color: #000000; background-color: #ffffff; margin: 0; padding: 4px }

.logo {
	font-size: 18px;
	color:#8a8a8a;
    padding: 0 0 5px 0;
}
.logo>a { color:#8a8a8a; text-decoration: none }
.logo>a:visited { color:#8a8a8a }
.logo>a>b { font-size: 24px; font-weight: bold }

.logo>a~a {
	color:#8a8a8a;
	font-size: 24px;
	font-weight: bold;
}

.logo>sup {
	padding-left: 6px;
	font-size: 12px;
	color: #FF9200;
	font-style: italic;
}

#r-hdr {
	float: right;
	font-size: 13px;
	padding: 2px 0 2px 10px;
}

a.a, a.a:visited, .link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.ptr, input[type="radio"] {
	color: blue;
	cursor: pointer;
}

.lp1 {
	padding-left: 5px;
}
.lp2 {
	padding-left: 10px;
}
.lp4 {
	padding-left: 40px;
}
.rp1 {
	padding-right: 5px;
}
.ls1 {
	line-height: 1.2em;
}
.ls1 li {
	margin: 5px 0;
}
.dcancel {
    vertical-align: top;
    margin: 20px;
    padding: 20px;
    line-height: 40px;
}
.sp1 {
	padding-top: 5px;
	font-size:10px
}
.xsp1>div>ins {border:1px solid #666666;box-sizing:content-box}
.sp2 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:10px
}
.xsp2>div>ins {border:1px solid #666666;box-sizing:content-box}

.big {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}

.car-select {
	
}

.car-select h2 {
	margin: 6px 0;
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.car-select h3 {
	margin: 4px 0;
}

.car-select a {
	display: block;
}

.car-select .element {
	margin: 6px 0 20px 0;
}

.tab {
	display: table;
}

.row {
	display: table-row;
}

.tab .row div {
	display: table-cell;
	padding-right: 8px;
}

.tab .row.sub div {
	padding-left: 8px;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1024px;
	min-width: 640px;
	margin: 0 auto;
	position: relative;
	padding: 1px 0;
}

.nav-left {
	float: left;
	position: relative;
	display: none;
}

.nav-right {
	float: right;
	position: relative;
	display: none;
}

.ga1 {
	width:160px;
	height:600px;
/* 	background-color: #e0e0e0; */
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

#searchBox {
	text-align: right;
	font-size: 14px;
}

#feedbackForm .table {
	display: table;
}

#feedbackForm .table > div {
	display: table-row;
}

#feedbackForm .table > div > div {
	display: table-cell;
	vertical-align: top;
	padding-right: 8px;
}

#feedbackForm .wide {
	width: 400px;
}

#carMRU {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 2px;
	border: 1px solid #bababa;
	background-color: white;
	padding: 6px 0;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
}

#carMRU .loading {
	width: 240px;
	font-size: 150%;
	text-align: center;
    color: grey;
}

.mycars table {
	border-collapse: collapse;
}

.mycars tr td {
	padding: 4px 2px 4px 10px;
}

.mycars .carMRUempty {
	padding: 10px;
}

#carMRU .mycars tr td {
	padding: 4px 6px 6px 6px;
}

#carMRU .mycars tr td:nth-of-type(1) {
	padding: 8px 0px 7px 14px;
}

#carMRU .mycars tr:hover td {
	background-color: #e0e0e0;
}

#carMRU .mycars tr td a:visited {
	color: blue;
}

.mycars .rmbtn {
	padding-left: 7px;
	color: #d3d3d3;
	cursor: pointer;
 	font-size: 133%;
}

.mycars .rmbtn:hover {
	color: #ff3939;
}

.mycars-btn, .myaccount-btn, .login-btn {
	text-decoration: none;
	color: #606060;
	cursor: pointer;	
}

.mycars-btn:hover, .myaccount-btn:hover {
	color: black;
}

div.login-btn {
	color: black;
}

.mycars-btn [class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 177%;
}

.myaccount-btn [class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 150%;
}

.login-btn [class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 166%;
}

.lang-btn, .lang-btn:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6aa1f3;
	cursor: pointer;
	padding-right: 12px;
}

.lang-btn:hover {
	color: #000000;
}

#myMenu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 2px;
	border: 1px solid #bababa;
	background-color: white;
	padding: 4px 0;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
}

#myMenu div a, #myMenu div a:visited {
	display: block;
	padding: 7px 12px;
	color: blue;
}

#myMenu div a:hover {
	background-color: #e0e0e0;
}

#langMenu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 2px;
	border: 1px solid #bababa;
	background-color: white;
	padding: 4px 0;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5);
}

#langMenu div a, #langMenu div a:visited {
	display: block;
	padding: 7px 12px;
	color: blue;
}

#langMenu div a:hover {
	background-color: #e0e0e0;
}

.sm1 {
	font-size: 14px;
}
.sm2 {
	font-size: 13px;
}
.small {
	font-size: 10px;
}
.m0, .m0 h4, .m0 h5, .m0 ul {
	margin: 0;
}
img {
	-webkit-user-drag: none;
}

#caprefresh {
	padding: 0;
	border: none;
	margin: 0 0 0 15px;
	background-color: transparent;
	position: relative;
	bottom: 30px;
}

.display-none {
	display: none;
}

.grp>p {
	margin: 12px 0;
}

.docs>p {
	margin: 12px 0;
}

.docs2>p {
	margin: 12px 0;
}

.docs2>h3 {
	font-weight: normal;
}

.content .notes {
	padding-top: 19px;
	font-size: 13px;
}

.content .notes li {
	padding-bottom: 10px;
}

.content .narrow {
	max-width: 720px;
	margin: 0 auto;
}

.content .narrow td {
	padding: 6px 12px 6px 0;
}

.content .narrow td input[type="submit"] {
	margin: 8px 12px 8px 0;
}

.grp > p > a {
	font-weight: bold;
}

.grp > p > a ~ a {
	font-weight: normal;
}

.vs1 {
	padding-top: 1px;
}

.vs10 {
	padding-top: 10px;
}

.m20 {
	margin-top: 24px;
}

.content {
	margin-top: 5px;
	margin-bottom: 20px;
}

.notice {
	font-size: 0.75em;
}

.errnotice {
	font-size: 0.75em;
	color: red;
}

.appl {
	font-size: 0.8em;
}

.fragment {
	font-size: 0.75em;
}

.err {
	padding: 16px 0;
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}

#form1 table tr td {
	vertical-align: top;
}

.formerr {
	padding: 3px 0 0 0;
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}

#disclaimer {
	font-size: 0.75em;
}

#disclaimer .hide {
	display: none;
}

#disclaimer a {
	color: #00a;
	text-decoration: underline;
	cursor: pointer;
}

input.readonly {
	border: none;
	background-color: transparent;
	color: black;
}

.ph1 {
	padding: 2px 12px;
}

.ml2 {
	margin-left: 20px;
}

.txt {
	font-size: 14px;
}

#feedbackTop {
	float: right;
}

#feedbackBtn {
	font-size: 15px;
	color: #00a;
	text-decoration: underline;
	cursor: pointer;
}

#feedbackForm .backButton {
	padding-top: 16px;
}

#feedbackStatus {
	padding: 16px 0;
}

.logo>a.v2 span, .logo>a.v2>b, .logo>a.v2:visited span, .logo>a.v2:visited>b { color:#8a8a8a }
.logo>a.v2, .logo>a.v2:visited { color:#ff722e }

#donateBtn, a#donateBtn:visited {
	font-size: 15px;
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 40px;
}

a.close-btn {
	display:inline-block;
	float:right;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #848383;
	text-align: center;
	cursor: pointer;
}

a.close-btn:hover {
	background-color: #e1e1e1;
	color: #000000;
}

.since {
	background-color: #fffff0;
	padding: 4px 10px;
	margin: 5px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	font-size: 14px;
	line-height: 1.5;
}

.since h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
}

@media handheld, only screen and (min-width: 980px) {
	html {
	    overflow-y: scroll;
	}
}

@media handheld, only screen and (max-width: 720px) {
	.grid {
		width: 100%;
		min-width: 0;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.lang-btn.rp1 {
		padding-right: 16px;
	}
	
	#feedbackForm .table, #feedbackForm .table > div, #feedbackForm .table > div > div {
		display: block;
	}
	
	#feedbackForm .wide {
		width: 100%;
	}
	
}

@media handheld, only screen and (min-width: 1380px) {

	.nav-left, .nav-right { display: block; padding: 25px 4px; }
}

@media handheld, only screen and (min-width: 1420px) {

	.nav-left, .nav-right { display: block; padding: 25px 12px; }
}

@media print {
	.scrn,.sp1,.sp2, header {
		display: none;
	}
	#disclaimer .hide {
		display: inline;
	}
}

.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'symbols1';
  src: url('../font/symbols1.eot?32744103');
  src: url('../font/symbols1.eot?32744103#iefix') format('embedded-opentype'),
       url('../font/symbols1.woff2?32744103') format('woff2'),
       url('../font/symbols1.woff?32744103') format('woff'),
       url('../font/symbols1.ttf?32744103') format('truetype'),
       url('../font/symbols1.svg?32744103#symbols1') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before {
  font-family: "symbols1";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-person:before { content: '\e800'; }
.icon-person-o:before { content: '\e801'; }
.icon-trash-empty:before { content: '\e802'; }
.icon-trash:before { content: '\e803'; }
.icon-heart-empty:before { content: '\e804'; }
.icon-star:before { content: '\e805'; }
.icon-star-empty:before { content: '\e806'; }
.icon-cancel:before { content: '\e807'; }
.icon-heart:before { content: '\e808'; }
.icon-user-o:before { content: '\e80e'; }
.icon-user:before { content: '\e80f'; }
.icon-garage:before { content: '\e812'; }
.icon-spin2:before { content: '\e831'; }
