*
{
    margin: 0;
    padding: 0;
}

body
{
    background: url(../images/background.jpg) top left repeat-x;
}

#clear
{
    clear: both;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
}

#container
{
    width: 961px;
    margin: 0 auto;
    z-index: 1;
}

/* Mast, nav, banner */
#masthead
{
    width: 961px;
    height: 76px;
    clear: both; /*float: left;*/
}

#nav
{
    width: 961px;
    height: 30px;
    float: left;
    margin-left: 3px;
    position: relative;
    z-index: 5;
    clear: both;
}

#banner
{
    width: 961px;
    float: left;
    position: relative;
    clear: both;
    height: 121px;
}

/* Scrolling News Ticker */
#ticker
{
    width: 961px;
    height: 28px;
    float: left;
    margin-top: 11px; /*RB Was 8px before changes to display rounded top properly*/
    margin-bottom: 9px; /* 	background-color: #DBDBDB; */
    clear: both;
}

/* Ticker layout replaced by scroller.css */
#tickerTitle
{
    width: 188px;
    height: 28px;
    float: left;
}

#tickerContent
{
    width: 742px;
    height: 27px;
    float: left;
    color: #333333;
    background-color: #DDD; /*background: url(../images/ticker_background.jpg) top left repeat-x;*/
}

#tickerRss
{
    width: 31px;
    height: 28px;
    float: left;
}

/*---------- Container for left, mid & right columns ----------*/
#contentContainer
{
    width: 961px;
    float: left;
    padding-bottom: 20px;
}

#contentSpacer
{
    float: left;
    width: 961px;
    height: 13px;
    background: url(../images/content_background.jpg) top left no-repeat;
}

/*---------- Left Column's ----------*/
#leftColumn
{
    width: 183px;
    float: left;
    position: relative;
}

/* Vehicle search */
#search
{
    width: 183px;
    float: left;
}

#searchHeader
{
    width: 183px;
    height: 28px;
    float: left; /* background: url(../images/search_header-bg.jpg) top left no-repeat;*/
}
#searchAdvHeader
{
    width: 183px;
    height: 28px;
    float: left;
    background: url(../images/search_header-bg.jpg) top left no-repeat;
}
.searchContent
{
    width: 169px;
    float: left;
    background: url(../images/search_content-bg.jpg) top left repeat-y;
}

#searchBottom
{
    width: 183px;
    height: 20px;
    float: left;
}

/* Dealer locator */
#dealer
{
    width: 183px;
    margin-top: 10px;
    float: left;
}

#dealerHeader
{
    width: 183px;
    height: 36px;
    float: left;
    background: url(../images/search_header-bg.jpg) top left no-repeat;
}

#dealerContent
{
    width: 166px; /*height: 70px;*/
    float: left;
    background: url(../images/dealer_content-bg.jpg) top left repeat-y;
}

#dealerBottom
{
    width: 183px;
    height: 20px;
    float: left;
}

/* Dealer locator */
#enewsletter
{
    width: 183px;
    margin-top: 10px;
    float: left;
}

#enewsletterHeader
{
    width: 183px;
    height: 36px;
    float: left;
    /*background: url(../images/search_header-bg.jpg) top left no-repeat;*/
}

#enewsletterContent
{
    width: 166px; /*height: 70px;*/
    float: left;
    background: url(../images/enews_content-bg.jpg) top left repeat-y;
}

#enewsletterBottom
{
    width: 183px;
    height: 20px;
    float: left;
}

/*---------- Middle Column home page ----------*/
#midColumnHome
{
    width: 590px;
    float: left;
    position: relative;
}

/*---------- Middle Column content pages ----------*/

#midColumnContentPageContainer
{
    width: 590px;
    float: left;
    padding-bottom: 20px;
    _margin-right: -10px;
}

#midColumnContentPage
{
    width: 590px;
    float: left;
    background: url(../images/content-page-background.jpg) top left repeat-y;
    padding-top: 3px;
    position: relative;
}

#midColumnContentPage table.Layout
{
    margin-left: 38px;
}

/*
#midColumnTitle
{
    width: 590px;
    height: 40px;
    float: left;
    background: url(../images/title-background.jpg) top left repeat-y;
}
*/

#midColumnBottom
{
    width: 590px;
    height: 23px;
    float: left;
    background: url(../images/content-bottom.jpg) top left no-repeat;
}


/*---------- Additional middle column stuff for new car page ----------*/
#midColumnBottomLink
{
    width: 590px;
    height: 36px;
    float: left;
    background: url(../images/content-bottom-link.jpg) top left no-repeat;
}

#newCarTitle
{
    width: 390px;
    height: 62px;
    float: left;
    background: url(../images/newCar_title-background.jpg) top left no-repeat;
}

#newCarPrice
{
    width: 165px;
    height: 52px;
    float: left;
    background: url(../images/newCar_title-background.jpg) top right no-repeat;
}

#carsInterest
{
    width: 522px;
    float: left;
    margin: 0px 0px 0px 38px;
    padding-bottom: 20px;
}

.otherCars
{
    width: 150px;
    height: 90px;
    float: left;
    position: relative;
}

.otherCars img
{
    margin-bottom: 5px;
}

/*---------- Additional middle column stuff for search results ----------*/
#filterResults
{
    width: 529px;
    height: 30px;
    float: left;
    margin-left: 18px;
}

#Results
{
    margin-left: 18px;
    width: 529px;
    float: left;
}

/* The following styles potentially can be deleted because the search results is table based
   (RadGrid) and no longer uses these styles
 */
.result
{
    width: 554px;
    height: 107px;
    float: left;
    margin-left: 18px;
    background: url(../images/search_result-background.jpg) top left no-repeat;
}

.resultImg
{
    vertical-align: top;
    width: 125px; /*height: 91px;*/
    padding: 15px 0px 10px 25px;
    border-top: 1px solid #ECECEC;
}

.resultTextLeftCol
{
    vertical-align: top;
    width: 150px;
    height: 96px;
    padding: 10px 0px 0px 25px; /* padding-top: -5px;*/
    line-height: 25px;
    border-top: 1px solid #ECECEC;
}

.resultTextRightCol
{
    vertical-align: top;
    width: 229px;
    height: 96px;
    padding: 10px 0px 0px 15px; /* padding-top: 2px;*/
    line-height: 20px;
    border-top: 1px solid #ECECEC;
}

/*---------- Additional middle column stuff for used car page ----------*/
#usedCarTitle
{
    width: 390px;
    height: 62px;
    float: left;
    background: url(../images/newCar_title-background.jpg) top left no-repeat;
}

#usedCarPrice
{
    width: 165px;
    height: 52px;
    float: left;
    background: url(../images/newCar_title-background.jpg) top right no-repeat;
}

#usedCarDetails
{
    width: 260px;
    float: left;
}

#usedCarGallery
{
    width: 330px;
    float: left;
}

#viewBtns
{
    width: 305px;
    float: left;
    height: 28px;
}

#usedCarImages
{
    width: 300px;
    float: left;
}

#numberBtns
{
    width: 268px;
    float: left;
}

/*---------- Additional middle column stuff for dealer pages ----------*/
#dealerTitle
{
    width: 405px;
    height: 40px;
    float: left;
    background: url(../images/newCar_title-background.jpg) top left no-repeat;
    padding-bottom: 3px;
}
#dealerTitle h1
{
    display: block;
    width: 380px;
    margin-top: -7px;
    margin-left: 13px;
}

#dealerSubscribe
{
    width: 150px;
    height: 43px; /*float: left;*/ /*background: url(../images/newCar_title-background.jpg) top right no-repeat;*/
}

#dealerSubscribe img
{
    margin-top: 6px;
    float: left;
}

#dealerSubscribe a
{
    position: relative;
    float: left;
    margin-top: 8px;
    padding-left: 6px;
}

#dealerTicker
{
    width: 517px;
    height: 28px;
    float: left;
    margin-left: 37px;
    margin-bottom: 10px;
    background-color: #DDD;
}

#dealerTickerTitle
{
    width: 89px;
    height: 28px;
    float: left;
}

#dealerTickerContent
{
    width: 418px;
    height: 23px;
    float: left;
    color: #333333;
    background-color: #DDD;
}

#dealerTickerTitle
{
    width: 89px;
    height: 28px;
    float: left;
}

#dealerTickerEnd
{
    width: 10px;
    height: 28px;
    float: left;
    background: url(../images/dealer-ticker-end.jpg) top left no-repeat;
}

/*
#dealerDetailsWrap
{
    width: 517px;
    float: left;
    margin-left: 37px;
    margin-bottom: 20px;
}*/

#dealerAddress
{
    width: 517px;
    float: left;
    margin-left: 37px;
    margin-bottom: 20px;
}

#smallDealerTable
{
    width: 323px;
    float: left;
    margin: 0px 0px 10px 24px;
    background: url(../images/smallDealer-tabletitle-bg.jpg) top left no-repeat;
}

#smallDealerTableTitle
{
    width: 305px;
    height: 26px;
    float: left;
}

#smallDealerTableContentLeft
{
    width: 175px;
    height: 95px;
    float: left;
    background: url(../images/smallDealer-table-bg.jpg) top left repeat-y;
}

#smallDealerTableContentRight
{
    width: 148px;
    height: 95px;
    float: left;
    background: url(../images/smallDealer-table-bg.jpg) top right repeat-y;
}

#smallDealerTableBottom
{
    width: 323px;
    height: 12px;
    float: left;
    clear: both;
    background: url(../images/smallDealer-table-bottom.jpg) top left no-repeat;
}

#dealerServiceList
{
    width: 500px;
    padding: 0 0 0 38px;
    height: 48px;
}

.dealerService
{
    float: left;
    padding: 0 7px 0 0;
    height: 36px;
}

/*
#dealerTimesWrap
{
    padding-top: 20px;
    margin-left: 37px;
    margin-top: 10px;
    margin-bottom: 20px;
    clear:both;
}

.dealerTimes
{
    width: 172px;
    float: left;
}

*/
/*---------- Right Column - My Garage ----------*/
#myGarage
{
    width: 187px;
    float: left;
    margin-top: 15px;
}

#myGarageTitle
{
    width: 187px;
    float: left;
}

#myGarageSummary
{
    width: 167px;
    float: left; /*width: auto;*/
    background: url(../images/my-garage-bg.jpg) top left repeat-y;
}

#midColumnContentPageContainer #myGarageContent
{
    /*width: 590px;*/
    background: none;
}

.myGarageBottom
{
    clear: both; /*    width: 187px;     float: left;*/
}

/*---------- Right Column (all pages) ----------*/
#rightColumn
{
    width: 187px;
    float: left;
    position: relative;
}

/*---------- Footer (all pages) ----------*/
#footer
{
    float: left;
    width: 961px;
    background-color: #EFEFED;
}

/*---------- Content Region Button ----------*/
.ContentRegionButton
{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
    z-index: 100;
}

#colLeft .ContentRegionButton
{
    width: 35px;
    height: 35px;
    position: relative;
    left: 147px;
    top: 0px;
    margin: 0;
}

/*---------- CMS Bar ----------*/
div#CMSBar
{
    background: #c0dbff;
    color: #204d89;
    font-weight: bold;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
    position: static;
    line-height: 31px;
    height: 31px;
    width: 100%;
}
div#CMSBar span
{
    float: left;
    margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
    float: right;
    color: #204d89;
    font-size: 9pt;
    text-decoration: none;
    font-weight: normal;
    margin-right: 10px;
}

div#CMSBar a:hover
{
    color: #10110f;
    font-weight: normal;
    text-decoration: underline;
}

/*--- FORM ITEMS [BWT] ---*/
#StandardForm
{
    background: none;
}
#StandardForm fieldset
{
    border: none;
}
#StandardForm .row
{
    font-size: 1.2em;
}
#StandardForm .formField
{
    float: left;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    clear: both;
}
#StandardForm .formValue
{
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
.UniversalBox
{
    padding-left: 38px;
    padding-right: 38px;
}
.submit
{
    margin-left: 38px;
    margin-right: 38px;
}
#StandardForm .VAMRequiredFieldsDescription
{
    padding-left: 38px;
    padding-right: 38px;
}

/*.UsedCarShowcase
{
padding-left: 38px;
}*/

#usedCarShowcaseContainer
{
}

#usedCarShowcaseContainer #smallDealerTable
{
    margin-left: 0px;
}

div.more
{
    margin-bottom: 6px;
}
div.summary, div.more
{
    padding-left: 38px;
    padding-right: 38px;
    font-size: 1.2em;
}

div.newcarimagescontainer
{
    display: block;
    margin-left: 38px;
    margin-right: 38px;
    height: 240px;
}
div.newcarimagecontainer
{
    background-color: #FFF;
    display: block;
    width: 460px;
    height: 240px;
    clear: both;
}
.presssubscribe
{
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle; /*float: right;	*/
    margin-right: 38px;
    margin-top: 3px;
    font-size: 1.1em;
    height: 20px;
}

.presssubscribe a
{
    float: left !important;
    padding-top: 2px !important;
    color: #333333 !important;
}
.presssubscribeimage
{
    /*float: right;*/
    float: left;
    margin-top: 0px;
    margin-right: 8px;
}

.prevnext
{
    margin-left: 38px;
    margin-right: 38px;
}

/*----------Motability Dealer Page ------------*/
#dealerAddressWrapMotability
{
    padding-top: 0px;
    width: 175px;
    float: left;
}

/*---------- Exclusive dealer deals ----------*/
/*#dealerExclusive
{
    width: 493px;
    float: left;
    margin-top: 0px;
}*/

#exclusiveWrap
{
    width: 521px;
    float: left;
    margin: 10px 0px 10px 35px;
}

#exclusiveTitle
{
    width: 501px;
    height: 26px;
    float: left;
    background: url(../images/exclusive-titlebar.jpg) top left no-repeat;
}

#exclusiveContent
{
    width: 521px;
    height: 112px;
    float: left;
    background: url(../images/exclusive-bg.jpg) top left no-repeat;
}

#exclusiveScrollContainer
{
    width: 493px;
    height: 84px;
    margin: 12px 0px 0px 16px;
    float: left;
}

#exclusiveImg
{
    width: 132px;
    height: 82px;
    float: left;
    padding: 2px 0px 0px 0px;
}

#exclusiveInfo
{
    width: 244px;
    height: 84px;
    float: left;
    margin-left: 15px;
    padding-right: 5px;
}

#exclusiveBtn
{
    width: 92px;
    height: 84px;
    float: left;
    padding-right: 5px;
}
