﻿body {
    background: #2c2c2d;
    font-family: "Arial", "Verdana";
    color: #6b6b6c;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    min-width: 1200px;
    width: 100%;
    overflow: auto;
}

h1 {
    color: #0e6eae;
    font-size: 18px;
}

h2 {
    color: #0e6eae;
    font-size: 16px;
}

.FloatLeft {
    position: relative;
    float: left;
}

#header {
    position: relative;
    width: 100%;
}

    #header .header_top {
        position: relative;
        width: 100%;
        height: 102px;
        overflow: auto;
        border-bottom: 1px solid #999;
        font-size: 11px;
        color: #fff;
        background: #000000;
        background: -moz-linear-gradient(top, #000000 0%, #45494d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45494d));
        background: -webkit-linear-gradient(top, #000000 0%,#45494d 100%);
        background: -o-linear-gradient(top, #000000 0%,#45494d 100%);
        background: -ms-linear-gradient(top, #000000 0%,#45494d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45494d',GradientType=0 );
        background: linear-gradient(top, #000000 0%,#45494d 100%);
        z-index: 99;
    }

    #header .header_bot {
        background: #fff;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: 58px;
        border-top: 3px solid #2d828f;
        z-index: 99;
    }

    #header .hcontentArea {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 1200px;
        height: 160px;
        z-index: 100;
        background: transparent;
    }

    #header .hlogo {
        position: relative;
        float: left;
        background: url(Images/dlrMaps_logo1.png) no-repeat;
        left: 0;
        top: 0;
        width: 240px;
        height: 158px;
        z-index: 101;
    }

    #header .dealerlogo {
        position: relative;
        float: left;
        left: 10px;
        top: 0;
        width: 100px;
        height: 100px;
        z-index: 101;
        border: 0;
    }

    #header .hlogin {
        position: relative;
        float: left;
        left: 550px;
        top: 10px;
        z-index: 101;
        width: 720px;
        height: 50px;
        color: #fffffe;
    }

        #header .hlogin input {
            width: 180px;
            height: 22px;
            border: 1px solid #ebebeb;
            background: #252525;
            color: #fffffe;
        }

    #header .loginbutton {
        width: 66px;
        height: 26px;
        background: #409ba9;
        color: #fff;
        padding: 7px 12px 7px 12px;
        text-decoration: none;
        text-align: center;
        line-height: 26px;
        font-size: 11px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

#mainContent {
    position: relative;
    background: url(Images/bodybg3.png) repeat-x;
    width: 100%;
    overflow: auto;
    min-height: 1150px;
    z-index: 99;
    overflow:hidden;
}

    #mainContent .mcontentArea {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 1200px;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    #mainContent .mbanner {
        position: relative;
        width: 994px;
        height: 363px;
        background: url(Images/banner_04.png) no-repeat;
        margin: 45px auto;
    }

        #mainContent .mbanner ul {
            position: relative;
            padding: 253px 0 0 90px;
            list-style-type: none;
        }

        #mainContent .mbanner li a, #mainContent .mbanner li a:link, #mainContent .mbanner li a:visited {
            position: relative;
            float: left;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            margin-right: 73px;
            margin-left: 7px;
        }

            #mainContent .mbanner li a:hover {
                color: #c2c2c2;
            }

    #mainContent .msubContent {
        position: relative;
        width: 1200px;
        height: 100%;
        margin: 0px auto;
    }

    #mainContent .msubBox {
        position: relative;
        width: 380px;
        height: 165px;
        background: url(Images/sub_box.png) no-repeat;
        font-size: 14px;
        vertical-align: top;
        padding: 10px;
    }

    #mainContent .msubBox2 {
        position: relative;
        width: 380px;
        height: 159px;
        background: url(Images/sub_box2.png) no-repeat;
        font-size: 14px;
        vertical-align: top;
        padding: 15px 26px 0;
    }

    #mainContent .mrightsubBox {
        position: relative;
        width: 380px;
        height: 165px;
        font-size: 14px;
        vertical-align: top;
        padding: 5px;
    }

        #mainContent .mrightsubBox ul {
            position: relative;
            list-style-type: none;
            font-size: 16px;
            height: 100px;
            width: 450px;
            padding: 0px;
            margin: 0px;
        }

        #mainContent .mrightsubBox li {
            position: relative;
            float: left;
            font-size: 16px;
            background: url(Images/bullet_tick2.png) no-repeat left;
            width: 175px;
            height: 26px;
            line-height: 26px;
            padding: 0 0 8px 28px;
            text-align: left;
        }

    #mainContent .seperator {
        position: relative;
        width: 455px;
        height: 17px;
        background: url(Images/seperator.png) no-repeat;
    }

    #mainContent .bulletTick {
        position: relative;
        width: 26px;
        height: 26px;
        background: url(Images/bullet_tick.png) no-repeat;
    }

    #mainContent .bulletArrow {
        position: relative;
        width: 10px;
        height: 11px;
        background: url(Images/bullet_arrow.png) no-repeat;
    }

    #mainContent .scroller_bg {
        position: relative;
        background: url(Images/scroller_bg.png) no-repeat;
        width: 986px;
        height: 206px;
    }

    #mainContent .scroller {
        position: relative;
        width: 954px;
        height: 110px;
        left: 16px;
        top: 25px;
    }

        #mainContent .scroller ul {
            position: relative;
            list-style-type: none;
            width: 954px;
            height: 100px;
        }

        #mainContent .scroller li {
            position: relative;
            float: left;
            padding: 0 10px 0 10px;
            font-size: 10px;
            text-align: center;
        }

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.simply-scroll-list {
    position: relative;
    float: left;
    list-style: none;
}

    .simply-scroll-list li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .simply-scroll-list li img {
            border: none;
            display: block;
        }

#maincontent .mSelectors {
    position: relative;
    margin: 45px auto;
    width: 1000px;
    height: 100%;
}

.ListHeaderText {
    font-family: Myriad Pro;
    font-size: 18px;
    color: #2c2c2d;
    font-weight: bold;
}

.ctrlCol {
    width: 203px;
    padding-top: 6px;
    height: 32px;
}

#Area_colour {
    position: relative;
    background: #00aeef;
    width: 192px;
    height: 2px;
    top: 0;
}

#Dealer_colour {
    position: relative;
    background: #d7172f;
    width: 292px;
    height: 2px;
    top: 0;
}

#Competitors_colour {
    position: relative;
    background: #00a651;
    width: 255px;
    height: 2px;
    top: 0;
}

#Radius_colour {
    position: relative;
    background: #f7941d;
    width: 172px;
    height: 2px;
    top: 0;
}

#Brand_colour {
    position: relative;
    background: #f1ce00;
    width: 190px;
    height: 2px;
    top: 0;
}

.ctrlListStyle {
    position: relative;
    border: 1px solid #aeaeae;
    width: 190px;
    height: 145px;
}

    .ctrlListStyle ul {
        position: relative;
        list-style-type: none;
        height: 119px;
    }

    .ctrlListStyle .listlinks {
        font-size: 10px;
        text-transform: capitalize;
        color: #6e6e6e;
        text-decoration: none;
        padding: 5px 0 5px 12px;
        background: #ebebeb;
        height: 12px;
    }

        .ctrlListStyle .listlinks a, .ctrlListStyle .listlinks a:link, .ctrlListStyle .listlinks a:visited {
            font-size: 10px;
            text-transform: capitalize;
            color: #b44c4e;
            text-decoration: none;
            padding-right: 4px;
            display: inline-block;
        }

            .ctrlListStyle .listlinks a:hover {
                color: #000;
            }

.ctrlListShadow {
    position: relative;
    background: url(Images/header_sprite.png) no-repeat;
    background-position: -196px -200px;
    width: 190px;
    height: 10px;
}
/* Listboxes -----------------------------------------------------------------------------------------------*/
.MultipleSelectBox {
    border: 0px solid #aaa;
    list-style-type: none;
    width: 95%;
    height: 95%;
    margin: 0 auto;
    overflow: auto;
    padding: 2px 0;
    position: relative;
}

    .MultipleSelectBox.selecting {
        border: 1px solid #ebebeb;
    }

    .MultipleSelectBox li {
        border: 1px solid #fff;
        cursor: pointer;
        padding: 0 3px;
        font-size: 11px;
    }

        .MultipleSelectBox li.disabled {
            color: gray;
            font-style: italic;
        }

        .MultipleSelectBox li.selected {
            border: 1px solid #008fa6;
            background-color: #008fa6;
            color: #fff;
        }

        .MultipleSelectBox li.selecting {
            border: 1px dotted #000;
        }

.HideControl {
    display: none;
}

#btGenerate {
    position: relative;
    background: url(Images/header_sprite.png) no-repeat;
    background-position: -950px -160px;
    width: 75px;
    height: 70px;
    top: 0px;
    cursor: pointer;
}

#btResetZoom {
    position: relative;
    background: url(Images/Zoom-Out.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 0px;
    cursor: pointer;
}

/* GRIDs -----------------------------------------------------------------------------------------------*/
.mGrid {
    width: 1150px;
    margin: 5px 0 0 0;
    border: solid 1px #aeaeae;
    border-collapse: collapse;
    }

.mGrid a {
    cursor:pointer;
    text-decoration:underline;
    }

    .mGrid td {
        padding: 2px;
        color: #6e6e6e;
        border: 1px solid #cecece;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        height: 20px;
        min-width: 50px;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #2b2e2e;
        background: url(Images/tbl_header2.png) repeat-x;
        font-size: 13px;
        font-weight: bold;
        height: 21px;
        min-width: 50px;
    }

    .mGrid tfoot {
        height: 50px;
    }

    .mGrid .tpage {
        background: #ebebeb;
    }

    .mGrid .Textright {
        text-align: right;
    }

    .mGrid .TextCntr {
        text-align: center;
    }

    .mGrid .footerTXT {
        padding: 2px;
        height: 20px;
        color: #0c0b0b;
        font-family: "Trebuchet MS";
        font-size: 12px;
        text-align: left;
        border-collapse: collapse;
    }

.tblShadow {
    position: relative;
    background: url(Images/header_sprite.png) no-repeat;
    background-position: -25px -250px;
    width: 1150px;
    height: 15px;
    display: none;
}

.tblHeading {
    position: relative;
    width: 1150px;
    border-bottom: 1px solid #000;
    font-size: 12px;
    color: #282727;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.colGray {
    color: Gray;
}

.tblSubHeading {
    position: relative;
    font-size: 10px;
    color: #282727;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.compParcGrid {
    width: 1150px;
    background: fff;
    margin: 20px 0 0 0;
    border: solid 1px #aeaeae;
    border-collapse: collapse;
}

    .compParcGrid .ProvData {
        padding: 2px;
        color: #6e6e6e;
        border: 1px solid #cecece;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        height: 20px;
        min-width: 50px;
    }

        .compParcGrid .ProvData a {
            cursor: pointer;
            text-decoration: underline;
        }

    .compParcGrid .ProvHead {
        padding: 4px 2px;
        color: #2b2e2e;
        background: url(Images/tbl_header.png) repeat-x;
        font-size: 13px;
        font-weight: bold;
        height: 21px;
        min-width: 50px;
    }

    .compParcGrid .tpage {
        padding: 2px;
        height: 20px;
        background: #ebebeb;
    }

    .compParcGrid .footerTXT {
        padding: 2px;
        height: 20px;
        color: #0c0b0b;
        font-family: "Trebuchet MS";
        font-size: 12px;
        text-align: left;
        border-collapse: collapse;
    }

    .compParcGrid .compParcAreaGrid {
        width: 99%;
        background: fff;
        margin: 0 0 0 1%;
        border: solid 1px #aeaeae;
        border-collapse: collapse;
    }

        .compParcGrid .compParcAreaGrid .AreaData {
            padding: 2px;
            color: #6e6e6e;
            border: 1px solid #cecece;
            font-family: Verdana;
            font-size: 10pt;
            font-weight: normal;
            text-decoration: none;
            height: 20px;
            min-width: 50px;
        }

            .compParcGrid .compParcAreaGrid .AreaData a {
                cursor: pointer;
                text-decoration: underline;
            }

        .compParcGrid .compParcAreaGrid .AreaHead {
            padding: 4px 2px;
            color: #2b2e2e;
            background: url(Images/tbl_header.png) repeat-x;
            font-size: 13px;
            font-weight: bold;
            height: 21px;
            min-width: 50px;
        }

        .compParcGrid .compParcAreaGrid .compParcLDGrid {
            width: 99%;
            background: fff;
            margin: 0 0 0 1%;
            border: solid 1px #aeaeae;
            border-collapse: collapse;
        }

            .compParcGrid .compParcAreaGrid .compParcLDGrid td {
                padding: 2px;
                color: #6e6e6e;
                border: 1px solid #cecece;
                font-family: Verdana;
                font-size: 10pt;
                font-weight: normal;
                text-decoration: none;
                height: 20px;
                min-width: 50px;
            }

            .compParcGrid .compParcAreaGrid .compParcLDGrid .LDHead {
                padding: 4px 2px;
                color: #2b2e2e;
                background: url(Images/tbl_header.png) repeat-x;
                font-size: 13px;
                font-weight: bold;
                height: 21px;
                min-width: 50px;
            }

.HieracGrid {
    width: 1150px;
    background: fff;
    margin: 20px 0 0 0;
    border: solid 1px #aeaeae;
    border-collapse: collapse;
}

    .HieracGrid .TopData {
        padding: 2px;
        color: #6e6e6e;
        border: 1px solid #cecece;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        height: 20px;
        min-width: 50px;
    }

        .HieracGrid .TopData a {
            cursor: pointer;
            text-decoration: underline;
        }

    .HieracGrid .TopHead {
        padding: 4px 2px;
        color: #2b2e2e;
        background: url(Images/tbl_header.png) repeat-x;
        font-size: 13px;
        font-weight: bold;
        height: 21px;
        min-width: 50px;
    }

    .HieracGrid .tpage {
        padding: 2px;
        height: 20px;
        background: #ebebeb;
    }

    .HieracGrid .footerTXT {
        padding: 2px;
        height: 20px;
        color: #0c0b0b;
        font-family: "Trebuchet MS";
        font-size: 12px;
        text-align: left;
        border-collapse: collapse;
    }

    .HieracGrid .HieracI1Grid {
        width: 99%;
        background: fff;
        margin: 0 0 0 1%;
        border: solid 1px #aeaeae;
        border-collapse: collapse;
    }

        .HieracGrid .HieracI1Grid td {
            padding: 2px;
            color: #6e6e6e;
            border: 1px solid #cecece;
            font-family: Verdana;
            font-size: 10pt;
            font-weight: normal;
            text-decoration: none;
            height: 20px;
            min-width: 50px;
        }

        .HieracGrid .HieracI1Grid .I1Head {
            padding: 4px 2px;
            color: #2b2e2e;
            background: url(Images/tbl_header.png) repeat-x;
            font-size: 13px;
            font-weight: bold;
            height: 21px;
            min-width: 50px;
        }

#theMap {
    position: relative;
    float: left;
    width: 950px;
    height: 780px;
}

#theMarkers {
    position: relative;
    float: left;
    background: #fff;
    width: 177px;
    height: 780px;
}

#theMarkersShadow01 {
    position: relative;
    float: left;
    background: #fff;
    border-left: 1px solid #d1d1d1;
    height: 780px;
}

#theMarkersShadow02 {
    position: relative;
    float: left;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    height: 780px;
}

#MapContainer {
    position: relative;
    width: 1130px;
    height: 780px;
    border: 8px solid #fff;
    background: #ebebeb;
    z-index: 1000;
}

#MapContainer1 {
    position: relative;
    width: 1146px;
    height: 796px;
    border: 1px solid #b3b3b3;
}

#MapContainer2 {
    position: relative;
    width: 1148px;
    height: 798px;
    border: 1px solid #d1d1d1;
}

#MapContainer3 {
    position: relative;
    width: 1150px;
    height: 800px;
    border: 1px solid #e8e8e8;
}

#MapLeftShadow {
    position: absolute;
    top: 730px;
    background: url(Images/header_sprite.png) no-repeat;
    background-position: 0px -250px;
    width: 265px;
    height: 100px;
    z-index: 999;
}

#MapRightShadow {
    position: absolute;
    top: 730px;
    left: 890px;
    background: url(Images/header_sprite.png) no-repeat;
    background-position: -930px -250px;
    width: 265px;
    height: 100px;
    z-index: 999;
}

#divMainContent {
    position: relative;
    margin: 165px auto;
    width: 1150px;
}

.lstDisplay {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 5px;
    font-size: 12px;
}

    .lstDisplay li {
        padding: 5px;
        vertical-align: middle;
        line-height: 30px;
    }

        .lstDisplay li img {
            width: 20px;
            padding: 2px;
        }

#scrollLst {
    height: 200px;
    max-height: 200px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* Hidden */
.Hide {
    display: none;
}

/* Tabs */
.tab {
    position: relative;
    cursor: pointer;
    min-width: 180px;
    text-align: center;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

.tabDefault {
    background: #fff;
    border: 1px solid #ccc;
    color: #363636;
}

.tabSelected {
    background: #409ba9;
    border: 1px solid #ccc;
    color: #fff;
}

.tabPage {
    display: none;
    overflow: auto;
    width: 1150px;
    text-align: left;
    background: #fff;
    padding: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tabDemoSelection {
    color: #0c0b0b;
    font-family: "Trebuchet MS";
    font-size: 12px;
}

.tabPopSelection {
    color: #0c0b0b;
    font-family: "Trebuchet MS";
    font-size: 12px;
}

#ErrorMsg {
    position: absolute;
    background: #af2b2b;
    width: 100%;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}

#InfoMsg {
    position: absolute;
    background: #348ac7;
    width: 100%;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}

.infoBox {
    border: 1px solid #b8b7b7;
    width: 270px;
    height: 220px;
    margin: 0 auto;
    padding: 2px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255,255,255, 0.5);
    /* For IE – resetting background color hack */
    background: rgb(255, 255, 255) transparent;
    zoom: 1;
    /* For IE 5.5 – 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)”;
}

    .infoBox a, alink, a:visited {
        font-size: 10px;
        color: #af2b2b;
        text-decoration: none;
        text-transform: capitalize;
        padding: 2px;
    }

        .infoBox a:hover {
            font-size: 10px;
            color: #008da1;
        }

    .infoBox .infocontent {
        width: 70px;
        padding: 10px;
    }

    .infoBox .infopic {
        width: 30px;
        height: 20px;
        padding: 0px;
    }

    .infoBox tr {
        height: 20px;
        padding: 5px;
    }

    .infoBox .infocontentText {
        width: 170px;
    }

    .infoBox .infoBox2 {
        position: relative;
        width: 268px;
        height: 148px;
        border: 1px solid #d1d1d1;
    }

    .infoBox .infoBox1 {
        position: relative;
        background: #fff;
        width: 266px;
        height: 146px;
        border: 1px solid #b3b3b3;
        margin: 0 auto;
        padding: 2px;
    }

    .infoBox .tblHeader {
        background: #fff;
        padding: 2px;
        border-bottom: 1px solid #cecece;
    }

    .infoBox .tblHeader2 {
        background: #fff;
        padding: 2px;
        border-bottom: 1px solid #cecece;
        width: 185px;
        max-width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .infoBox .infoWinText1 {
        font-size: 15px;
        color: #008da1;
        text-transform: capitalize;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .infoBox .infoWinText4 {
        font-size: 10px;
        color: #008da1;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .infoBox .infoWinText2 {
        font-size: 13px;
        color: #000;
    }

    .infoBox .infoWinText3 {
        font-size: 10px;
        color: #2b2e2e;
    }

.maplinkcontrols a {
    position: relative;
    float: left;
    display: block;
    height: 20px;
    color: #4d4d4d;
    line-height: 12px;
    text-decoration: none;
    padding-right: 8px;
}

    .maplinkcontrols a:hover {
        color: #000;
    }

h1 {
    color: #0c5865;
}

.tooltipGrid {
    text-align: left;
    font-size: 12px;
}

    .tooltipGrid th {
        text-align: left;
    }

.exportLinks {
    position: relative;
    width: 100%;
    height: 26px;
    font-size: 12px;
    text-align: right;
}

 .exportLinks a:hover {
        color: green;
    }

    .exportLinks a, .exportLinks a:link, .exportLinks a:visited {
        width: 66px;
        height: 30px;
        color: #308693;
        padding: 5px 7px 5px 7px;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        font-size: 11px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }


#ExcelLink:hover {
    color: green;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 8999;
    padding: 20px;
}

#boxes .closeform {
}

    #boxes .closeform a, #boxes .closeform a:link, #boxes .closeform a:visited {
        width: 66px;
        height: 26px;
        background: #409ba9;
        color: #fff;
        padding: 5px 7px 5px 7px;
        text-decoration: none;
        text-align: center;
        line-height: 26px;
        font-size: 11px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

        #boxes .closeform a:hover {
            color: #000;
        }

#footer {
    position: relative;
    background: #333;
    border-top: 1px solid #fff;
    height: 55px;
    min-width: 1200px;
    overflow: hidden;
}

    #footer .fcontentArea {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 55px;
    }

    #footer .fcopyright {
        position: relative;
        float: left;
        left: 50px;
        width: 300px;
        top: 10px;
        font-size: 10px;
        color: #fff;
    }

    #footer .fmidinfo {
        width: 100%;
        padding: 0px 35px 0 0px;
        font-size: 10px;
        color: #898989;
        margin: 0 auto;
        width:1200px;
    }

        #footer .fmidinfo .flinks {
            text-align: right;
        }

            #footer .fmidinfo .flinks a, #footer .fmidinfo .flinks a:link, #footer .fmidinfo .flinks a:visited {
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                padding: 0 5px 0 5px;
            }

                #footer .fmidinfo .flinks a:hover {
                    color: #409ba9;
                }

    #footer .fminReq {
        font-size: 10px;
        color: #898989;
    }

.DropDown {
    border-radius: 4px;
}

.UC_Background {
    background-color: #eaf5f7;
    background-image: url(Images/UC_Background.png);
    background-repeat: repeat-y;
    background-position: right;
}

.UC_Main {
    position: relative;
    background: url(Images/UC_Main.png) no-repeat;
    width: 945px;
    height: 390px;
    margin: 100px auto auto auto;
}

.UC_Label {
    position: absolute;
    margin: 113px auto auto 205px;
}

.UC_Countdown {
    font-family: Calibri;
    font-size: 26px;
    color: #ffffff;
}

#hideShowBar {
    top: -10px;
}

.topBarButtons {
    width: 1150px;
    height: 30px;
}

    .topBarButtons li {
        display: block;
        position: relative;
        float: left;
        background: #f2f2f2;
        border: solid 1px #d9d9d9;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        line-height: 20px;
        margin: 0 15px 0 15px;
        min-height: 20px;
        text-align: center;
        vertical-align: middle;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

        .topBarButtons li img {
            display: inline;
            text-align: center;
            vertical-align: middle;
            padding-right: 4px;
            width: 14px;
        }

        .topBarButtons li span {
            padding-right: 10px;
        }

        .topBarButtons li a {
            color: #6e6e6e;
            text-decoration: none;
        }

            .topBarButtons li a:hover {
                color: #000;
            }

.DealerMakes {
    margin-left: 15px;
    text-transform: capitalize;
}

.txtUpdInfoBox {
    width: 350px;
    height: 80px;
    margin-top: 5px;
}

#btnUpdInfo {
    margin-top: 5px;
}


.selectParent{
    float:left; 
    width:170px;
    padding-top:3px;
    margin-top:-5px;
    display: none;
}


