﻿
body {
       font: 14px/20px arial;
}

table.inputform {
   background-color: #ddffdd;
   font: 10px/15px arial;
}

th.inputform {
   background-color: #006600;
   color: #ffffff;
}

#errorbox {
   background-color: #990000;
   font: 14px/18px arial bold;
   color: #ffffff;
   width: 400px;
   text-align: center;
}

#infobox {
   background-color: #ddffdd;
   font: 14px/18px arial bold;
   color: #333333;
   width: 400px;
   text-align: center;
}

table.resultslist, table.reviews_list {
   border: solid 1px #999999;
   padding: 5px;
   background-color: #ddddff;
   font: 14px/20px arial;
}

tr.list_details
{
   background-color: #ddddff;
}

tr.list_details_alt
{
   background-color: #eeeeff;
}


td.resultslist, td.reviews_list, td.reviews_list_alt, td.review_image, td.review_link, td.review_type, td.review_make_and_model {
    padding: 5px; 
}

.paragraphhead, h6.review_text {
   margin-top: 10px;
   font: 18px/30px arial;
   margin-bottom: 5px;
}

.paragraph, p.review_text {
   font: 14px/20px arial;
}

.title{
   margin-top: 20px;
   margin-bottom: 10px;
   font: 24px/30px arial bold;
   text-decoration: underline;
}

.subtitle{
   font: 18px/30px arial bold;
   margin-bottom: 5px;
}

.photo {
   margin-top: 20px;
   border: none;
   max-width: 100%;
}

table.score {
   margin-top: 20px;
   font: 10px/15px arial;
   border: solid 1px #999999;
}

td.score, th.score {
   margin: 3px;
   padding: 0px;
   border: none;
   background-color: #ffffaa;
}

td.scorepanel 
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px; 
   margin-right: 10px;
   text-align: left;
   width: 130px;
   padding: 2px 0px 2px 5px;
   border: none;
   background-color: #ffffaa;
}


td.scorepanel .score1
{
   padding: 0px 10px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score2
{
   padding: 0px 20px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score3
{
   padding: 0px 30px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score4
{
   padding: 0px 40px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score5
{
   padding: 0px 50px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score6
{
   padding: 0px 60px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score7
{
   padding: 0px 70px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score8
{
   padding: 0px 80px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score9
{
   padding: 0px 90px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score10
{
   padding: 0px 100px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}

td.scorepanel .score0
{
   padding: 0px 10px 0px 2px;
   border: solid 1px blue;
   background-color: #ccccff;
}


table.data {
   margin-top: 20px;
   font: 10px/15px arial;
   border: solid 1px #999999;
}
td.data, th.data {
   margin: 3px;
   background-color: #ffffaa;
}

td.bit1 {
    width: 200px;
    vertical-align: top;
    padding-bottom: 5px;
}

td.bit2 {
    width: 200px;
    vertical-align: top;
    padding-bottom: 5px;
}

td.bit3 {
    width: 200px;
    vertical-align: top;
    padding-bottom: 5px;
}

td.bit23 {
    width: 400px;
    vertical-align: top;
    padding-bottom: 5px;
}

#video_player 
{
    border-top: solid 1px #cccccc;
	text-align: center;
    border-bottom: solid 1px #cccccc;
}

img
{  border-style: none;
}

.make_list_wrapper 
{
    	background-color: #cccccc;
    	text-align:center;
    	padding-top: 5px;
    	padding-bottom:10px;
}

.make_list_wrapper h2 
{
     font: 14px/20px arial;
	font-weight: bold;

}

.make_list p {
	padding:4px;
	margin:4px;
	display:inline;
	vertical-align:middle;
}

.make_list a:link, .make_list a:visited {

	margin:4px 2px 4px 2px;
	vertical-align:middle;
    font: 14px/20px arial;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	width:120px;
	padding: 2px 0px 2px 0px;
	text-align:center;
	background-color:#CCDFCA;
	border: 1px dotted #999999;
	overflow: hidden;
    color: #333333;
}

.grey_back {
	background:#DDDDDD;
	padding: 5px;
	border: 1px solid #BBBBBB;
	margin: 3px 0px 3px 0px;
    font: 14px/20px arial;
    color: #333333;
}
	
.grey_back h2 {
	background:#DDDDDD;
	padding: 5px;
	border: 1px solid #BBBBBB;
	margin: 3px 0px 3px 0px;
    font: 14px/20px arial;
	font-weight: bold;
	text-align: center;
    color: #333333;
}

.make_list a:hover {
	background-color:#004517;
	color:#CCCCCC;
}

.results_new {
	background-color: #CCDDFF;
}

.results_used {
	background-color: #EEBB88;
}

.results_womans {
	background-color: #FFBBCC;
}

.results_longterm {
	background-color: #FFFFAA;
}

.results_van {
	background-color: #AAEECC;
}

.results_image {
	position:relative;
	width:80px;
	height:53px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 3px;
}

.results_image img {
	position:relative;
	left:0px;
	top:0px;
}

div#search_results  
{
    margin: 20px auto 0; 
}

ul.search_results_list  
{
    list-style: none; 
}

ul.ignore 
{
    float: left; 
    width: 790px; 
}


ul#filter { float: left; font-size: 14px; list-style: none; margin-left: -27px; width: 100%; }
ul.portfolio_ll { float: left; list-style: none; margin-left: -40px; width: 810px; }

ul.search_results_list li span {
		vertical-align:top;
		text-align:left;
		font-size: 10px;
		line-height: 12px;
	}
	
ul.search_results_list li { 
	border: 1px solid #AAAAAA; 
	margin: 0 10px 10px 0; 
	padding: 3px;
	width: 240px;
	display: block;
	vertical-align:top;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	overflow: hidden;
  	height:auto;
}
ul.search_results_list a  
{
    vertical-align:top; 
    font: 14px/20px arial;
    color: #333333;
    width: 100%; 
}
ul.search_results_list a:hover { text-decoration:underline; }
ul.search_results_list div { float:left; }

li.results_list 
{
    min-height: 53px; 
    max-height: 53px; 
	display:table-cell;
	display:inline-table;
	display:inline-block;
	height: 53px; 
    background-color: rgb(204, 221, 255); 
    cursor: default;
}

ul.search_results_list 
{
    background-color: #cccccc;
}

.search_list_wrapper 
{
    background-color: #cccccc;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search_list_wrapper h2 
{
    font: 14px/20px arial;
	font-weight: bold;
}

ul.launch_results_list li span {
		vertical-align:top;
		text-align:left;
        font: 12px/16px arial;
	}
	
ul.launch_results_list li { 
	border: 1px solid #AAAAAA; 
	margin: 0 5px 10px 0; 
	padding: 3px;
	width: 250px;
	display: block;
	vertical-align:top;
	text-align: left;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	overflow: hidden;
  	height:auto;
}
ul.launch_results_list a  
{
    vertical-align:top; 
    font: 14px/20px arial;
    color: #333333;
    width: 100%; 
}
ul.launch_results_list a:hover { text-decoration:underline; }
ul.launch_results_list div { float:left; }

li.launch_results_list 
{
    min-height: 630px; 
	display:table-cell;
	display:inline-table;
	display:inline-block;
	height: 630px; 
    background-color: rgb(204, 221, 255); 
    cursor: default;
}

ul.launch_results_list 
{
    background-color: #cccccc;
}

.launch_list_wrapper 
{
    background-color: #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    font: 14px/20px arial;
}
.launch_list_wrapper h2 
{
    text-align:center;
    font: 14px/20px arial;
	font-weight: bold;
}

.launch_list_wrapper h3
{
    font: 14px/20px arial;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
}

.launch_list_wrapper h4 
{
    font: 12px/16px arial;
}

#launch_img {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.video_responsive {
  position: relative;
  padding-bottom: 54.95%;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 0;
}
.video_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#newusedpanel {
    text-align: center;
    width: 620px;
    padding-top: 10px;
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f0f0f0;
    color:#333;
    min-width: 100px;
    max-width: 250px;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

select option {
    font-family: 'Arial';
}

#newused {
    width: 220px;
}

.smallhelpertext {
     font-size: x-small;
     margin-top: 5px;
     line-height: 12px;
     color: #909090;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.imgcontainer {
    position: relative;
    text-align: center;
    color: white;
    object-fit: contain;
}

.centered {
    background-color: rgba(33,33,33,0.5);
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2em;
    font-size: 1em;
}