/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */
body {
    background: #fff;
}

h2 {
    font-size: 16px;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #000;
}

input {
    border-radius: 0;
    box-shadow: none;
    -webkit-apperarance: none;
}

.shell:before, .clearfix:before, .shell:after, .clearfix:after {
    display: table;
    content: ' ';
}

.shell:after, .clearfix:after {
    clear: both;
}
/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */
.ico {
    display: inline-block;
}

.ico-check {
    background: url(images/ico-check.png) no-repeat 0 0;
    width: 20px;
    height: 14px;
}

.ico-thumb {
    background: url(images/thumb-up.png) no-repeat 0 0;
    width: 28px;
    height: 23px;
}

.ico-rating1 {
    background: url(images/rating1.jpg) no-repeat 0 0;
    width: 81px;
    height: 18px;
}

.saved .ico-star-grey {
    background: url(images/star.jpg) no-repeat 0 0;
    width: 19px;
    height: 17px;
}

/* ------------------------------------------------------------ *\
    Containers
\* ------------------------------------------------------------ */
.shell {
    padding: 0 10px;
    position: relative;
}

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */
.main {
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ------------------------------------------------------------ *\
    Sections
\* ------------------------------------------------------------ */
.section-criteria {
    padding-bottom: 10px;
}

.section-criteria p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
}

.section-criteria .section-entry {
    font-size: 13px;
    margin-top: 4px;
}

.section-criteria .section-entry a {
    color: #e86627;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    float: left;
    padding-right: 10px;
}

.section-criteria span.plainSearchText {
    height: 55px;
    line-height: 22px;
    display: flex;
    align-items: center;
    vertical-align: bottom;
}
.section-criteria .section-entry a:visited {
    color: #e86627;
}

.fs-dropdown {
    display: inline-block;
    margin: 0;
    width: 100px;
}

.fs-dropdown-open .fs-dropdown-selected, .fs-dropdown-focus .fs-dropdown-selected
    {
    background-color: transparent;
    box-shadow: none;
}

.fs-dropdown-selected {
    height: auto;
    line-height: 1.2;
    padding: 0 0 0 5px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-weight: bold;
}

.fs-dropdown-selected:after {
    border-top-color: #000;
    display: inline-block;
    position: static;
    vertical-align: middle;
    margin-left: 3px;
}

.fs-dropdown-item {
    line-height: 1;
    padding: 5px;
    border: 0;
    height: auto;
}

.section-results .section-head {
    border-width: 1px 0;
    border-style: solid;
    border-color: #d7d7d7;
    background: #f3f3f3;
    margin-bottom: 0;
}

.section-results .section-head .shell {
    clear: both;
}

.section-results .section-head h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-transform: none;
    float: left;
    padding: 10px 0;
}

.section-results .section-head h3 strong {
    display: inline-block;
    margin-top: -1px;
}

.section-results .filter-sort select {
    background-color: white;
}
.section-results .filter-sort {
    float: right;
    width: 164px;
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}

.section-results .filter-sort button {
    width: 175px;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-results .filter-sort button.ui-shadow {
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}

.section-results .filter-sort label {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.ui-selectmenu-list a {
    text-decoration: none;
}

#select-filter-listbox, .ui.popup-container {
    background: #fff;
    font-size: 14px;
}

#editAlertPopup button, #editAlertPopup a {
   padding: 3%; 
}

.section-results .filter-sort a:after {
    content: '';
    display: inline-block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
    vertical-align: middle;
}

#results {
	padding: 8px;
}
.result {
    position: relative;
    padding: 11px 0;
    background-color: #fff;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
}

.resultSavedListing {
    position: relative;
    padding: 11px 0;
}

.result p {
    padding: 0;
}

.results .result-head, .results .result-body {
    padding-right: 30px;
}

.results .listing-meta-featured {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 1px 4px;
    margin-right: 4px;
}

.result-head h3 {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    margin-right: 10px;
    padding: 0 0 5px;
    text-transform: none;
}

.result-body {
    overflow: hidden;
    padding-top: 10px;
}

.result-image {
    position: relative;
    float: left;
    margin: 0 15px 8px 0;
}

.result-image a {
    position: absolute;
    left: 0;
    top: 0;
}

.result-image img {
	border-radius: 0px;
	object-fit: cover;
    height: auto;
}
	
.result-body .more-info {
    width: 252px;
    background-color: #444;
    color: white;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4px;
    height: 17px;
    line-height: 17px;
    text-transform: uppercase;
}

.result-image img,.result-body .more-info {
    width: 147px;
}

.result-content {
    float: left;
    position: relative;
}

.miles {
    color: #000;
    font-size: 12px;
}

.price {
    /*  margin-top: 5px; */
  }

  .price {
      font-size: 13px;
}

.new-price {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.old-price {
    color: #888585;
    font-size: 11px;
    line-height: 15px;
    text-decoration: line-through;
}

.market-price {
    font-size: 12px;
    color: #019402;
    vertical-align: top;
}

.market-price.ymm {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.market-price.normal {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.market-price.above {
    color: #F00;
    font-size: 12px;
}

.result .rating {
    width: auto;
    height: auto;
    background-image: none;
    font-size: 12px;
    color: #818181;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

.result .rating span {
	display: block;
	height: 17px;
    vertical-align: bottom;
}

.result-actions a {
    text-decoration: none;
}

.result-actions .link-favorite {
    position: absolute;
    right: 5px;
    top: -8px;
    padding: 6px;
}

@media screen and (max-width: 1000px) {
	.result-actions .preview-listing-link {
		display: none; /* Hide preview button on smaller screens. */
	}
	.result .additional-info {
		display: none;
	}
	.dyk-container .dyk-content-block {
		display: none;
	}
	.container-footer-links {
		display: none;
	}
}

.result-actions .preview-listing-link {
	position: absolute;
	top: 26px;
	right: 10px;
	background: url(../../v2/images/preview-sprite.png) no-repeat 0 -28px;
	color: #808080;
	font-size: 11px;
	margin: 0 0 0 11px;
	padding: 0 0 0 14px;
	text-decoration: none;
}
.result-actions .preview-listing-link.open { 
	background-position: 1px 3px;
}

.subscribe {
    padding: 17px 0;
}

.subscribe label {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #f0541b;
    line-height: 1.22;
}

.subscribe .form-controls {
    overflow: hidden;
    position: relative;
    margin-top: 12px;
}

.subscribe-field {
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    width: 100%;
    height: 43px;
    padding: 6px 124px 5px 12px;
}

.subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    height: 43px;
    width: 124px;
    text-align: center;
    border: 0;
}

.subscribe-btn {
    background: rgb(243, 102, 44);
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNjYyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDRlMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.subscribe-btn.wide {
    position: inherit;
    width: 100%; 
}
.paging {
    background: #4b4b4b;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
}

.paging .shell {
    overflow: hidden;
}

.paging p {
    padding: 0;
    text-align: center;
    padding-left: 47px;
}

.paging-next {
    float: right;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
}

.paging-next:hover {
    color: #ddd;
}

.paging-next:after {
    content: '';
    display: inline-block;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 5px;
}

.section-filters .shell {
    overflow: hidden;
    padding: 0px 0px;
}

.section-filters .section-head {
    padding: 12px 10px 14px;
    background-color: #444;
    background-position: top center;
    background-repeat: repeat-x;
    margin-bottom: 0;
    overflow: hidden;
}

.section-filters .section-head h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.section-filters .section-foot a, .section-filters .section-head a {
    float: right;
    font-family: 'GothamMedium', sans-serif;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    padding: 0;
}

.section-filters-features .section-foot, .section-filters-features .section-head {
    padding-bottom: 5px;
    padding-top: 5px;
}

.section-filters-features .section-foot a, .section-filters-features .section-head a
    {
    float: none;
}

.section-filters-features .section-foot .shell>a,
    .section-filters-features .section-head .shell>a {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
}

.section-filters-features .section-foot .shell>a ~ a,
    .section-filters-features .section-head .shell>a ~ a {
    float: right;
}

.section-filters .section-foot-actions, .section-filters .section-head-actions {
    float: right;
    margin: 10px;
}

.section-filters .section-foot-actions a, .section-filters .section-head-actions a
    {
    text-decoration: none;
    width: 63px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4B4B4B;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
}

.options {
    list-style: none;
    border: 1px solid #ccc;
}

.options .form-controls {
    padding: 0 10px 5px;
}

.options li {
    box-sizing: border-box;
    padding: 7px 0;
}

.options li ~ li {
    border-top: 1px solid #ccc;
}

.options h4, .options a {
    text-transform: none;
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%; /*display: table-cell;*/
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    overflow: visible;
}

.options>li>a:after, .options a.ui-btn-icon-left:after, .options li.ui-collapsible-collapsed a:after
    {
    content: '';
    background: url(images/ico-chevron-right.png) no-repeat 0 0;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 20px;
    left: auto;
    bottom: auto;
}

.options a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.options>li>a:after, .options li.ui-collapsible-collapsed a:after {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.options>li>a:after {
    right: 10px;
    top: 10px;
}

.options strong {
    display: block;
}

.options h4 span, .options li>a>span, .options span.slider-text {
    color: #e8561d;
    vertical-align: middle;
}

.options span.default-value, span.default-value {
    color: #a5a5a5;
}

.section-filters-features .sub-options {
    margin-top: 0;
}

.sub-options {
    list-style: none;
    border: 1px solid #ccc;
    margin-top: 24px;
}

.sub-options li {
    height: 50px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.sub-options li ~ li {
    border-top: 1px solid #ccc;
}

.sub-options .form-controls {
    display: table-cell;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 10px;
}

.sub-options label {
    float: left;
    margin: 9px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.sub-options .ui-flipswitch {
    float: right;
    background: #c5c5c5;
}

.sub-options .ui-flipswitch .ui-btn.ui-flipswitch-on {
    background: #fff;
}

.sub-options strong {
    font-size: 14px;
}

.sub-options p {
    padding: 0;
    margin: 0;
    color: #ea551d;
    font-size: 14px;
}

.section-filters .section-actions {
    text-align: center;
/*     background: #dbdbdb; */
/*     border-top: 1px solid #ccc; */
/*     padding: 12px 0; */
/*     margin-top: 26px; */
}

.section-filters .section-actions a {
    height: 33px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 19px 0;
    box-sizing: border-box;
    font-size: 14px;
	margin-top: 11px;
}

.section-filters .section-actions a:visited {
    color: #fff;
}

.section-filters a.btn-reset {
    margin-right: 15px;
    color: #333;
    text-decoration: underline;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.section-filters .btn-save-alert {
    background: #767676;
    margin-right: 15px;
}

.section-filters .btn-submit {
    background: rgb(243, 102, 44);
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNjYyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDRlMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(243, 102, 44, 1) 0%,
        rgba(237, 78, 20, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243,
        102, 44, 1)), color-stop(100%, rgba(237, 78, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 102, 44, 1) 0%,
        rgba(237, 78, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 102, 44, 1) 0%,
        rgba(237, 78, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 102, 44, 1) 0%,
        rgba(237, 78, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 102, 44, 1) 0%,
        rgba(237, 78, 20, 1) 100%);
}

.panel-filter-type label, .sub-options-multi-select label {
    display: block;
    border: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sub-options-multi-select .ui-btn.ui-checkbox-off:after,
    .sub-options-multi-select label:after {
    float: right;
    position: static;
    background: url(images/check-small.png) no-repeat 0 0;
    width: 15px;
    height: 12px;
    border: 0;
    background-color: transparent;
    margin-top: 0;
}

.ui-icon-check:after, html .ui-btn.ui-checkbox-on.ui-checkbox-on:after,
    .sub-options-multi-select .ui-checkbox-on.ui-icon-check:after,
    .sub-options-multi-select label.ui-checkbox-on:after {
    background-image: url(images/checked-small.png);
    width: 15px;
    height: 12px;
    background-color: transparent;
    margin-top: 0;
}

.panel-filter-type input, .sub-options-multi-select input {
    visibility: hidden;
    opacity: 0;
}

.panel-filter-type .section-filters label {
	height: 49px;
	line-height: 49px;
    padding-left: 29px;
    position: relative;
}

.panel-filter-type .section-filters label:after {
    left: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin-top: -8px;
}

.panel-filter-type .section-filters .ui-radio .ui-btn.ui-radio-on:after {
    width: 16px;
    height: 16px;
}

.panel-filter-type .section-filters ul.checkmark label {
    padding-left: 0;
    font-size: 14px;
}

.panel-filter-type .section-filters ul.checkmark label:after {
    box-shadow: none;
    margin: 15px 0;
}

.ui-checkbox, .ui-radio {
    width: 100%;
}

.ui-page-theme-a .ui-btn {
    /*background-color: transparent;*/
}

.ui-page-theme-a .ui-btn:hover {
    /*background-color: transparent;*/
}

.options .slider-range .ui-btn.ui-slider-handle, .options .fixedMax .ui-btn.ui-slider-handle {
    border-radius: 50%;
    background: #f9fafa;
}

.ui-page-theme-a .ui-slider-track .ui-btn-active, .options .slider-range .ui-btn-active
    {
    background: #e8561d;
    height: 13px;
}

.options .slider-range .ui-slider-track.ui-shadow-inset {
    box-shadow: none;
    border-radius: 4px;
    height: 12px;
}

.options .slider-range .ui-rangeslider {
    padding: 0 20px;
}

html>body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child
    {
    box-sizing: border-box;
}

.options .slider-range .ui-rangeslider .ui-input-text {
    margin-top: -5px;
}

.options .slider-range .ui-rangeslider .ui-input-text, .options .slider-range input.ui-slider-input
    {
    float: none;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-weight: normal;
    padding: 0;
    width: 40px;
    height: 20px;
    vertical-align: top;
    text-align: center;
}

.options .slider-range .ui-rangeslider {
    text-align: right;
    font-size: 0;
}

.options .slider-range .ui-rangeslider input.ui-slider-input.ui-rangeslider-last {
    float: none;
}

.options .slider-range {
    margin: 0px 20px;
}

.fixedMax .ui-slider-track {
    margin-left: 0px;
    background-color: #e8561d;
}

.fixedMax .ui-slider {
    margin-left: 20px;
}

#filter-view .radio-filter {
    padding: 10px 0;
}

.radio-filter label {
    border: 0;
    padding: 0px 0px 0px 30px;
    font-size: 14px;
}

.radio-filter input {
    display: none;
}

.radio-filter label:after {
    left: 0;
    box-shadow: inset 0 0 0 1px #000;
}

.radio-filter label.ui-radio-on:after {
    box-shadow: none;
}

.price-filter {
    padding: 10px 0;
    font-size: 0;
}

.price-filter .form-row {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.price-filter .form-controls {
    padding: 0;
}

.price-filter .form-row label {
    margin-top: 2px;
    position: absolute;
    z-index: 2;
    color: #a5a5a5;
    top: 10px;
    left: 18px;
}

.price-filter .form-row input {
    font-size: 16px;
    color: #000;
    padding: 9px 6px 10px 45px;
}

.price-filter .ui-select a span {
    color: #000;
}

.price-filter .ui-select a {
    border-radius: 0;
    box-shadow: none !important;
    padding: 11px 6px 8px 45px;
    text-align: left;
}

.price-filter .ui-select a:after {
    background: url(images/select-after.jpg) no-repeat 0 0;
    width: 32px;
    height: 36px;
    border-radius: 0;
    top: 0;
    right: 0;
    margin: 0;
}

.price-filter .ui-select a:after {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* ------------------------------------------------------------ *\
    Switches
\* ------------------------------------------------------------ */
html body .sub-options .ui-flipswitch {
    border-radius: 30px;
}

.ui-flipswitch .ui-btn.ui-flipswitch-on {
    height: 30px;
    width: 30px;
    margin-top: -1px;
    margin-left: -1px;
}

.ui-flipswitch.ui-flipswitch-active, .ui-flipswitch {
    height: 30px;
    width: 55px;
    box-sizing: border-box;
    box-shadow: none;
    background: #c5c5c5;
}

.ui-flipswitch.ui-flipswitch-active {
    padding-left: 25px;
    background: #4ed164;
    border-color: #4ed164;
}

.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus,
    html body .ui-group-theme-a .ui-btn:focus, html head+body .ui-btn.ui-btn-a:focus,
    .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus,
    html body .ui-group-theme-a .ui-focus, html head+body .ui-btn-a.ui-focus,
    html head+body .ui-body-a.ui-focus {
    box-shadow: none;
}

/* ------------------------------------------------------------ *\
    Collapsible Buttons
\* ------------------------------------------------------------ */
.ui-collapsible-content, .ui-collapsible-inset .ui-collapsible-heading .ui-btn
{
    border: 0;
    padding: 0;
    background-image: none;
}

div.ui-collapsible-content {
   padding-top: 15px; 
}

div.ui-input-text, .ui-input-text input, .ui-input-search input {
    border-radius: 0;
    padding: 0;
}

.ui-input-text input {
    padding: 6px;
}

.ui-collapsible-inset {
    margin: 0;
    padding: 7px 0;
}

.ui-corner-all {
    border-radius: 0;
}

a.c23-edit-search {
	white-space: nowrap;
}
div#update-filter-controls {
  padding: 10px;
  background-color: #f3f3f3;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #d7d7d7;
  z-index: 1000000001;
  height: 59px;
}

#filter-view, #filter-Make, #filter-Model, #filter-Trim {
	padding-bottom: 53px;
}
.filter-panel-view footer {
  padding: 10px;
  background-color: #f3f3f3;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.filter-panel-view ul.sub-options {
	padding-top: 48px;
}
.filter-panel-view ul.sub-options .ui-radio {
	margin: 0 0;
}
.section-filters .section-head a.ucsshfa {
	font-size: 14px;
	font-weight: bold;
}
.section-filters .section-head a.ucsshfa span {
	font-size: 14px;
	font-weight: bold;
}

/* ------------------------------------------------------------ *\
    Main Actions
\* ------------------------------------------------------------ */
.main-actions {
    height: 32px;
    padding-top: 16px;
    background: url(images/bar.png) repeat 0 0;
    text-align: center;
}

.main-actions a {
    display: inline-block;
    padding: 0;
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
}

.main-actions a ~ a {
    padding-left: 6px;
    border-left: 1px solid #fff;
    margin-left: 2px;
}

/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */
.section {
    padding: 10px 19px 16px;
    border-bottom: 15px solid #f5f5f5;
}

.section-title {
    font-size: 16px;
    color: #000;
    text-transform: none;
    font-weight: bold;
}

.section-results .section-actions {
    padding: 26px 0;
}

/* ------------------------------------------------------------ *\
    Product
\* ------------------------------------------------------------ */
.product-head {
    margin-bottom: 10px;
}

.product-head h3 {
    padding: 0;
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.product-meta {
    overflow: hidden;
    margin-bottom: 10px;
}
.product-meta .remote-purchase-headline {
    display: inline-block;
    background-color: #00486A;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-left: 18px;
}
.product-meta-actions {
    margin-bottom: 10px;
    font-size: 13px;
    color: #3f3f3f;
    display: table;
    width: 100%;
}

.product-meta-actions a {
    display: table-cell;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #3f3f3f;
    padding: 0 6px;
    text-decoration: none;
}

.product-meta-actions a ~ a {
    margin-left: 4px;
}

.product-meta-actions a span {
    display: inline-block;
    vertical-align: middle;
}

.product-price {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ea551c;
}

.product .actions p {
    padding-top: 10px;
    text-align: center;
}

.product .actions p a {
    color: #6c6c6c;
}

#details-first-photo {
    height: 250px;
	width: 100%;
    object-fit: contain;
}

/* ------------------------------------------------------------ *\
    List Details
\* ------------------------------------------------------------ */
.list-details {
    list-style: none outside none;
    font-size: 12px;
}

.list-details li {
    overflow: hidden;
}

.list-details li ~ li {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.list-details p {
    overflow: hidden;
    padding: 2px 0 0;
    font-size: 12px;
}

.list-details p span {
    color: #019402;
}

.list-details a {
    color: #8c8c8c;
    font-weight: normal;
}

span.mobile_results_highlight_below_market{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: none;
    width: 60px;
    vertical-align: top;
}

span.mobile_details_highlight_below_market{
    color: #ffffff;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: none;
    vertical-align: middle;
    font-weight: bold;
}
.price-GREAT_DEAL{
    background-color: #00bb00;
}
.price-GOOD_DEAL{
    background-color: #008000;
}
.price-OK_DEAL{
    background-color: darkorange;
}
.text-OK_DEAL{
    color: #333;
}
.price-OTHER{
    background-color: #008000;
}
.detail-good-deal, .detail-title {
    float: left;
    width: 115px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

/* ------------------------------------------------------------ *\
    Rating
\* ------------------------------------------------------------ */
.rating-rated, .rating-unrated {
    display: inline-block;
    width: 80px;
    height: 15px;
    background-repeat: repeat-x;
}

.rating-rated {
    display: block;
}


/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */
.section-form h4 {
    margin-bottom: 18px;
    color: #000;
    font-size: 16px;
    text-transform: none;
}

.form-row {
    margin-bottom: 12px;
}

.field, .textarea {
    width: 100%;
    height: 43px;
    padding: 11px 17px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textarea {
    height: 90px;
}

.form-result .fs-dropdown {
    display: block;
    width: auto;
}

.form-result .fs-dropdown-selected {
    padding: 0 17px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 41px;
    box-shadow: none;
}

.form-result .fs-dropdown-selected:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 8px;
    border: 0 none;
    margin-top: -4px;
    background: url(images/chevron-down.png);
}

.form-row .ui-select .ui-btn {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.form-actions {
    margin-bottom: 15px;
}

.form-info {
    padding: 0;
    font-size: 10px;
    line-height: 1.4;
}

.ui-select .ui-btn>span.fs-dropdown-item_placeholder, .form-row .ui-btn-icon-right:after
    {
    display: none;
}

/* ------------------------------------------------------------ *\
    Checkbox
\* ------------------------------------------------------------ */
.ui-checkbox {
    margin-bottom: 18px;
}

.ui-checkbox input {
    display: none;
}

.ui-checkbox label {
    position: relative;
    display: block;
    padding-left: 24px;
    font-size: 12px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    border: 0 none;
    overflow: visible;
}

.ui-checkbox label:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 11px;
    height: 11px;
    /*border: 1px solid #ccc;*/
    content: '';
}

.checkbox .ui-btn.ui-checkbox-off:after, .checkbox .ui-btn.ui-checkbox-on:after,
    .checkbox .ui-btn.ui-radio-off:after, .checkbox .ui-btn.ui-radio-on:after,
    .ui-checkbox label:after {
    display: none;
}

.checkbox .ui-btn.ui-checkbox-on:before, .ui-checkbox input:checked+label:before
    { /*background: #000;*/
    content: '\2713';
}

/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */
.accordion {
    border: 1px solid #ccc;
}

.accordion-section ~ .accordion-section {
    border-top: 1px solid #ccc;
}

.accordion-body {
    display: none;
    padding: 22px 19px 36px;
}

.accordion p {
    padding-left: 0;
    padding-right: 0;
}

.accordion-head {
    padding: 11px 9px;
}

.accordion-head h3 {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #000;
}

.accordion-status {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background: #f48551;
}

.accordion-status:before, .accordion-status:after {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    content: '';
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.accordion-status:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-section.current .accordion-status:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.accordion-body a:visited, .accordion-body a {
    color: #f26826;
}

.accordion-body .link-more:visited, .accordion-body .link-more {
    color: #2489d7;
}

/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */
.ico-star-silver {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(images/ico-star-silver.png);
    background-size: 19px 17px;
}

.ico-mail {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(images/ico-mail.png);
    background-size: 19px 15px;
}

.ico-power {
    display: inline-block;
    width: 13px;
    height: 19px;
    background: url(images/ico-power.png);
    background-size: 13px 19px;
}

.ico-calendar {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url(images/ico-calendar.png);
}

.ico-price {
    display: inline-block;
    width: 34px;
    height: 35px;
    background: url(images/ico-price.png);
}

.ico-flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    background: url(images/ico-flag.png);
    background-size: 20px 20px;
}

/* ------------------------------------------------------------ *\
    Buttons
\* ------------------------------------------------------------ */
.ui-input-btn input.btn-white, .btn-white, .ui-page-theme-a .form-actions .ui-btn,
    .ui-input-btn input.btn-orange, .btn-orange {
    display: block;
    width: 100%;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    opacity: 1;
    text-indent: 0;
    font-size: 14px;
    background: #ea551c;
    /*background: linear-gradient(to bottom,  rgba(236,110,49,1) 0%,rgba(230,67,0,1) 100%);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-orange.small-text {
    font-size: 14px;
}

.btn-orange:focus, .btn-orange:visited {
    color: #fff;
    text-decoration: none;
}

.btn-blue {
    display: block;
    border-radius: 2px;
    background: #00486a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
}

.btn-blue:visited {
    color: #fff;
}

.btn-blue ~ .btn-blue {
    margin-top: 17px;
}

.ui-mobile .btn-blue, .ui-mobile .btn-blue:focus, .ui-mobile .btn-blue:visited,
    .ui-mobile .btn-orange:focus, .ui-mobile .btn-orange:visited,
    .ui-mobile .btn-orange {
    color: #fff;
}

.ui-page-theme-a .form-actions .ui-btn {
    border-color: transparent;
    color: #fff;
    margin: 0;
    box-shadow: none;
    text-indent: 0;
}

.file-upload-btn, .ui-mobile .btn-grey, .btn-grey {
    color: #fff;
    border-radius: 2px;
    height: 42px;
    background: #6a6a6a;
    line-height: 42px;
    font-weight: bold;
    font-size: 14px;
}

.form-expandable {
    padding: 15px 0 0px;
    display: none;
}

.form-expandable .ui-btn {
    overflow: visible;
}

.btn-trigger.expanded span+span, .btn-trigger span {
    display: inline;
    font-size: 14px;
    line-height: 20px;
}

.btn-trigger.expanded span, .btn-trigger span+span {
    display: none;
}

.btn-trigger {
    color: blue;
 	font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
    text-decoration: underline;
}

.file-upload {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.file-upload-btn {
    display: block;
}

.file-upload-input {
    opacity: 0;
    font-size: 100px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    cursor: pointer;
}

.ui-input-btn input.btn-white, .ui-mobile .btn-white {
    background: #fff;
    color: #ee5b15;
    padding: 0px;
}

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */
.list-history {
    margin: 10px 0;
    list-style: none outside none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding-bottom: 3px;
}

.list-history li {
    display: inline-block;
    width: 50%;
    padding: 16px 16px 10px;
    border: 1px solid #cecece;
    min-height: 120px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-history li:nth-child(even) {
    border-left: 0 none;
}

.list-history i {
    margin-bottom: 5px;
}

.list-history strong {
    font-size: 16px;
}

.list-checks {
    list-style: none outside none;
}

.list-checks li {
    position: relative;
    padding-left: 18px;
}

.list-checks li:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 11px;
    background: url(images/check.png);
    content: '';
}

/*  List Steps  */
.list-steps {
    display: table;
    width: 100%;
    margin-bottom: 35px;
    list-style: none outside none;
}

.list-steps li {
    display: table-cell;
}

.list-steps li ~ li {
    border-left: 1px solid #f1f1f1;
}

.list-steps a {
    display: block;
    line-height: 22px;
    background: #dbdbdb;
    color: #7c7c7c;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.list-steps a:focus, .list-steps a:visited {
    color: #7c7c7c;
}

.list-steps li:first-child a {
    border-radius: 9px 0 0 9px;
}

.list-steps li:last-child a {
    border-radius: 0 9px 9px 0;
}

.list-steps .stepped a {
    background: #7c7c7c;
    color: #fff;
}

/* ------------------------------------------------------------ *\
    Section Listings
\* ------------------------------------------------------------ */
.section-listing {
    padding: 25px 20px;
}

.section-listing ~ .section-listing {
    border-top: 1px solid #000;
}

.section-listing .btn ~ .btn {
    margin-top: 15px;
}

.section-listing ul {
    padding: 0;
}

.section-listing p {
    padding: 3px 0 0;
}

.section-listing h2 {
    margin-bottom: 15px;
    font-size: 20px;
}

.section-listing h3 {
    color: #000;
}

.section-listing .section-actions {
    margin-top: 22px;
}

.listing-item ~ .listing-item {
    margin-top: 30px;
}

.checkboxes {
    padding: 25px 0 25px 20px;
}

.checkboxes .checkbox:last-child .ui-checkbox, .checkboxes .checkbox:last-child
    {
    margin-bottom: 0;
}

.form-image {
    padding: 20px 40px;
    background: #ebebeb;
    border: 1px solid #ccc;
    text-align: right;
}

.form-image img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

/*  Price Box  */
.price-box {
    padding: 15px;
    margin: 12px 0 9px;
    background: #d9f7d4;
    text-align: center;
    font-size: 16px;
}

.price-box span {
    color: #ea551c;
}

/* ------------------------------------------------------------ *\
    Table Dark
\* ------------------------------------------------------------ */
.table-dark {
    background: #eeeded;
    margin-bottom: 20px;
    font-size: 14px;
}

.table-dark+h3 {
    padding-top: 0;
}

.table-dark table {
    width: 100%;
}

.table-dark td:first-child {
    width: 128px;
}

.table-dark td {
    padding: 9px 14px;
}

.table-dark td ~ td {
    border-left: 3px solid #fff;
}

.table-dark tr ~ tr td {
    border-top: 3px solid #fff;
}

.table-dark span {
    color: #ea551c;
    font-size: 16px;
}
.good-deals-p {
    vertical-align: top;
}

span.seen{
    background-color: #6c6c6c;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: none;
}

#specInputs .ui-btn {
    padding: 0;
}

#stepForm p.note {
    font-size: 14px;
}

.form-section a:hover {
    color: #FFFFFF;
}

.listing-item-actions a.ui-link, .listing-item-actions a.ui-link:visited,
.listing-item-actions a.ui-link:hover {
    color: #38c;    
}

.product-head.description {
    border-bottom: 1px solid #ccc;
}

.product-head.description p{
    font-size: 14px;
    margin-bottom: 20px;
}

div.img-separator {
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

div.checkboxes label.ui-btn {
    padding: 10px 0 10px 24px;
}

div.checkboxes div.ui-checkbox {
    margin: 0;
}

div.checkboxes div.checkbox label.ui-btn:before{
    margin: 10px 0;
}

#formImages a.delete {
    padding: 10px;
}

#torsoLegTable {
    width: 96%;
    margin: auto;
}

.form-helper-text {
    font-size: 14px;
}

label.form-helper-text {
    margin: 20px;
}

.helper-labels {
    font-size: 14px;
    margin: 10px 20px;
}

.options a.jqmtip {
   display: inline-block;
   width: 20px;
   padding: 5px;
   margin-top: -7px;
}

form#pf_form ul.options li a.ui-link {
	padding-right: 30px;
}

#priceAnalysisChart {
    width: 100%;
    height: 250px;
    margin-bottom: 80px;
}

#priceAnalysisChart table.jqplot-table-legend {
    margin-top: 60px;
    border: none;
}

a.classic-link, a.classic-link:active, a.classic-link:hover,
a.classic-link:focus, a.classic-link:visited {
    text-decoration: underline;
    color: #FF7F27;
}

#filterHeaderTop {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.numResults {
    float:right;
    color:#FFF;
    line-height: 39px;
    padding-right: 2em;
}
.filter-dr span {
	display: inline-block;
	vertical-align: middle;
}
.filter-dr-more {
	height: 18px;
	padding-left: 4px;
}
.filter-dr input {
	margin: 0px;
}
input.filter-dr-default {
	margin: 0px;
	height: 16px;
	vertical-align: middle;
}

.android-deep-link {
    padding: 10px;
    width: 100%;
    border-bottom: solid darkgrey 1px;
}

.android-deep-link > * {
	vertical-align: middle;
}

.android-deep-link {
    position: fixed;
    top: 0px;
    z-index: 10000;
    background-color: white;
}

a.ios-app-btn {
    background-color: #019402;
    color: white !important;
    padding: 3px 6px 3px 4px;
    margin: 3px 15px 0px 2px;
    line-height: 23px;
    font-size:13px;
    float: right;
}

.ios-app-btn.gray {
    background-color: #6a6a6a;
}

.android-app-btn {
	background-color: #689f38;
    border: 1px solid #689f38;
    border-radius: 5px;
	color: white !important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    padding: 8px 8px;
}
.android-deep-link-close {
	padding:2px;
	float: left;
	margin-top: -6px;
	margin-left: -5px;
}


.result .additional-info {
	width: 100%;
	padding: 5px 0 5px;
	background-color: #fff;
	border-top: 1px dashed #ddd;
}
.result .additional-info-content {
	font-size: 12px;
	padding: 0 5px;
}
.result .additional-info-content div {
	line-height: 20px;	
}
.result .additional-info-content b {
	font-weight: bold;
}
.result .additional-info-content-column {
    display: inline-block;
    vertical-align: top;
    width: 265px;
}

.result .additional-info-content .star-rating-small {
	margin-top: 0;
}
.result .additional-info-content .star-rating-small-label {
    width: 80px;
    margin-top: -18px;
    margin-left: 85px;
}

.dyk {
	margin: 10px 10px 25px 10px;
	font-size: 16px;
}
.dyk h2 {
    font-size: 18px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.dyk .highlights {
	margin-bottom: 10px;
}
.dyk table {
	width: 1000px;
}
.dyk th {
	font-weight: bold;
	border: solid thin gray;
	text-align: center;
	padding: 3px;
}
.dyk td {
	border: solid thin gray;
	text-align: center;	
	padding: 3px;
}
.dyk.model_lists td {
	text-align: left;
	border: 0;
}
#section-dyk-overview .span5 {
	display: inline-block;
	margin: 20px 30px 0 10px;
}
#section-dyk-overview ul {
	display: inline-block;
	list-style: disc;
	margin-left: 20px;
}
.dyk .price-icon-img {
	display: inline-block;
	width: 28px;
    height: 32px;
	background-image: url(../../v2/images/icon-price.png);
    position: absolute;
    left: 0;
    top: 0;
}
.dyk .like-circle-img {
	display: inline-block;
	width: 34px;
    height: 34px;
    background-image: url(../../v2/images/like-circle-small-thumb-blue.png);
}
.dyk .lnk, .dyk .ui-link {
	text-decoration: none;
	font-weight: normal;
}
.dyk.model_lists .lnk {
	color: #000;
}
.dealer-dyk-cell {
	border: 1px solid #aaa;
	margin-bottom: 10px;
	width: 970px;
	min-height: 103px;
	padding: 10px 10px 10px 20px;
}

.container-footer-links {
	padding: 10px;
	background-color: #4c4c4c;
}
.container-footer-links * {
	color: #cfcfcf;	
	background-color: #4c4c4c;
	font-size: 14px;
}
.container-footer-links hr {
	margin-top: 20px;
	border-top: 1px solid #808080;
	border-bottom: none;
}
.container-footer-links li {
	display: inline-block;
	width: 200px;
	margin: 12px 20px;
}
.container-footer-links h6 {
	padding: 25px 0px 0px 20px;
	font-size: 16px;
	text-transform: none;
}
.container-footer-links a {
	color: #efefef;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
.container-footer-links a:visited {
	color: #efefef;
}
.container-footer-links .explore {
	display: inline-block;
	width: 700px;
	margin: 10px 40px 10px 22px;
	border-right: 1px solid #808080;
}
.container-footer-links .footer-social {
	display: inline-block;
}
.container-footer-links .explore h6 {
	margin-bottom: 20px;
}

.social-fb-img{
    width: 31px;
    height: 31px;
    background-image: url(../../v2/images/fb-icon.png); 
}
.social-tw-img{
    width: 31px;
    height: 31px;
    background-image: url(../../v2/images/tw-icon.png); 
}
.social-gplus-img{
    width: 31px;
    height: 31px;
    background-image: url(../../v2/images/goo-icon.png);
}
.footer-social li {
	width: 30px;
}

label.error {
	color: #5b0101;
	padding: 5px;
	margin-bottom: 5px;
}
.error {
	background-color: #f7e6e6 !important;
}
.click-to-filter {
    display: block;
    font-size: 14px;
    height: 31px;
	margin-left: 1em;
    text-decoration: underline;
}
#dyk-view .click-to-filter {
	display: unset;
}
div#filter-box-container {
    margin: 0 auto;
    position: fixed;
    top: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    z-index: 10000000;
    /* opacity: 0.9; */
    background: rgba(64, 64, 64, 0.98);
    padding: 4px;
    /* border-bottom: 1px solid #eee; */
}
.filter-box-content {
    background: #e86627;
    border: solid 0px #d7d7d7;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 3px 0 gray;
    /* -webkit-box-shadow: 0 2px 3px 0 grey; */
    /* box-shadow: 0 2px 3px 0 grey; */
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 39px;
    padding: 1px 16px;
    text-transform: uppercase;
    color: white;
    opacity: unset;
    margin: 2px 4px;
}
.result-content li {
    line-height: 18px;
}
span.mmbychart_body {
    display: inline-block;
    margin-right: 10px;
}
span.mmbychart_body input {
	margin-top: 0px;
}
span.mmbychart_body label {
	cursor: pointer;
	display: inline-block;	
	margin-bottom: 0px;
    padding-left: 3px;
    vertical-align: middle;
}

.mmbychart-form-container {
	margin-left: 51px;
	text-align: left;
}
#mmbychart_summary {
	margin-left: 45px;
}
#mmbychart .jqplot-xaxis-tick {
	font-size: 12px;
}
#mmbychart .jqplot-yaxis-tick {
	font-size: 12px;

}
#mmbychart .jqplot-point-label {
    font-size: 10px;
}
#mmbychart td.jqplot-table-legend {
	text-align: left;
}
table.jqplot-table-legend {
	max-width: 100px;
}
table.mmbychart_summary td, table.mmbychart_summary th {
    border: 1px solid #ddd;
    height: 30px;
}
table.mmbychart_summary {
    margin-bottom: 2em;
    width: 946px;
}

/* begin model insights */
.model-insights {
	clear: both;
    margin-bottom: 30px;
    padding: 1.5em 2.5em;
    	padding-left: 0px;
	padding-right: 0px;
}
.model-insights .color-insight{
    display: inline-block;
    margin-right: 15px;
    padding: 0px 20px 20px 0;
    text-align: left;
    width: 40%;
}

.model-insights .color-insight .title{
}
.model-insights .color-insight .color{
    color: #5b5b5b;
    font-size: 1.6em;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.model-insights .color-insight .price-diff{
    margin-top: 20px;
    color: #939292;
    font-size: 16px;
}
.model-insights .color-insight .price-diff .amount{
    color: #5b5b5b;
    font-size: 32px;
    margin-right: 5px;
}
.color-insight .amount {
    font-size: 24px;
    font-weight: bold;
}
.color-insight .savings {
	color: #00aa00;	
}
.color-insight .amount-type {
    font-size: 12px;
    padding-left: 5px;
}

.model-insights table th{
    font-weight: bold;
    padding: 8px 13px;
    text-align: center;
}

.model-insights table td{
    padding: 8px 13px;
    text-align: center;
}

.model-insights .color-table td.color{
    text-transform: capitalize;
}

.model-insights .color-table .savings{
    color: #00aa00;
}


.model-insights table.price-comparisons th{
	font-weight: normal;
    text-align: right;
    padding: 11px 13px;
    text-transform: uppercase;
}

.model-insights table.price-comparisons td{
    text-align: left;
    padding: 11px 13px;
}

.model-insights .price-comparisons-area{
    margin-top: 2em;
    padding: 5px;
    margin-left: 1em;
}

.model-insights .price-comparisons-subarea{
    width: 100%;
    padding: 0;
    margin: 0;
}

.model-insights table.price-comparisons {
    width: 100%;
    margin: 0px;
}

.model-insights .price-comparisons-area h2 {
    color: #5b5b5b;
	padding-left: 13px;
}

#jumpto-pricing{
    padding-top: 20px;
}
.model-insights .lnk {
	color: #0645AD;
	cursor: pointer;
}
table.color-table.collapsible {
    border: 1px solid #f0f0f0;
}
table.color-table.collapsible tr:nth-child(2n+2) {
    background: #f0f0f0;
	margin-top: 1.25em;
}
.price-comparisons-title {
    font-size: 18px;
    padding: 16px 0px;
}
#model_insights_dyk {
/*     border: 1px solid #ddd; */
    margin-bottom: 2em;
	padding: 0em;
}
.collapse-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/nav-right.png);
    margin-bottom: -3px;
}
.collapse-icon-expanded {
    transform: rotate(90deg);
}
.model-insights h2 {
	margin-bottom: 1em;
}
.model-insights .cost-savings {
}
.model-insights .cost-savings-insight {
    display: inline-block;
    width: 250px;
    text-align: left;
}

.model-insights .title {
	color: #939292;
	margin: 1em 0;
	text-align: left;
}
.model-insights .cost-savings-insight .price {
    color: #444;
    font-size: 30px;
    margin-right: 5px;
    margin: 0.6em 0;
}
.model-insights .cost-savings-insight .summary {
    font-size: 12px;
}
.model-insights .box-header {
	margin-bottom: 2em;
}
/* end model insights */
  
div.highlights .inner-box { 
	position:relative; 
	padding: 0 0 0 40px; 
}
div.highlights .inner-box .like-circle { 
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0; 
	text-indent: -4000px; 
}

#chart_div table.jqplot-table-legend {
    width: 150px;
}
.mi-price-mileage-insight {
    width: 40%;
}
.mi-cheap-city-insight {
    float: left;
}
.mi-cheap-city-insight tr {
    border-bottom: solid 1px #eee;
}
.mi-cheap-city-insight td {
	color: #939292;
}
.mi-cheap-city-insight .dyk-cheap-city {
    text-align: left;
}
.mi-cheap-city-insight .dyk-cheap-city-price {
    text-align: right;
}
.color-insight table {
    border-collapse: separate;
    border-spacing: 4px;
    height: 120px;
    margin-left: -4px;
}
.color-insight table td {
	background-color: #eee;
	padding: 1em;
	vertical-align: middle;
}
#monthly-chart-description .blue , #monthly-chart-description .green { 
	color: white;
	font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}
#monthly-chart-description .blue {
    background-color: #2d6192;
    border: #2d6192 5px solid;
}
#monthly-chart-description .green {
    background-color: #61922d;
    border: #61922d 5px solid;
}
.savings-counter-container{
  margin: 0 auto .5em auto;
  text-align:center;
  display:table;
}
.savings-counter-message{
  font-weight:bold;
  margin:1.5em 0 .5em 0;
  font-size:13px;
}
.total-savings-insights {
	background-color: #eee;
	width: 100%;
}
.total-savings-insights .tick-flip {
	margin-bottom: 0px;
}
.total-savings-insights .tick-flip.tick-active {
	width: 100%;
}

/* begin trim-specs */
.trim-specs-table-selected-row {
	background-color: #e7e0d7;
}
.dyk .trim-specs th, .dyk .trim-specs td {
    border: 0px;
    padding: 4px;
}

table.trim-specs {
	width: auto;
}

.trim-specs-list .dyk td {
    width: auto;
}
.dyk .trim-specs th {
    text-align: right;
}

.dyk .trim-specs td {
    text-align: left;
}

table.trim-specs th {
    padding-right: 10px;
}
/* end trim-specs */

.model_lists_title h2 {
	float: left;
}
.model_lists_title span {
	float: left;
    line-height: 40px;
    vertical-align: sub;
    font-size: 11px;
    padding-left: 10px;
}
