/* renee.laporte - removing underline on Trade-In Appraisal */
.vdp .tradein a {text-decoration: none;}

/* reneelaporte - prevent image stacking effect in DEAs*/
.wysiwyg-image {margin: 0; display: inline;}

/* reneelaporte - adjusted width of main nav */
.ui-widget-content a.btn {color:#000000;}

Fix FV page formatting (F11 specific)
/*  reneelaporte - fix Featured Vehicles layout  */
.inventory-featured-default .auto .description {height:85px;}
 
/* reneelaporte - options split into two columns */ 
.inventory-detail-packages-options #options .option-table tr {width:50%; float:left;}
.inventory-detail-packages-options #options .option-table .option-item-description {width:40%;}
.inventory-detail-packages-options #options .option-table .option-item-description h3 {width:100%;}

/* reneelaporte - text area on UI widget / change text to black */
textarea.ui-widget-content {background-color: #ffffff;color: #000000;}

/* reneelaporte - updated video images */
.video-gallery .video-thumbs .yui3-u-1-5 {width:auto;}

.reviews-auto-listing ul li {text-indent:0}

/* M-00212869 billyh */
.ddc-mega-menu-nav .inventory-featured-default .hproduct h3 {height: 20px;}
.ddc-mega-menu-nav .inventory-featured-default .hproduct .pricing {padding-top: 0px;}
.ddc-mega-menu-nav .inventory-featured-default .hproduct .description {line-height: 20px;}

/* M-00474840 billyh */
.inventory-listing-default .pricing .eprice {font-size: 13px; white-space: normal;}

