#InvContainer .invIcon, #InvContainer .es-nav span { background-image: url("https://s3.amazonaws.com/dom-cms/Site/462deb52-6ad9-42ed-bf44-dafb89cc1012/images/invSprites.png"); }
#InvContainer .invIcon.tiny { background-image: url("https://s3.amazonaws.com/dom-cms/Site/462deb52-6ad9-42ed-bf44-dafb89cc1012/images/invSpritesTiny.png"); }

/* ===== INVENTORY OVERRIDES===== */
.InvContainer #InvTitleArea {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Play, sans-serif !important;
}
.InvContainer #InvTitleArea .srchTitleType {
    color: #ad1426 !important;
}
.InvContainer select {
    font: 1rem Play;
}
select {
    border: 1px solid #BFBFBF !important;;
    border-radius: 3px;
    height: 24px;
    padding: 2px 0 0 3px;
}
.InvContainer .gryBox {
    border: 1px solid #888888 !important;
}
.InvContainer .NewUsedCertTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#ad1426 !important;
	margin-left: 15px;
    text-align: left;
}
#InvProfileItemHdr h1:hover {
    text-decoration: underline;
}
.frmSubmit.button.normal.red-gradient > a {
    margin-left: -10px;
}
.InvContainer .invResultsCarTitle {
    color: #000000;
    text-transform: uppercase;
    font-family: Play, sans-serif !important;;
}
span.invResultsCarTitleDetails:hover {
    text-decoration: underline;
}
.InvContainer .InvResultsItemHdr .invPricing {
    color: #ad1426;
    word-wrap: break-word;
}
.invResultsCarWrapper {
    border: 5px solid #888888 !important;
}
.InvContainer .gryBox {
    border: 1px solid #888888 !important;
}
.InvContainer .InvResultsItemHdr {
    border-bottom: 1px solid #888888 !important;
}
.InvContainer #SortViewBox {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #888888 !important;
}
.InvContainer #sideBoxALL a {
    color: #ad1426 !important;
}
.InvContainer dl.tabs .contentSwitcher a {
    border: 1px solid #888888 !important;
}
.InvContainer .tabs dd a.active {
    color: #ad1426 !important;
}
#NewUsedCertTitle {
    color: #ad1426 !important;
}
#invProfileSpecsHdr .Price1 {
    margin-top: 20px;
}
.InvContainer .NewUsedCertTitle {
    color: #ad1426 !important;
}

#InvContainer .invIcon.resultsCarfax1 { background: url("https://s3.amazonaws.com/dom-cms/prod-web/Content/Inventory/images/invCarfax.png") no-repeat scroll -180px -20px transparent; }
#InvContainer .invIcon.resultsCarfax2 { background-image: url("https://s3.amazonaws.com/dom-cms/prod-web/Content/Inventory/images/invCarfax.png"); }

.customInvBtnRow li, .block-grid.three-up.customInvBtnRow > li  { margin-left: 0; width: 33.1%;  }

.customInvBtn, span.customInvBtn, a.customInvBtn, a.customInvBtn:visited, .button.radius.frmSubmit {
	
	margin: 0 5px 20px;
	
  background: #ae0418; /* Old browsers */
	background: -moz-linear-gradient(top,  #ae0418 0%, #ad1426 50%, #ae0418 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae0418), color-stop(50%,#ad1426), color-stop(100%,#ae0418)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0418', endColorstr='#ae0418',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  font-weight: normal;
  
  border-radius: 0px;
}

.customInvBtn, span.customInvBtn, a.customInvBtn, a.customInvBtn:visited {
  -webkit-box-shadow: 4px 6px 3px rgba(20, 20, 20, 0.75);
-moz-box-shadow:    4px 6px 3px rgba(20, 20, 20, 0.75);
box-shadow:         4px 6px 3px rgba(20, 20, 20, 0.75); display: block;
 
}
.customInvBtn, .customInvBtn.large { padding: 3px 5px; }
.customInvBtn.large { font-size: 22px; }

	.oldie #invCustomBtnPanedl { padding-top: 110px; }
@media only screen and (min-width: 767px) {   
	#invCustomBtnPanedl { padding-top: 110px; }
}
@media only screen and (max-width: 767px) {    
  /* anything below 767px */
	.SpecialFlag {
		background: #ae0418; /* Old browsers */
		background: -moz-linear-gradient(top,  #ae0418 0%, #ad1426 50%, #ae0418 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae0418), color-stop(50%,#ad1426), color-stop(100%,#ae0418)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ae0418 0%,#ad1426 50%,#ae0418 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0418', endColorstr='#ae0418',GradientType=0 ); /* IE6-9 */
		border-style: solid none;
		border-width: 2px none;
		border-color:black;
		color: #FFFFFF;
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		height: auto;
		line-height: 24px;
		margin-bottom: 0;
		position: relative;
		text-align: center;
		text-shadow: 0 0 2px #3C0101;
		text-transform: uppercase;
		width: auto;
	}
	
	.customLrgBtns a.customInvBtn, .customLrgBtns span.customInvBtn { margin: 0 18% 15px; }
  #invCustomBtnPanedl { margin-top: 10px; }
}
@media only screen and (max-width: 480px) {    
  /* anything below 480px */
	.InvContainer .InvResultsDetails .option {
		font-size: 80%;
		margin-right: 6px;
	}
	.InvContainer .InvResultsDetails li {
    font-size: 80%;
    padding-bottom: 6px;
	}
}
@media only screen and (max-width: 240px) {    
  /* anything below 240px */
	#InvProfileItemHdr h1 {
		font-size: 20px;
	}
}

