#PaginationTop a, #PaginationTop a:visited{color: #C00}
.invIcon {
    background-image: url("https://s3.amazonaws.com/dom-cms/Site/8f12681f-d98c-4031-b517-02fc86b23185/images/invSprites-gray-red.png?dd046c8a-5ffd-496e-a60a-87dc3eb6b8bd") !important;
}
/*.invIcon {background-image: url('https://s3.amazonaws.com/dom-cms/Site/84b02755-eff7-403d-8704-1fa65f31e0bf/images/invSprites-gray-red.png');}*/
.invIcon.tiny {background-image: url('https://s3.amazonaws.com/dom-cms/Site/84b02755-eff7-403d-8704-1fa65f31e0bf/images/invspritestiny-silver-black.png');}

/* Page Title */
#InvContainer h1#InvTitleArea {font-size:30px; font-size:3rem}

/* Listing items */
#InvContainer .InvResultsItemHdr {
  background: #C00; /* Old browsers */
  background: -moz-linear-gradient(top,  #c00 0%, #f00 35%, #600 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00), color-stop(35%,#f00), color-stop(100%,#600)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c00 0%,#f00 35%,#600 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c00 0%,#f00 35%,#600 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c00 0%,#f00 35%,#600 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c00 0%,#f00 35%,#600 100%); /* W3C */
  border: none;
}
#InvContainer .gryBox, #InvContainer #SortViewBox {
  background: #333;
  background: -moz-linear-gradient(top,  #333 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #333 0%,#000000 100%); /* W3C */
  border-color: #900;
}
#InvContainer .InvResultsItemHdr .invPricing {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}
#InvContainer .InvResultsDetailsWrap .option, #InvContainer .InvProfileSpecsDetails .option {
    color: #ccc;
    font-weight: bold;
}
.invMediaText {
    color: #FFFFFF !important;
}


/* Border on Pagination and left side filter boxes */
#InvResultsSearchTypeSide .gryBox, #InvResultsBottom .gryBox, #InvContainer #SortViewBox {border-color: #666;}

/* Bottom margin below pagination drop-down */
form#ItemsPerPage {margin-bottom: 10px;}

/* Listings images */
.invResultsCarWrapper {
    background: none ;
    border: none;
    border-radius: 0;
    margin: 0 0 30px 10px;
}
#InvContainer .invResultsMediaBtns {outline: none;}

/* Left-side Filter Link Colors */
#InvContainer #sideBoxALL a {color: #C00;}

/* Making Lots of Things' Color White */
.InvContainer .NewUsedCertTitle, .invResultsCarTitleDetails, .NowShowingContainer, #InvContainer .InvResultsDetails li, #InvContainer .StartOver, #InvContainer #InvTitleArea .srchTitle, #InvContainer #InvTitleArea .srchTitleType, label, .title, .active, #InvContainer #sideBoxALL a:hover{color: #fff;}
.Price2 .PriceTitle, .Price2 .PriceValue {color: #CCC;}