#header #badge { position: absolute; top: 12px; right: 8px; }
#header #backToGroup { position: absolute; top: 54px; right: 77px; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { background:url(../images/layup/renault/navBg.gif) top left no-repeat; height: 36px; margin: 0px 0px 10px 0px; line-height: 120%; }
#primaryNav ul { list-style: none; margin: 0px 0px 0px 8px; padding: 0; }
#primaryNav li { float: left; background:url(../images/layup/renault/navDivider.gif) right 7px no-repeat; padding-right: 2px; }
#primaryNav li.last { background: none; }
#primaryNav li a { display: block; float: left; text-decoration: none; color: #fff; padding: 10px 6px 13px 8px; }
#primaryNav li a:hover { background:url(../images/layup/renault/navArrow.gif) bottom center no-repeat; color: #6c2509; }
#primaryNav li .active { background:url(../images/layup/renault/navArrow.gif) bottom center no-repeat; color: #6c2509; }

#franchiseHome { min-height: 210px; }
#franchiseFlash { height: 210px; }

#jumpPoints { margin-top: 15px; }
#jumpPoints .box { float: left; position: relative; margin-right: 13px; margin-bottom: 13px; }
#jumpPoints .jumpOffers { margin-right: 0px; }
#jumpPoints .jumpOffers .icon { position: absolute; top: -8px; right: 0px; }
#jumpPoints .jumpServicing { margin-right: 0px; }
#jumpPoints .jumpServicing .icon { position: absolute; top: -8px; right: 14px; }

/* ----- USED CAR DETAIL ----- */
#usedCarTitle span { color: #f5ab07; }
#modelTitlePrice .price { color: #ff8400; }
#usedVehicleSpec .tabset_tabs a { background: #fee18a; color: #6c2509; }
#usedVehicleSpec .tabset_tabs a:hover { background: #eda118 !important; color: #fff; }
#usedVehicleSpec .tabset_tabs .active a { background: #eda118; color: #fff; }
#financeCalculator .tab li { background: #eda118; color: #fff; }
#similarVehicles .tab li { background: #eda118; color: #fff; }

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
.pagination a:hover { background:#f5ab07; color:#FFFFFF; }
.pagination .active { background:#f5ab07; color:#FFFFFF; }

/* ----- FORMS ----- */
.requiredLabel { color:#f5ab07;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #f5ab07; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #f5ab07; color : #FFF; font-weight: bold; }