@import "header.css";
@import "span.css";
/* ==========================================================================
   iSeeCars
   ========================================================================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	html, body {
		margin: 0 auto;
 		width: 1040px;
	}
}

/* Framework */
body {
  background: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.splash_overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}

a {
  color: #0645AD;
}

a:hover {
  color: #fd641b;
}


/* Headers */
h1 {
  color: #00486a;
  font-size: 26px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

h1 span {
  color: #4d4d4d;
}

#home-section .site-title {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

#home-section .site-title h1 {
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}

h2 {
  color: #333333;
  font-size: 21px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
}

/* Home Page */
#home-content {
  height: 607px;
  margin: 40px 0 20px 0;
  background: none;
}

#home-content .nav-tabs {
  border: none !important;
  margin: 5px 0 12px 0;
}

#home-content .nav-tabs li:first-child {
  border-right: 2px solid #aeaeae;
}

#home-content .nav-tabs li:first-child a {
  padding-left: 0;
}

#home-content .nav-tabs .active a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background: none;
}

#home-content .nav-tabs a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #aeaeae;
  padding: 0 12px;
  border: none !important;
}

#home-content .nav-tabs a:hover {
  color: #ffffff;
  background: none;
}

#home-content .select-holder-1,
#home-content .select-holder-2,
#home-content .select-holder-3 {
  height: 48px;
}

#home-content .sbHolder {
  position: absolute;
}

#home-content .select-holder-1 .sbHolder {
  z-index: 10000002;
}

#home-content .select-holder-2 .sbHolder {
  z-index: 10000001;
}

#home-content .select-holder-3 .sbHolder {
  z-index: 10000000;
}

#home-content #home-search-tab .select-holder-1 .sbOptions {
  max-height: 385px;
}

#home-content #home-search-tab .select-holder-2 .sbOptions {
  max-height: 345px;
}

#home-content aside {
  position: absolute;
  margin: 20px 0 0 20px;
  z-index: 60;
  width: 335px;
  height: 560px;
  color: #cfcfcf;
  background-color: #696969;
}

#home-content .home-search-padding {
  padding: 20px 40px;
}

#home-content .home-corner {
  position: absolute;
  margin: 580px 0 0 20px;
  overflow: hidden;
  z-index: 50;
  width: 10px;
  height: 10px;
  background: url(../images/home-corner.png) no-repeat;
}

#home-content h2 {
  font-size: 18px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

/*#home-content input[type="text"] {*/
  /*margin-bottom: 15px;*/
  /*height: 32px;*/
  /*padding: 4px 10px;*/
/*}*/

#home-content .sbHolder {
  width: 278px;
}

#home-content .sbSelector {
  width: 212px;
}

#home-content .sbOptions {
  width: 278px;
}

.vehicle-type-row {
  margin: 25px 0;
}

.vehicle-type-row a {
  margin-left: 15px;
}

.vehicle-type-row a:first-child {
  margin-left: 0;
}

.vehicle-type-row .icon-type-sedan,
.vehicle-type-row .icon-type-coupe,
.vehicle-type-row .icon-type-suv,
.vehicle-type-row .icon-type-sports,
.vehicle-type-row .icon-type-convertible,
.vehicle-type-row .icon-type-hatchback,
.vehicle-type-row .icon-type-minivan,
.vehicle-type-row .icon-type-truck,
.vehicle-type-row .icon-type-hybrid {
  width: 75px;
  padding-top: 38px;
  float: left;
  color: #bdbdbd;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  outline: none;
  background: url(../images/sprite-type-cars.png) no-repeat;
}

.vehicle-type-row .icon-type-sedan:hover,
.vehicle-type-row .icon-type-coupe:hover,
.vehicle-type-row .icon-type-suv:hover,
.vehicle-type-row .icon-type-sports:hover,
.vehicle-type-row .icon-type-convertible:hover,
.vehicle-type-row .icon-type-hatchback:hover,
.vehicle-type-row .icon-type-minivan:hover,
.vehicle-type-row .icon-type-truck:hover,
.vehicle-type-row .icon-type-hybrid:hover {
  color: #f26826;
  text-decoration: none;
}

.vehicle-type-row .icon-type-sedan.on,
.vehicle-type-row .icon-type-coupe.on,
.vehicle-type-row .icon-type-suv.on,
.vehicle-type-row .icon-type-sports.on,
.vehicle-type-row .icon-type-convertible.on,
.vehicle-type-row .icon-type-hatchback.on,
.vehicle-type-row .icon-type-minivan.on,
.vehicle-type-row .icon-type-truck.on,
.vehicle-type-row .icon-type-hybrid.on {
  color: #f26826;
  text-decoration: none;
}

.vehicle-type-row .icon-type-sedan {
  background-position: center 10px;
}

.vehicle-type-row .icon-type-coupe {
  background-position: center -90px;
}

.vehicle-type-row .icon-type-suv {
  background-position: center -190px;
}

.vehicle-type-row .icon-type-sports {
  background-position: center -290px;
}

.vehicle-type-row .icon-type-convertible {
  background-position: center -390px;
}

.vehicle-type-row .icon-type-hatchback {
  background-position: center -490px;
}

.vehicle-type-row .icon-type-minivan {
  background-position: center -590px;
}

.vehicle-type-row .icon-type-truck {
  background-position: center -690px;
}

.vehicle-type-row .icon-type-hybrid {
  background-position: center -790px;
}

#home-carousel {
  margin: 0 0 0 30px;
  width: 970px;
  height: 607px;
}

/* Page Header */
.page-heading {
  margin-top: 20px;
}

.page-heading .breadcrumb {
  background: none;
  color: #989898;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  padding: 0 0 0 0px;
}

.page-heading .breadcrumb li {
  text-shadow: none;
}

.breadcrumb li div {
	display: inline-block;
}

.page-heading .breadcrumb a {
  color: #00486a;
  text-shadow: none;
}

.page-heading .breadcrumb .divider {
  color: #6e6e6e;
  text-shadow: none;
}
.breadcrumb .active {
  color: #6e6e6e;
}
header .social-header {
  list-style: none;
  margin: 7px 0 5px 0;
  min-height: 29px;
}

header.index .social-header {
  margin: 23px 0 5px 0;
}

.social-header li {
  float: left;
  text-align: left;
  margin-right: 15px;
}
.typeahead {
  width: 180px;
}

.typeahead .active a {
  background: #e5e5e5 !important;
}

/* Main Section */
section {
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

section .inner-padding {
  padding: 20px 10px 10px 10px;
}

section .inner-padding-double {
  padding: 20px 20px 10px 20px;
}

.box-header h2 {
  color: #00486a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
}

.right-ad-space {
  margin-bottom: 25px;
}

.horizontal-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-ul li {
  float: left;
}

.icon-star {
  width: 18px;
  height: 19px;
  margin-right: 2px;
  overflow: hidden;
  background: url(../images/icon-star.png) no-repeat left bottom;
}

.icon-star.on {
  background-position: left top;
}

.input-xmini {
  width: 20px;
}

/* Email Alerts Banner */
.email-alerts-banner {
}

.email-alerts-banner .email-alert-inner {
  margin: 0px;
  padding: 10px 0;
}

.email-alerts-banner .email-headline {
  float: left;
  color: #ffffff;
  font-size: 14px;
  margin: 4px 0 0 20px;
  width: 250px;
}

.email-alerts-banner .form-inline {
  margin: 10px 10px 0 0;
}

.email-alerts-banner .input-append {
  margin-left: 20px;
}

.email-alerts-banner .btn-primary {
  padding: 4px 14px;
}

.email-alerts-banner .sbHolder {
  float: left;
  width: 140px;
}

.email-alerts-banner .sbHolder .sbOptions {
  width: 140px;
}

/* Pagination */
.pagination ul {
  box-shadow: none !important;
  height: 25px;
}

.pagination .active a {
  color: #333333 !important;
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
}

.pagination li {
  display: block;
  float: left;
  padding: 0px;
}

.pagination .currentPage{
    border: 0;
    font-weight: 600;
    color: #333;
}

.pagination .disabled{
    border: 0px;
    color: #000;
}

.pagination li:first-child {
  border: none !important;
}

.pagination li a {
  padding: 4px 10px !important;
  border: 1px solid #ffffff !important;
}

.pagination li a:hover {
  background: none !important;
  border: 1px solid #fff !important;
  text-decoration: underline;
}

/* Buttons */
.btn-primary {
  background: #f26725;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e64b01), color-stop(1, #f26725));
  background: -ms-linear-gradient(bottom, #e64b01, #f26725);
  background: -moz-linear-gradient(center bottom, #e64b01 0%, #f26725 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26725', endColorstr='#e64b01', GradientType=0);
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-shadow: none;
  padding: 5px 14px;
}

.btn-primary:hover {
  background: #f3783d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fe5403), color-stop(1, #f3783d));
  background: -ms-linear-gradient(bottom, #fe5403, #f3783d);
  background: -moz-linear-gradient(center bottom, #fe5403 0%, #f3783d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3783d', endColorstr='#fe5403', GradientType=0);
}

.ui-widget-content .btn-info.btn {
    color: #ffffff;
    margin: 10px;
}

div.result-content-horizontal div.contact-btn {
    width: 100%;
    text-align: center;
}

div.result-content-horizontal p.mileage {
    float: right;
    font-weight: normal;
}

.btn-info {
  background: #00486A;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00496b), color-stop(1, #006999));*/
  /*background: -ms-linear-gradient(bottom, #00496b, #006999);*/
  /*background: -moz-linear-gradient(center bottom, #00496b 0%, #006999 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006999', endColorstr='#00496b', GradientType=0);
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-shadow: none;
  padding: 5px 14px;
}

.btn-info:active, .btn-info:focus {
  outline: none;
  -moz-outline-style: none;
}

.btn-info:hover {
  background: #006999;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #005a85), color-stop(1, #007bb3));*/
  /*background: -ms-linear-gradient(bottom, #005a85, #007bb3);*/
  /*background: -moz-linear-gradient(center bottom, #005a85 0%, #007bb3 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bb3', endColorstr='#005a85', GradientType=0);
}

.btn-default {
  background: #e3e3e3;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e64b01), color-stop(1, #f26725));*/
  /*background: -ms-linear-gradient(bottom, #e64b01, #c9c9c9);*/
  /*background: -moz-linear-gradient(center bottom, #e64b01 0%, #c9c9c9 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26725', endColorstr='#e64b01', GradientType=0);*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-shadow: none;
  padding: 4px 14px;
}


.contact-icon {
  padding-left: 45px;
}

.contact-icon span {
  position: absolute;
  margin: -5px 0 0 -35px;
  width: 26px;
  height: 30px;
  background: url(../images/icon-contact.png) no-repeat 0 5px;
  border-right: 1px solid #ddd;
}

.btn-large {
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-xlarge {
  padding: 12px 20px !important;
  font-size: 15px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-header .tooltip {
  line-height: normal;
}

/* Box Header */
.box-header {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #fafafa, #ffffff);
  background: -moz-linear-gradient(center bottom, #fafafa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
}

.box-header h2 {
  line-height: 60px;
}

.box-header a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.box-header select + .sbHolder {
  margin-top: 15px;
}

.box-header .nav-tabs {
  position: absolute;
  margin: 23px 0 0 0 !important;
  border-bottom: none;
}

.box-header-bold {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.box-header-bold h2 {
  font-size: 17px;
  line-height: 50px;
  color: #00486a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.box-header-bold a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.box-header-bold select + .sbHolder {
  margin-top: 14px;
}


dl {
  margin: 0;
  padding: 0;
}

dl.no-border dt,
dl.no-border dd {
  border: none;
}

dl dt {
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 6px 0;
  margin: 0;
}

dl dd {
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 6px 0;
  margin: 0;
}

/* Two col with borders */
.lrg-h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: -5px;
}

.row-fluid.two-col-border {
  display:flex;
  margin-top: 20px;
}

.row-fluid.two-col-border.hidden {
  display: none;
}

.two-col-border .span6 {
  border: 1px solid #cccccc;
}

.two-col-border h3 {
  color: #00486a;
  margin: 0;
  padding: 5px 15px;
  font-size: 21px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #cccccc;
}

.two-col-border h4 {
  color: #00486a;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.two-col-border .two-col-content {
  min-height: 336px;
  overflow: auto;
}

.two-col-border .two-col-padding {
  padding: 15px 15px 5px 15px;
}

.detail-table th {
  text-align: left;
  width: 115px;
  padding-bottom: 5px;
  vertical-align: top;
  color: #333333;
}

.detail-table td {
  padding-bottom: 5px;
  vertical-align: top;
  color: #333333;
}

.detail-table td span {
  font-size: 13px;
  color: #808080;
}

.detail-table .loan-amount,
.detail-table .est-payment {
  color: #00486a;
}

.detail-table .downpayment-input {
  float: left;
}

.detail-table .downpayment-text {
  float: left;
  padding: 5px 0 0 10px;
}

.detail-table .add-on {
  background: #f5f5f5;
}


.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../images/checklist.png) no-repeat 0 2px;
}

/* Right Col Detail Page */
.ad-300-250 {
  margin: 0 0 20px 10px;
}

.result-might-like {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-might-like > li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid #cccccc;
}

.result-might-like > li:nth-of-type(even) {
  background: #f7f7f7;
}

.result-might-like h3 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.result-might-like .result-photo-might-like {
  overflow: hidden;
  float: left;
}

.result-might-like .result-photo-meta-horizontal {
  margin-top: 76px;
}

.result-might-like .result-content-might-like {
  float: left;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 10px;
  max-width: 115px;
  overflow: hidden;
}

.result-might-like .result-content-might-like .result-price {
  color: #00486a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 110px;
}

.result-might-like .result-content-might-like p {
  color: #333333;
  margin: 0;
}

.result-might-like .result-content-might-like .result-post-date {
  color: #808080;
  font-size: 13px;
}

.b-find-more-cars {
  display: block;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #ffffff;
}

/* Section Tabs */
.section-tabs > li {
  margin-right: 10px;
}

.section-tabs a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #e6e6e6;
  color: #333333;
}


/* Footer */
footer {
  background-color: #4c4c4c;
  font-size: 13px;
  line-height: 1.5;
  color: #cbcbcb;
  margin: 65px 0 0 0;
  min-width: 1000px;  
}

/* --- Flexslider --- */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  /*-webkit-backface-visibility: hidden;*/
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
}

.horizontal-listings-carousel
.slides img {
    max-height: 101px;
    display: block;
    object-fit: cover;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
   max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
	width: 30px;
    height: 91px;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    bottom: 85px;
}
#lead_popup .flex-direction-nav a {
  bottom: 380px;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-next {
  opacity: 1;
}

.flexslider:hover .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

footer .footer-bottom {
  color: #333333;
}

footer .corporate {
	color: #CBCBCB;
	font-size: 11px;
	padding-top: 19px;
}

footer .corporate .corporate-links-left {
  float: left;
}

footer .corporate .copyright{
  clear: both;
  padding: 19px 0px;
}


footer .footer-bottom a {
  color: #333333;
}

footer .footer-bottom strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}

footer h5 {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

footer h6 {
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px 0;
}

footer hr {
  border-top: 1px solid #808080;
  border-bottom: none;
  margin: 15px 0;
}

footer a, footer .lnk {
  color: #cbcbcb;
  font-size: 11px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  padding: 1px 0;
}

footer .footer-social {
  border-left: 1px solid #808080;
  padding: 0;
  /*margin: 28px 0 0 0;*/
  margin: 0px 0 0 0;
}

footer .footer-social li {
  float: left;
  height: 50px;
  padding: 0 8px;
}

footer .footer-social h6 {
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 15px;
}

footer .footer-social a {
  display: block;
  overflow: hidden;
  margin: 10px 0 0 0;
}

footer .footer-social .social-fb {
  background-position: 0 top;
}

footer .footer-social .social-fb:hover {
  background-position: 0 bottom;
}

footer .footer-social .social-tw {
  background-position: -50px top;
}

footer .footer-social .social-tw:hover {
  background-position: -50px bottom;
}

footer .footer-social .social-gplus {
  background-position: -100px top;
}

footer .footer-social .social-gplus:hover {
  background-position: -100px bottom;
}

footer .footer-description {
  width: 950px;
}

footer .footer-description a {
  color: #f26826;
}

.sbHolder {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: solid 1px #cccccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 260px;
  margin-bottom: 15px;
}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 279px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #4c4c4c;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbHolderDisabled {
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
}

.sbOptions {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 260px;
  z-index: 1000;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
}

.sbOptions a {
  border-bottom: dotted 1px #cccccc;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #4c4c4c;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #000000;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #cccccc;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #cccccc;
  color: #4c4c4c;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

/* UI Slider */
#filter-price-slider {
  width: 168px;
  margin: 10px 0 25px 8px;
}

.price-display {
  position: absolute;
  margin: -32px 0 0 40px;
  width: 142px;
  text-align: right;
}

.section-sep {
  margin-top: 20px;
}

.sub-header {
  border-bottom: 1px solid #e0e0e0;
  min-width: 1000px;
}

.sub-header .nav-tabs {
  margin: 19px 0 0 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: none;
}

.sub-header .nav-tabs .active a {
  color: #333333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #e0e0e0;
}

.sub-header .nav-tabs .active a:hover {
  color: #f2f2f2;
}

.sub-header .nav-tabs .active a span {
  background-position: left 0;
}

.sub-header .nav-tabs li {
  margin-right: 6px;
}

.sub-header .nav-tabs a {
  color: #f2f2f2;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  border-left: 1px solid #e0e0e0;
  background: #6e6e6e;
  padding: 0 35px 0 25px;
  height: 41px;
  line-height: 41px;
}

.sub-header .nav-tabs a:hover {
  background-color: #696969;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  border-left: 1px solid #e0e0e0;
}

.sub-header .nav-tabs a:hover span {
  background-position: left 0;
}

.sub-header .nav-tabs .icon-search {
  display: block;
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 12px 6px 0 0;
  background: url(../images/icon-search.png) no-repeat left -84px;
}

.sub-header .nav-tabs .icon-search:hover {
  background-position: left 0;
}

.sub-header .nav-tabs .icon-charts {
  display: block;
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 8px 6px 0 0;
  background: url(../images/icon-charts.png) no-repeat left -104px;
}

.sub-header .nav-tabs .icon-charts:hover {
  background-position: left 0;
}

.sub-header .nav-tabs .icon-studies {
  display: block;
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 8px 6px 0 0;
  background: url(../images/icon-studies.png) no-repeat left -105px;
}

.sub-header .nav-tabs .icon-studies:hover {
  background-position: left 0;
}

.sub-header .nav-tabs .icon-rankings {
  display: block;
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 8px 6px 0 0;
  background: url(../images/icon-rankings.png) no-repeat left -105px;
}

.sub-header .nav-tabs .icon-rankings:hover {
  background-position: left 0;
}

.sub-header .nav-tabs .icon-buying-guide {
  display: block;
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 10px 6px 0 0;
  background: url(../images/icon-buying-guide.png) no-repeat left -105px;
}

.sub-header .nav-tabs .icon-buying-guide:hover {
  background-position: left 0;
}


h1#pageHeader{
  width: 780px;
}

.top-car-link-block {
  max-width: 200px;
}
.link-block {
  clear: both;
  padding-top: 20px;
}

span.linkDesc {
  display: block;
  color: #767676;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 15px;
}

.link-block li {  
  margin-bottom: 1em
}
.link-block ul {
  list-style-type: none;
  margin-left: 0;
}

.link-block h6 {
  font-size: 1em;
  color: #444;
  font-weight: 600;
  margin-bottom: 1.1em;
  text-transform: uppercase;
}
#tags {
	float: left;
    width: 624px;
}

#tags.visible {
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.tags-container {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
#tags .tag {
    position: relative;
    float: left;
    display: inline;
    padding-left: 6px;
    margin: 0 10px 6px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    font: 11px/22px "Open Sans", arial, sans-serif;
    color: #3b3e45;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
}

#tags .tag strong {
    font-weight: 700;
}

#tags .tag span.tag-remove {
    float: right;
    display: inline;
    margin-left: 2px;
    cursor: pointer;
    padding: 0 4px;
    font: bold 11px/22px "Open Sans",arial,sans-serif;
    color: #3B3E45;
}

.advanced{
    display: none;
    margin-bottom: 10px;
}

.shown{
    display: block;
}

.b-show-more {
    display: block;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f7f7f7;
    border-top: 1px solid #cccccc;
}
aside .b-show-more:hover {
    background: #efefef;
    text-decoration: none;
}
.no-left-margin {
	margin-left: 0px;
}

input.invalidField{
    border: 1px solid red;
}

.bottom-lead .clearfix, .bottom-lead .validation-errors{
    margin-left: 15px;
}

.pop-overlay.email-pop-alert .pop-up{
  /*width: 380px;*/
  /*padding-bottom: 0px;*/
}

.email-pop-alert .pop-overlay .pop-up .body{
  overflow-y: auto;
}

.pop-overlay .btn-long{
   width: 120px;
   margin-top: 15px;
 }

.pop-overlay.pop-alert.saved-search-confirmation, .pop-overlay.car-tracker-results.pop-alert{
  text-align: center;
}

.pop-overlay {
	display:none;
	position:fixed;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background: url(../../images/pop-overlay.png); z-index: 3000;
}
.pop-overlay .pop-up {
	position:absolute;
	width:450px;
	padding: 0 0 34px;
	margin: 0;
	background-color:#fff;
	border-radius: 3px;

	/* Center the popup in the window: */
	left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.pop-overlay .pop-up .pop-heading { 
	position:relative;
	margin: 0 0 22px; 
	padding: 16px;
	background: url(../../images/pop-heading.png) repeat-x 0 bottom; 
	border-bottom: 1px solid #ccc; 
	font: 700 18px/20px "Open Sans", arial, sans-serif; 
	color:#00486a; 
}
.pop-overlay .pop-up .pop-heading .close { position:absolute; top: 15px; right: 10px; color:#f16724; opacity: 100;-moz-opacity: 100;filter:alpha(opacity=100); font: 800 18px/20px "Open Sans", arial, sans-serif; color:#f16724; }
.pop-overlay .pop-up p { margin: 0 8px 25px 8px; text-align:center; }
.pop-overlay .pop-up .field { float:left; display: inline; width: 113px; height: 38px; padding: 0 10px 0 36px; background: url(../../images/location-icon.png) no-repeat 11px center; margin: 0 24px 0 45px; box-shadow: inset 0 0 5px #ccc; font: 16px/38px "Open Sans", arial, sans-serif; }
.pop-overlay .pop-up .submit, .submit-button { float:left; display: inline; width: 130px; height:40px; border: 0; border-radius: 3px; text-transform: uppercase; font-size:14px;  }
.pop-overlay .pop-up .pop-heading.error {
	background: #fee;
}
.pop-overlay .pop-up .pop-heading .message-body {
	display: inline-block;
	max-width: 400px;
}

/* Scroll Header */
#scroll-header {
    position: fixed;
    top: -72px;
    width: 100%;
    z-index: 90000;
    background-color: #404040;
}
#scroll-header-content {
    height: 40px;
    padding-top: 10px;
/*     color: #ffffff; */
    text-align: center;
}
#scroll-header-content .btn {
    margin-top: 18px;
}

#scroll-header-content .headerLink{
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
    text-decoration: underline;
}

#scroll-header-content .headerLink.inactive{
    color: #bbb;;
    cursor: default;
}

.pointer{
    cursor: pointer;
}

.scroll-header-title {
    font-size: 30px;
    line-height: 68px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.scroll-header-title strong {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}
#f_loading {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}
#f_loading p {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -4.3em;
}
#f_loading b {
	display: block;
	margin: 0 1px;
	border: solid #AAA;
	padding: 0;
	color: #888;
	border-width: 1px 0;
}
#f_loading b b {
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
}
#f_loading b b b {
	margin: 0;
	/*padding: 0 29px 0 29px;*/
	border-width: 0;
	line-height: 3.3em;
	background: #EFEFEF;
}
#f_loading b b b img {
	/*padding-right: 10px;*/
	vertical-align: middle;
	/*padding-bottom: 3px;*/
}

#contact-seller-modal {
    width: 610px;
    margin: -300px 0 0 -300px;
}

.modal-header {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
    background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    border-bottom: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}
.modal-header h3 {
    font-size: 20px;
    line-height: 55px;
    color: #00486a;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.modal-header .close {
    font-size: 28px;
    margin-top: 18px;
    color: #f26826;
    opacity: 0.8;
}
.modal-header .close:hover {
    opacity: 1;
}
.modal-body.saved-listings {
    padding: 10px 15px;
    max-height: none;
}
.modal-body .form-letter-right-col textarea {
    width: 270px !important;
}

.validation-errors {
    background-color: snow;
    border: red 1px solid;
    color: red;
    display: none;
    margin-top: 12px;
    padding: 10px;
}
.validation-errors label.error {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}
input.error {
    border-bottom: #f26725 solid 2px;
}
.emailSellerResponse {
    display: block;
    margin-left: 10px;
    margin-top: 15px;
}
input.emailAlertCheck {
    margin: 0px;
}
label.emailAlertCheck {
    font-size: 12px;
    display: inline;
}
input.alsoContactSellerCheck {
    margin: 0px;
}
label.alsoContactSellerCheck {
    font-size: 12px;
    display: inline;
}
form.form-letter {
    margin-bottom: 0px;
    padding: 20px 20px 0px 20px;
}

.form-letter textarea {
    margin-top: 15px;
    width: 285px;
    height: 65px;
}

.form-letter button {
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-letter.form-letter-two-col {
    padding-bottom: 20px;
}

.form-letter.form-letter-two-col .row-fluid > .span6 {
    border-left: 1px solid #cccccc;
}

.form-letter.form-letter-two-col .row-fluid > .span6:first-child {
    border: none;
}

.form-letter.form-letter-two-col li {
    border: none;
}

.form-letter.form-letter-two-col .lrg-input {
    width: 105px;
}

.form-letter.form-letter-two-col .form-letter-right-col textarea {
    width: 265px;
    height: 70px;
}

.form-letter-ul {
	line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-letter-ul li:first-child {
    padding: 0;
    border: none;
}

.form-letter-ul li:first-child strong {
    color: #666666;
}

.form-letter-ul li {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

.form-letter-ul input {
	margin-bottom: 3px;
    width: 60px;
    height: 18px;
    padding: 0px 5px 0 5px;
    background-color: #ffd;
    border: none;
    border-bottom: 2px solid #cfcfcf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 #000000;
    -moz-box-shadow: inset 0 0 0 #000000;
    box-shadow: inset 0 0 0 #000000;
}

.form-letter-ul input [type="text"] {
	margin-bottom: 5px;
}

.form-letter-ul input.lrg-input {
    width: 110px;
}
.form-letter-ul input.lrg-input.email {
	width: 225px;
}

.form-letter-ul input.medium-input {
    width: 80px;
}

.form-letter-ul input.small-input {
    width: 80px;
}

.form-letter-ul input:focus {
    border: none;
    border-bottom: 2px solid #e0e0e0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 #000000;
    -moz-box-shadow: inset 0 0 0 #000000;
    box-shadow: inset 0 0 0 #000000;
}

.form-letter-ul input.valid {
}

.form-letter-ul input.error {
	background-color: #ffefef;
}

.form-letter-ul strong {
    color: #00486a;
}

.redirect-message{
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 25px;
    text-align: center;
}
.corporate p a {
	color: #CBCBCB;
    font-size: 11px;
    text-decoration: none;
}

.chart_summary {
    padding: 10px 19px 10px 19px;
}

.pop-overlay.chart .pop-up {
    padding: 0px;
    top: 100px;
    left: 37%;
}

.pop-overlay .pop-heading {
    margin: 0px;
}

.star-rating {
    height: 14px;
    width: 78px;
    /*background: url(../images/stars-sprite.png) no-repeat 0 0;*/
    margin-bottom: 5px;
}

.star-rating span{
    /*display: block;*/
    /*height: 14px;*/
    /*background: url(../images/stars-sprite.png) no-repeat 0 bottom;*/
}

.star-rating-small {
    /*height: 14px;*/
    /*width: 78px;*/
    /*background: url(../images/stars-sprite.png) no-repeat 0 0;*/
    margin-bottom: 5px;
    margin-top: 4px;
}

.star-rating-small span.preview-link{
    display: block;
    text-decoration: none;
    border-bottom: 0px !important;
}

.star-rating-small-label{
    width: 85px;
    margin-top: -22px;
    margin-left: 85px;
	text-transform: capitalize;
}

a.graylink, a.graylink:hover, .graylink, .lnk.graylink {
	color: #808080;
    text-decoration: none;
}

.carfax-snapshot-hover{
  cursor: pointer;
}

.popuplink {
	border-bottom: #999 1px dotted;
	text-decoration: none;
    cursor: pointer;
}


.chart-popover .popover{
    width: 745px;
}

.chart-popover .popover-title{
    overflow-y: hidden;
    font-size: 18px;
}

.chart-popover .span-title{
    padding: 10px;
    color: #00486a;
    width: 95%;
    margin-left: 8px;
}

.result-icon.chart-popover .span-title{
    width: 93%;
    margin-left: 20px;
}

.chart-popover .span-title .close{
    float: right;
    color: #f16724;
    opacity: 1;
    font-size: 24px;
}

.chart-popover .chart_summary{
    font-size: 14px;
}

#chart_popup {
    display: none;
}

.chart-popover .popover .arrow {
    display: none;
}
.lightgray {
	color: #999999;
}
.gray {
	color: #808080;
}
.orange {
	color: #f26826;
}
.green {
	color: #008000;
}
.darkblue {
	color: #00486a;
}
#result-thumbnails .flex-direction-nav a {
	margin: -109px 0 0 0;
/* 	margin: 100px 0 0 0; */
	visibility: hidden;
}

table.feedback-table td{
    padding-bottom: 20px;
    padding-left: 10px;
    vertical-align: top;
}

table.feedback-table td input{
    margin-top: -3px;
    margin-right: 3px;
}

.compliance{
    font-size: 10px;
    line-height: 1.2em;
}

.personalMessageExpander{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

.optionalDealerMessage label{
    font-size: 12px;
}

.offerAmount{
    width: 50px;
    display: inline-block;
    vertical-align: baseline;
}

.offerLabel{
    margin-top: -5px;
    display: inline-block;
}

.optionalDealerMessage{
    padding-top: 10px;
}

.center{
    margin-left: auto;
    margin-right: auto;
}

.center-text{
    text-align: center;
}

.ie-image{
    width: 170px;
    max-height: none;
}

.slider-count{
    position: absolute;
    background-color: #444;
    z-index: 3;
    bottom: 0;
    right: 46%;
    font-size: 18px;
    padding: 5px;
    color: #eee;
}

.slider-click-nav {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.slider-click-nav .slider-click-nav-left, .slider-click-nav .slider-click-nav-right {
    position: absolute;
    height: 100%;
    width: 30%;
    cursor: pointer;
}

.slider-click-nav-left {
  left: 0;
}

.slider-click-nav-right {
  right: 0;
}

#listing-slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}

.nav-left-img {
  position: absolute;
  top: 49%;
  left: 10px;
}

.nav-right-img {
  position: absolute;
  top: 49%;
  right: 10px;
}

.testimonials blockquote{
    border-left: 0px;
    padding: 0px;
}

.team{
    padding-bottom: 10px;
}

.user-popup .pop-up{
    width: 450px;
}

.user-popup .footer{
    text-align: center;
    margin-bottom: -20px;
}

.user-popup .footer a{
    color: blue;
}

.pop-overlay.pop-alert .body, .pop-overlay.user-popup .body{
    padding-left: 20px;
    padding-right: 20px;
	overflow-y: scroll;
}

.pop-overlay.pop-alert .search{
    font-size: 110%;
    padding-bottom: 7px;
    font-weight: 600;
}

.pop-overlay.pop-alert #criteria{
    margin-bottom: 10px;
}

.pop-overlay.pop-alert label, .pop-overlay.user-popup label{
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
    vertical-align: baseline;
}

.pop-overlay.pop-alert.vin-tracker-popup .checkbox {
    margin: 10px auto;
    width: 175px;
}

.pop-overlay.pop-alert.vin-tracker-popup .checkbox label{
  font-weight: normal;
}

.pop-overlay.user-popup label{
    width: 140px;
    text-align: right;
}

.pop-overlay.user-popup label.initial-width{
    width: auto;
}

.pop-overlay.pop-alert .status{
    margin-left: 50px;
    padding-bottom: 10px;
    font-weight: 600;
}

.pop-overlay.user-popup label.error{
    width: 100%;
    color: red;
    text-align: left;
    margin-left: 150px;
    margin-top: -8px;
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

.pop-overlay.user-popup label.error a {
    color: #0000ff;
}

.pop-overlay.pop-alert .status.error{
    color: #a94442;
}

.pop-overlay.pop-alert .status.success{
    color: green;
}

.email-alert-bar .search{
    padding-right: 5px;
}

.email-alert-bar .criteria{
    cursor: pointer;
    border-bottom: 1px dotted #fff;
}

.pop-overlay.pop-alert .popup-email{
    display: inline-block;
    vertical-align: baseline;
    width: 297px;
}

.pop-overlay.pop-alert .submit{
    margin-left: 35%;
}

.pop-overlay.user-popup .submit{
    margin-left: 35%;
}

.pop-overlay.pop-alert.vin-tracker-popup .submit{
  margin-bottom: 10px;
  width: 200px;
  margin-left: 25%;
}

.tos-ack a{
  text-decoration: underline;
}

.email-alert-bar{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    width: 100%;
    height: 40px;
    background-color: #00486a;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    display: none;
}

.email-alert-bar input{
    display: inline-block;
    vertical-align: baseline;
    margin-right: 7px;
}

.email-alert-bar .popover{
    color: #000;
}

.email-alert-bar .popover-title{
    display: none;
}

.email-alert-bar h4{
    margin-top: 4px;
}

.email-alert-bar .close{
    vertical-align: middle;
    float: none;
    margin-top: -7px;
    color: #ccc;
    text-shadow: none;
    opacity: 1;
}

.hidden{
    display: none;
}

.chart-popover_ .title {
    color: #00486a;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px;
}

.dealer-feedback-header{
    text-align: left;
    padding-left: 10px;
}

.dealer-title{
    color: #fd641b;
}



.dealerDetails .star-rating-small{
    margin-top: 2px;
    margin-left: -23px;
}

.dealerDetails .star-rating-small.information-stars{
    margin-left: -60px;
}

.dealerDetails h5{
    font-size: 17.5px;
}

.dealerDetails .title{
    margin-bottom: 30px;
}

.dealerChart{
    border-left: 1px solid #999;
    margin-top: 20px;
    padding-top: 1px;
    width: 350px;
}

.dealerChart .bar{
    height: 23px;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
}

.dealerChart .bar .highlighted{
    background-color: #00486a;
    min-width: 29px;
    padding-right: 2px;
}

.dealerChart .bar .highlightedGray {
    background-color: #b6b6b6;
    color: black;
    min-width: 29px;
    padding-right: 2px;
}

.dealerChart .x-scale {
    clear: both;
    border-bottom: 1px solid #999;
    padding-top: 20px;
    width: 150px;
}

.dealerChart .barItem{
    margin-top: 20px;
}

.dealerChartLegend {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.dealerChartLegend div {
    display: inline-block;
    vertical-align: middle;
}

.dealerChartLegend > div:nth-child(1) {
    margin-right: 50px;
}

.dealerChartLegend .bar {
    width: 50px;
    height: 20px;
    margin-right: 12px;
}

.dealerRatingHeader{
    margin-left: 10px;
    margin-bottom: 20px;
}

.dealerRatingHeader .star-rating-small{
    margin-left: 5px;
    margin-top: 2px;
}

.dealerRatingHeader .btn{
    margin-left: 10px;
    margin-top: -3px;
}
#DealerRatingContainer legend {
  border-bottom: unset;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.dealer-disclaimer{
    font-size: 12px;
    margin-top: 20px;
}
.margin-top-5{
    margin-top: 5px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.forgottenPassword a, .forgottenPassword a:hover{
    color: blue;
}

.forgottenPassword a:hover{
    text-decoration: underline;
}

.form label{
    font-weight: 600;
}

.form label.error{
    font-weight: 400;
    color: red;
}

.saved-search {
    width: 100%;
}

.saved-search td, .saved-search th{
    padding: 10px;
}

.saved-search th{
    text-align: left;
    font-size: 16px;
}
.saved-search tr{
    border-bottom: 1px #ccc solid;
}

.saved-search .emailAlert{
    width: 100px;
}

.saved-search .emailAlert label{
    padding-left: 8px;
    display: inline;
}

.saved-search .emailAlert input{
    margin-top: -3px;
}

span.savedAlertCount{
    color: #00486a;
}

a.criteriaLink {
    color: #333333;
    text-decoration: underline;
}

a.remove-alert {
  color: #333333;
  text-decoration: underline;
}

#saved-search-save-alert{
    margin-right: 10px;
}

.article-search-result .col2 span.preview-link.text-cursor{
    cursor: text;
}

.chart-popover .popover-title{
    padding-left: 5px;
}

.chart-popover .span-title{
    padding-left: 0px;
}

.dealer-popup-orienter{
    width: 80%;
    margin-top: -45px;
    height: 1px;
}

.chart-trigger{
    position: relative;
    left: 70px;
}

.chart-trigger{
    position: fixed;
    left: 50%;
}

.car-type-ico{
    margin-bottom: 5px;
}
.logo-head {
	float: left;
	margin-left: 100px;
	margin-top: -10px;
	width: 200px;
}
.logo-head h1 {
	color: #aaa;
	font-size: 10px;
	font-weight: normal;
 	font-style: italic;
}
.lnk {
    color: #0645AD;
	cursor: pointer;
}
.darkbluelnk {
  color: #00486a;

}
.login-middle {
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    margin-bottom: 20px;
    background-color: #fdfdfd;
    padding: 10px;
}

#my-signin2, #my-signin3 {
    display: flex;
    justify-content: center;
	margin: 0 auto 20px;
    width: 250px;
}
#my-signin2 .abcRioButtonIcon {
    border-right: 1px solid #fff;
}
a.blacklink {
	color: #000;
	text-decoration: underline;
}
.craigslist-copy p {
    margin: 20px 0;
}

.craigslist-copy .copyText {
    border: solid #C3C3C3 1px;
    margin: 5px 0;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

.craigslist-copy .cl-label {
    vertical-align: middle;
}

.footer-table {
	font-size: 12px;
	margin-top: 20px;
}
.footer-table-400 table {
	width: 400px;
}

.footer-table table {
	border: 1px solid;
	margin-bottom: 20px;
}
.footer-table th {
	text-align: center;
	border: 1px solid;
}
.footer-table td {
	text-align: center;
	width: 100px;
	border: 1px solid;
	padding: 5px;
}
.footer-table .lnk, .footer-table a {
	color: #00486a;
	font-weight: bold;
}

.notif-saved-desktop{
  background-color: #f26826;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  font-size: 12px;
}

.home-notif-header{
  color: #f26826;
}
.notifFillerSpace{
  margin-left: 36px;
  margin-top:5px;
}

.notifFillerSpaceEmpty{
  margin-left: 36px;
  margin-top:7px;
}

.id140-feedback { 
    background-color: lightyellow;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 10px 20px;
}
.id140-feedback-comment { display: none; }
.id140-feedback-comment textarea { width: 500px; height: 80px; margin-top: 6px; }
.id140-feedback-ty { display: none; }
.id140-btn-feedback { margin: 3px 0 10px 20px; }

div.star-rating-tag { min-height: 22px; padding-bottom: 10px; }
div.star-rating-tag-label { display: inline-block; width: 62%; text-align: left; font-weight: bold; margin-right: 8px; }
div.star-rating-tag-stars { display: inline-block; width: 28%; text-align: left; }
div.star-rating-tag-comment { width: 91%; text-align: left; font-size: smaller; }

.itip-container {
	display: inline-block;
}
.itip.id138-tooltip {
    display: inline-block;
    background: url(../images/help_icon_gray.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
}

/* Multi-select drop downs in the left-side search panel */

.multi-select-drop { position:relative; margin-bottom:15px;  background-color:#fff; width:260px;  }
.multi-select-drop .main-link {
  position:relative; overflow: hidden; display:block; height:30px;
  margin-right: 0px;
  padding: 0 30px 0 10px; font-size:14px; line-height:30px;  color:#4C4C4C; cursor: pointer; white-space: nowrap;
  text-overflow: ellipsis;
}
.multi-select-drop .main-link .arrow {
  position:absolute; top: 0; right: 0; width: 30px; height:30px; background: url(../images/select-icons.png) no-repeat left -115px;
}

.multi-select-drop .main-link:hover { text-decoration:none;  }
.multi-select-drop .main-link.opened .arrow { background-position:left -17px;  }
.multi-select-drop ul {
  display:none; position:relative;
  left: -1px; top: 100%; margin: 0; width:100%; max-height: 250px; overflow-x: auto;
  background-color:#fff;  border: 1px solid #ccc; list-style: none; z-index: 22;
}
.multi-select-drop ul li {
  position:relative;
  overflow: hidden;
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
}
.multi-select-drop ul li:last-of-type { border-bottom: 0; }
.multi-select-drop ul li label {
  position:relative; overflow: hidden; display: inline-block; margin:0; padding: 0; font: 14px/18px arial, sans-serif; color:#4C4C4C;  cursor: pointer;
  vertical-align: top;
}
.multi-select-drop ul li span { display:block;  font: 14px/18px arial, sans-serif; color:#4C4C4C;  cursor: pointer;  }
.multi-select-drop ul li:hover label,
.multi-select-drop ul li:hover span { color:#000; }
.multi-select-drop ul li input.checkbox {
  display: inline-block;
  width:13px; height:13px;
  margin: 3px 8px 0 0;
  padding: 0;
  vertical-align: top;
}



.multi-select-drop {
  display:block;
  border: solid 1px #cccccc;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}
.multi-select-drop.selected {
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2ZhZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZiZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2VkZmJmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWY4ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,254,255,1) 19%, rgba(251,252,254,1) 26%, rgba(237,251,254,1) 70%, rgba(233,248,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(250,254,255,1)), color-stop(26%,rgba(251,252,254,1)), color-stop(70%,rgba(237,251,254,1)), color-stop(100%,rgba(233,248,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,254,255,1) 19%,rgba(251,252,254,1) 26%,rgba(237,251,254,1) 70%,rgba(233,248,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,254,255,1) 19%,rgba(251,252,254,1) 26%,rgba(237,251,254,1) 70%,rgba(233,248,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,254,255,1) 19%,rgba(251,252,254,1) 26%,rgba(237,251,254,1) 70%,rgba(233,248,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,254,255,1) 19%,rgba(251,252,254,1) 26%,rgba(237,251,254,1) 70%,rgba(233,248,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f8ff',GradientType=0 ); /* IE6-8 */
}

.multi-select-drop.selected .main-link .arrow { color:#004869; font-weight:bold; background-position:right -258px;   }
.multi-select-drop.selected .main-link.opened .arrow { background-position:right -210px;  }

.right {
	text-align: right;
}
.left {
	text-align: left;
}
a.id96_sitemap_corporate, .id96_sitemap_corporate span.lnk, a.id96_sitemap_corporate:hover {
	color: #CBCBCB;
	font-size: 13px;
	text-decoration: none;
    padding: 0px 5px;
}
footer#footer-bottom {
	margin-top: 0em;
}
.site-disclaimer {
    border-bottom: solid 1px #888;
    padding-bottom: 1em;
	padding-top: 1em;
    font-size: 11px;
    color: #CBCBCB;
}

div#inner-p1 {
    padding-top: 0px;
}



.browse-by-body-style {
  text-align: center;
}

.browse-by-body-style p:first-of-type {
  text-align: left;
}

#adTopBanner{
  margin: 0 auto;
  padding-bottom: 0px;
}

.jmpads {
  padding-bottom: 10px;
  padding-top: 10px;
}

#swipebox-title {
  line-height: 50px;
  font-weight: bold;
}

div#vdp-photo-bottom-ad, div#jam_vdp-photo-bottom-ad {
    display: none;
    z-index: 1000000000 !important;
    position: fixed;
    bottom: 0px;
    left: 305px;
    right: 0px;
    margin: auto;
}
div#vdp-photo-side-ad, div#jam_vdp-photo-side-ad {
    display: none;
    z-index: 1000000000 !important;
    position: fixed;
    top: 40px;
    bottom: 110px;
    left: 0px;
    margin: auto 0;
    height: fit-content;
}

#swipebox-slider {
	top: 0px;
}
@media screen and (min-width: 800px) {
	#swipebox-slider .slide img {
	    visibility: hidden;
	}
}
#swipebox-slider .slide.current img{
  margin-top: 50px;
}

#swipebox-slider .slide {
	height: calc(100% - 142px);
    height: -o-calc(100% - 142px);
    height: -webkit-calc(100% - 142px);
    height: -moz-calc(100% - 142px);
	width: calc(100% - 310px);
    width: -o-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    margin-left: 305px;
    margin-right: 5px;
}
@media screen and (min-width: 800px) {
  #swipebox-slider .slide.current img{
	height: 97%;
    object-fit: cover;	
    visibility: visible;
    width: 100%;
  }
}

#swipebox-arrows {
    max-width: 100%;
	width: calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
}


#listing-slider{
  cursor: pointer;
}

div#desktop_recent_saved_listings.recent_top_level {
    margin-top: 3em;
    margin-bottom: 3em;
}
div#id131_cars_itrlnk {
    margin-top: 2em;
}

.noscroll {
	overflow: hidden;
}

div#swipebox-top-bar,div#swipebox-bottom-bar {
	width: calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    margin-left: 300px;
}
div#swipebox-bottom-bar {
    top: 50px;
}
#swipebox-bottom-bar, #swipebox-top-bar {
	background: none;
}
#swipebox-close {
	left: 291px;
}
#swipebox-next, #swipebox-prev {
	border-radius: 10px;
/* 	background-color: rgba(127, 127, 127, 0.5); */
}
#bottom-similar {
	margin-top: 2em;
}

/* Autocheck */
.autocheck-attributes-content {
	width: 640px;
	padding: 20px;
}
.aa-attr-top-container {
	width: 480px;
	margin: 0 auto;
}
.aa-attr {
	display: inline-block;
	width: 220px;
	padding: 7px;
	font-size: 14px;
}
.aa-attr img {
	width: 38px;
	height: 44px;
	float: left;
	margin-right: 20px;
}
.aa-attr-h {
	font-weight: bold;
}

.quick-details-row .autocheck-purchase-link {
	color: #f26826;
	font-weight: bold;
}
.autocheck-attributes-bottom {
	width: 464px;
	min-height: 51px;
	margin: 0 auto 15px auto;;
}
.autocheck-attributes-bottom .autocheck-logo {
	width: 120px;
	height: 33px;
	margin-bottom: 2px;
}
.autocheck-attributes-bottom>div {
	padding: 10px;
	display: inline-block;
}
.autocheck-attributes-bottom .autocheck-purchase-link {
	font-size: 14px;
	font-weight: 600;
}

.affiliate-section {
	padding: 0 20px;
	display: inline-block;
	width: 640px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#zebra-desktop-vdp {
  border: .5px solid rgb(204, 204, 204);
  max-width: 375px;
}

#zebra-desktop-postlead {
  border: .5px solid rgb(204, 204, 204);
  width: 400px;
  margin: 10px 0 10px 20px;
}

.jerry-widget {
  margin-top: 25px;
}
