/* ddcbatot - fixing DRS buttons */
.vlp .pricing .dealertrackButton{padding: 10px;}

/* ddcbatot - featured widget fix*/
.inventory-featured-default .hproduct .media{height: auto; min-height: 150px;}
.inventory-featured-default .mslp .hproduct .thumb{width: 100%;}

/* ddcbatot - sonic/autonation custom eprice button fix on VLPs*/
.vlp .customSonicPriceButton .btn,
.vlp .pricing .autonation-cta-button-long{padding: 6px 12px; display: block; white-space: normal;}


/* ddcbatot - pricing fix on VLPs M-00421547 ddcmhampton removed vlp pricing width 40% */
.vlp .inventoryList .description{width: 60%;}

.pricing .final-price .value,
.pricing .final-price .price,
.pricing .final .value, .pricing .final .price{font-size: 1.4em;}

/* ddcbatot - nav alignment fix*/
.nav .dropdown-menu { top: 56px; }
/* 	This @media hack is to fix an issue in IE where the sub-nav is
 inaccessible at certain resolutions. */
@media all and (-ms-high-contrast: none) and (max-width: 1350px), (-ms-high-contrast: active) and (max-width: 1350px) {
	.nav .dropdown-menu{
		/* IE10+ CSS styles go here */
		top: 97px;
	}
}
/* ddcbatot - compliance fixes */
.pricing .abSub a,
.pricing .abSub .value,
.pricing .abSub .price,
.pricing .rebate a,
.pricing .rebate .value,
.pricing .rebate .price,
.pricing .discount a,
.pricing .discount .value, .pricing .discount .price{color: inherit;}
.vdp .links-list a{margin-bottom: 10px;}
.vdp .links-list li:last-child a{margin-bottom: 0px;}

/* ddcbatot DNA5471341 */
.alias-about-sonic-default .sonicGrayBackground{background: #EAEFF2;}

/* dtjosem DNA5494589 - lowercase i */
.vdp .ddc-page-title,
.vlp .hproduct .fn a,
.facet-breadcrumb-label {text-transform: none;}

/* ddcjonathana  */

/* ddcrandyh M-00251819 */
.navbar-default .navbar-nav ul.nav-links li:nth-child(n+2):nth-child(-n+4) > a, .navbar-default .navbar-nav ul.nav-links li:nth-child(n+2):nth-child(-n+4) > a span {
    font-weight: normal;
    text-transform: capitalize;
}

.ddc-site .noShrink .mycars-default .menu > a:before,
.ddc-site .noShrink .mycars-default .menu > a .count:before,
.ddc-site .noShrink .mycars-default .menu > a .label,
.ddc-site .noShrink .mycars-default .menu:hover > a .label,
.ddc-site .noShrink .mycars-default .menu:hover > a:before {
	color: #3e3e3e;
}

/* M-00449894 william.thompson */
.vdp .main [data-widget-name='inventory-detail-packages-options'] #options tr{ width: 100%; }
.inventory-detail-packages-options .options .option-table tr td.option-item-description { min-width: 465px;}
.inventory-detail-packages-options .options .option-table th {width: 75%;min-width: 465px;}
.inventory-detail-packages-options .options .option-table th.item-price-label { width: 30%; min-width: 0; }


/* M-00462142 william.thompson */
.inventoryList .media img { height: auto; }