
/* Comment Generated by Combres - Resource '~/css/responsive/0/fontfamilies.css' (Mode: Static) */
@import url('https://images.hertz.com/font/css/family/Ride.css');
*:not(dcs\:content) {

    font-family: 'Ride', arial, sans-serif!important;

}


/* Comment Generated by Combres - Resource '~/css/responsive/0/foundation.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html
{
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

body
{
        background: #fff;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #555;
        position: relative;
        -webkit-font-smoothing: antialiased;
        visibility: visible;
}

/* Links ---------------------- */
a
{
    color: #308dff;
    text-decoration: none;
    line-height: inherit;
}

    a:hover
    {
        color: #2795b6;
    }

    a:focus
    {
        color: #2ba6cb;
        outline: none;
    }
    .button:focus {
        color: #fff;
    }

p a, p a:visited
{
    line-height: inherit;
}

/* Misc ---------------------- */
.left
{
    float: left;
}


.right
{
    float: right;
}


.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}


.text-center
{
    text-align: center;
}

.hide
{
    display: none;
}

.highlight
{
    background: #ffff99;
}

#googlemap img, object, embed
{
    max-width: none;
}

#map_canvas embed
{
    max-width: none;
}

#map_canvas img
{
    max-width: none;
}

#map_canvas object
{
    max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure
{
    margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    direction: ltr;
}

p
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
}

    p.lead
    {
        font-size: 17.5px;
        line-height: 1.6;
        margin-bottom: 17px;
    }

aside p
{
    font-size: 13px;
    line-height: 1.35;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
    {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1
{
    font-size: 44px;
}

h2
{
    font-size: 37px;
}

h3
{
    font-size: 27px;
}

h4
{
    font-size: 23px;
}

h5
{
    font-size: 17px;
}

h6
{
    font-size: 14px;
}

hr
{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

.subheader
{
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}

em, i
{
    font-style: italic;
    line-height: inherit;
}

strong, b
{
    font-weight: bold;
    line-height: inherit;
}

small
{
    font-size: 60%;
    line-height: inherit;
}

code
{
    font-weight: bold;
    background: #ffff99;
}

/*        --------------------------------------------------
        :: Lists
        -------------------------------------------------- */
ul, ol
{
    margin-bottom: 18px;
}

ul
{
    list-style: none outside;
}

ol
{
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc
{
    margin-left: 30px;
}

ul.square
{
    list-style: square outside;
}

ul.circle
{
    list-style: circle outside;
}

ul.disc
{
    list-style: disc outside;
}

ul.large li
{
    line-height: 21px;
}

/* Blockquotes ---------------------- */
blockquote, blockquote p
{
    line-height: 1.5;
    color: #6f6f6f;
}

blockquote
{
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite
    {
        display: block;
        font-size: 13px;
        color: #555555;
    }

        blockquote cite:before
        {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited
        {
            color: #555555;
        }

abbr, acronym
{
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr
{
    text-transform: none;
}

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only
{
    display: none !important;
}


/* Requires globals.css */
/* Standard Forms ---------------------- */
form
{
    margin: 0 0 19.41641px;
}

.row form .row
{
    margin: 0 -6px;
}

    .row form .row .column, .row form .row .columns
    {
        padding: 0 6px;
    }

    .row form .row.collapse
    {
        margin: 0;
    }

        .row form .row.collapse .column, .row form .row.collapse .columns
        {
            padding: 0;
        }

        .row form .row.collapse.left .column, .row form .row.collapse.left .columns
        {
            padding: 0 6px 0 0;
        }

form label, form .item_label
{
    margin-bottom: 3px;
}

label, .item_label
{
    font-size: 0.9em;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

    label.right
    {
        float: none;
        text-align: right;
    }

    label.inline
    {
        line-height: 32px;
        margin: 0 0 12px 0;
    }

.prefix, .postfix
{
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 31px;
}

a.button.prefix, a.button.postfix
{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span.prefix, span.postfix
{
    background: #f2f2f2;
    border: 1px solid #cccccc;
}

.prefix
{
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}

.postfix
{
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 6px;
    height: 24px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.customSelectSkin
{
    margin: 0 0 0 0;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize
{
    font-size: 17px;
    padding: 4px 6px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus
{
    background: #fafafa;
    outline: none !important;
    border-color: #b3b3b3;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]
{
    background-color: #ddd;
}

textarea
{
    height: auto;
}

select
{
    width: 100%;
}

/* Fieldsets */
fieldset
{
    border: solid 1px #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 12px 0;
    margin: 18px 0;
}

    fieldset legend
    {
        font-weight: bold;
        background-color: transparent;
        padding: 0 3px;
        margin: 0;
        margin-left: -3px;
    }

/* Errors */
.error input, input.error, .error textarea, textarea.error
{
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error label, label.error, .errors_list, .statusInvalid
{
    color: #c60f13;
}

.statusValid
{
    color: #008000;
}

.error small, small.error
{
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


/* Custom Forms ---------------------- */
form.custom
{ /* Custom input, disabled */
}

    form.custom span.custom
    {
        display: inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
        border: solid 1px #ccc;
        background: #fff;
    }

        form.custom span.custom.radio
        {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
        }

        form.custom span.custom.checkbox:before
        {
            content: "";
            display: block;
            line-height: 0.8;
            height: 14px;
            width: 14px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            color: #fff;
        }

        form.custom span.custom.radio.checked:before
        {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
            background: #222;
            position: relative;
            top: 3px;
            left: 3px;
        }

        form.custom span.custom.checkbox.checked:before
        {
            content: "\00d7";
            color: #222;
        }

    form.custom div.custom.dropdown
    {
        display: block;
        position: relative;
        width: auto;
        height: 28px;
        margin-bottom: 9px;
        margin-top: 2px;
    }

        form.custom div.custom.dropdown a.current
        {
            display: block;
            width: auto;
            line-height: 26px;
            min-height: 28px;
            padding: 0;
            padding-left: 6px;
            padding-right: 38px;
            border: solid 1px #ddd;
            color: #141414;
            background-color: #fff;
            white-space: nowrap;
        }

        form.custom div.custom.dropdown a.selector
        {
            position: absolute;
            width: 27px;
            height: 28px;
            display: block;
            right: 0;
            top: 0;
            border: solid 1px #ddd;
        }

            form.custom div.custom.dropdown a.selector:after
            {
                content: "";
                display: block;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: solid 5px;
                border-color: #aaaaaa transparent transparent transparent;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -2px;
                margin-left: -5px;
            }

        form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after
        {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: solid 5px;
            border-color: #222222 transparent transparent transparent;
        }

        form.custom div.custom.dropdown.open ul
        {
            display: block;
            z-index: 10;
        }

        form.custom div.custom.dropdown.small
        {
            width: 134px !important;
        }

        form.custom div.custom.dropdown.medium
        {
            width: 254px !important;
        }

        form.custom div.custom.dropdown.large
        {
            width: 434px !important;
        }

        form.custom div.custom.dropdown.expand
        {
            width: 100% !important;
        }

        form.custom div.custom.dropdown.open.small ul
        {
            width: 134px !important;
        }

        form.custom div.custom.dropdown.open.medium ul
        {
            width: 254px !important;
        }

        form.custom div.custom.dropdown.open.large ul
        {
            width: 434px !important;
        }

        form.custom div.custom.dropdown.open.expand ul
        {
            width: 100% !important;
        }

        form.custom div.custom.dropdown ul
        {
            position: absolute;
            width: auto;
            display: none;
            margin: 0;
            left: 0;
            top: 27px;
            margin: 0;
            padding: 0;
            background: #fff;
            background: rgba(255, 255, 255, 0.95);
            border: solid 1px #cccccc;
        }

            form.custom div.custom.dropdown ul li
            {
                color: #555;
                font-size: 13px;
                cursor: pointer;
                padding: 3px;
                padding-left: 6px;
                padding-right: 38px;
                min-height: 18px;
                line-height: 18px;
                margin: 0;
                white-space: nowrap;
                list-style: none;
            }

                form.custom div.custom.dropdown ul li.selected
                {
                    background: #cdebf5;
                    color: #000;
                }

                    form.custom div.custom.dropdown ul li.selected:after
                    {
                        content: "\2013";
                        position: absolute;
                        right: 10px;
                    }

                form.custom div.custom.dropdown ul li:hover
                {
                    background-color: #e3f4f9;
                    color: #222;
                }

                    form.custom div.custom.dropdown ul li:hover:after
                    {
                        content: "\2013";
                        position: absolute;
                        right: 10px;
                        color: #8ed3e7;
                    }

                form.custom div.custom.dropdown ul li.selected:hover
                {
                    background: #cdebf5;
                    cursor: default;
                    color: #000;
                }

                    form.custom div.custom.dropdown ul li.selected:hover:after
                    {
                        color: #000;
                    }

            form.custom div.custom.dropdown ul.show
            {
                display: block;
            }

    form.custom .custom.disabled
    {
        background-color: #ddd;
    }

/* Correct FF custom dropdown height */
@-moz-document url-prefix()
{
    form .custom div.custom.dropdown a.selector;

{
    height: 30px;
}

}

.lt-ie9 form.custom div.custom.dropdown a.selector
{
    height: 30px;
}

/* The Grid ---------------------- */
.row
{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
    /*.row .row { width: auto; max-width: none; min-width: 0; margin: 0 0px; }*/
    .row.collapse .column, .row.collapse .columns
    {
        padding: 0;
    }

    .row .row
    {
        min-width: 0;
    }

        .row .row.collapse
        {
            margin: 0;
        }

.column, .columns
{
    float: left;
    min-height: 1px;
    padding: 0 0px;
    position: relative;
}

    .column.centered, .columns.centered
    {
        float: none;
        margin: 0 auto;
    }

[class*="column"] + [class*="column"]:last-child
{
    float: right;
}

[class*="column"] + [class*="column"].end
{
    float: left;
}

.one, .row .one
{
    width: 8.33333%;
}

.two, .row .two
{
    width: 16.66667%;
}

.three, .row .three
{
    width: 25%;
}

.four, .row .four
{
    width: 33.33333%;
}

.five, .row .five
{
    width: 41.66667%;
}

.six, .row .six
{
    width: 50%;
}

.seven, .row .seven
{
    width: 58.33333%;
}

.eight, .row .eight
{
    width: 66.66667%;
}

.nine, .row .nine
{
    width: 75%;
}

.ten, .row .ten
{
    width: 83.33333%;
}

.eleven, .row .eleven
{
    width: 91.66667%;
}

.twelve, .row .twelve
{
    width: 100%;
}

.row .offset-by-one
{
    margin-left: 8.33333%;
}

.row .offset-by-two
{
    margin-left: 16.66667%;
}

.row .offset-by-three
{
    margin-left: 25%;
}

.row .offset-by-four
{
    margin-left: 33.33333%;
}

.row .offset-by-five
{
    margin-left: 41.66667%;
}

.row .offset-by-six
{
    margin-left: 50%;
}

.row .offset-by-seven
{
    margin-left: 58.33333%;
}

.row .offset-by-eight
{
    margin-left: 66.66667%;
}

.row .offset-by-nine
{
    margin-left: 75%;
}

.row .offset-by-ten
{
    margin-left: 83.33333%;
}

.push-two
{
    left: 16.66667%;
}

.pull-two
{
    right: 16.66667%;
}

.push-three
{
    left: 25%;
}

.pull-three
{
    right: 25%;
}

.push-four
{
    left: 33.33333%;
}

.pull-four
{
    right: 33.33333%;
}

.push-five
{
    left: 41.66667%;
}

.pull-five
{
    right: 41.66667%;
}

.push-six
{
    left: 50%;
}

.pull-six
{
    right: 50%;
}

.push-seven
{
    left: 58.33333%;
}

.pull-seven
{
    right: 58.33333%;
}

.push-eight
{
    left: 66.66667%;
}

.pull-eight
{
    right: 66.66667%;
}

.push-nine
{
    left: 75%;
}

.pull-nine
{
    right: 75%;
}

.push-ten
{
    left: 83.33333%;
}

.pull-ten
{
    right: 83.33333%;
}

img, object, embed
{
    max-width: 100%;
    height: auto;
}

object, embed
{
    height: 100%;
}

img
{
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img
{
    max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.row
{
    *zoom: 1;
}

    .row:before, .row:after
    {
        content: "";
        display: table;
    }

    .row:after
    {
        clear: both;
    }

/* Mobile Grid and Overrides ---------------------- */

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid
{
    display: block;
    overflow: hidden;
    padding: 0;
}

    .block-grid > li
    {
        display: block;
        height: auto;
        float: left;
    }

    .block-grid.one-up
    {
        margin: 0;
    }

        .block-grid.one-up > li
        {
            width: 100%;
            padding: 0 0 15px;
        }

    .block-grid.two-up
    {
        margin: 0 -15px;
    }

        .block-grid.two-up > li
        {
            width: 46%;
            margin-left: 15px;
            padding: 0;
        }

            .block-grid.two-up > li:nth-child(2n+1)
            {
                clear: both;
            }

            .block-grid.two-up > li:nth-child(2n)
            {
                margin-left: 10px;
            }

    .block-grid.three-up
    {
        margin: 0 -12px;
    }

        .block-grid.three-up > li
        {
            width: 33.33%;
            padding: 0 12px 12px;
        }

            .block-grid.three-up > li:nth-child(3n+1)
            {
                clear: both;
            }

    .block-grid.four-up
    {
        margin: 0 -10px;
    }

        .block-grid.four-up > li
        {
            width: 25%;
            padding: 0 10px 10px;
        }

            .block-grid.four-up > li:nth-child(4n+1)
            {
                clear: both;
            }

    .block-grid.five-up
    {
        margin: 0 -8px;
    }

        .block-grid.five-up > li
        {
            width: 20%;
            padding: 0 8px 8px;
        }

            .block-grid.five-up > li:nth-child(5n+1)
            {
                clear: both;
            }

/* Mobile Block Grids */

.firstRow
{
    margin-top: 33px;
}

/*    --------------------------------------------------
    Tabs
    -------------------------------------------------- */
dl.tabs
{
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #ddd;
}

    dl.tabs dt
    {
        display: block;
        width: auto;
        height: 30px;
        padding: 0 9px 0 20px;
        line-height: 30px;
        float: left;
        color: #999;
        font-size: 11px;
        text-transform: uppercase;
        cursor: default;
    }

        dl.tabs dt:first-child
        {
            padding: 0 9px 0 0;
        }

    dl.tabs dd
    {
        display: block;
        width: auto;
        height: 30px;
        padding: 0;
        float: left;
    }

        dl.tabs dd a
        {
            display: block;
            width: auto;
            height: 29px;
            padding: 0 9px;
            line-height: 30px;
            border: solid 1px #ddd;
            margin: 0 -1px 0 0;
            color: #555;
            background: #eee;
        }

            dl.tabs dd a.active
            {
                background: #fff;
                border-width: 1px 1px 0 1px;
                height: 30px;
            }

.nice.tabs
{
    border-bottom: solid 1px #eee;
    margin: 0 0 30px 0;
    height: 43px;
}

    .nice.tabs dd a
    {
        padding: 7px 18px 9px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #555555;
        background: none;
        border: none;
    }

        .nice.tabs dd a.active
        {
            font-weight: bold;
            color: #333;
            background: #fff;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-top: 3px solid #00a6fc;
            margin: 0 10px;
            position: relative;
            top: -5px;
        }

    .nice.tabs dd:first-child a.active
    {
        margin-left: 0;
    }

dl.tabs.vertical
{
    height: auto;
}

    dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd
    {
        float: none;
        height: auto;
    }

        dl.tabs.vertical dd a
        {
            display: block;
            width: auto;
            height: auto;
            padding: 15px 20px;
            line-height: 1;
            border: solid 0 #ccc;
            border-width: 1px 1px 0;
            margin: 0;
            color: #555;
            background: #eee;
            font-size: 15px;
            font-size: 1.5rem;
        }

            dl.tabs.vertical dd a.active
            {
                height: auto;
                margin: 0;
                border-width: 1px 0 0;
                background: #fff;
            }

.nice.tabs.vertical
{
    border-bottom: solid 1px #eee;
    height: auto;
}

    .nice.tabs.vertical dd a
    {
        padding: 15px 20px;
        border: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
        background: #fff;
    }

        .nice.tabs.vertical dd a.active
        {
            border: none;
            background: #00a6fc;
            color: #fff;
            margin: 0;
            position: static;
            top: 0;
            height: auto;
        }

    .nice.tabs.vertical dd:first-child a.active
    {
        margin: 0;
    }

ul.tabs-content
{
    margin: 0;
    display: block;
}

    ul.tabs-content > li
    {
        display: none;
    }

.no-js ul.tabs-content > li
{
    display: block;
}

ul.tabs-content > li.active
{
    display: block;
}

dl.contained, dl.nice.contained
{
    margin-bottom: 0;
}

    dl.contained.tabs dd a
    {
        padding: 0 14px;
    }

    dl.nice.contained.tabs dd a
    {
        padding: 7px 18px 9px;
    }

ul.contained.tabs-content
{
    padding: 0;
}

    ul.contained.tabs-content > li
    {
        padding: 20px;
        border: solid 0 #ddd;
        border-width: 0 1px 1px 1px;
    }

ul.contained.vertical.tabs-content > li
{
    border-width: 1px 1px 1px 1px;
}

ul.nice.contained.tabs-content > li
{
    border-color: #eee;
}
/*
}
*/





/* Comment Generated by Combres - Resource '~/css/responsive/0/overlay.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 #overLayContainer
 {
  display: none;
 }

 #overLayDiv
 {
  max-width: 960px;
 }

 #overLayDiv .popcontent
 {
 display: table;
 height: 100%;
 }
 
   .GB #overLayDiv .calculatorDisclaimer
 {
  padding: 10px;
 }

.GB #overLayDiv .calculatorInner,
.GB #overLayDiv .blackhorseOutput
{
 width: 100%;
}

 #overLayDiv .calculatorInner
 {
  float: left;
  padding: 0 15px 15px;
 }

 #overLayDiv .blackhorseOutput
 {
  float: left;
  line-height: 26px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #CCCCCC;
 }

#overLayDiv .Overlay_container 
{
    position: relative;
    width: 100%;
    height: 100%;
}

#overLayDiv .PopUpContent-box 
{
    height: 100%;
    box-sizing: border-box;
    padding-top: 80px
}

  #overLayDiv .blackhorseOutput .blackhorseValue
 {
  float: right;
 }

#overLayDiv .popmainContent 
{
    display: table-cell;
    width: 29%;
    height: auto;
    background-color: #ffd100;
    vertical-align: top;
}

 #overLayDiv aside
 {
  width: 64%;
  float: left;
  margin: 10px 0 0 30px;
  display: block;
  overflow: auto;
 }

 #overLayDiv .buttonDiv_container 
{
 display: table-cell;
 padding: 15px 40px 0 40px;
}

 .popmainContent section
 {
  padding: 10px 0px 10px 30px;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
 }

 .popmainContent .selected
 {
 font-weight: bold;
  background-color: #ffd100;
 }

.popmainContent .selected:hover 
{
  background-color: #000000;
  color: #ffd100;
}


 .popContentHeader
 {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  margin-bottom: 15px;
 }

.imgOverlayContainer .six
{
 width: 100%;
 padding: 0 0 20px !important;
}

.imgOverlayContainer img
{
 max-width: 150px;
}

 .sidebarContent
 {
  font-size: 11px;
  margin-bottom: 15px;
  line-height: 110%;
 }

 .linkButton
 {
  background-color: #D5D5D5;
  cursor: pointer;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  font-weight: bolder;
  text-align: center;
  text-indent: 0;
  display: inline;
  padding: 3px 10px 3px 10px;
 }

 .prevButton .linkButton
 {
  float: left;
 }

 .nextButton .linkButton
 {
  float: right;
 }

 .prevButton, .nextButton
 {
  margin-bottom: 30px;
 }

 .prevButton
 {
  float: left;
  width: 48%;
  padding: 3px;
 }

 .nextButton
 {
  float: right;
  width: 48%;
  padding: 3px;
 }

 .prevButton a
 {
  text-align: left;
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 1em;
 }

 .nextButton a
 {
  text-align: right;
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 1em;
 }

hr 
{
    display: none;
}


 #popBottom
 {
  margin: 30px 0 5px 0;
  position: relative;
  width: 100%;
  text-align: center;
 }


 #overLayDiv .moreReasonButton a
 {
  background: none repeat scroll 0 0 #308dff;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 100%;
  font-family: Arial;
  font-weight: bolder;
  text-align: center;
  text-indent: 0;
  padding: 7px 12px;
  color: #fff;
  display: inline-block;
 }
#overLayDiv .moreReasonButton a:hover 
{
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #308dff;
    color: #308dff;
}

  .popselected
 {
  display: block;
  height: 100%;
 }

 .popnotselected
 {
  display: none;
 }

 #overLayDiv
 {
  background: #ffffff;
  /*height:400px;*/
  overflow: auto;
  -webkit-box-shadow: #999 0 0 10px;
  -moz-box-shadow: #999 0 0 10px;
  box-shadow: #999 0 0 10px;
  padding: 0;
  border: 0;
 }

 .closeOverlay
 {
  float: right;
  margin: 30px 45px 0 0;
  font-size: 14px;
  text-transform: uppercase;
 }

.closeOverlay .linkStyle 
{
   color: #000!important;
}

.closeOverlay .close_search_icon 
{
    width: 22px;
    vertical-align: middle;
    margin-left: 3px;
}

 .notSelected:hover
 {
  background-color: #000000;
  cursor: pointer;
  color: #ffd100;
 }

 .kbbImage, .financeImage
 {
  margin-top: 20px;
  font-weight: bold;
 }

 div.row div.five img
 {
  margin-top: 0px;
 }

 #fr-FR
 {
  background: url("/content/img/fr-FR/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 #it-IT
 {
  background: url("/content/img/it-IT/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 #en-GB
 {
  background: url("/content/img/en-GB/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 .kbbImage
 {
  background: url("/content/img/content/kbb.png") no-repeat scroll 0 50% transparent;
  height: 100px;
 }
 #de-DE
 {
  display:none;
 }
 .financeImage
 {
  background: url("/content/img/content/calc.png") no-repeat scroll 0 50% transparent;
  height: 80px;
 }

.FR .financeImage
{
 background: none;
}

.frCalcBtn 
{
 margin: 0 16px !important;
 text-align: center;
}

 .GB .financeImage
 {
  background: url("/Content/img/en-GB/blackhorse_small.jpg") no-repeat;
  height: 80px;
 }
.DE > .disclaimerLink 
{
    display:none !important;
}
 .kbbImage span
 {
  float: left;
  margin-top: 50px;
  margin-left: 110px;
 }

 .financeImage span
 {
  float: left;
  margin-top: 40px;
  margin-left: 110px;
 }

.GB .closeCal.calcToggle
{
 float: right;
}

 .bold
 {
  font-weight: bold;
 }

 #overLayContainer
 {
  width: 80%;
 }

 #overLayDiv p
 {
  margin-bottom: 0px;
 }

.GB #overLayDiv .calculator
{
 width: 100%;
 max-width: 100%;
}

 #overLayDiv .calculator
 {
  display: block;
  border: 5px solid #cccccc;
  padding: 10px; 
  max-width: 300px;
 }

.GB .calculatorInput input
{
 width: 100%;
}

 .calculatorInputLabel
 {
  margin-top: 5px;
  font-weight: bold;
 }

 .estimatedPayment
 {
  font-size: 115%;
  font-weight: bold;
 }

 .calculatorDisclaimer
 {
  font-size: 80%;
 }

 .calculateMonthlyPayment, .calculatorHeadingText
 {
  margin-top: 5px;
 }

.handCursor {
    cursor:pointer;
}

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/0/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*@media only screen and (min-width: 0px)
{
*/
.col, .cols
{
    margin-left: 2.30%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .col:first-child, .cols:first-child
    {
        margin-left: 0px;
    }

.row .one.cols
{
    width: 18.16%;
}

.row .two.cols
{
    width: 38.62%;
}

.row .three.cols
{
    width: 59.080000000000005%;
}

.row .four.cols
{
    width: 79.54%;
}

.row .five.cols
{
    width: 100%;
}

.multicol, .multicols
{
    margin-left: 2.09%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .multicol:first-child, .multicols:first-child
    {
        margin-left: 0px;
    }

.row .one.multicols
{
    width: 8.119%;
}

.row .two.multicols
{
    width: 18.328%;
}

.row .three.multicols
{
    width: 28.537%;
}

.row .four.multicols
{
    width: 38.745999999999995%;
}

.row .five.multicols
{
    width: 48.955%;
}

.row .six.multicols
{
    width: 59.164%;
}

.row .seven.multicols
{
    width: 69.37299999999999%;
}

.row .eight.multicols
{
    width: 79.582%;
}

.row .nine.multicols
{
    width: 89.791%;
}

.row .ten.multicols
{
    width: 100%;
}
/*------------------------------------------------
    :: added block grid
------------------------------------------------ */

.block-grid
{
    width: 100%;
}

    .block-grid.six-up
    {
        margin-left: -0.1%;
    }

        .block-grid.six-up > li
        {
            margin-left: 0%;
            width: 16.6%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.seven-up
    {
        margin-left: -0.1%;
    }

        .block-grid.seven-up > li
        {
            margin-left: 0%;
            width: 14.2%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.eight-up
    {
        margin-left: -0.1%;
    }

        .block-grid.eight-up > li
        {
            margin-left: 0%;
            width: 12.5%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.nine-up
    {
        margin-left: -0.1%;
    }

        .block-grid.nine-up > li
        {
            margin-left: 0%;
            width: 11.1%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.ten-up
    {
        margin-left: -0.1%;
    }

        .block-grid.ten-up > li
        {
            margin-left: 0%;
            width: 10%;
        }
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

/*--------------------------------------------------
global style 
----------------------------------------------------*/

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a
{
    color: #308dff;
    text-decoration: none;
    line-height: inherit;
}

    a:hover
    {
        color: #308dff;
    }
/*
	a:focus { color:#308dff; outline: none; }
*/
p a, p a:visited
{
    line-height: inherit;
}

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    color: #181818;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
        font-weight: inherit;
    }

h1
{
    font-size: 18px;
    margin-bottom: 12px;
}

h2
{
    font-size: 35px;
    margin-bottom: 9px;
}

h3
{
    font-size: 28px;
    margin-bottom: 9px;
}

h4
{
    font-size: 21px;
    margin-bottom: 3px;
}

h5
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
}

h6
{
    font-size: 15px;
    font-weight: normal;
}

p
{
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 18px;
}

    p img
    {
        margin: 0;
    }

    p.lead
    {
        font-size: 18px;
        line-height: 1.5;
    }

em, i
{
    font-style: italic;
    line-height: inherit;
}

strong, b
{
    font-weight: bold;
    line-height: inherit;
}

small
{
    font-size: 60%;
    line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small
{
    color: #777;
}

header .r2blogo
{
    float: left;
    min-height: 1px;
    width: 21.68%;
}

.subheader
{
    color: #777;
    font-weight: 300;
    margin-bottom: 24px;
}

.mkbdr-tp-drk
{
    border-top: solid 1px #9b9a9a;
    margin: 10px 2px;
}

.kcenter
{
    margin: 0 auto;
}

ol, ul
{
    list-style: none;
}

div.container
{
    position: relative;
    padding: 0;
}

.bannerpos
{
    min-width: 100%;
    overflow: hidden;
}

#headerContainer
{
    margin: 0 auto;
    max-width: 1280px;
    display: block;
    background-color: #000000;
}

div.headerbg 
{
    background-color: #ffd100;
}

div.headerbg, div.endfooterbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    box-shadow: 1px 3px 9px #6f6f6f;
    display: block;
}

div.containerbg
{
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 100%;
    width: 1280px;
    z-index: 2;
}

div.footerbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

nav#help-nav, nav#main-nav
{
    position: relative;
    height: 30px;
    padding-bottom: 0px !important;
    line-height: 2.1;
}

#country-nav
{
    visibility: hidden;
}

#country-nav .customSelectSkin 
{
   height: 24px;
   font-weight: normal;
   font-size: 12px;
}


.OverlayHeader 
{
    background-color: #000000;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
OverlayHeader-logo-box
{
    display: inline-block;
}

.r2blogo img 
{
    width: 120px;
    height: 32px;
    margin: 25px 0px 0px 30px;
} 

.OverlayHeader  .Overlayheader-logo-text
 {
  color: #fff;
  display:inline;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: Ride!important;
  margin-left: 5px;
 } 


div.subheaderbg
{
    float: left;
    position: relative;
    background-color: #000000;
    margin: 0 auto;
    max-width: 1280px; /*min-width: 1280px; width: 100%; /*margin-top:5px;*/ /*box-shadow:0px 2px 12px #6f6f6f;*/
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 99;
}

/*.header {z-index:9999}*/
div.subheaderbg
{
    height: 30px;
}

    div.subheaderbg .row
    {
        z-index: 4;
        height: 30px;
    }

div.containerbg
{
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 100%; /*min-width: 1280px;*/
    width: 1280px;
    z-index: 2;
}

div.footerbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

nav#country-nav, nav#user-nav ul li a
{
    color: #ffd100;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#country-nav
{
    visibility: hidden;
}

    #country-nav select
    {
        width: auto;
    }

nav#country-nav ul li
{
    display: inline;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}

    nav#country-nav ul li ahe
    {
        text-decoration: underline;
    }

#user-nav.right, #country-nav.right
{
    float: right;
}

nav#user-nav ul li
{
    display: inline;
    margin-left: 20px;
    padding-left: 20px;
}

nav#help-nav, nav#main-nav
{
    position: relative;
    height: 30px;
    padding-bottom: 0px !important;
    line-height: 2.1;
}

    nav#main-nav ul
    {
        height: 30px;
        margin: 0;
    }

        nav#main-nav ul li
        {
            float: left;
            display: block;
            border-right: solid 1px #484848;
            height: 30px;
            margin: 0;
        }

            nav#main-nav ul li:last-child
            {
                border-right: none;
            }

            nav#main-nav ul li.last-child
            {
                border-right: none;
            }
/*ie 7,8 not support last:child psuedo */
nav#main-nav
{
    margin-left: 30px;
}

    nav#main-nav ul li a
    {
        cursor: pointer;
    }
        /*nav#main-nav ul li a {padding: 0px 15px}*/ /*jira 2844*/
        nav#main-nav ul li a.menuItem
        {
            color: #ffd100;
            font-weight: bold;
            padding: 0 20px;
            display: block;
            height: 30px;
        }

nav#help-nav ul li
{
    margin-left: 20px;
}

#help-nav,
#toolbox_container
{
    float: right;
}

nav#help-nav ul li a
{
    color: #ffffff;
    font-weight: bold;
}

nav#help-nav ul li span.wht
{
    color: #e2e2e2;
    padding: 0 40px 0 0;
    line-height: 53px;
}

nav#help-nav ul li.last-child span
{
    background-image: url("/UI/img/default/helpico.png");
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-top: 7px;
    width: 15px;
}

nav#help-nav ul li:last-child a
{
    padding-right: 0;
}


nav#help-nav
{
    margin-left: 0px;
}

.countryChanger
{
    display: none;
    top: 0px;
    right: 0px;
}

header .column:after, header .columns:after
{
    clear: none;
}


/*---------------------------------------
context
---------------------------------------*/
.row h2
{
    font-size: 150%;
    color: #414141;
    margin-bottom: 15px;
}

.row h3
{
    font-size: 16px;
    color: #414141;
    margin-bottom: 8px;
}

.row h5
{
    font-size: 1.7em;
    color: #414141;
    font-weight: bold;
}

.row h4
{
    color: #414141;
}

.row100 h4
{
    color: #414141;
}

/* meta data */
.metadata .published
{
    display: inline;
    margin: 0 6px 0 0;
}

.metadata
{
    display: none !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

/* Footer Styles */

footer
{ /*float:left; position:relative;*/
}

    footer .container
    {
        text-align: left;
    }

    footer h2
    {
        font-family: Arial;
        font-size: 1.25em;
    }

    footer .linksBlock
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer [id^="cq-ctalink-jsp-/"] a {
        padding-bottom: 10px;
        display: inline-block;
    }

    footer a
    {
        color: #e2e2e2;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
    }

    footer li
    {
        border-bottom: 1px solid white;
    }

    footer .footerShareOptions li
    {
        border-bottom: none;
    }

    footer .nounderline
    {
        border-bottom: none;
    }

    footer .underline
    {
        /*border-bottom: 1px solid white;*/
    }

    footer .row h3
    {
        color: #ffd100;
        font-weight: bold;
        font-family: Ride!important;
    }
    footer a:hover
    {
        color: #e2e2e2;
        text-decoration: underline;
    }

    footer .usedCarContent
    {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 1px solid #ffd100;
        border-bottom: 1px solid #ffd100;
    }

    footer .ucData
    {
        font-size: 10px;
        padding: 5px 0px 5px 0px;
    }

    footer svg
    {
        margin: 0px;
        padding: 0px;
    }

    footer .usedCarLinks
    {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid white;
    }

        footer .usedCarLinks li
        {
            border-bottom: none;
        }

    footer .linksBlock h2
    {
        padding-bottom: 2px;
    }

    footer .footerBottom
    {
        text-align: center !important;
        font-size: 0.85em;
        padding-top: 30px;
        width: 100%;
    }

    footer .bold
    {
        font-weight: bold;
    }

    footer .closeFooter
    {
        height: 1px;
        clear: both;
    }

    footer .linksBlock li
    {
        margin-bottom: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

div#footerContentContainer div.row div.six ul.block-grid li
{
    margin-bottom: 16px;
}


div.footerWrapper ol, div.footerWrapper ul
{
    margin-bottom: 18px;
    margin-left: 0px;
}

.footerTextContent p
{
    margin-bottom: 10px;
}

.footerTextContent h3
{
    margin-bottom: 10px;
}

.footerBottom div
{
    line-height: 120%;
}

div.closeFooter
{
    margin-top: 25px;
}

.footerBottomHeader
{
    margin-bottom: 16px;
    font-size: 14px;
    color: white;
    font-weight:bold;
    font-family: Ride!important
}

.footerWrapper
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    color: #e2e2e2;
    background-color: black;
}

#footerContentContainer .footerTextContent.clear {
    padding-bottom: 30px;
}
#footerContentContainer .footerTextContent.clear a {
    color: #ffd100;
}
#footerContentContainer .footerTextContent.clear a:hover {
    color: #fff;
}

#footerContentContainer > .row.mkwtbdrtp.martop5.padtop15 {
  padding-top: 40px;
}

#footerContentContainer .six.columns h3{
    margin-bottom: 16px;
}

.footerCategoryCol
{
    float: left;
    position: relative;
    width: 47%;
    padding: 1%;
}

.footerCategoryCol1
{
    border-right: 1px solid #CCCCCC;
}

.footerListTypeCol
{
    float: left;
    position: relative;
    width: 33%;
}

    .footerListTypeCol li
    {
        margin-bottom: 3px !important;
    }

        .footerListTypeCol li a:link, .footerListTypeCol li a:active, .footerListTypeCol li a:visited
        {
            color: #747170;
            font-size: 8pt;
            font-weight: normal;
            text-decoration: none;
        }

        .footerListTypeCol li a:hover, .footerListTypeCol li a:focus
        {
            color: #308dff;
        }

.footerViewAllLabel
{
    font-size: 12px;
    padding: 14px 0 0 0px;
    width: 100%;
    float: left;
    position: relative;
}

.footerViewAllLabel a
{
    color: #ffd100;
}

.mkwtbdrtp li
{
    border: none;
}

#footerContentContainer .block-grid.two-up > li
{
    width: 46%;
    margin-left: 15px;
    padding: 0;
}

footer section.footerDesktop
{
    display: block;
}

footer section.copyrightDesktop
{
    display: block;
}

.footerWrapper-ddc {
    background-color:#F3F4F8 !important;
}

.colorblack-ddc {
    color:#000000 !important;
}
footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
    box-sizing: border-box;
}

    footer section.copyrightMobile dl
    {
        width: 50%;
        margin: 0 25%;
        background-color: #e0e0e0;
        padding: 2%;
    }

    footer section.copyrightMobile dt
    {
        font-size: 1.3em;
        font-weight: bold;
        padding-bottom: 3px;
    }

    footer section.copyrightMobile ul
    {
        padding: 0;
        margin: 0;
    }

    footer section.copyrightMobile li
    {
        padding: 5px 0;
        margin: 0;
        border: 0;
    }

        footer section.copyrightMobile li.underline
        {
            border-bottom: 1px solid #FFF;
        }

footer .footerMobile
{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px 0 10px;
}

    footer .footerMobile ul, footer .footerTablet ul
    {
        list-style: none;
        margin: 0;
        padding: 0 0 0 8px;
        box-sizing: border-box;
    }

footer .footerTablet li
{
    padding: 1px 0 0;
    border: 0;
    margin: 0;
}

footer .footerMobile .links-coln .links-head
{
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 2%;
    border: 0;
}

    footer .footerMobile .links-coln .links-head a, footer .footerTablet .links-row dd a
    {
        display: block;
        position: relative;
        padding: 7px 10px 7px 20px;
        text-decoration: none;
        font-weight: bold;
        font-family: Ride!important;
    }

    footer .footerMobile .links-coln .links-head a
    {
        color: #ffd100;
        font-size: 16px;
    }

footer .footerTablet .links-row dd a
{
    color: #e2e2e2;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    padding: 7px 24px;
}

footer .footerTablet .links-row dd .blogTitleLink
{
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    font-size: 13px;
}

footer .footerTablet .links-row dd .footerLinkVisitBlog,
footer .footerTablet .links-row dd .footerLinkReadMore
{
    color: #ffd100;
    padding-top: 0;
}

footer .footerTablet .links-row dd .blogSubtitleLink
{
    padding-bottom: 0;
}

footer .footerTablet .links-row dd .blogPreviewText,
footer .footerTablet .links-row dd .blogSubtitleLink
{
    margin: 0 0 10px 24px;
}

footer .footerTablet .links-row dd .ellipsis
{
    position: static;
}

footer .footerTablet .links-row dd .footerLinkReadMore
{
    padding: 0;
    display: inline;
}

footer .footerTablet .links-row dd .footerLinkVisitBlog
{
    font-weight: bold;
}

footer .footerTablet .links-row
{
    width: 49%;
    padding: 0 0 0 3%;
    clear: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 0;
}

    footer .footerTablet .links-row dl
    {
        width: 96%;
        padding: 2%;
        margin: 0;
    }

    footer .footerTablet .links-row dt
    {
        cursor: pointer;
        padding: 7px 10px 7px 20px;
        font-weight: bold;
        font-style: normal;
        font-size: 14px;
        margin: 0;
        color: #ffd100;
        position: relative;
    }

    footer .footerTablet .links-row dd
    {
        display: none;
        margin: 0;
    }

    footer .footerTablet .links-row dd li b
    {
    color: #ffd100;
    }

.socialnav
{
	padding: 0 1em;
}

footer .footerTablet .socialLinks
{
    width: 100%;
    text-align: center;
}

    footer .footerTablet .socialLinks h3
    {
        padding: 20px 0;
        vertical-align: middle;
    }

        footer .footerTablet .socialLinks h3 img, footer .footerTablet .socialLinks h3 a
        {
            vertical-align: middle;
            display: inline-block;
        }

        footer .footerTablet .socialLinks h3 img
        {
            display: inline-block;
            margin: 0 0 0 10px;
        }

footer .social_icons .social_icon,
footer .socialLinks .social_icon
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    width: 20px;
    height: 20px;
}

footer .social_icons .gplus_link,
footer .socialLinks .gplus_link
{
    background-position: 0px -68px;
}

footer .social_icons .fb_link,
footer .socialLinks .fb_link
{
    background-position: 0 -88px;
}

footer .social_icons .twitter_link,
footer .socialLinks .twitter_link
{
    background-position: 0px -48px;
}

.search_results_container .social_icons
{
    display: block;
}















/*-----------------------------------------------
    UI
-----------------------------------------------*/
.yellow.button
{
    background: none repeat scroll 0 0 #ffd100;
    color: #222;
    border: 0;
}

    .yellow.button:hover
    {
        background: none repeat scroll 0 0 #ffd100;
        color: #222;
        border: 0;
    }
/*.button.radius, .radius {border-radius: 7px 7px 7px 7px;}*/

.button
{
    background: none repeat scroll 0 0 #308dff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Verdana,sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: medium none;
    border: 2px solid transparent;
    /*padding: 9px 34px 11px; */
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdda33', endColorstr='#cfb32a',GradientType=0 ); 
    background-image: -ms-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -moz-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -o-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fdda33), color-stop(0.7, #cfb32a)); 
    background-image: -webkit-linear-gradient(top, #fdda33 30%, #cfb32a 70%);
    background-image: linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    */
}

    .button:hover
    {
        background-color: #fff;
        color: #308dff;
        border: 2px solid #308dff;
    }

.button-comp a
{    
    border: 2px solid transparent;     
}

.button-comp a:hover
{
    
    background-color: #fff!important; 
    border: 2px solid #308dff;
    color: #308dff!important;
}

.highlight
{
    background: #ffd100;
}

.mkgrbdrtp
{
    border-top: solid 1px #CACACA;
}

.mkgr2bdrtp
{
    border-top: solid 1px #d5d5d5;
}

.mkgrbdrbt
{
    border-bottom: solid 1px #CACACA;
}

.mkwtbdrtp
{
    border-top: solid 1px #ffd100;
}

.mkwtbdrbt
{
    border-bottom: solid 1px #FFFFFF;
}

.martop5
{
    margin-top: 5px;
}

.martop8
{
    margin-top: 8px;
}

.martop15
{
    margin-top: 1%;
}

.marbot15
{
    margin-bottom: 1%;
}

.marbot5
{
    margin-bottom: 5px;
}

.padtop15
{
    padding-top: 2%;
}

.padbtm15
{
    padding-bottom: 2%;
}

.padtop25
{
    padding-top: 3%;
}

.padleft8
{
    padding-left: 8px;
}

div.row
{
    text-align: left;
}

.grey.button
{
    padding: 5px;
    border:0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c3c8', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
    background: rgb(193, 198, 200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(193, 198, 200,1) 20%, rgba(150,150,150,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(193, 198, 200,1)), color-stop(100%,rgba(150,150,150,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* W3C */
}

.grey.button:hover
{
    border: 0;
    color:#000000;
 }

.rightTriangle
{
    width: 0;
    height: 0;
    border-left: 8px solid #010101;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.leftTriangle
{
    width: 0;
    height: 0;
    border-right: 8px solid #010101;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.highlight
{
    background: #ffd100;
}

.mkgrbdrtp
{
    border-top: solid 1px #CACACA;
}

.mkgr2bdrtp
{
    border-top: solid 1px #d5d5d5;
}

.mkgrbdrbt
{
    border-bottom: solid 1px #CACACA;
}

.mkwtbdrtp
{
    border-top: solid 1px #ffd100;
}

.mkwtbdrbt
{
    border-bottom: solid 1px #FFFFFF;
}

.martop5
{
    margin-top: 5px;
}

.martop8
{
    margin-top: 8px;
}

.martop15
{
    margin-top: 1%;
}

.marbot15
{
    margin-bottom: 1%;
}

.marbot5
{
    margin-bottom: 5px;
}

.padtop15
{
    padding-top: 2%;
}

.padbtm15
{
    padding-bottom: 2%;
}

.padtop25
{
    padding-top: 3%;
}

.padleft8
{
    padding-left: 8px;
}

div.row
{
    text-align: left;
}

/*cusomized select */

/*-------------------------------------
Overlay Styling
--------------------------------------*/
.lightBoxOverlay
{   
  border: 15px solid #f6f6f6;
  background-color: #fff;
  padding: 1em;
}

.lightBoxOverlay2
{
 background-color: #fff;
 padding: 1em;
}

.lightBoxOverlay2 .carSalesLocationsMapperMapControls
{
 overflow: inherit;
}

 .lightBoxOverlay2 #locationDataContainer
 {
  margin: 0 0 20px;
 }

.overlay
{
    background: #ffffff;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    padding: 1%;
}

    .overlay .columns
    {
        float: left;
    }

    .overlay legend
    {
        color: #384313;
        font-size: 1em;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-shadow: 0 1px 1px #ffffff;
    }

    .overlay fieldset .row
    {
        line-height: 3em;
    }

    .overlay label
    {
        font-size: 1em;
    }

.row_inner
{
    padding: 0 1em;
}
/*.overlay input, .overlay textarea
    {
        background: #F6F6F6;
        border: none;
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        -khtml-border-radius: .2em;
        border-radius: .2em;
        outline: none;
        padding: .2em 1em;
        font-size: 1em;
        color: #726B50;
    }*/

.overlay textarea
{
    height: 10em;
    /*width: 95%;*/
}

#askQuestion h3
{
    padding: 0 0 1em;
}

#askQuestion label
{
    line-height: 230%;
    padding: 0 1em;
    text-align: right;
}

#askQuestion .message
{
    padding: .5em 0 .3em;
}

    #askQuestion .message label
    {
        text-align: left;
    }

#askQuestion textarea
{
    padding: 0 0 1em;
}

#askQuestion .captcha
{
    margin: 1em auto;
    width: 320px;
}

#askQuestion .askQuestionButton
{
    margin: 2em 2em 0 0;
}

#askQuestion .captcha .recaptchatable #recaptcha_response_field
{
    bottom: 2px !important;
}
/*-----------------------------------------------
    Other Global Styles
-----------------------------------------------*/
#moduleContainer
{
    display: none;
}

.closeLightBox
{
    float: right;
    cursor: pointer;
    color: #3480fd;
    font-size: 11px;
    font-weight: bold;
}

.linkStyle, .disclaimerLink
{
    color: #308dff;
    cursor: pointer;
}

.zipLocation
{
    display: none;
    position: absolute;
    top: 455px;
    left: 300px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 260px;
    z-index: 9999;
}

    .zipLocation div
    {
        margin-bottom: 5px;
    }

.filterZip
{
    top: 350px;
    left: 170px;
    z-index: 99999999;
}

#zipInvalidError
{
    color: ffffff;
    font-weight: bold;
    display: none;
}

.closeZip
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#headerzip
{
    width: 100px;
}

.close
{
    z-index: 9999;
    float: right;
    color: Black;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: url("/content/images/closeicongray.png");
    margin-right: 5px;
    margin-top: 5px;
}

.ziplocation .close
{
    margin-top: 0px;
    margin-right: 0px;
}

.cngLoc
{
    display: none;
}

div.row ul.cngLoc li
{
    display: inline;
}

div.row ul.cngLoc.resetMargin
{
    margin: 0;
}

div.row ul.cngLoc li h2, div.row ul.cngLoc li h3
{
    display: inline;
    *margin: 0;
}

div.content div.one h5
{
    margin-top: 5%;
}


.headerLocationName
{
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    left: 270px;
    line-height: 0.8em;
    position: absolute;
    top: 32px;
    color: #000000;
}

/* Styles for Other countries*/
div.r2blogo.FR p a,
div.r2blogo.IT p a,
div.r2blogo.DE p a,
div.r2blogo.ES p a,
div.r2blogo.GB p a
{
    background: url("/content/images/logor2b.png") no-repeat scroll 0 0px transparent;
    display: block;
    height: 53px;
    margin: 0px;
    text-indent: -9999em;
    width: 300px;
}

div.r2blogo.BR p a
{
    background: url("/content/images/logor2b.png") no-repeat scroll 0 0px transparent;
    height: 53px;
    text-indent: -9999em;
    margin: 0px;
    width: 300px;
}

.BR .one.BR, .FR .one.FR
{
    display: none;
}

.FR .one.cols
{
    width: 17.5%;
}

.BR .one.cols
{
    width: 31.5%;
    text-align: center;
}

    .BR .one.cols p
    {
        text-align: left;
    }

/* ETC Styles */

.loadingBannerHeight
{
    height: 530px;
    background-color: #cccccc;
    width: 100%;
}

#disclaimerContainer
{
    background-color: #ffffff;
}

#disclaimerText
{
    clear: both;
}

.mapErrorMsg
{
    color: Red;
    font-weight: bold;
    display: none;
    padding: 10px 5px 10px;
}

.compactViewButton, .comapctViewMenu
{
    display: none;
}

.loginGreeting
{
    position: absolute;
    right: 20px;
    top: 50px;
}

.user-LoggedIn
{
    font-size: 13px;
    font-weight: bold;
    float: right;
    text-align: center;
    line-height: 1.75em;
    margin-left: 5px;
}

.user-LoggedIn a
{
    color: #126FAF;
    text-decoration: underline; 
}

.user-LoggedIn #topNavtop2
{
    padding-top: 10px;
}

.user-LoggedIn #topNavtop2:hover 
{
  color:#fee46d;  
}

.LogoutLink #Logout:hover
{
    color:#fee46d;
}

.logoutLink
{
    font-weight: normal;
    font-size: 9pt;
    text-decoration: underline;
    line-height: 1.81em;
}

.user-LoggedIn .loggedInName 
{
    color: #e2e2e2;
    text-align: left;
 }

.user-LoggedIn  .loggedInName #Welcome
{    
    font-weight: normal;
    color: #e2e2e2;
    font-weight: bold;
    font-family: Ride!important;
    font-size: 12px;
 }

.user-LoggedIn  .loggedInName #LogginName
{    
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: Ride!important;
    font-weight: bold;
 }

.mkgrbdrtp h3
{
    font-size: 175%;
}

.blogCol p
{
    margin: 0;
}

.blogTitleLink
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Ride!important;
}

.blogSubtitleLink {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #e2e2e2;
    padding-bottom: 16px;
}

.topfooterCol.blogCol > ul > li:nth-child(n+2),
.footerLinkVisitBlogWrapper {
    margin-top: 14px;
}

.footerLinkReadMore,
.footerLinkVisitBlog {
    color: #ffd100;
}

.footerLinkVisitBlog {
    font-weight: bold;
}

.cngLoc h2, .cngLoc h3
{
    color: #7f7f7f;
}

    .cngLoc h2.searchLocationName, .cngLoc h3.searchLocationName
    {
        color: #000000;
    }

.clickable
{
    cursor: pointer;
}

.cngLoc
{
    display: none;
}

.clear
{
    clear: both;
}

#disclaimerContainer
{
    display: none;
    max-width: 980px;
    background: #ffffff;
}

.hotDealsDescription
{
    padding: 5px;
}

.termsAndConditionsOverlay
{
    display: none;
    max-width: 980px;
    background: #ffffff;
}

sup.disclaimerLink
{
    display: inline-block;
    font-size: 11px;
    height: 25px;
    text-align: center;
    vertical-align: super;
    width: 10px;
    *display: inline;
}

.searchInputsWrap
{
 position: relative;
 float: left;
}

sup
{
    vertical-align: super;
    font-size: 11px;
    display: inline;
    font-weight: normal;
}

span.disclaimerLink.super
{
    vertical-align: top;
    font-size: 70%;
}

.defaultOverlayStyles
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    max-width: 980px;
}

#logIn
{
    width: 35%;
    min-width: 320px;
}

    #logIn fieldset
    {
        width: 100%;
    }

    #logIn #loginInterface .row
    {
        width: auto !important;
    }

.noDisplay
{
    display: none;
}

.displayBold
{
    font-weight: bold;
}
/* --- Modified Drop Down styles ---*/

.cstSelect
{
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 0;
    /*left:0;*/
    height: 23px;
}

.clearfix_main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.customSelectSkin
{
    border: 1px solid #c9c9c9;
    display: inline-block;
    height: 24px;
    line-height: 1.8em;
    overflow: hidden;
    position: relative;
    right: auto;
    /*top: 0px;*/
    width: 100%;
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    border-radius: 5px;
    min-width: 4em;
    background-position: right 0;
}


.customSelectSkinSelected
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right -25px;
}

.customSelectSkinWide
{
    width: 205px;
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right 0px;
}

.customSelectSkinWideSelected
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right -25px;
}

.customSelectSkin span
{
    display: block;
    margin-left: 2px;
    /*margin-right: 26px;*/
    overflow: hidden;
    white-space: nowrap;
}

.searchSelectsContainer div
{
    height: 24px;
}


.middleRadiusItem .customSelectSkin
{
    width: 95px;
    display: inline-block;
    background-position: right 0;
}

.ES .middleRadiusItem .customSelectSkin, .DE .middleRadiusItem .customSelectSkin
{
    width: 120px;
}

/*-------------------------------------
 Step Header Styles 
--------------------------------------*/
.r2bHeaderMessage
{
    background: #ececec;
    padding: 10px 0;
    position: relative;
    margin-top: 1%;
    text-align: center;
}

    .r2bHeaderMessage h3
    {
        margin: 0;
        padding: 0;
    }

    .r2bHeaderMessage .headerMsg
    {
        display: inline-block;
        margin-right: 20px;
    }

.stepHeader
{
    background: url('/content/img/default/step2.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    display: none;
}

    .stepHeader .currentStep
    {
        font-size: 15px;
    }

    .stepHeader div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .stepHeader div span
        {
            margin-left: 0px;
        }

.step3Header
{
    background: url('/content/img/default/step3.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    overflow: hidden;
}

    .step3Header .currentStep
    {
        font-size: 15px;
    }

    .step3Header div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .step3Header div span
        {
            margin-left: 0px;
        }

.searchedInfo
{
    margin-top: 10px;
}

.functionButtons
{
    border-bottom: 1px solid #EDEDED;
    margin: 15px 0px 15px 0px;
    padding-bottom: 10px;
}

.backToSearch
{
    float: left;
    font-weight: bold;
}

.vehicleNav .topNavButton
{
    margin-left: 10px;
    float: right;
}

.stepHeaderMobile
{
    background: url('/content/img/default/step2.png') top center no-repeat;
    background-size: 275% 100%;
    background-position-x: 51%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    display: block;
}

    .stepHeaderMobile div
    {
        margin: 5px auto 0;
        width: 70px;
    }


#saveEmailSocial
{
    overflow: hidden;
}

    #saveEmailSocial > div:first-child
    {
        margin-right: 10px;
    }

.saveEmailSocial .topNavButton
{
    float: left;
}

#shareContainer
{
    position: relative;
}
/*#shareContainer
{
    width: 250px;
    float: right;
    position: relative;
}

.shareButtonContainer
{
    float: left;
}
#shareContainer .twitterContainer
{
    width: 62px;
}

#shareContainer .plusOneContainer
{
    width: 30px;
}

#shareContainer .fbContainer
{
    width: 50px;
}
*/
#sstt
{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background-color: rgb(248, 248, 248);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    color: rgb(0, 0, 0);
    font-size: 0.9em;
    height: auto;
    z-index: 5;
    max-width: 350px;
}


/* END Styles */


/*-------Steps Navigator Style----------------------------------------------------------------------------------------------------------------------*/
.stepsNavigator
{
    margin-top: 4% !important;
}

    .stepsNavigator .columns
    {
        min-height: 0;
    }

    .stepsNavigator .step
    {
        width: 33%;
        background-color: #DEDCDC;
    }

    .stepsNavigator .step1, .stepsNavigator .step2, .stepsNavigator .step3
    {
        text-align: center;
        line-height: 2em;
    }

    .stepsNavigator .tail, .stepsNavigator .pointer
    {
        border-style: solid !important;
        border-width: 1em 0 1em 0.4em !important;
        height: 0;
        width: 0;
    }

    .stepsNavigator .pointer
    {
        border-color: #fff #fff #fff #DEDCDC !important;
        float: right;
    }

    .stepsNavigator .tail
    {
        border-color: #DEDCDC #DEDCDC #DEDCDC #fff !important;
        float: left;
    }

    .stepsNavigator .active
    {
        background-color: #ffd100;
        width: 34%;
    }

        .stepsNavigator .active .pointer
        {
       
            border-color: #fff #fff #fff #ffd100 !important;
        }

        .stepsNavigator .active .tail
        {
            border-color: #ffd100 #ffd100 #ffd100 #fff !important;
        }
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

.hiddenOnLoad
{
    display: none;
}

/* Responsive Header styles*/

div.containerbg .container #myAccountMenuContainer #myAccountMenu .button:hover
 {
    color: #000000;
    outline: 0;
}
    #myAccountMenu .dashboard.button:hover 
    {
        background-color: #ffd100;
    }

#header-container .header-box
{
    width: 100%;
    position: relative;
    height: auto;
}

    #header-container .header-box .header-logo-box
    {
        width: auto;
    }


#header-container .header-logo-box .header-logo
{
    cursor: pointer;
}

    #header-container .header-logo-box .header-logo img
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    float: left;
    margin: 0;
    padding: 0;
    color: #555;
    position: absolute;
}


#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#header-container .header-banner-ra
{
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #ffff00;
    margin: 0 0 2px;
}

    #header-container .header-banner-ra #banner-iframe-ra
    {
        margin: 0;
        padding: 0;
        float: left;
        border: 0 none;
    }

    #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
    {
        width: 100%;
        background-color: #ff0;
    }

#header-container .ra-logo-large img, #header-container .ra-logo-small img
{
    border: 0 none;
    cursor: pointer;
}

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 16px 15px 0 0;
}

#header-container .header-emember li
{
    line-height: 1.2em;
    float: left;
}

#header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 0 0 7px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos select
{
    width: 100%;
    margin: 0;
    display: inline-block;
    width: 190px;
    height: 1.3;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 12px;
    color: #222;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header-container .header-partner
{
    line-height: 30px;
    background-color: #6e6d72;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #6e6d72), color-stop(70%, #4e4e50));
    background-image: -webkit-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -moz-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -o-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -ms-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
}

    #header-container .header-partner a
    {
        color: #308DFF;
        text-decoration: none;
        font-weight: bold;
    }

    #header-container .header-partner span
    {
        float: left;
        padding: 0 5px 0 10px;
        font-size: 14px;
    }

#header-container .header-box .header-logo-box
{
   display: inline-block; 
}

#header-container .header-box .header-pos, #header-container .header-box .header-emember
{
    width: 100%;
    height: 49px;
    display: block;
}

    #header-container .header-box .header-emember ul.mobiMyAccount
    {
        padding: 10px;
    }


#header-container .header-box .header-mob
{
    display: none;
}

    #header-container .header-box .header-mob #topNavtop3
     {
        padding: 6px 14px;
        background-color: #ffd100;
        color: #000000;
        margin: 0 15px 0 0;
     }
#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    font-size: 8pt;
    top: 13px;
    left: 180px;
    width: 160px;
}

#header-container .header-logo img
{ 
  width: 150px;
  height: 41px;
 }

#header-container .header-mob button
{
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 0;
    outline: none;
}

#header-container .icons-mob-menu-icon
{
    background: transparent url(/Content/img/default/icn_menu.1.png) no-repeat;    
    background-position: center center;
}

.icons-mob-menu-icon-ddc {
    background: transparent url(/Content/img/default/icn_menu.1.ddc.png) no-repeat !important;
    background-position: center center !important;
}

 .mobile-menu-opened #header-container .icons-mob-menu-icon
{
    background: #000000 url(/Content/img/default/ic_close_search.png) no-repeat;    
    background-position: center center;
}

 .mobile-menu-opened #header-container .icons-mob-menu-icon-ddc
{
    background: #000000 url(/Content/img/default/ic_close_search.ddc.png) no-repeat !important;    
    background-position: center center !important;
}

#header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-large
{
    display: none;
}

#header-container .header-banner-ra .ra-logo-small
{
    height: 35px;
}

#nav-container
{
    position: static;
}

    #nav-container .nav-menu
    {
        display: block;
        height: 40px;
        width: 100%;
    }

    #nav-container .nav-mob
    {
        display: none;
    }

        #nav-container .nav-mob .mob-menu
        {
            width: 100%;
            z-index: 1111;
            position: absolute;
        }

    #nav-container .mob-menu div
    {
        background-color: #ffd100;
        padding: 13px 10px 10px 20px;
        position: relative;
        display: none;
    }

    #nav-container .mob-menu dl
    {
        padding: 0;
        margin: 0;
    }

    #nav-container .mob-menu dd
    {
        padding: 0 0 2px 0;
        margin: 0;
    }

    #nav-container .mob-menu a, #nav-container .mob-menu .mob-submenu, #nav-container .mob-menu .mob-back
    {
        font-size: 20px;
        font-weight: normal;
        padding: 17px 27px 17px 10px;
        color: #000000;
        display: block;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

     #nav-container .mob-menu  .mobMenuExpand li a
     {
            font-size: 16px;
            text-transform: none;
     }

    #nav-container .mob-menu #navLogout
    {
        display: none;
    }

    #nav-container .mob-menu .mob-submenu, #nav-container .mob-menu .mob-back
    {
        margin: 0 0 2px;
        cursor: pointer;
    }

    #nav-container .mob-menu ul
    {
        display: none;
        padding: 10px 10px 0;
        margin: 0;       
        list-style: none;
    }

    #nav-container .mob-menu ul.mobMenuExpand
    {
     padding: 2px 20px 0;
    }

    #nav-container .mob-menu li
    {
        padding: 0 0 2px;
        margin: 0;
    }

    #nav-container .mob-menu span
    {
        position: absolute;
        right: 10px;
        top: 10px;
    }

#nav-container .mob-submenu::after 
{
    
    position: absolute;
    left: -10px;
    display: inline-block;
    height: 16px;
    content: "+";
    margin-top: -2px;
}

#nav-container .mob-submenu.opened::after 
{
    content: "_";
    margin-top: -10px;
}

    #nav-container .mob-menu button
    {
        padding: 5px 10px;
        color: #000;
        font-family: Trebuchet MS,Helvetica,sans-serif;
        font-size: 1.2em;
        float: right;
        margin: 0 10px 0 0;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #cfcfcf), color-stop(70%, #e8e8e8));
        background-image: -webkit-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -moz-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -o-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -ms-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        font-style: normal;
    }

    #nav-container .mob-menu .icons-ft_arrow_down, #nav-container .mob-menu .icons-ft_arrow_up
    {
        float: right;
        margin: 5px 0 0 5px;
        position: static;
    }


    #nav-container #mob-dialect dt
    {
        padding: 10px 0 5px 10px;
        font-size: 12px;
        margin: 0;
    }

#loggedInTravelAgent
{
    display: none;
}

.mobiMyAccount
{
    list-style: none;
}

.topNavmobileShow
{
    display: block;
}

    .topNavmobileShow li
    {
        font: normal 8pt Arial;
        color: #FFFFFF;
    }

.lb-header span img
{
    margin-left: 10px;
}

.header-emember .homeloggedUserDetails, .header-emember .topNavTabletShow
{
    display: none;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    color: #888;
    left: 160px;
    top: 15px;
    font-size: 1em;
}

#header-container .header-emember .loginGreeting
{
    margin-top: 0;
}


footer .links-row span
{
    position: absolute;
    left: 0;
    display: inline-block;
    height: 16px;
}

.icons-sprite, .icons-magnifying_glass_icon, .icons-menu_lines
{
    background: url(/Content/img/default/icn_menu.1.png) no-repeat;
}

.icons-ft_arrow_right
{
    display: none;
}

.icons-ft_arrow_down::after
{
    content: "+";
}

footer .links-row .icons-ft_arrow_up
{
    margin-top: -8px;
}

.icons-ft_arrow_up::after
{
    content: "_";
}

.icons-magnifying_glass_icon
{
    background-position: 0 -31px;
    height: 19px;
    width: 19px;
}

#header-container
{
    max-width: 1280px;
    margin: 0 auto;
}

#nav-container
{
    float: none;
    max-width: 1280px;
    margin: 0 auto;
}

    #nav-container .nav-menu #help-nav
    {
        float: right;
        border: 0;
    }

        #nav-container .nav-menu #help-nav span
        {
            border: 0;            
            font-weight: bold;
        }

 #header-container button
{
    display: inline-block;
    background-color: #36a;
    font-family: Trebuchet MS,Helvetica,sans-serif;
    padding: 8px 15px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: none;
    color: #fff;
    line-height: 1.625;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

#header-container select
{
    display: inline-block;
    width: 206px;
    height: 23.5px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.3;
    color: #222;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header-container .header-emember a
{
    color: #ffd100;
    font-size: 14px;
    font-weight: bold;
    font-family: Ride!important;
}

 #header-container .header-emember #topNavtop
 {
	padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 26px;
 }

.header-emember .loginGreeting
{
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 7px;
    position: relative;
    right: inherit;
    top: inherit;
}

 #country-nav .customSelectSkin 
{
   height: 24px;
   font-weight: normal;
   font-size: 12px;
}

#country-nav .countrySelect 
{
    margin-left:10px;
    text-decoration: none!important;
}

 #nav-container .nav-menu span
{
    display: table-cell;
    height: 53px;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    zoom: 1;
    border-left: 1px solid #737373;
}

#nav-container .nav-menu td
{
    border-left: 1px solid #3a3a3a;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

#nav-container .nav-menu .menu-hover
{
    background-color: #000;
}

#nav-container .nav-menu .menu-hover
{
    height: 53px;
}

.mainSectionsContainer #container
{
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0;
}

#header-container .header-box .header-pos ul li:last-child,
#header-container .header-box .topNavtopNavmobileHide li:last-child
{
    border-right: 0;
}


/*For Account header template*/
#nav-container .nav-menu #Nav1
{
    float: right;
    border: none;
}

    #nav-container .nav-menu #Nav1 .wht
    {
        border: 0;
    }

/*For Recaptcha input field*/

.captcha #recaptcha_response_field
{
    bottom: 6px !important;
    height: 23px;
}

.recaptchatable #recaptcha_response_field
{
    bottom: 6px !important;
    height: 23px;
}

span.ccMonth
{
    width: 6em;
}

span.ccYear
{
    width: 6em;
}


.r2bHeaderMessage h3
{
    margin: 0;
    padding: 0;
}

.r2bHeaderMessage .headerMsg
{
    display: inline-block;
    margin-right: 20px;
}

.stepHeader, .step3Header
{
    display: none;
}

.stepHeaderMobile
{
    display: block;
}

.stepHeader
{
    background: url('/content/img/default/step2.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
}

    .stepHeader .currentStep
    {
        font-size: 15px;
    }

    .stepHeader div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .stepHeader div span
        {
            margin-left: 0;
        }

    .stepHeader .step1, .stepHeader .step2, .stepHeader .step3
    {
        float: left;
        padding-left: 20px;
        margin: 7px 0 0 0;
        white-space: nowrap;
        overflow: hidden;
    }


.step3Header
{
    background: url('/content/img/default/step3.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    overflow: hidden;
}

    .step3Header .currentStep
    {
        font-size: 15px;
    }

    .step3Header div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .step3Header div span
        {
            margin-left: 0;
        }

    .step3Header .step1, .step3Header .step2, .step3Header .step3
    {
        float: left;
        padding-left: 20px;
        margin: 7px 0 0 0;
        white-space: nowrap;
        overflow: hidden;
    }

.searchedInfo
{
    margin-top: 10px;
}

.functionButtons
{
    border-bottom: 1px solid #EDEDED;
    margin: 15px 0px 15px 0px;
    padding-bottom: 15px;
}

.backToSearch
{
    float: left;
    font-weight: bold;
}

.vehicleNav .topNavButton
{
    margin-left: 10px;
    float: right;
}

div.containerbg .stepHeaderMobile div
{
    margin: 5px auto 0;
    width: 70px;
    font-size: 0.9em;
}


#saveEmailSocial
{
    overflow: hidden;
}

    #saveEmailSocial > div:first-child
    {
        margin-right: 10px;
    }

.saveEmailSocial .topNavButton
{
    float: left;
}

/*#shareContainer
{
    width: 250px;
    float: right;
    position: relative;
    margin-left: 5px;
}

    #shareContainer .twitterContainer
    {
        display: inline-block;
    }

    #shareContainer .plusOneContainer
    {
        display: inline-block;
    }

    #shareContainer .shareButtonContainer
    {
        float: left;
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin: 0 5px 0 0;
    }
*/
#sstt
{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background-color: rgb(248, 248, 248);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    color: rgb(0, 0, 0);
    font-size: 0.9em;
    height: auto;
    z-index: 5;
    max-width: 350px;
}


.compactViewMenu, .menuSlideContainer
{
    display: none;
}

#fgtPswdOvly
{
    max-width: 350px;
    min-width: 200px;
    width: auto;
}

    #fgtPswdOvly input.button
    {
        float: right;
        margin: 15px 0;
    }

    #fgtPswdOvly .error
    {
        color: #d10000;
        font-size: 1em;
        line-height: 2em;
    }

 /* Car appraisal form styles - START */
 #carSalesLeadContainer
 {
  display: none;
  max-width: 410px;
  background: #ffffff;
  padding: 15px 25px 15px 25px;
 }

 #carSalesLeadContainer textarea
 {
  width: 100%;
 }

 #frmCarBuyingLead .inputLabel
 {
  float: left;
  width: 150px;
 }

 #frmCarBuyingLead .inputContainer
 {
  float: left;
  clear: right;
  width: 200px;
 }

 #frmCarBuyingLead .buttonSubmitLeadGeneration
 {
  float: right;
  margin-top: 11px;
  /*width: 70px;*/
  font-size: 14px;
  overflow: hidden;
 }

 #frmCarBuyingLead .buttonSubmitLeadGeneration a
 {
  font-weight: bold;
  padding: 7px 13px;
  font-size: 14px;
  /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#d2b500',GradientType=0 );
  /* float:right;*/
 }

 #frmCarBuyingLead .closeLead
 {
  float: right;
  margin: 18px 50px 0px 20px;
 }

 #frmCarBuyingLead .row
 {
  padding-top: 5px;
  text-align: left;
 }

 #frmCarBuyingLead text
 {
  width: 200px;
 }

 #frmCarBuyingLead input
 {
  width: 100%;
 }

 #LeadHeader ul
 {
  margin-left: 40px;
 }

 #LeadHeader li
 {
  list-style-type: disc;
  margin-bottom: 0;
 }

 #LeadHeader h2
 {
  font-size: 18px;
  font-weight: bold;
  margin-right: 70px;
 }

 #LeadHeader .content
 {
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 13px;
 }

 .showRed
 {
  color: Red;
  font-weight: bold;
  float: left;
 }

 .italicFont
 {
  font-style: italic;
 }

 .errorMessage
 {
  display: none;
 }

 .contactToggleContainer
 {
  float: none !important;
 }

 #carSalesLeadContainer
 {
     display:none;
 }

dl .faq_last_child ul 
{
 list-style: disc;
}

dl .faq_last_child ol
{
 list-style: decimal;
}

.mktInfoRow sup
{
 font-size: inherit;
}

.hidden
{
 display: none;
}

.social_bar_list ul
{
 overflow: hidden;
}

.social_bar_list ul li
{
 float: right !important;
 height: 27px !important;
 width: 28px;
 padding: 0 0 0 10px;
}

.social_bar_list ul li img
{
 width: 28px;
 height: 27px;
}

.social_bar_list ul #gplus-count,
.social_bar_list ul #tweet-count,
.social_bar_list ul #fb-count
{
 margin-left: 10px !important;
 margin-top: 5px !important;
}

 .social_bar_list ul #gplus-count iframe
 {
  max-width: 72px;
  min-width: 72px;
  max-height: 24px;
 }

 .social_bar_list ul #tweet-count iframe
 {
  max-width: 98px;
  min-width: 98px;
  max-height: 24px;
 }

 .social_bar_list ul #fb-count iframe
 {
  max-width: 86px;
  min-width: 86px;
  max-height: 24px;
 }

.social_bar_list ul li,
.social_bar_list ul li div
{
 width: auto !important;
 margin: 0 !important;
}

.social_bar_list ul li img
{
 width: auto !important;
}

.socia_bar_no_responsive,
.faq_no_responsive
{
 display:none;
}

/* Stlying for AEM components */
.aem-hide-responsive, #aem-overlay-video {
    display: none;
}

.aem-overlay-video {
    float: none !important;
    cursor: pointer;
}

#aem-overlay-video {
    width: 320px;
    height:280px;
}

.aem-rte ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 30px;
}

.aem-rte ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.aem-rte blockquote {
    border: none;
}

.faq_component {
            overflow: hidden;
            margin: 10px 0; 

            width: 100%;
            line-height: 1.2;

        }

    .faq_component dt {
        cursor: pointer;
        font-weight: bold;
        overflow: hidden;
        padding: 4px 0 5px 25px; 
        background: url("https://images.hertz.com/herc/herc/misc/plus-btn.png") top left no-repeat;
    }

    .faq_component dt span, .faq_component dd span {
        float: left;
    }
    .faq_last_child {
        width: 95%;
        padding-left: 10px; 
        }
    .faq_first_child {
        font-weight: bold;
            font-size: 12px;
    }

    .faq_component p, .faq_component li {
		      color: #000;
        font-size: 12px;
    }

    .faq_component dd {
        display: none;
            padding: 2px 0 5px 25px; 
    }
    .faq_component .faqMinusSign {
       background: url("https://images.hertz.com/herc/herc/misc/minu-btn.png") top left no-repeat;

    }

.searchCloseBtn
{
 background: url("/content/img/content/locations-cancel-icon.png") no-repeat;
 height: 12px;
 width: 12px;
 border: none;
 position: absolute;
 left: 282px;
 top: 7px;
 cursor: pointer;
}
footer section.copyrightDesktop .footerBottomText p,
footer section.copyrightDesktop .footerBottomText a { 
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
footer section.copyrightDesktop .footerBottomText a { 
    color: #ffd100;
}
footer section.copyrightDesktop .footerBottomText a:hover { 
    color: #e2e2e2;
}

footer .footerMobile .links-row dl {
    margin: 0;
    padding: 2%;
}

footer .footerMobile .links-row dt {
    color: #ffd100;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-family: Ride!important;
    margin: 0;
    padding: 7px 10px 7px 20px;
    position: relative;
}

footer .footerMobile .links-row dd {
    display: none;
    margin: 0;
}

footer .footerMobile li {
    border: 0 none;
    margin: 0;
    padding: 1px 0 0;
}
footer .footerMobile .links-row dd a {
    background-color: #fafafa;
    display: block;
    font-weight: bold;
    padding: 7px 10px;
    position: relative;
    text-decoration: none;
}
footer .footerMobile .links-row dd a {
    background-color: transparent;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 24px;
}
footer .footerMobile .links-row dd b {
    font-weight: normal;
    color: #ffd100;
}
a.underline {
    text-decoration : underline;
}
.hide {
     display : none;
}

.mobileContact
{
 display: block;
 color: #fff;
 margin: 10px 10px 0;
 padding: 15px 15px 0 15px;
}

.nonmobContact
{
 display: none;
}

.contactMailIcon
{
 background: url("/Content/img/content/mail-icon.png") no-repeat;
 height: 20px;
 width: 30px;
 display: block;
 float: left;
 margin: 5px 0 0 20px;
}

.button:hover .contactMailIcon {
    background: url("/Content/img/content/mail-icon-hover.png") no-repeat;
}

.contactPhoneIcon
{
 background: url("/Content/img/content/phone-icon.png") no-repeat;
 height: 30px;
 width: 30px;
 display: block;
 float: left;
 margin: 0 0 0 20px;
}

.button:hover .contactPhoneIcon {
 background: url("/Content/img/content/phone-icon-hover.png") no-repeat;
}

.mobileContact .button
{
 width: 100%;
 margin: 0 0 10px;
 font-size: 16px;
 font-weight: normal;
 line-height: 28px;
 padding: 15px 0;
 background-color: #ffd100;
 border: 1px solid transparent;
 color: #000;
}

.mobileContact .button:hover {
 background-color: transparent;
 border: 1px solid #ffd100;
 color: #ffd100;
}

.mobCHours
{
  font-size: 14px;
  line-height: 24px;
}

.mobCTitle
{
 font-size: 24px;
 font-weight: bold;
 color: #ffd100;
 margin: 0 0 20px;
 font-family: Ride!important;
}

#MyCaptchaContainer {
    float:left;
}

.captchaRefreshLink {
    float: left;
    margin-top: 4px;
    display: inline;
    width: 100%;
}

.captchaLabel {
    float: left;
    padding: 10px 0px 0px;
}

.refreshCaptcha {
    display: inline;
    cursor: pointer;
}

#captchaText {
    width: 100%;
    min-width: 220px;
}

#captchaError {
    float: left;
    color: red;
}

span.rating, span.rating span {
    display: inline-block;
    background: url(/content/images/rating_star_yellow.jpg) 0 repeat-x;
    width: 100px;
    height: 20px;
}
span.rating-text, span.rating-text span {
    display: inline-block;
    vertical-align:top;
}

.featuredReviews {
    /*border-top: 1px solid #CACACA;*/  /*JIRA 3106*/
    padding-top:10px;    
}

.featuredReviews h2 {
    margin-bottom:10px;
}

.featuredReviews ul {
    width: 100%;
    display: table;
    table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse;
    margin-bottom:15px;
}

.featuredReviews li {
    padding:10px 0px 10px 10px;
    background-color:lightgray;
    border:3px solid white;
    vertical-align:text-top;
}

#featuredReview1, #featuredReview2 {
    display:table-cell;
}

#featuredReview3, #featuredReview4 {
    display:none;
}

.seeAllReviewsButton {
    padding: 0px 10px 10px;
    text-align: center;
    margin: 0 auto;
}
.mktBorderRow {
    border-top: 1px solid #CACACA;
    padding-top:5px;
}

 /* Car appraisal form styles - END */
/*
}
*/
footer section.footerDesktop .row h4
{
        color: #ffd100;
        font-weight: bold;
        font-family: Ride!important;
        font-size: 16px;
        margin-bottom:8px;
}
footer section.footerDesktop .footerTextContent h4 {
    margin-bottom:10px;
}
footer section.footerDesktop #footerContentContainer .six.columns h4 {
margin-bottom:16px;
}

.addH1-H2-RemoveH3-Seo{
font-size: 16px !important;
color: #414141 !important;
margin-bottom: 8px !important;
font-weight: bold !important;
line-height: 20px !important;
}
.addH1-H2-Seo {
font-size: 13.3333px !important;
color: rgb(85, 85, 85) !important;
margin: 0px !important;
font-weight: bold !important;
line-height: 18PX !important;
}



/* Comment Generated by Combres - Resource '~/css/responsive/0/global.legacy.css' (Mode: Static) */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section
{
    display: block;
}

    nav ul
    {
        list-style: none;
    }

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after
    {
        content: '';
        content: none;
    }

a
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins
{
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark
{
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom: 1px dotted #000;
    cursor: help;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select
{
    vertical-align: middle;
}
/*
body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
*/
table
{
    font-size: inherit;
    font: 100%;
}

select, input, textarea
{
    font: 99% sans-serif;
}

/*
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color:#444; }
*/
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html
{
    -webkit-font-smoothing: antialiased;
}

a:hover, a:active
{
    outline: none;
}

/*
a{text-decoration:none;}
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }

ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
*/
small
{
    font-size: 85%;
}

strong, th
{
    font-weight: bold;
}
/*
td, td img { vertical-align:top; } 
*/
sub
{
    vertical-align: sub;
    font-size: smaller;
}

sup
{
    vertical-align: super;
    font-size: smaller;
}

pre
{
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"]
{
    vertical-align: text-bottom;
}

input[type="checkbox"]
{
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input
{
    vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], button
{
    cursor: pointer;
}

::-moz-selection
{
    background: #000000;
    color: #fff;
    text-shadow: none;
}

::selection
{
    background: #000000;
    color: #fff;
    text-shadow: none;
}

a:link
{
    -webkit-tap-highlight-color: #FF5E99;
}

html
{
    overflow-y: scroll;
}

button
{
    width: auto;
    overflow: visible;
}

.ie7 img
{
    -ms-interpolation-mode: bicubic;
}

.ir
{
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.visuallyhidden
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible
{
    visibility: hidden;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

/* Primary Styles
    Author: 
 */


/* 
 * print styles
 */
@media print
{
    *
    {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }

    a, a:visited
    {
        color: #444 !important;
        text-decoration: underline;
    }
    /* Do not show href in print
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  */
    .ir a:after
    {
        content: "";
    }
    /* Don't show links for images */
    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    img
    {
        page-break-inside: avoid;
    }

    @page
    {
        margin: 0.5cm;
    }

    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }

    h2, h3
    {
        page-break-after: avoid;
    }
}

#allContent
{
    width: 980px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#allContentRelative
{
    position: relative;
    padding: 0px 12px 0px 12px;
    width: 970px;
}

    #allContentRelative.lazyLoad
    {
        background: url(/content/images/content-wrapper2.png) repeat-y top center;
    }

.mainSectionsContainer
{
    position: relative;
    background: #ffffff;
}

.ie6 .mainSectionsContainer
{
    position: static;
}

#container
{
    padding: 0px 5px 0px 5px;
}
/*html{background:url(/content/images/shadow_background.png) repeat-x top center;}*/
body
{
    padding: 0px;
    margin: 0px;
    font-family: 'Arial';
    font-size: 10pt;
}

    body.lazyLoad
    {
        background: url(/content/images/shadow_background.png) repeat-x top center;
    }

h1
{
    margin: 0px;
}

#topNav
{
    background-color: #FFD200;
    height: 67px;
}

#topNavSubMenu
{
    height: 24px;
    background-image: url('/content/images/nav_grad.gif');
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    #topNavSubMenu a:link, #topNavSubMenu a:visited, #topNavSubMenu a:hover, #topNavSubMenu a:active
    {
        text-decoration: none;
        color: #ffffff;
    }

.topNavSubMenuItem
{
    display: block;
    float: right;
    height: 24px;
    padding: 0px 20px 0px 22px;
    border-right: 1px solid #ffd60d;
    line-height: 1.75em;
}

/*

.rent2buyLogo{position:absolute;bottom:10px;left:30px;font-size:14px;font-style:italic;}
#rent2BuyLogo{display:block;float:left;text-decoration:none;}
*/
#rent2BuyLogo
{
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    height: 70px;
    top: 15px;
    left: 25px;
    position: absolute;
    width: 278px;
    background: url(/content/images/logo.png) no-repeat 0 0;
}

.rent2buyLogo
{
    cursor: pointer;
    height: 67px;
    width: 259px;
    background-image: url('/content/images/sprite_master.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#header .rent2BuyLogo
{
    background-image: none;
    display: block;
    float: left;
}

#header .rent2BuyLogo
{
    background-image: none;
    display: block;
    float: left;
}

.rent2buyLogo
{
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    top: 30px;
    left: 25px;
    position: absolute;
    width: 250px;
    text-indent: -9999em;
}

#chatLogo
{
    display: block;
    float: right;
    margin: 2px 10px 0px 20px;
}

.chatLogo
{
    cursor: pointer;
    height: 55px;
    width: 63px;
    background-image: url('/content/images/sprite_master.gif');
    background-repeat: no-repeat;
    background-position: -264px 0px;
}

#helpPhoneNumber
{
    display: block;
    float: right;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.twitterLogo
{
    display: block;
    float: left;
    cursor: pointer;
    height: 26px;
    width: 26px;
    background-image: url('/content/images/sprite_master.gif');
    background-repeat: no-repeat;
    background-position: -332px 0px;
}

/*
#footer{clear:both;float: none; position: relative; width: 1000px; background-color: #EDEDED;margin-top:5px;background-image:url('/content/images/footer_grad.gif');background-repeat:repeat-x;background-position:top left;}
*/
#footer
{
    clear: both;
    float: none;
    position: relative;
    margin-top: 50px;
    background-repeat: repeat-x;
    background-position: top left;
    margin-left: 20px;
    color: #999999;
}

.footerLinksContainer
{
    float: left;
    width: 25%;
    padding-top: 15px;
}

.footerLinkCategory
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 25px;
}

.footerLink a:link, .footerLink a:hover, .footerLink a:visited, .footerLink a:active
{
    font-size: 8pt;
    font-weight: normal;
    color: #126FAF;
    text-decoration: none;
    padding-left: 25px;
}

.footerLink a:hover
{
    color: #999999;
}

#footerTextContainer
{
    clear: left;
    padding: 0px 0px 15px 0px;
    font-size: 8pt;
}

    #footerTextContainer p
    {
        padding: 0px;
        margin: 0px;
    }

    #footerTextContainer a:link, #footerTextContainer a:hover, #footerTextContainer a:visited, #footerTextContainer a:active
    {
        font-weight: normal;
        color: #126FAF;
        text-decoration: none;
    }

    #footerTextContainer a:hover
    {
        color: #9A0000;
    }

.footerColumn
{
    width: 220px;
    border-right: 1px solid transparent;
    float: left;
    height: 140px;
    padding-left: 1px;
}

    .footerColumn li
    {
        list-style: none;
    }

.footerColumn2
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 50%;
}

    .footerColumn2 a:link, .footerColumn2 a:visited, .footerColumn2 a:active
    {
        font-size: 8pt;
        font-weight: normal;
        color: #747170;
        text-decoration: none;
    }

    .footerColumn2 a:hover
    {
        font-size: 8pt;
        font-weight: normal;
        color: #126FAF;
        text-decoration: none;
    }

    .footerColumn2 li
    {
        font-size: 85%;
    }

#customerService
{
    border-top: 1px solid #CCCCCC;
    width: 930px;
    padding: 10px 0;
    text-align: center;
    margin: auto;
}

.followUsLabel
{
    padding: 10px 10px 0px 0px;
    float: left;
}

#socialMediaPlugin
{
    float: left;
}

.sm-tb
{
    /*	 position:fixed;*/
    bottom: 0;
}

.sm-tb-left, .sm-tb-center, .sm-tb-right
{
    background-image: url("/content/images/sprite_Hertz-3.png");
    background-position: 0 -29px;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 29px;
    width: 9px;
    border-bottom: 2px solid #cccccc;
}

.sm-tb-center
{
    background-position: 0 1px;
    background-repeat: repeat-x;
    width: auto;
}

.sm-tb-right
{
    background-position: -20px -29px;
    background-repeat: no-repeat;
    width: 9px;
}

.sm-tb-item
{
    border-right: 1px solid gray;
    height: 22px;
    margin-top: 2px;
    float: left;
    padding: 4px 6px 0 6px;
}

    .sm-tb-item a
    {
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
    }

        .sm-tb-item a:hover
        {
            cursor: pointer;
            border: 0;
        }

        .sm-tb-item a img
        {
            border: 0;
            margin: 0 0 1px;
            opacity: 1.0;
            outline: none;
            -moz-outline-style: none;
        }

        .sm-tb-item a:active
        {
            outline: none;
        }

        .sm-tb-item a:focus
        {
            -moz-outline-style: none;
            outline: none;
        }

        .sm-tb-item a:hover img
        {
            margin: 1px 0 0;
            opacity: 0.75;
        }

.requiredValue
{
    color: Red;
    font-weight: bold;
}

.lboxCloseX
{
    background-image: url('/content/images/popup_close.gif');
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    position: relative;
    top: 1px;
    left: 1px;
}

#lboxDivLBScreen
{
    width: 100%;
    height: 100%;
    top: 00px;
    left: 00px;
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#lboxDivLBBorderBox
{
    left: 100px;
    top: 80px;
    position: absolute;
    z-index: 2000;
    display: none;
    background-color: #FFD60D;
    padding: 10px;
}

#lboxDivLBContent
{
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    text-align: left;
}

#lboxDivLBMenuTop
{
    text-align: right;
    display: block;
    position: relative;
    top: -4px;
}

#lboxDivLBMenuBottom
{
    text-align: right;
    display: block;
    position: relative;
    top: 4px;
}

    #lboxDivLBMenuBottom table tbody tr td
    {
        padding: 0px;
    }

.lboxCloseText
{
    padding: 2px;
    font-size: 10px;
    text-transform: uppercase;
}

.lboxCloseLightBox
{
    cursor: pointer;
}

.lboxCloseFormat
{
    width: 70px;
    text-align: right;
    vertical-align: bottom;
}

#lboxDivICScreen
{
    width: 100%;
    height: 100%;
    top: 00px;
    left: 00px;
    position: absolute;
    z-index: 3000;
    display: none;
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

#lboxDivICBorderBox
{
    left: 220px;
    top: 80px;
    width: 560px;
    position: absolute;
    z-index: 4000;
    display: none;
    background-color: #FFD60D;
    padding: 10px;
}

#lboxDivICContent
{
    background-color: #ffffff;
    display: block;
    overflow: auto;
    width: 560px;
}

#lboxDivICMenuBottom
{
    text-align: right;
    display: block;
    position: relative;
    top: 4px;
    cursor: pointer;
    width: 560px;
}


.globalCalendarDayHoverCell
{
    background-color: #EF9A00;
    cursor: pointer;
}

.globalCalendarDaySelectedCell
{
    background-color: #FFD60D;
    cursor: pointer;
}

.globalCalendarDayPassedCell
{
    color: #999999;
}

.globalCalendarDayCellHeader
{
    background-color: #FFD60D;
    font-weight: bold;
}

.globalCalendarDay div
{
    border-top: 1px solid #EF9A00;
    border-left: 1px solid #EF9A00;
    width: 18px;
    height: 18px;
    float: left;
    text-align: center;
    padding-top: 3px;
    padding-left: 1px;
    font-family: arial;
    font-size: 8pt;
}

.globalCalendarDay
{
    height: 154px;
    border-bottom: 1px solid #EF9A00;
    border-right: 1px solid #EF9A00;
}

.globalCalendarMonthContainer
{
    padding: 8px;
    float: left;
    width: 141px;
}

.globalCalendarMonthHeader
{
    width: 100%;
    overflow: auto;
    padding: 0px;
    font-weight: bold;
    height: 20px;
}

.globalCalendarMonth
{
    text-align: center;
}

#globalCalendarIFrame
{
    filter: alpha(opacity=00);
    position: absolute;
    z-index: 999;
}

#globalCalendar
{
    width: 315px;
    height: 227px;
    border: 1px solid #FFD60D;
    border-top: 5px solid #FFD60D;
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    font-size: 10pt;
    font-family: arial;
}

#globalCalendarMonthDivider
{
    float: left;
    width: 1px;
    height: 100%;
    background-color: #FFD60D;
}

#globalCalendarCloseButton
{
    float: right;
    padding-top: 8px;
    padding-right: 3px;
    font-weight: bold;
}

#globalCalendarLeftArrow
{
    width: 8px;
    height: 8px;
    margin-top: -12px;
    background-position: -150px -24px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

#globalCalendarRightArrow
{
    width: 8px;
    height: 8px;
    margin-top: -12px;
    background-position: -162px -24px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

#globalCalendarCloseImage
{
    margin-top: 10px;
    background-position: -172px -23px;
    background-repeat: no-repeat;
    float: right;
    height: 11px;
    width: 11px;
}

#globalCalendarCloseContainer
{
    cursor: pointer;
}

#globalCalendarLeftArrow, #globalCalendarRightArrow, #globalCalendarCloseImage
{
    background-image: url('/content/images/sprite_Miscellaneous.gif');
}

.infoOverlay
{
    cursor: pointer;
}

.helpfulInfoText
{
    display: none;
}

.promotionalInfoContainer
{
    margin: 5px;
}

    .promotionalInfoContainer p
    {
        margin: 10px 0px 10px 0px;
    }

.memberLink
{
    margin: 15px -10px 0px 0px;
    display: inline;
    float: right;
}

.memberInfo
{
    margin: 0px 0px 20px 0px;
    border: 1px solid #E2E2E2;
    padding: 10px;
    text-align: center;
    clear: both;
}

.memberTitle
{
    font-size: 12pt;
    font-weight: bold;
}

.memberDescriptionText
{
    text-align: center;
}

.memberBenefitsList
{
    text-align: left;
}

    .memberBenefitsList ul
    {
        width: 500px;
        margin-left: 220px;
        padding-left: 25px;
    }

.footerText
{
    font-size: 8pt;
}

    .footerText a
    {
        color: #3366AA;
    }

.footerSingleLineItemSpacer
{
    margin-right: 5px;
}

.twitterLinkContainer
{
    margin-top: 20px;
}

.disclaimerLink
{
    text-decoration: none !important;
    font-size: 7pt !important;
    font-weight: normal !important;
    cursor: pointer;
    color: #3366AA;
}

#disclosuresContainer
{
    margin: 10px;
}

/* new code for redesign */

#navigation
{
    height: 40px;
    /*
    width:370px;
    background:#eee;
*/
}

#topNav
{
    background-color: #FFE002;
    /*background: #FFD200 url(/content/images/used-cars-home.jpg) no-repeat 0px -5px;*/
    height: 95px;
    border-bottom: 1px solid #666;
    position: relative;
}

    #topNav.lazyLoad
    {
        background: #FFE002 url(/content/images/wg_pattern_top.png) repeat-x scroll 0 0;
    }

#header
{
    position: relative;
    z-index: 9;
}

    #header ol, #header ul
    {
        list-style: none;
    }

#country-nav ul
{
    margin-bottom: 18px;
}
/*non redesign page jira 2844*/

#header .menu
{
    float: right;
    width: 450px;
    height: 49px;
    padding-top: 10px;
    margin-top: 2px;
    margin-right: 15px;
}

    #header .menu.lazyLoad
    {
        background: url(/content/images/top-navBG.png) no-repeat;
    }

.isMicroSite #header .menu
{
    float: right;
    width: 250px;
    height: 49px;
    padding-top: 10px;
    margin-top: 2px;
    margin-right: 15px;
}

    .isMicroSite #header .menu.lazyLoad
    {
        background: url(/content/images/carsales/top-navBG-carsales.png) no-repeat;
    }



#header .menu li
{
    display: inline;
    font-size: 12px;
    width: 450px;
}

.menu li.first
{
}

.menu li.last
{
    border-right: none;
}
/*
#header .menu li:after {
	content: "| ";
	}
#header .menu li.last:after {
	content: "";
	}
*/

#header .menu li a, #header .menu li a:visited
{
    color: #50575C;
    margin: 0 11px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #F4F4F4;
    top: 20px;
}

#header .menu li.active a, #header .menu li.active a:visited
{
    background: #FFF4C1;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#header .menu li a:hover
{
    text-decoration: underline;
    /*
    background: #222;
    color: #FFD200;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
*/
}

#header .menu li.first a:hover
{
    border-left: none;
}

#header .menu li.last a:hover
{
    border-right: none;
}

#helpPhoneNumber
{
    display: block;
    float: right;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    display: none;
}

#chatLogo
{
    display: block;
    float: right;
    margin: 2px 10px 0 20px;
    display: none;
}

.chatLogo
{
    background-image: url("/content/images/sprite_master.gif");
    background-position: -264px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 55px;
    width: 63px;
}

#contactInfo
{
    width: 550px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 62px;
    background: #FFD200;
    -moz-border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
    border: 1px solid #feea8e;
    border-right: none;
    border-bottom: none;
}

    #contactInfo li
    {
        float: left;
        padding-left: 20px;
        font-size: 12px;
        font-weight: bold;
        color: #222;
        line-height: 20px;
        margin-left: 15px;
        margin-top: 7px;
    }

    #contactInfo .chat
    {
        background: url(/content/images/chat.gif) no-repeat center left;
        cursor: pointer;
    }

    #contactInfo .phone
    {
        background: url(/content/images/telephone.gif) no-repeat center left;
    }

    #contactInfo #locationInfo
    {
        float: none;
        width: auto;
        padding: 0;
        font-size: 12px;
    }

        #contactInfo #locationInfo span
        {
            color: #000;
            font-weight: bold;
        }

#tbyb
{
    position: absolute;
    top: 45px;
    left: 25px;
    /*background: url(/content/images/tbyb.png) no-repeat center center;*/
    width: 350px;
    height: 150px;
    z-index: 999;
    display: none;
}

#rent2BuyLogo .tbyb
{
    /*background: url(/content/images/tbyb-l.gif) no-repeat center center; width: 255px;*/
    height: 25px;
    position: absolute;
    top: 65px;
    left: 25px;
    text-indent: -9999em;
    display: none;
}

.zipLocation
{
    display: none;
    position: absolute;
    top: 455px;
    left: 300px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 260px;
    z-index: 9999;
}

    .zipLocation div
    {
        margin-bottom: 5px;
    }

.filterZip
{
    top: 350px;
    left: 15px;
    z-index: 99999999;
}

#zipInvalidError
{
    color: Red;
    font-weight: bold;
    display: none;
}

.closeZip
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#headerzip
{
    width: 100px;
}

.close
{
    z-index: 9999;
    float: right;
    color: Black;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: url("/content/images/closeicongray.png");
    margin-right: 5px;
    margin-top: 5px;
}

.ziplocation .close
{
    margin-top: 0px;
    margin-right: 0px;
}

#hertzGold1MembershipText ul
{
    padding: 5px 0px 5px 10px;
    margin-left: 15px;
}

.LiteralStyle
{
    font-weight: bold;
    vertical-align: top;
}

.ErrorHeight
{
    height: 30px;
}

.passwordHeader
{
    color: #006599;
    font-size: 21px;
}

.error
{
    color: Red;
}

}

.DataListStyle
{
    margin-top: 5px;
    margin-left: 25px;
    padding: 5px 0px 5px 2px;
    font-family: Arial;
    font-weight: bold;
    width: 80%;
}

    .DataListStyle td
    {
        margin-top: 5px;
        padding: 5px 0px 5px 5px;
    }

.DataListPager
{
    text-align: center;
}

.ContentStyle
{
    width: 100%;
}

.followUsLabel
{
    padding: 10px 10px 0px 0px;
    float: left;
}

#socialMediaPlugin
{
    float: left;
}

.yellowFadeButton
{
    display: block;
    background: url(/content/images/buttonbg.gif) top left repeat-x;
    height: 40px;
    border: 1px solid #ffd200;
    font-size: 16px;
}

a.yellowFadeButton
{
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
}

    a.yellowFadeButton:hover
    {
        background: url(/content/images/buttonbg_over.gif) top left repeat-x;
    }

#statusContainer
{
}

.framethis
{
    padding-left: 20px;
    padding-top: 25px;
    *padding-top: 0px;
}

#messageOverlay
{
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #666666;
    font-weight: bold;
    display: none;
    /*
    opacity: .85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
    */
}

#lastResStatus, .lastResStatus
{
}

.hideAlert
{
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

#messageOverlay a
{
    font-size: 12px;
    text-decoration: none;
    color: #3366AA;
}

    #messageOverlay a:hover
    {
        color: purple;
    }

#container
{
    margin-top: 15px;
}

.clickable
{
    cursor: pointer;
}

/*
.usefulInfoPopup{height:240px;width:223px;background:url(/content/images/bubble2.png) no-repeat top left;
position:absolute;top:150px;right:25px;z-index:999;
display:none;
padding:80px 25px 0px 25px;
}
.usefulInfoPopup img{margin-left:10px;}
.usefulInfoPopup span{font-size:18px;font-weight:bold;color:#3366AA;}
.usefulInfoClose{cursor:pointer;position:absolute;top:22px;right:32px;}
.usefulInfoStartSearch{position:absolute;top:130px;left:20px;display:block;margin-top:30px;font-size:14px;}
.usefulInfoText{font-weight:bold;font-size:14px;}
*/

tr td span.passwordHeader
{
    line-height: 25px;
}

.usefulInfoPopup
{
    height: 240px;
    width: 223px;
    background: url(/content/images/largeBubbleBackground.png) no-repeat top left;
    position: absolute;
    top: 160px;
    right: 0px;
    z-index: 999;
    display: none;
    -moz-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
}

    .usefulInfoPopup img
    {
        margin-left: 10px;
    }

.infoHeadline
{
    font-size: 18px;
    font-weight: bold;
    color: #3366AA;
    margin: 20px 0px 0px 20px;
    width: 203px;
}

.infoDetails
{
    margin: 10px 0px 0px 20px;
    width: 203px;
}

.usefulInfoClose
{
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 32px;
}

.usefulInfoStartSearch
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #3366AA;
    width: 203px;
}

.watchPromo
{
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #3366AA;
    width: 203px;
}

.usefulInfoText
{
    font-weight: bold;
    font-size: 14px;
}

.clearRow
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

.clear
{
    clear: both;
}

.headerPhoneNumber
{
    float: right;
    font-size: 18px;
    padding-left: 20px;
    margin-right: 20px;
    margin-top: 14px;
    background: url(/content/images/telephone.gif) no-repeat 0px 4px;
    display: none;
}

.addthis_toolbox a
{
    margin: 5px 5px 0px 0px;
}

.ie7 .headerPhoneNumber
{
    width: 140px;
}

.aaaCCNo
{
    display: none;
}

.aaaMember .aaaCCNo
{
    display: inline;
}

.aaaMember .USCCNO
{
    display: none;
}

#carSalesLocation
{
    font-size: 24px;
    font-weight: bold;
    left: 35px;
    position: absolute;
    top: 60px;
    font-style: italic;
    font-family: 'Trebuchet MS';
}

.isMicroSite #ccMicroSite
{
    display: none;
}

.isMicroSite #MicroUsedCars
{
    display: none;
}

.isMicroSite #MicroAboutUs
{
    display: none;
}

.isMicroSite #MicroRent2Buy
{
    display: none;
}

.isMicroSite #CSNumber
{
    display: none;
}

.footerTextContent
{
    margin-bottom: 10px;
    padding-left: 10px;
}

.footerCategoryCol
{
    float: left;
    width: 455px;
}

    .footerCategoryCol.left
    {
        border-right: 1px #DDDDDD;
        padding-left: 10px;
    }

    .footerCategoryCol.right
    {
        padding-left: 10px;
        border-left: 1px solid #CCC;
    }

.bottomBorder
{
    border-top: 1px #DDDDDD;
}

#footerContentContainer
{
    padding: 10px;
    float: left;
    color: gray;
    padding-left: 10px;
}

.footerListTypeCol
{
    float: left;
    width: 33%;
}

    .footerListTypeCol li a:link, .footerListTypeCol li a:active, .footerListTypeCol li a:visited
    {
        color: #747170;
        font-size: 8pt;
        font-weight: normal;
        text-decoration: none;
    }

.footerCategoryCol .footerListTypeCol li a:hover
{
    color: #126FAF;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}


#homepageContainerBottomBorder.lazyLoad
{
    background: url('/Content/images/containerBottomShadow.png') top left no-repeat;
}
/* Styles for upgradation to G2 Re-design */
div p
{
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 18px;
}

header .r2blogo
{
    float: left;
    min-height: 1px;
    width: 21.68%;
}

div.headerbg
{
    max-width: 980px;
}

div.subheaderbg
{
    max-width: 980px;
    *margin-left: -36%;
}

div.footerbg
{
    max-width: 980px;
}

#allContent
{
    max-width: 980px;
}

#allContentRelative
{
    width: 980px;
    padding: 0px;
}

#container
{
    padding: 0px;
}

#faqPageContainer
{
    margin: 33px 5px 0 10px;
}

/* IE7 Section START */

.ie7 div.subheaderbg
{
    position: static;
    margin-top: 3px; /*margin-left:0px;*/
    margin: 1px auto;
}

.ie7 div.containerbg
{
    float: none;
    margin: 0px auto;
    max-width: 980px;
}

.ie7 #faqPageContainer
{
    margin: 0px 5px 0px 10px;
}

.ie7 div.headerbg
{
    height: 73px;
}

.lt-ie8 div.subheaderbg
{
    position: static;
    margin-top: 3px; /*margin-left:0px;*/
    margin: 1px auto;
}

.lt-ie8 div.containerbg
{
    float: none;
    margin: 0px auto;
    max-width: 980px;
}

.lt-ie8 #faqPageContainer
{
    margin: 0px 5px;
}

.lt-ie8 div.headerbg
{
    height: 73px;
}

/* IE7 Section END */

/* IE8 Section START */
.ie8 img, .lt-ie9 img
{
    max-width: none;
}
/* IE8 Section END */


.telePhoneInfo
{
    padding-left: 5px;
    font-size: .9em;
}

nav#country-nav
{
    visibility: hidden;
}

table tbody tr:nth-child(2n)
{
    background: none;
}

currentabl tbody tr td
{
    padding: 0;
}

div#ctl00_cphContent_pnlUpdatePassword table tbody tr td
{
    padding: 0;
}

.td2
{
    background: none;
}

.td4
{
    background: none;
}

#headerContainer .compactViewButton
{
    display: none;
}

.CatalogVehicleLocationsContainer
{
    color: #000000;
}

nav#main-nav ul li.noBorder
{
    border: none;
}

.carSalesLocation > li
{
    min-height: 225px;
}

#tabContentSection div p
{
    margin-bottom: 0;
}
/*END for styles */

/* Car appraisal form styles - START */
#carSalesLeadContainer
{
    display: none;
    max-width: 410px;
    background: #ffffff;
    padding: 15px 25px 15px 25px;
}

    #carSalesLeadContainer textarea
    {
        width: 100%;
    }

#frmCarBuyingLead .inputLabel
{
    float: left;
    width: 150px;
}

#frmCarBuyingLead .inputContainer
{
    float: left;
    clear: right;
    width: 200px;
}

#frmCarBuyingLead .buttonSubmitLeadGeneration
{
    float: right;
    margin-top: 11px;
    /*width: 70px;*/
    font-size: 14px;
    overflow: hidden;
}

    #frmCarBuyingLead .buttonSubmitLeadGeneration a
    {
        font-weight: bold;
        padding: 7px 13px;
        color: #000000;
        font-size: 100%;
        /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#d2b52a',GradientType=0 );
        /* float:right;*/
    }

#frmCarBuyingLead .closeLead
{
    float: right;
    margin: 18px 50px 0px 20px;
    padding: 0;
}

#frmCarBuyingLead .row
{
    padding-top: 5px;
    text-align: left;
}

#frmCarBuyingLead text
{
    width: 200px;
}

#frmCarBuyingLead input
{
    width: 100%;
}

#LeadHeader ul
{
    margin-left: 40px;
}

#LeadHeader li
{
    list-style-type: disc;
    margin-bottom: 0;
}

#LeadHeader h2
{
    font-size: 18px;
    font-weight: bold;
    margin-right: 70px;
}

#LeadHeader .content
{
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 13px;
}

.errorMessage
{
    display: none;
}

.contactToggleContainer
{
    float: none !important;
}

.showRed
{
    color: Red;
    font-weight: bold;
    float: left;
}

.linkStyle
{
    text-decoration: underline;
    color: #3366aa;
}

.usedCarsByMakePage #ModelsInfo {
    width : 100%;
}
.usedCarsByMakePage .mainConatiner {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    float: left;
    margin: 10px 0px 8px;
    width : 100%;
}
 .usedCarsByMakePage #ModelsInfo li {
    float: left;
    padding: 5px 40px 7px 25px;
    width: 50%;
}
.usedCarsByMakePage .modelSelection { 
        padding: 10px 30px 30px; 
}
.usedCarsByMakePage #errorMessage {
    padding-left : 0;
}
/* Car appraisal form styles - END */



/* Comment Generated by Combres - Resource '~/css/responsive/0/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/
 #featuredVehicles
 {
  float: right;
 }

 #SiteMapContent
 {
  position: relative;
 }

 .button
 {
  text-decoration: none;
 }

 .DataListStyle
 {
  float: left;
  width: 150px;
 }

 .DataListPager
 {
  clear: both;
 }

 .CatalogVehicleOptionsContainer
 {
  float: left;
  padding: 5px;
  width: 525px;
 }

 .CatalogVehicleLocationsContainer
 {
  float: left;
  width: 225px;
 }

 .GridVehicleOptions
 {
  background-color: #fff;
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse: collapse;
 }

 .GridVehicleOptions td
 {
  padding: 2px;
  border: solid 1px #c1c1c1;
  color: black;
 }

 .GridVehicleOptions th
 {
  padding: 4px 2px;
  background-color: #FFEDAB;
  /*  border-left: solid 1px #525252;  */
  font-size: 0.9em;
  color: Black;
  font-weight: bold;
 }

 .GridVehicleOptions .alt
 {
  background-color: #FFFBE5;
 }

 .DataListStyle
 {
  font-family: Arial;
  font-weight: bold;
  margin-left: 25px;
  margin-top: 5px;
  padding: 5px 0 5px 2px;
  /*width:80%;*/
 }

 .DataListStyle-Landing
 {
  width: 80%;
 }
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/

 .backgroundAdsContainerHeightIncrease
 {
  display: block !important;
  height: 280px !important;
 }

 .backgroundAdsContainerHeightDecrease
 {
  display: none !important;
  height: 0px !important;
 }

 .locationSubmitButton
 {
  right: 80px;
  font-weight: bolder;
  bottom: 30px;
  right: 10px;
  width: 175px;
  color: #FFF;
  background: #5a9910 url(../images/green-fade40.png) top left repeat-x;
  text-indent: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px #222;
  -webkit-box-shadow: 0 0 3px #222;
  box-shadow: 0 0 3px #222;
  cursor: pointer;
 }

 .inputGroupBorder
 {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.5);
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  margin: 8px;
  float: left;
  position: relative;
  margin-top: 10px;
 }

 /*.containerbg{
    float:left;
    position:relative;
}*/

 #breadcrumb
 {
  float: left;
  position: relative;
  margin-top: 40px;
 }

 .inputGroupBorderWidthCitiesStates
 {
  width: 65%;
 }

 .inputGroupBorderWidthIndex
 {
  width: 98%;
 }


 .usedCarSalesH1Tag
 {
  font-size: 18px;
  font-weight: bold;
  color: #126FAF;
  display: inline;
  padding-top: 25px;
  padding-bottom: 25px;
 }

 .h1Labels
 {
  font-size: 18px;
  font-weight: bold;
  color: #126FAF;
 }

 .usedCarSalesH2Tag
 {
  font-weight: bold;
  color: #126FAF;
  padding: 5px;
 }

 .locationSubmitDiv
 {
  width: 175px;
  padding-left: 45px;
 }

 .labelErrMessage
 {
  color: Red;
  visibility: hidden;
  padding-left: 40px;
 }

 .labelErrMessageVisible
 {
  visibility: visible;
 }

 .trStateNameStyle
 {
  padding-top: 15px;
  color: #126FAF;
 }

 .tdStateNameStyle
 {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 10px;
  width: 150px;
  height: 30px;
 }

 .fontStyle
 {
  font-weight: bold;
 }

 .trStyle
 {
  padding-top: 15px;
 }

 .tdStyleFirstRow
 {
  padding-left: 50px;
  padding-top: 5px;
  padding-right: 10px;
  width: 120px;
  height: 30px;
 }

 .tdStyle
 {
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 120px;
  height: 30px;
 }

 .h1divStyle
 {
  display: inline;
  float: left;
 }

 .h2divStyle
 {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
 }

 .divMargin
 {
  margin-bottom: 10px;
 }

 .tdIndexStyle1
 {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 10px;
  width: 150px;
  height: 30px;
 }

 .tdIndexStyle2
 {
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
 }

.tableMakes
{
 margin: 5px 15px 20px;
}

 .tdModelStyle
 {
  padding: 5px 40px 0 25px;
  width: 100px;
  height: 30px;
 }

 .tdLocationsStyle
 {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 10px;
  height: 30px;
 }


 .tdModelControlStyle
 {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 10px;
  width: 33%;
  height: 30px;
 }

 .tdStatesFirstRow
 {
  padding-left: 50px;
  padding-top: 5px;
  padding-right: 10px;
  width: 100px;
  height: 30px;
 }

 .tdStates
 {
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 10px;
  width: 100px;
  height: 30px;
 }

 .imgStyle
 {
  width: 466px;
 }

 .divMinWidth
 {
  min-width: 200px;
 }

 .divViewAllMakes
 {
  padding-top: 10px;
  margin: 5px;
  padding-bottom: 30px;
  vertical-align: bottom;
  height: 40px;
 }

 .tdViewAllMakes
 {
  vertical-align: bottom;
 }

 .divWidth
 {
  width: 100%;
 }

 .border-btm
 {
  padding-top: 5px;
  width: 100%;
 }


 .MakeDropDown
 {
  padding-right: 10px;
 }

 .ModelDropDown
 {
  padding-right: 6px;
 }

 .dropdowncolor
 {
  font-weight: bold;
  color: #126FAF;
 }

 .tdDropDown
 {
  padding-left: 170px;
  padding-right: 10px;
  vertical-align: top;
 }

 .divParagraph
 {
  margin-right: 10px;
  margin-top: 10px;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
 }

 .hrStyle
 {
  margin: 5px 0 5px 0;
 }

 .elementLeftSidePadding
 {
  padding-left: 25px;
 }

 .labelCursor
 {
  color: #000000;
  cursor: auto;
  display: inline;
  font-weight: bold;
 }

 .h1Inline
 {
  display: inline;
 }
 /* sitemap Code*/

 .tablecol
 {
  float: left;
  width: 30%;
 }

 .tablerow
 {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 5px;
 }

 .tablerow li a:link, .tablerow li a:visited, .tablerow li a:active
 {
  padding-bottom: 10px;
  /*font-size:8pt;*/
  font-weight: normal;
  color: #2D6CAD;
  text-decoration: none;
 }

 .tablerow li a:hover
 {
  /*font-size:8pt;*/
  font-weight: normal;
  text-decoration: underline;
 }

 .tablerow ul, ol
 {
  line-height: 1.538em;
  list-style-type: disc;
  margin: 1.5em;
 }

 .sitemapcontent h1
 {
  font-size: 1.408em;
  font-weight: normal;
  margin: 0.6em 0;
 }

 .tablerow h2
 {
  font-size: 1.231em;
  font-weight: normal;
  margin: 0.6em 0;
  color: #2D6CAD;
 }

 .tablerow h2 a:link, .tablerow h2 a:visited, .tablerow h2 a:active
 {
  /*font-size:8pt;*/
  color: #2D6CAD;
  text-decoration: none;
 }

 .tablerow h2 a:hover
 {
  /*font-size:8pt;*/
  color: #747170;
  text-decoration: underline;
 }

 .sitemapcontent
 {
  padding-left: 30px;
 }
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/find.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 #container
 {
  padding: 0px;
  margin: 0px;
 }

 #searchContainer
 {
  clear: both;
  height: 51px;
  width: 970px;
  /*
    background: #222;
    display:none;
    */
  overflow: visible;
  z-index: 999;
 }

 #searchContainer ol, #searchContainer ul
 {
  list-style: none;
 }

 #searchVehiclesContainer
 {
  float: left;
  width: 705px;
  padding: 10px;
 }

 #container ol, #container ul
 {
  list-style: none;
 }

 .DisplaySearchResults
 {
  min-height: 200px;
  float: left;
  position: relative;
  width: 100%;
 }

 #contentNavArea
 {
  width: 970px;
  background: #222222 none repeat scroll 0 0;
  color: #FFFFFF;
  height: 10px;
 }

 /* Search header style */
 .tabs
 {
  z-index: 255;
  left: 0px;
  width: 970px;
  background: #222;
  border-bottom: 1px solid #eee;
  height: 51px;
  position: absolute;
  top: 95px;
 }

 #banner
 {
  position: absolute;
  height: 0px;
  z-index: 99;
  overflow: visible;
  top: 146px;
 }

 .label span.lazyLoad
 {
  background: url(/content/images/phone.png) right center no-repeat;
  width: 212px;
  height: 46px;
  position: absolute;
  left: 128px;
  text-indent: -9999em;
 }

 .tabs li.label
 {
  /*
    background: url(/content/images/searchbyarrow.gif) right center no-repeat;
*/
 }

 #banner h2
 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  color: #c41a1a;
  z-index: 99;
  width: 200px;
  height: 40px;
  text-indent: -9999em;
 }

 .tabs li
 {
  border: none;
  width: 143px;
  float: left;
  position: relative;
  text-align: center;
  height: 40px;
  margin-left: 10px;
  z-index: 99;
  background: url(/content/images/bg_tab.png) no-repeat;
  background: none;
  margin-top: 11px;
 }



 .tabs li .screen
 {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 40px;
  background: #FFD200;
  width: 143px;
  top: 0;
  left: 0px;
  background: transparent url(/content/images/tab_short.gif) center center no-repeat;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
 }

 .tabs li:hover .screen, .tabs li.ie6TabHover .screen
 {
  background: #fff;
  background: url(/content/images/sprite_CenteredGradients.png) -435px center repeat-x;
 }

 .tabs li.open .screen
 {
  background: #fff;
  background: url(/content/images/sprite_CenteredGradients.png) -435px center repeat-x;
 }

 .tabs li.open h3
 {
  z-index: 999;
  position: relative;
 }

 .tabs li.open h3 a, .tabs li h3 a:hover
 {
  background: none;
  color: #222;
 }

 .tabs li.open
 {
  z-index: 999;
  position: relative;
 }

 .tabs li.open a, .tabs li a:hover
 {
  background: none;
  color: #222;
 }

 .tabs li a
 {
  text-decoration: none;
  color: #ffd200;
 }

 .tabs li a:hover
 {
  color: #000;
  text-decoration: none;
 }

 .tabs li h3 a
 {
  background: url("/content/images/bg_tab_darrow.png") no-repeat scroll 100% center transparent;
  background: none;
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  text-align: center;
 }

 .tabs li h3
 {
  padding: 0px;
  text-align: left;
 }

 .tabs li a
 {
  background: url("/content/images/bg_tab_darrow.png") no-repeat scroll 100% center transparent;
  background: none;
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  text-align: center;
 }

 .tabs li
 {
  padding: 0px;
  text-align: left;
 }

 .tabs li.label .screen, .tabs li.label:hover .screen
 {
  background: none;
 }

 /* end header style */

 /* Begin search panels styles */
 .vehicleTypeLink
 {
  float: left;
  width: 130px;
  height: 98px;
  text-decoration: none;
  vertical-align: bottom;
  text-align: center;
  display: block;
  margin: 0px 0px 20px 18px;
  color: #3366AA;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
 }

 .vehicleTypeLink span
 {
  dispaly: block;
 }

 .vehicleTypeLink img
 {
  width: 75%;
 }

 .vehicleLinkImage
 {
  display: block;
 }

 a:hover.vehicleTypeLink span
 {
  text-decoration: underline;
 }

 .vehicleTypeLink div
 {
  margin-top: 75px;
 }

 .panels
 {
  display: block;
 }

 .panel
 {
  top: 0px;
  left: 0px;
  background: none;
 }

 .panelContent, .transparency
 {
  margin: 45px 0px 0px 45px;
  top: 0px;
  position: absolute;
 }

 .panel
 {
  top: 0px;
  left: 0px;
  background: none;
 }

 .panelContent
 {
  z-index: 999;
 }

 .transparency
 {
  background-color: #fff;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 998;
 }

 .pricerange .panelContent, .pricerange .transparency
 {
  margin: 0px 0px 0px 5px;
  height: 270px;
  width: 400px;
 }

 .searchByMake .panelContent, .searchByMake .transparency
 {
  margin: 0px 0px 0px 100px;
  height: 240px;
  width: 570px;
 }

 .bodyType .panelContent, .bodyType .transparency
 {
  margin: 0px 0px 0px 45px;
  height: 270px;
  width: 900px;
 }

 .mpg .panelContent, .mpg .transparency
 {
  margin: 0px 0px 0px 450px;
  height: 270px;
  width: 315px;
 }

 .efficiencyRange div
 {
  margin: 15px 0px 0px 15px;
  font-weight: bold;
 }

 .vehicleMpgLink
 {
  display: block;
  margin-left: 15px;
  font-weight: bold;
  line-height: 200%;
  text-decoration: none;
  color: #3366AA;
  cursor: pointer;
 }

 .mpg a:hover
 {
  text-decoration: underline;
 }

 .efficiencyRange
 {
  float: left;
  width: 49%;
 }

 .makeLink
 {
  color: #3366AA;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
 }

 .linkHover
 {
  text-decoration: underline;
 }
 /*
#banner{background:url("/content/images/corvette.jpg") bottom left no-repeat;}
*/

 .corvette
 {
  background: url("/content/images/corvette.jpg") bottom left no-repeat;
 }

 #bannerCtl
 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  visibility: hidden;
 }

 #bannerCtl div
 {
  display: inline;
  margin-left: 10px;
  cursor: pointer;
  z-index: 5;
 }


 a:hover.close
 {
  color: Red;
 }

 .panelContent h3
 {
  clear: both;
  padding: 0px 0px 20px 20px;
  font-size: 19px;
 }

 .panelContent h3.bodyTypeTag
 {
  clear: both;
  padding: 0px 0px 0px 15px;
 }

 .modelPriceInputContainer
 {
  clear: both;
  margin-bottom: 5px;
 }

 .modelPriceInputContainer div
 {
  float: left;
 }

 .modelPriceLabel
 {
  width: 100px;
  padding-left: 55px;
 }

 .panel
 {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
 }

 #submitbutton
 {
  right: 80px;
  font-weight: bolder;
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 140px;
  color: #FFF;
  background: #5a9910 url(../images/green-fade40.png) top left repeat-x;
  text-indent: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 3px #222;
  -webkit-box-shadow: 0 0 3px #222;
  box-shadow: 0 0 3px #222;
  cursor: pointer;
 }

 #advancedSearchLink
 {
  position: absolute;
  right: 10px;
  bottom: 10px;
 }

 #backgroundAdsContainer
 {
  position: relative;
 }

 #backgroundPager
 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 88;
 }

 #backgroundPager.lazyLoad a
 {
  background: url(/content/images/pagerButton.png) no-repeat center top;
  width: 30px;
  display: block;
  float: left;
  text-decoration: none;
 }

 #backgroundPager.lazyLoad a.activeSlide
 {
  background: url(/content/images/pagerButtonSelected.png) no-repeat center top;
 }

 #backgroundImages
 {
  height: 280px;
  width: 970px;
  z-index: 0;
  left: 0px;
 }

 #backgroundImages ul
 {
 }

 #backgroundImages li
 {
  height: 100% !important;
  width: 100% !important;
  float: left;
 }

 #backgroundImages li.lazyLoad.corvette
 {
  background: url(../images/corvette.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.corvette2
 {
  background: url(../images/corvette2.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_corvette
 {
  background: url(../images/bg_corvette.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_corvette_road
 {
  background: url(../images/bg_corvette_road.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_ford_suv
 {
  background: url(../images/bg_ford_suv.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_ford_track
 {
  background: url(../images/bg_ford_track.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_mazda
 {
  background: url(../images/bg_mazda.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_volvo_ocean
 {
  background: url(../images/bg_volvo_ocean.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner1
 {
  background: url(/content/images/HomepageBGBanner1.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner2
 {
  background: url(/content/images/HomepageBGBanner2.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner3
 {
  background: url(/content/images/HomepageBGBanner3.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner4
 {
  background: url(/content/images/HomepageBGBanner4.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner5
 {
  background: url(/content/images/HomepageBGBanner5.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner6
 {
  background: url(/content/images/HomepageBGBanner6.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner7
 {
  background: url(/content/images/HomepageBGBanner7.jpg) no-repeat;
 }

 #backgroundImages li.lazyLoad.bg_Banner8
 {
  background: url(/content/images/HomepageBGBanner8.jpg) no-repeat;
 }

 .makeListContaier
 {
  padding: 10px;
 }

 .makeListContaier table
 {
  margin: 10px 0px 0px 20px;
 }

 .makeListContaier table td
 {
  padding: 5px;
  width: 150px;
  vertical-align: top;
 }
 /* END: Sort Filters*/

 .modelPriceInputContainer select
 {
  height: 20px;
  width: 175px;
 }

 .searchLoading
 {
  position: absolute;
  width: 0px;
  height: 325px;
  display: none;
  right: 0px;
 }

 .searchingMessage
 {
  border-right: 50px solid #444444;
  border-left: 50px solid #444444;
  height: 327px;
 }

 .searchingLabel
 {
  position: absolute;
  top: 125px;
  left: 200px;
  font-size: 14px;
  font-weight: bold;
  width: 970px;
 }

 #searchingLabel ul
 {
  margin-left: 15px;
  list-style-type: circle;
 }



 .searchingGraphic
 {
  position: absolute;
  top: 100px;
  left: 525px;
  width: 970px;
 }

 #zipCode
 {
  width: 75px;
  color: #999999;
 }

 .searchZipError
 {
  display: none;
  color: Red;
  font-weight: bold;
 }

 .FRBodyType
 {
  display: none;
 }

 .BRBodyType
 {
  display: none;
 }

 .aaaMember .label h2
 {
  background: transparent url(/content/images/phoneAAA.png) no-repeat scroll right center;
 }


 /* Removed few 'h' tags in the home page/search module and updated with new styles accordingly */

 .h2Style1
 {
  font-size: x-small;
  color: Black;
  margin-top: 10px;
  margin-left: 12px;
  font-weight: bold;
 }

 .h2Style2_Prefix
 {
  font-size: 14px;
 }

 #navZip
 {
  font-size: 13px;
 }

 .h3_style
 {
  color: Black;
  font-weight: bold;
  display: block;
  font-size: 1.17em;
  margin: .83em 0;
  padding: 0px 10px;
 }

 .h2_style
 {
  color: Black;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  margin: .75em 0;
  padding: 0px 10px;
 }

 .h4_style
 {
  color: Black;
  font-weight: bolder;
  display: block;
  margin: 1.12em 0;
  padding: 0px 10px;
 }




 .twocol
 {
  padding: 10px;
  clear: both;
 }

 .twocol .left
 {
  float: left;
  /*
padding:5px;
border:3px solid #FFFFFF;
*/
  height: 250px;
  -moz-box-shadow: 0 2px 5px #CCCCCC;
  -webkit-box-shadow: 0 2px 5px #CCCCCC;
  box-shadow: 0 2px 5px #CCCCCC;
  background: #fff;
  height: 269px;
  width: 330px;
  font-size: 11px;
  color: #666;
  border: 2px solid #eeeeee;
 }

 .twocol #last-car-sold
 {
  float: right;
  right: 30px;
  bottom: 25px;
  width: 390px;
  height: 185px;
  background: #fff;
  padding: 10px;
  border: 3px solid #FFE150;
  -moz-box-shadow: 0 2px 5px #CCCCCC;
  -webkit-box-shadow: 0 2px 5px #CCCCCC;
  box-shadow: 0 2px 5px #CCCCCC;
  background: #fff;
  border: 3px solid #FFFFFF;
  display: none;
 }

 .twocol #last-car-sold .t1
 {
  left: 10px;
  top: 10px;
  color: #999;
  font-size: 18px;
 }

 #content .twocol .t1
 {
  background: #FFE003;
  padding: 5px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  font-size: 16px;
  color: #222;
 }

 .twocol .t1 span
 {
  font-size: 18px;
  font-weight: bold;
 }

 .t2
 {
  font-size: 14px !important;
  font-weight: bold;
 }

 t1 #navZip
 {
  font-size: 13px;
 }

 #whyBuyContainer1
 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 5px #CCCCCC;
  -webkit-box-shadow: 0 2px 5px #CCCCCC;
  box-shadow: 0 2px 5px #CCCCCC;
  margin: 10px;
  background: #ffffff;
 }

 #whyBuyContainer1 .sectionHeader1
 {
  color: #222;
  font-size: 18px;
  left: 10px;
  top: 10px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  background: none repeat scroll 0 0 #FFE003;
  font-size: 18px;
  padding: 5px;
 }

 .whyBuyContent1
 {
  padding-bottom: 10px;
 }

 #bottom-content1
 {
  padding-top: 15px;
  text-align: left;
  width: 940px;
 }

 #bottom-content1 .left1
 {
  float: left;
  margin-left: 20px;
  width: 380px;
  font-size: 12px;
 }


 #bottom-content1 .right1
 {
  float: right;
  padding-right: 10px;
  width: 480px;
 }

 #bottom-content1 .left1 .t3, #bottom-content1 .right1 .t3
 {
  border-top: 1px solid #FFFFFF;
  color: #000000;
  font-size: 18px;
  padding: 40px 10px 0px 0;
 }

 #bottom-content1 p1
 {
  color: #333333;
  font-size: 0.9em;
  margin-bottom: 15px;
 }

 #lastCarsSoldList1
 {
  /*
border:3px solid #FFFFFF;
padding:10px;
*/
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 5px #CCCCCC;
  -webkit-box-shadow: 0 2px 5px #CCCCCC;
  box-shadow: 0 2px 5px #CCCCCC;
  background: none repeat scroll 0 0 #FFFFFF;
  float: right;
  height: 333px;
  width: 383px;
  border: 2px solid #eeeeee;
 }

 #lastCarsSoldList1 .t4
 {
  color: #222;
  font-size: 18px;
  left: 10px;
  top: 10px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  background: none repeat scroll 0 0 #FFE003;
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
 }

 #lastCarsSoldList1 .make1
 {
  font-weight: bold;
  width: 40px;
  font-size: 12px;
 }

 #lastCarsSoldList1 .model1
 {
  width: 40px;
 }

 #lastCarsSoldList1 .kbbPrice1,
 #lastCarsSoldList1 .htzPrice1
 {
  font-size: 11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }

 #lastCarsSoldList1 .kbbPrice1
 {
  margin-right: 20px;
 }

 #lastCarsSoldList1 .htzPrice1
 {
  color: #569b28;
  font-weight: bold;
  font-size: 12px;
 }
/*
}
*/

/*

NOTICE: It appears this is deprecated.

@media screen and (max-width: 980px)
{
 #searchVehiclesContainer
 {
  width: 490px;
 }

 div.optbox
 {
  width: 63px;
 }

 .hertzR2BVehicle
 {
  background: url("/content/images/r2b_certified.GIF") no-repeat scroll 121px 57px transparent;
 }

 .hertzCertifiedVehicle
 {
  background: url("/content/images/hertzCertified.gif") no-repeat scroll 115px 112px transparent;
 }

 .featuresContainer
 {
  width: 215px;
 }

 .vehicleNameLink
 {
  margin-right: 0;
 }
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/0/social.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 /*#shareContainer
{
    position: relative;
    height: auto;
    margin: 5px 0px 5px 0px;
}*/

 #shareContainer .shareButtonContainer
 {
  position: absolute;
  top: 0px;
 }

 .fbContainer
 {
  left: 175px;
 }

 .twitterContainer
 {
  left: 80px;
 }

 .plusOneContainer
 {
  left: 0;
 }

 .headlineColumn
 {
  float: left;
  padding-right: 15px;
 }

 .socialnav
 {
  float: left;
 }
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/320' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 320 */
@media only screen and (min-width: 220px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/320/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/
.r2bHeaderMessage
{
    background: #ececec;
    padding: 10px 0;
    position: relative;
    margin-top: 1%;
    text-align: center;
}

#header-container .header-logo img
{
    height: 21px;
    width: 80px;
}

#header-container .header-box
{
    height: 75px;
}

#headerContainer.mobile-menu-opened
{
    background-color: #ffffff;
}

#headerContainer.mobile-menu-opened.mobile-menu-opened-ddc
{
    background-color: #000000 !important;
}

#header-container .header-box .header-logo-box
{
    height: 80px;
    position: static;
}
.mobile-menu-opened #header-container .header-box .header-logo-box {
    display: none;
}


#header-container .header-logo-anchor 
{
    margin: 20px 0 0 20px;
    display: inline-block;
 }

.header-logo-anchor-ddc
{
    margin: 30px 0 0 10px !important;   
 }

.header-phone-ddc 
{
    display:none;
}

.header-main-ddc 
{
    display:inline;
}

.header-main-left-ddc {
    display:block;
}

.header-main-right-ddc {
    display:none;
}

.myAccount-div-height-ddc
{ 
   height:20px !important;
}
.myAccount-blank-div-ddc {
    height:50px !important;
}

.mobMenuItemDDC {
    padding: 9px 27px 9px 10px !important;
}

.MyAccountLink-ddc {
     padding: 0 6px !important;
}

.MyAccountLink-has-user-ddc {
    border-right: 0px solid #ededed !important;
    padding-right: 0px !important;
    line-height: 0px !important;
    margin-right: -5px !important;
}

.user-LoggedIn-ddc a {
    text-decoration:none !important;
    color:#e2e2e2 !important;
    text-align:right !important;
}

.user-LoggedIn-ddc {
    display:inline !important;
    text-align:right !important;
    margin:0px !important;
}

.userLoggedIn-ddc {
    text-align:right !important;
}

.loggedInName-ddc {
    margin:0px !important;
}

.Welcome-ddc {
    text-align:right !important;
    font-size:14px !important;
    font-weight:normal !important;
}

.myAccountAndLogout-ddc {
    font-weight:normal;
    padding-top:4px !important;
}
.LogoutLink-ddc {
    margin-left:2px !important;
}
.footer-privacy-policy-ddc {
     padding: 0 6px !important;
     border-right: 1px solid #000000 !important;
     display: inline-block;
}
.footer-Terms-of-Use-ddc {
    display: inline-block;
    padding-left: 4px;
}
.footerBottom-container-ddc {
    padding-top:15px !important;
}

.footer-bottom-right-ddc {
    float:none;
    margin-top: -53px !important;    
}
#header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 10px;    
    margin: -2px 8px 0 0;
    text-align: right;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }

.header-logo-text-ddc
 {     
    display: inline !important;
 }

#nav-container .nav-menu
{
    display: none;
}

    #nav-container .nav-menu table
    {
        float: left;
        background: transparent;
        border-collapse: collapse;
        border: 0;
    }

#nav-container .nav-mob
{
    display: block;
    height: 0;
}

#header-container .header-logo .header-right-angle
{
    background-position: 0 -167px;
}

#header-container .header-logo .header-left-angle
{
    background-position: 0 -266px;
}


#header-container .header-box .header-mob
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.header-ddc
{
   right: auto !important;
   float:left;
}

.header-ddc-logo
{   
   display:block !important;
   text-align:center !important;    
}

#header-container .header-box .header-emember {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: 75px;
    height: 75px;
}

.mobile-menu-opened #header-container .header-box .header-emember {
    float: none;
    margin-right: 0;
}

#header-container .header-emember ul {
    padding: 0;
}

#header-container .header-emember-items li.Account-emember {
    margin-top: 28px;
}

#header-container .header-emember #topNavtop {
    padding: 8px;
}

#header-container .header-emember #topNavtop:hover
{
    outline: 1px solid #ffd100;
    padding: 8px;
    background-color: #000000;
    color: #ffd100;
}

.hot-state .user-LoggedIn {
    margin-top: 15px;
    font-size: 14px;
    display: none;
}

.user-LoggedIn .loggedInName #Welcome {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

.mobile-menu-opened #header-container .topNavTabletShow,
.mobile-menu-opened #header-container .header-emember-items li,
.cold-state #header-container .header-emember-items li:not(.Account-emember),
.hot-state #header-container .header-emember-items li:not(.emember-details),
.mobile-menu-opened #header-container .header-emember ul .change-link-globe-gold,
.hot-state .MyAccountLink,
.hot-state .LogoutLink
{
    display: none;
}


#header-container .header-emember-items .mobile-menu-phone
{
    display: none!important;
}

.mobile-menu-opened #header-container .header-box .header-emember,
.cold-state.mobile-menu-opened #header-container .header-emember-items .change-link,
.hot-state.mobile-menu-opened #header-container .header-emember-items .change-link,
.mobile-menu-opened #header-container .header-emember ul #pos-change
{

    display: block;

}

.mobile-menu-opened #header-container .header-emember-items .mobile-menu-phone
{

    display: block!important;

}

.mobile-menu-opened #header-container .header-emember ul {
    float: none;
    margin-left: 20px;
    padding: 0;
}

.mobile-menu-opened #header-container .header-emember-items .mobile-menu-phone {
    float: right;
    margin-right: 85px;
    line-height: 75px;
    font-size: 16px
}

.mobile-menu-opened #header-container .header-emember ul,
.mobile-menu-opened #header-container .header-emember ul li,
.mobile-menu-opened #header-container .header-emember ul #country-nav,
.mobile-menu-opened #header-container .header-emember ul #pos-change,
.mobile-menu-opened #header-container .header-emember ul #globe-logo {

    height: 75px;
    color: black;

}

.mobile-menu-opened #header-container .header-emember ul #globe-logo {
    line-height: 75px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Ride!important;
    font-size: 16px;  
}

.mobile-menu-opened #header-container .header-emember ul .change-link-globe {
    vertical-align: middle;
    margin-right: 8px;
}

.mobile-menu-opened.change-link-opened #nav-container .mob-menu #mobMenuContainer {
    padding-top: 50px;
}

.mobile-menu-opened #header-container .pos-lang-box {
    top: 75px;
    background-color: transparent;
    width: 100%;
    margin: 0;
    left: 0;
    right: auto;
    padding: 20px;
}

    .mobile-menu-opened #header-container .pos-lang-box > form,
    .mobile-menu-opened #header-container .pos-lang-box > form fieldset {
        margin: 0;
        padding: 0;
    }

    .mobile-menu-opened #header-container .pos-lang-box #countryChanger {
        margin: 0;
        width: 100%;
    }


#header-container .header-box .header-pos
{
    display: none;
}

#homePageLoginOverlay, .topNavtopNavmobileHide, .topNavTabletShow
{
    display: none;
}

/***** START - Header and Footer *****/

footer section.footerDesktop
{
    display: none;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: block;
}

footer section.copyrightMobile
{
    display: block;
}

    footer section.copyrightMobile dl
    {
        width: 70%;
        margin: 0 15%;
    }

.overlay [class*="column"] + [class*="column"]:last-child
{
    float: left;
}
.footer-middle-ddc {
    width: 96% !important;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    margin-bottom:40px !important;
}

.footer-hr-ddc hr {
    display:block !important;
    margin:10px 0px !important;
}
.footer-bottom-trademark-ddc {
    font-weight:bold;
    float:none !important;
}
.footer-bottom-ddc {
    padding:0px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}

.mousecursor span {
    cursor:pointer !important;
}
/***** END - Header and Footer *****/
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/480' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 480 */
@media only screen and (min-width: 480px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/480/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

body
{
    min-width: 480px;
}

#header-container .header-logo-box h1,
#header-container .header-logo-box h2
{
    width: 210px;
}

#nav-container .nav-menu
{
    display: none;
}

footer section.copyrightMobile dl
    {
        width: 50%;
        margin: 0 25%;
    }

sup.disclaimerLink
{
 padding: 0;
}

#MyCaptchaContainer {
    width: 320px;
}

.captchaRefreshLink {
    margin-top: 30px;
    padding-left: 4px;
    width: auto;
}



/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/480/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/600' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 600 */
@media only screen and (min-width: 600px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/600/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
 #overLayDiv .calculatorInner
 {
  width: 36% !important;
  padding: 0 10px 10px 15px;
 }

 #overLayDiv .blackhorseOutput
 {
  width: 64% !important;
 }

.GB .lightBoxOverlay .calcToggle
{
 width: 100%;
}

.imgOverlayContainer .six
{
 width: 50%;
 padding: 0;
}

.imgOverlayContainer img
{
 max-width: 100%;
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

body
{
    background-color: #EDEDED;
    background-image: none;
}

body,
#container
{
    min-width: 600px;
}

input.stretch,
select.stretch,
textarea.stretch,
.uneditable-input.stretch
{
    width: 210px;
}

.stretch
{
    min-height: auto;
    width: auto;
}

#container
{
    background-color: #fff;
}

#header-container .header-banner-ra #banner-iframe-ra,
#header-container .header-banner-ra .ra-logo-small
{
    display: none;
}

#header-container .header-box
{
    font-size: 9pt;
    height: 95px;
}

#headerContainer.mobile-menu-opened
{
    background-color: #000000;
}


    #header-container .header-box .header-logo-box,
    .mobile-menu-opened #header-container .header-box .header-logo-box
    {
        display:inline-block;
    }

    #header-container .header-box .header-mob
    {
        display: none;
    }

    .header-ddc-logo
    {    
       display:inline-block !important;
       text-align:left !important;    
    }
    
    #header-container .header-box .header-emember
    {
        clear: both;
        color: #555;
        display: block;
    }

    #header-container .header-box .header-emember
    {
        float: right;
        height: 68px;
        display: inline-block;
        clear: none;
        width: auto;
    }

#header-container .header-logo-box h1,
#header-container .header-logo-box h2
{
    font-size: 8pt;
    left: 160px;
    top: 30px;
    width: 210px;
}

/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/

#header-container .header-banner-ra .ra-logo-large
{
    display: block;
    height: 45px;
}

#header-container .header-emember topNavtop
{
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    margin: 2px 0 10px 26px;
}

#header-container .header-emember .Account-emember
{
    padding-top: 10px;
}

    #header-container .header-emember li#loggedInMember
    {
        padding-right: 0;
    }

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 0;
}

#header-container .header-emember li .change-link
{
    float: right;
	margin: 15px;
}

    #header-container .header-emember li#loginLink
    {
        border-right: none;
        padding-right: 0;
    }

#header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 7px;
}

#header-container .header-emember #pos-change
{
    color: #ffd100;
}

#header-container .header-pos a
{
    color: #000000;
}

.change-link-opened .change-link-globe-gold,
.change-link-closed .change-link-globe-dark 
{

    display: none;
 }

.change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}
.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    border-right: 1px solid #3f3f3f;
  }

.cold-state.change-link-closed #header-container .header-emember-items #country-nav ,
.cold-state.change-link-opened #header-container .header-emember-items #country-nav
{
    width: 142px;
}

.change-link-opened #globe-logo 
{
    color: #000000;
}

#header-container .header-pos .change-link
{
    position: relative;
}

#header-container .header-emember li.Account-emember 
{
    padding: 5px;
}

.cold-state #header-container .header-emember li.Account-emember 
{
    padding-right: 25px;
}

 .change-link-opened #country-nav 
  {
	  color: #000000;
	  display: inline-block;
  }

  .change-link-opened #pos-change
  {
	color: #000000;
  }
  
 #header-container  .change-link
 {
  position: relative;
 }
 
 #header-container .header-pos .pos-tab
{
    background-color: #ffd100;
    color: #fff;
    border-right: 0;
    margin: -6px 0 0;
    padding: 7px 10px 5px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 0;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos label
{
    cursor: text;
    padding: 0 0 15px;
    margin: 0;
    display: block;
}

#header-container .header-pos select
{
    width: 100%;
    *height: 25px;
    margin: 0;
    *width: 230px;
}

#header-container .header-pos button
{
    margin: 0;
}

#header-container .header-pos .career-link
{
    display: none;
}

#header-container .header-pos .header-search
{
    float: right;
    padding-right: 10px;
}

#header-container .pos-tab #pos-change
{
    color: #fff;
    text-decoration: none;
}

#header-container .pos-tab .pos-lang-box
{
    display: block;
}

#header-container .header-search form
{
    display: block;
}

#header-container .header-search fieldset
{
    background-color: #fff;
    border: 1px solid #ccc;
    height: 22px;
    *width: 268px;
    zoom: 1;
    margin: 3px 0;
}

#header-container .header-search input
{
    border: 0 none;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    height: 18px;
    line-height: 1.9em;
    width: 229px;
    margin: 2px 0;
    padding: 0 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 9pt;
    -webkit-box-shadow: #fff 0px 0px 0px;
    -moz-box-shadow: #fff 0px 0px 0px;
    box-shadow: #fff 0px 0px 0px;
}

#header-container .header-search button
{
    float: left;
    padding: 0;
    margin: 2px 4px 0;
    background-color: #fff;
}

#header-container .header-search .highlight
{
    color: #000;
}

#header-container .header-search span
{
    display: block;
    cursor: pointer;
    background-color: #ededed;
    padding: 0;
    margin: 6px 0 0;
}

#header-container .change-link span
{
    float: left;
	text-decoration: underline;
 }

#header-container .header-emember #topNavtop {
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
}

#header-container .header-emember #topNavtop:hover
     {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

#header-container .header-box .header-emember 
{
    margin-right: 0;
}

#header-container .header-emember-items li.Account-emember
{
    margin: 20px;
}

.hot-state #header-container .header-emember-items li.Account-emember 
{
    margin: 28px 0 0 0;
}

#headerContainer #header-container .header-emember-items li 
{
    display: block;
}

.hot-state .user-LoggedIn 
{
    margin-top: 0;
    font-size: 14px;
    display: block;
}

.user-LoggedIn .loggedInName #Welcome 
{
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    font-family: Ride!important;
    color: #e2e2e2;
}

.hot-state .MyAccountLink,
.hot-state .LogoutLink
{
    display: inline-block;
}

#header-container .header-emember #change-link 
{
    float:right;
}

#header-container .header-emember .change-link 
{
    padding: 10px;
}

.cold-state #header-container .header-box .header-emember .header-emember-items 
{
    padding-top: 18px;
}

.hot-state #header-container .header-box .header-emember .header-emember-items 
{
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

#globe-logo 
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Ride!important;

}

 #header-container .header-logo img
 {
  width: 120px;
  height: 32px;
 }

  #header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 15px;    
    text-align: right;
    margin: -2px 12px 0 0;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }

 #header-container .header-logo-anchor 
{
    margin: 30px 0 0 10px;
    display: inline-block;
}

.header-logo-anchor-ddc
{
    margin: 30px 0 0 16px !important;   
}

.header-phone-ddc 
{
    display:block !important;
    margin:0px 0 0 -15px !important;
    cursor:default !important;
}

.header-main-ddc 
{
    display:inline-block;
    width:100%;
}

.header-main-left-ddc {
    display:inline-block;
}

.header-main-right-ddc {
    display:inline-block;
    float:right;
    margin: 14px 16px 0px 0px;
}
.logginNameContainer-ddc {
    text-align:right !important;
    margin-top:-5px !important;
}
.myAccountAndLogout-nologin-ddc {
    margin:0px !important;
}
.footer-bottom-trademark-ddc {    
    float:left !important;
}
.footer-hr-ddc {
    width: 90% !important;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.footer-bottom-ddc {
    padding:0px 50px 0px 50px !important;
    margin-bottom: 35px !important;
    padding-bottom: 0px !important;
}

.footer-bottom-right-ddc {     
    display:block;
    float:right !important;
    margin-top: 0px !important;    
}

.footer-middle-ddc {
    width: 80% !important;
    margin-bottom:0px !important;
}

#nav-container
{
    position: inherit;
}

nav#help-nav ul li span.wht 
{
    display: none;
}

    #nav-container .nav-mob
{
    display: block;
    height: 0;
}

    #nav-container .nav-menu 
    {
        display: block;
        height: 60px;
        width: 100%;
    }

        #nav-container .nav-menu table
        {
            width: auto;
            padding: 0;                   
            height: 53px;
            border-collapse: collapse;
            margin: 0;
        }

        #nav-container .nav-menu td
        {
            vertical-align: middle;
            border-left: 0;
            padding: 0;
            margin: 0;
            position: relative;
            *cursor: pointer;
            cursor: pointer\0;
            border: 0;
        }

        #nav-container .nav-menu a, #nav-container .nav-menu span
        {
            display: table-cell;
            *display: block;
            height: 53px;
            vertical-align: middle;
            *line-height: 3.3em;
            font-size: 9pt;
            padding: 0 10px;
            *width: auto;
            color: #e2e2e2;
            text-decoration: none;
            zoom: 1;
            border-left: 0;
         }

         #nav-container .nav-menu span 
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-hover
        {
            background-color: #ffd100;
            color: #000000;
        }

        #nav-container .nav-menu dl
        {
            position: absolute;
            display: none;
            z-index: 1000;
            top: 53px;
            width: auto;
            margin: 0;
            padding: 0;
            border: 0;
        }

        #nav-container .nav-menu dd
        {
            margin: 0;
            padding: 0;
        }

        #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-show
        {
            display: block;
        }

        #nav-container .nav-menu .no-pipe
        {
            border: 0 none;
        }

        #nav-container .nav-menu .last-menu-show
        {
            right: 0;
        }

    #nav-container .menu-show a
    {
        font-size: 10px;	
        font-style: normal;
        padding: 0 15px;
        white-space: nowrap;
        display: block;
        line-height: 5.2em;
        height: 53px;
        border: 0 none;
        border-top: 1px solid #d3ae00;
        background-color: #ffd100;
        width: 327px;
        text-align: left;
        color: #000000;
    }

    #nav-container .menu-show a:first-child
    {
        border: 0;
    }

        #nav-container .menu-show a:hover
        {
            color: #ffd100;
            background-color: #000000;
        }

    #nav-container .menu-show .no-pipe
    {
        border: 0 none;
    }

    #nav-container .nav-menu td > a
    {
        text-transform: uppercase;
        font-size: 9pt;
     }


    #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

  .user-LoggedIn 
 {
    margin: 0 40px 0 0;
    text-align: left;
 }

 .MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .MyAccountLink 
 {
    border-right: 1px solid #ededed;
    padding-right: 12px;
    line-height: 12px
 }

.LogoutLink 
{
    margin-left: 8px;
}

.user-LoggedIn .loggedInName
{
    max-width: 250px;
}

.topNavmobileShow
{
    display: none;
}

.topNavtopNavmobileHide
{
    display: block;
}

.taNavLink
{
    display: none;
    margin: 0 5px;
}

.partialSwitchProfileLink, .cookieFirstInit
{
    display: inline-block;
}

.fullSwitchProfileLink, .cookieFirstName
{
    display: none;
}

#homePageLoginOverlay
{
    display: block;
}

    #homePageLoginOverlay #loginFormContainer
    {
        background-color: #fff;
        position: absolute;
        display: none;
        width: 260px;
        z-index: 1000;
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

        #homePageLoginOverlay #loginFormContainer .loggedOverlay .formRow
        {
            margin: 0;
            padding: 0;
        }

        #homePageLoginOverlay #loginFormContainer .loginFormInner
        {
            border-top: 5px solid #000;
        }

        #homePageLoginOverlay #loginFormContainer .icons-white_lock, #homePageLoginOverlay #loginFormContainer .icons-lock_icon
        {
            position: relative;
            top: 2px;
            vertical-align: top;
        }

        #homePageLoginOverlay #loginFormContainer .loginHeader
        {
            background-color: #FCF235;
            font-weight: bold;
            padding: 15px;
            text-align: center;
        }

        #homePageLoginOverlay #loginFormContainer .loggedHeader
        {
            font-size: 12px;
            font-weight: bold;
            padding-left: 14px;
            padding-top: 5px;
        }

            #homePageLoginOverlay #loginFormContainer .loggedHeader .rentalCount
            {
                color: gray;
            }

        #homePageLoginOverlay #loginFormContainer .memberFormDivInner
        {
            overflow: hidden;
            padding: 10px 15px 5px;
        }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .homePageLoginLbl
            {
                float: left;
            }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .linkStyle
            {
                border-bottom: 1px solid lightgray;
                list-style: none outside none;
                padding-bottom: 5px;
                padding-top: 5px;
            }

                #homePageLoginOverlay #loginFormContainer .memberFormDivInner .linkStyle a
                {
                    color: #3366AA;
                    text-decoration: none;
                }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .cookiedMemberOverlay
            {
                overflow: hidden;
                padding: 0;
                width: 100%;
                margin: 0;
                list-style: none;
            }

                #homePageLoginOverlay #loginFormContainer .memberFormDivInner .cookiedMemberOverlay li
                {
                    float: left;
                }

        #homePageLoginOverlay #loginFormContainer .loginOverlayText
        {
            font-size: 11px;
        }

        #homePageLoginOverlay #loginFormContainer input
        {
            margin: 0;
        }

        #homePageLoginOverlay #loginFormContainer #homePageloginId
        {
            display: block;
        }

        #homePageLoginOverlay #loginFormContainer .formRow
        {
            overflow: hidden;
            margin: 10px 0;
        }

            #homePageLoginOverlay #loginFormContainer .formRow .overlayPopup
            {
                display: inline;
                color: #000;
            }

            #homePageLoginOverlay #loginFormContainer .formRow #cookieMemberOnLogin
            {
                position: relative;
                top: 2px;
            }

            #homePageLoginOverlay #loginFormContainer .formRow .saveInfo
            {
                vertical-align: bottom;
            }

            #homePageLoginOverlay #loginFormContainer .formRow #loginButton
            {
                text-transform: uppercase;
            }

        #homePageLoginOverlay #loginFormContainer .bookingBtn
        {
            background-color: #308DFF;
            cursor: pointer;
            font-style: italic;
            font-weight: bold;
            padding: 7px 30px;
            color: #fff;
        }

        #homePageLoginOverlay #loginFormContainer #loginFormInner
        {
            border-top: 5px solid #000000;
            padding: 15px;
        }

            #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails
            {
                float: none;
                line-height: 15pt;
                list-style: none outside none;
                margin: 0;
                padding: 5px 0 0;
            }

                #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails li
                {
                    border-bottom: 1px solid #EDEDED;
                    border-right: medium none;
                    cursor: pointer;
                    float: none;
                    margin-bottom: 5px;
                    margin-top: 5px;
                    padding: 0;
                }

                    #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails li a
                    {
                        text-decoration: none;
                    }

        #homePageLoginOverlay #loginFormContainer .overlayPopupLink
        {
            cursor: pointer;
            display: inline-block;
        }

        #homePageLoginOverlay #loginFormContainer .removed
        {
            display: none;
        }

        #homePageLoginOverlay #loginFormContainer .icons-info_sm
        {
            display: inline-block;
            margin: 0 0 2px;
            vertical-align: middle;
        }

        #homePageLoginOverlay #loginFormContainer .icons-hertzGoldPlusRewards
        {
            border: medium none;
            margin: 0 8px;
        }

        #homePageLoginOverlay #loginFormContainer .overlayPopupContent
        {
            position: absolute;
            z-index: 10000;
        }

        #homePageLoginOverlay #loginFormContainer .icons-close_lg
        {
            float: right;
            margin-top: 3px;
        }

        #homePageLoginOverlay #loginFormContainer .pointer
        {
            margin-right: 3px;
            float: right;
        }

        #homePageLoginOverlay #loginFormContainer .overlayPopupFooter
        {
            text-align: right;
            background-color: #ffd60d;
            padding-bottom: 5px;
            padding-right: 5px;
            cursor: pointer;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayLearnMoreFooter
        {
            width: 325px;
            display: inline-block;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayCloseBox
        {
            position: relative;
            top: 2px;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayLearnMoreContent
        {
            padding: 12px;
            border: 3px solid #ffd60d;
            background-color: #fefed9;
            width: 300px;
            height: 130px;
            overflow: auto;
            white-space: normal;
        }

        #homePageLoginOverlay #loginFormContainer #loginUsernameLearnMore
        {
            left: 195px;
            padding-left: 10px;
            position: absolute;
            top: 243px;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayContent
        {
            padding: 12px;
            border: 3px solid #ffd60d;
            background-color: #fefed9;
            width: 300px;
        }

        #homePageLoginOverlay #loginFormContainer .icons-lock_icon
        {
            display: none;
        }

        #homePageLoginOverlay #loginFormContainer .icons-white_lock, #homePageLoginOverlay #loginFormContainer .icons-hertzGoldPlusRewards
        {
            display: inline-block;
        }

.mobiMyAccount
{
    display: none;
}

#loginLink a, #myaccount
{
    padding: 5px 10px;
}

.switchProfileLink
{
    padding: 5px 0px;
}

#cookieLink
{
    display: inline-block;
    padding: 5px;
}

#myaccount
{
    display: none;
}

.header-emember a
{
    color: #308DFF;
}

    .header-emember a:hover
    {
        color: #0066E3;
    }

    .header-emember a:visited
    {
        color: #308DFF;
    }

.header-emember .loginActive
{
    background-color: #000000;
    color: #fff;
}

.header-emember .loginInActive
{
    padding: 5px;
}

.header-emember .homeloggedUserDetails
{
    display: block;
}

.header-emember .topNavPrimary
{
    background-color: #308DFF;
    color: #FFFFFF;
}

.header-emember .topNavButton
{
    border-radius: 0 0 0 0;
    padding: 5px 15px;
    border: medium none;
    display: inline-block;
    font: bold 8pt arial;
    line-height: 1.625;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.header-emember .topNavPrimaryHover, .header-emember .topNavSecondary:hover
{
    background-color: #F3E500;
    color: #000000;
}

.header-emember .topNavSecondary
{
    background-color: #94C3FD;
    color: #1A5BAB;
}

.header-emember ul
{
    clear: both;
}

    .header-emember ul .cookiedLinks
    {
        padding-top: 5px;
    }

.header-emember .topNavTabletShow
{
    display: block;
    float: right;
    padding: 9px 10px 5px 5px;
    height: 10px;
}

.header-emember #welcomeMsg
{
    padding-right: 8px;
    padding-top: 10px;
}

.header-emember span#topNavDesktopShow
{
    display: none;
}

.header-emember li#loginLink
{
    border-right: none;
    padding-right: 0;
}

.header-emember li#loggedInMember
{
    padding-right: 0;
}

.header-emember span.topNavLbl
{
    font-weight: normal;
    color: #555555;
    display: none;
}

.header-emember li#loginLinkClub span.topNavLbl
{
    color: #000000;
    font-weight: bold;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    color: #888;
    left: 245px;
    top: 62px;
    font-size: 1.5em;
}

#header-container .header-emember .loginGreeting
{
    display: block;
}

footer section.footerDesktop
{
    display: none;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: block;
}

footer section.copyrightTablet
{
    display: block;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
}

#country-nav.right
{
    width: 300px;
    text-align: right;
}

#user-nav.right, #country-nav.right
{
    margin-right: 5px;
}

nav#user-nav ul li
{
    padding: 0;
    margin-left: 10px;
}

.overlay [class*="column"] + [class*="column"]:last-child
{
    float: right;
}

.socia_bar_no_responsive,
.faq_no_responsive
{
 display:block;
}

/* Stlying for AEM components 
.aem-hide-responsive
{
    display: block;
}

#featuredReview3 {
    display:table-cell;
}

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/600/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


.usedCarsByMakePage .modelsList {
        float: left;
        width: 47%;
}
.usedCarsByMakePage .modelSelection {
        border: 1px solid black;
        float: right;
        margin-left: 3%;
        margin-right: 10%;
        padding: 10px 30px 30px;
        width: 40%;
}
.alignLeft {
    margin-left : 33px;
}
.usedCarsByMakePage.ContentStyle
{
    margin-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
}
.usedCarsByMakePage .mainConatiner {
    margin: 10px 8px 8px;
    width: auto;
}


/* Comment Generated by Combres - Resource '~/css/responsive/600/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/768' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 768 */
@media only screen and (min-width: 768px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/768/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 768px)
{
*/
 /*body, #container
    {
        min-width: 768px;
    }*/
 .stepHeaderMobile
{
    display: none;
}

.stepHeader, .step3Header
{
    display: block;
}

 #header-container .header-box
 {
  font-size: 9pt;
  height: 95px;
   }

 #header-container .header-box .header-mob
 {
  display: none;
 }

 #header-container .header-box .header-logo-box
 {
  display:inline-block;
 }

 #header-container .header-box .header-pos, #header-container .header-box .header-emember
 {
  clear: both;
  display: block;
  color: #555;
 }

 #header-container .header-box .header-emember
 {
  float: right;
  height: 60px;
  padding: 0;
 }

 #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 8pt;
  top: 30px;
  left: 160px;
  width: 210px;
 }

 #header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

 #header-container .header-banner-ra .ra-logo-large
 {
  display: block;
  height: 45px;
 }
 
 #header-container .header-pos li
 {
  line-height: 2.8em;
  margin: 2px 0 0;
  }

  #header-container .header-emember #topNavtop
 {
	padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
 }

   #header-container .header-emember #topNavtop:hover
   {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

 #header-container .header-emember li .Account-emember
 {
	margin-top: 20px;
    padding-top: 10px;
 }

 #header-container .header-emember li#loggedInMember
 {
  padding-right: 0;
 }

  #header-container .header-emember ul
 {
  list-style: none;
  margin: 0;
  float: right;
  padding: 0;
 }

  .hot-state .user-LoggedIn 
  {
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  #header-container .header-emember li .change-link
 {
  float: left;
  margin: 15px;
 }
 #header-container .header-emember li#loginLink
 {
  border-right: none;
  padding-right: 0;
 }

 #header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
 {
  border: 0 none;
  padding: 0 0 0 7px;
 }

 #header-container .header-emember #pos-change
 {
  color: #ffd100;
 }

	.change-link-opened .change-link-globe-gold,
    .change-link-closed .change-link-globe-dark 
    {

        display: none;
    }

 #header-container .header-pos .change-link
 {
  position: relative;
 }

 .change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}

.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    border-right: 1px solid #3f3f3f;
  }

.change-link-opened #globe-logo {
    color: #000000;
}

 #header-container .header-emember li.Account-emember
 {
    padding: 5px;
 }

.change-link-opened #country-nav 
 {
    color: #000000;
    display: inline-block;
  }

  #header-container .header-pos .pos-tab
 {
  background-color: #ffd100;
  color: #fff;
  border-right: 0 ;
  margin: -6px 0 0;
  padding: 7px 10px 5px;
 }

 #header-container .pos-lang-box
 {
  display: none;
  background: none repeat scroll 0 0 #ffd100;
  border: 0px solid #444;
 padding: 4px 10px 10px 10px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  width: 254px;
  z-index: 9999;
 }

 #header-container .header-pos label
 {
  cursor: text;
  padding: 0 0 15px;
  margin: 0;
  display: block;
 }

 #header-container .header-pos select
 {
  width: 100%;
  *height: 25px;
  margin: 0;
  *width: 230px;
 }

 #header-container .header-pos button
 {
  margin: 0;
 }

 #header-container .header-pos .career-link
 {
  display: none;
 }

 #header-container .header-pos .header-search
 {
  float: right;
  padding-right: 10px;
 }

 #header-container .pos-tab #pos-change
 {
  color: #fff;
  text-decoration: none;
 }

 #header-container .pos-tab .pos-lang-box
 {
  display: block;
 }

 #header-container .header-search form
 {
  display: block;
 }

 #header-container .header-search fieldset
 {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 22px;
  *width: 268px;
  zoom: 1;
  margin: 3px 0;
 }

 #header-container .header-search input
 {
  border: 0 none;
  border-right: 1px solid #ccc;
  color: #555;
  float: left;
  height: 18px;
  line-height: 1.9em;
  width: 229px;
  margin: 2px 0;
  padding: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 9pt;
  -webkit-box-shadow: #fff 0px 0px 0px;
  -moz-box-shadow: #fff 0px 0px 0px;
  box-shadow: #fff 0px 0px 0px;
 }

 #header-container .header-search button
 {
  float: left;
  padding: 0;
  margin: 2px 4px 0;
  background-color: #fff;
 }

 #header-container .header-search .highlight
 {
  color: #000;
 }

 #header-container .header-search span
 {
  display: block;
  cursor: pointer;
  background-color: #ededed;
  padding: 0;
  margin: 6px 0 0;
 }

 #header-container .change-link span
 {  
  float: left;
  text-decoration: underline;
 }

 #header-container .header-emember #change-link 
 {
    float:right;
 }

#header-container .header-emember .change-link 
{
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

#globe-logo
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: Ride!important;
    text-decoration: underline;

 }

#header-container .header-box .header-emember
 {
    float: right;
    height: 68px;
    display: inline-block;
    clear: none;
    width: auto;
  }

 #header-container .header-logo img
 {  
  width: 120px;
  height: 32px;
 }

#header-container .header-logo-anchor 
{
    margin: 30px 0 0 10px;
    display: inline-block;
 }

 #header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 15px;    
    margin: -2px 12px 0 0;
    text-align: right;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }
.footer-middle-ddc {
    width: 75% !important;     
}
 #nav-container
 {
  position: inherit;
 }

 nav#help-nav ul li span.wht 
{
    display: none;
}

 #nav-container .nav-mob
 {
  display: none;
 }

 #nav-container .nav-menu
 {
  display: block;
  height: 60px;
  width: 100%;
 }

 #nav-container .nav-menu table
 {
  width: auto;
  padding: 0;
   border: none;
  height: 53px;
  border-collapse: collapse;
  margin: 0;
  }

 #nav-container .nav-menu td
 {
  vertical-align: middle;
  border-left: 0;
  padding: 0;
  margin: 0;
  position: relative;
  *cursor: pointer;
  cursor: pointer\0;
 }

 #nav-container .nav-menu a, #nav-container .nav-menu span
 {
  display: table-cell;
  *display: block;
  height: 53px;
  vertical-align: middle;
  *line-height: 3.3em;
  font-size: 9pt;
  padding: 0 10px;
  *width: auto;
  color: #fff;
  text-decoration: none;
  zoom: 1;
  border-left: 0;
 }

 #nav-container .nav-menu span
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-hover
 {
  background-color: #ffd100;
  color: #000000
 }

 #nav-container .nav-menu dl
 {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 53px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
 }

 #nav-container .nav-menu dd
 {
  margin: 0;
  padding: 0;
 }

 #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-show
 {
  display: block;
 }

 #nav-container .nav-menu .no-pipe
 {
  border: 0 none;
 }

 #nav-container .nav-menu .last-menu-show
 {
  right: 0;
 }

 #nav-container .menu-show a
 {
  font-size: 10px;
  font-style: normal;
  padding: 0 15px;
  white-space: nowrap;
  display: block;
  line-height: 5.2em;
  height: 53px;
  border: 0 none;
  border-top: 1px solid #d3ae00;
  background-color: #ffd100;
  width: 327px;
  text-align: left;
  color: #000000;
 }

 #nav-container .menu-show a:first-child
 {
  border: 0;
 }

 #nav-container .menu-show a:hover
 {
  color: #ffd100;
  background-color: #000000;
 }

 #nav-container .menu-show .no-pipe
 {
  border: 0 none;
 }

  #nav-container .nav-menu td > a
  {
  text-transform: uppercase;
  font-size: 9pt;
  }

 #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

  .user-LoggedIn 
 {
    float: left;
    margin: 13px 40px 0 0;
 }

 .MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .loggedInName 
{
    margin: 0 24px 0 0;
}

 .LogoutLink 
{
    margin-left: 8px;
}

.MyAccountLink 
{
    border-right: 1px solid #ededed;
    padding-right: 12px;
    line-height: 12px;
}

 #aem-overlay-video {
    width: 600px;
    height: 500px;
}

.promoImg {
    width : 33%;
    float : left;
}
.promoDesc {
    margin-left : 7%;
    width : 60%;
    float: left;
}

#featuredReview4 {
    display:table-cell;
}



/* Comment Generated by Combres - Resource '~/css/responsive/768/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/
 .usedCarsByMakePage #ModelsInfo li { 
    width: 33%;
}
.usedCarsByMakePage .modelsList { 
        width: 60%;
}
.usedCarsByMakePage .modelSelection { 
        width: 27%;
}


/* Comment Generated by Combres - Resource '~/css/responsive/768/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/768/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/992' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 992 */
@media only screen and (min-width: 992px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/992/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 992px)
{
*/

#header-container .header-box
{
    font-size: 9pt;
    height: 95px;

}

    #header-container .header-box .header-mob
    {
        display: none;
    }

    #header-container .header-box .header-logo-box
    {
           display: inline-block     
    }

    #header-container .header-box .header-emember
    {
        float: right;
        height: 68px;
        display: inline-block;
        clear: none;
        width: auto;      
    }

#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    font-size: 8pt;
    top: 30px;
    left: 160px;
    width: 210px;
}

#header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
{
    display: none;
}

#header-container .header-banner-ra .ra-logo-large
{
    display: block;
    height: 45px;
}

#header-container .header-pos li
{
    line-height: 2.8em;
    margin: 2px 0 0;
}

#header-container .header-emember #topNavtop
{
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
}

#header-container .header-emember #topNavtop:hover
     {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

#header-container .header-emember .Account-emember
{
		margin-top: 20px;
		padding-top: 10px;
}

    #header-container .header-emember li#loggedInMember
    {
        padding-right: 0;
    }

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 16px 0 0 0;
}

#header-container .header-emember li .change-link
{
    float: left;
}

    #header-container .header-emember li#loginLink
    {
        border-right: none;
        padding-right: 0;
    }

#header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 0 0 7px;
}

#header-container .header-emember #pos-change
{
    color: #ffd100;
}

	.change-link-opened .change-link-globe-gold,
	.change-link-closed .change-link-globe-dark 
	{

		display: none;
	 }

	.change-link-globe 
	{
		vertical-align: middle;
		margin-right: 12px;
		text-decoration: none;
	}
	.change-link-opened #country-nav 
	{
		background-color: #ffd100;
		position: relative;
		padding: 7.5px 0px 7.5px 12px;
		width: 120px;
		color:#000000;   
		border-right: 1px solid #3f3f3f;
	}


	.change-link-closed #country-nav 
	{
		position: relative;
		padding: 7.5px 0px 7.5px 12px;
		width: 120px;
		border-right: 1px solid #3f3f3f;
	  }

	.change-link-opened #globe-logo {
		color: #000000;
	}

	#header-container .change-link
	{
		position: relative;
	}

	#header-container .header-emember li.Account-emember 
    {
		padding: 5px;
	}

	.change-link-opened #country-nav 
	 {
		color: #000000;
		display: inline-block;
	  }

	.change-link-opened #pos-change 
	 {
		color: #000000;
	}

#header-container .header-pos .pos-tab
{
    background-color: #000;
    color: #ffd100;
    border-right: 0;
    margin: -6px 0 0;
    padding: 7px 10px 5px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 0;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos label
{
    cursor: text;
    padding: 0 0 15px;
    margin: 0;
    display: block;
}

#header-container .header-pos select
{
    width: 100%;
    height: 25px;
    margin: 0;
    *width: 230px;
}

#header-container .header-pos button
{
    margin: 0;
}

#header-container .header-pos .career-link
{
    display: none;
}

#header-container .header-pos .header-search
{
    float: right;
    padding-right: 10px;
}

#header-container .pos-tab #pos-change
{
    color: #fff;
    text-decoration: none;
}

#header-container .pos-tab .pos-lang-box
{
    display: block;
}

#header-container .header-search form
{
    display: block;
}

#header-container .header-search fieldset
{
    background-color: #fff;
    border: 1px solid #ccc;
    height: 22px;
    *width: 268px;
    zoom: 1;
    margin: 3px 0;
}

#header-container .header-search input
{
    border: 0 none;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    height: 18px;
    line-height: 1.9em;
    width: 229px;
    margin: 2px 0;
    padding: 0 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 9pt;
    -webkit-box-shadow: #fff 0px 0px 0px;
    -moz-box-shadow: #fff 0px 0px 0px;
    box-shadow: #fff 0px 0px 0px;
}

#header-container .header-search button
{
    float: left;
    padding: 0;
    margin: 2px 4px 0;
    background-color: #fff;
}

#header-container .header-search .highlight
{
    color: #000;
}

#header-container .header-search span
{
    display: block;
    cursor: pointer;
    background-color: #ededed;
    padding: 0;
    margin: 6px 0 0;
}

#header-container .change-link span
{
    float: left;
	text-decoration: underline;
}

#header-container
{
    *z-index: 2;
    *position: relative;
}

#header-container .header-emember #change-link 
{
    float:right;
}

#header-container .header-emember .change-link 
{
    padding: 10px;
}

#header-container .header-emember .header-emember-items 
{
    padding-top: 18px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

    #globe-logo
    {
        padding-left: 7px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
       font-family: Ride!important;
        text-decoration: underline;
    }

#header-container .header-logo-anchor 
{
    display: inline-block;
    margin: 30px 0 0 40px;
}

.header-phone-ddc 
{     
    margin:0px 0 0 -46px !important;     
}

 .myAccount-blank-div-ddc {
    height:20px !important;
}

.header-main-right-ddc {
    margin: 20px 16px 0px 0px !important;
}

.logginNameContainer-ddc {    
    margin-top:-3px !important;
}

.myAccountAndLogout-ddc {   
    padding-top:7px !important;
}

.MyAccountLink-has-user-ddc {
    margin-top:31px !important;
}
  
.footer-middle-ddc {
    width: 70% !important;     
}
.footer-bottom-ddc {
    padding:0px 122px 0px 122px !important;    
}

    #header-container .header-logo-box h1, #header-container .header-logo-box h2
    {
        font-size: 9pt;
        top: 41px;
        left: 340px;
        zoom: 1;
        width: 300px;
    }

#header-container .header-logo img
{    
     width: 150px;
     height: 41px;
}

	#header-container .header-logo-text
    {
        color: #fff;
        display:inline;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
        font-family: Ride!important; 
         margin-left:5px;    
          
    }
    #header-container .header-banner-ra #banner-iframe-ra
    {
        display: block;
        width: 992px;
        height: 117px;
    }

    #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
    {
        display: none;
    }

    #header-container .header-pos .career-link
    {
        display: block;
    }

    #header-container .header-pos .header-search
    {
        padding: 20px 15px 0 0;
    }

    #header-container .header-emember li#loggedInMember
        {
            padding-right: 0;
        }

    #header-container .header-search fieldset
    {
        height: 27px;
        margin: 0;
    }

    #header-container .header-search input
    {
        margin: 5px 0;
    }

    #header-container .header-search button
    {
        margin: 5px 5px 0;
    }

    #header-container .header-search span
    {
        background-color: #fff;
        margin-top: 4px;
    }

#nav-container
{
    position: inherit;
}

nav#help-nav ul li span.wht 
{
    display: block;
}

    #nav-container .nav-mob
    {
        display: none;
    }

    #nav-container .nav-menu 
    {
        display: block;
        height: 60px;
        width: 100%;
    }

        #nav-container .nav-menu table
        {
            width: auto;
            padding: 0;
            height: 53px;
            border: none;
            border-collapse: collapse;
            margin: 0 0 0 25px;
            
        }

        #nav-container .nav-menu td
        {
            vertical-align: middle;
            border-left: 0;
            padding: 0;
            margin: 0;
            position: relative;
            *cursor: pointer;
            cursor: pointer\0;
        }

         #nav-container .nav-menu a, #nav-container .nav-menu span
        {
            display: table-cell;
            *display: block;
            height: 53px;
            vertical-align: middle;
            *line-height: 3.3em;
            padding: 0 7px 0 15px;
            *width: auto;
            color: #e2e2e2;
            text-decoration: none;
            zoom: 1;
            border-left: 0;
            font-size: 16px;
       }

         #nav-container .nav-menu span
         {
           text-transform: uppercase;
           letter-spacing: 1px;
    }


        #nav-container .nav-menu .menu-hover
        {
            background-color: #ffd100;
            color: #000000
        }

        #nav-container .nav-menu dl
        {
            position: absolute;
            display: none;
            z-index: 1000;
            top: 53px;
            width: auto;
            margin: 0;
            padding: 0;
            border: 0;
        }

        #nav-container .nav-menu dd
        {
            margin: 0;
            padding: 0;
        }
        
        #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-show
        {
            display: block;
        }

        #nav-container .nav-menu .no-pipe
        {
            border: 0 none;
        }

        #nav-container .nav-menu .last-menu-show
        {
            right: 0;
        }

    #nav-container .menu-show a
    {
        font-size: 13px;		
        font-style: normal;
        padding: 0 15px;
        white-space: nowrap;
        display: block;
        line-height: 4.2em;
        height: 53px;
        border-top: 1px solid #d3ae00;
        background-color: #ffd100;
        width: 327px;
        text-align: left;
        color: #000000;
    }

    #nav-container .menu-show a:first-child
    {
        border: 0;
    }

        #nav-container .menu-show a:hover
        {
            color: #ffd100;
            background-color: #000000;
        }

    #nav-container .menu-show .no-pipe
    {
        border: 0 none;
    }

     #nav-container .nav-menu span
    {
        font-size: 16px;
        height: 53px;
        *line-height: 4.1em;
    }

    #nav-container .nav-menu td > a
    {
        text-transform: uppercase;
        font-size: 16px;
     }

    #nav-container .nav-menu .menu-hover
    {
        height: 53px;
        *height: auto;
    }

    partialSwitchProfileLink
{
    display: none;
}

.fullSwitchProfileLink
{
    display: inline-block;
}

#header-container .header-box .header-emember .topNavTabletShow
{
    display: none;
}

#header-container .header-box .header-emember #loggedInMember span#topNavDesktopShow
{
    display: inline;
}

#header-container .header-box .header-emember li#loginLink
{
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

#header-container .header-box .header-emember span.topNavLbl
{
    display: inline;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    left: 485px;
    line-height: 0.8em;
    position: absolute;
    top: 44px;
    color: #888;
    font-size: 2.2em;
}

#header-container .header-emember .loginGreeting
{
    display: block;
    clear: none;
    float: right;
    margin-top: 0px;
    position: relative;
    right: inherit;
    top: inherit;
}

 .user-LoggedIn 
 {
    float: left; 
 }

.loggedInName,.MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

.header-emember-items .user-LoggedIn 
 {
    margin: 14px 30px 0 0;
}

.loggedInName 
{
    margin: 0 24px 0 0;
}

 .LogoutLink
 {
     margin-left: 8px;
 }

 .MyAccountLink 
 {
    border-right: 1px solid #ededed;
    padding: 0 12px;
    line-height: 12px;
}

footer section.footerDesktop
{
    display: block;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
}

#aem-overlay-video {
    width: 830px;
    height: 500px;
}



/* Comment Generated by Combres - Resource '~/css/responsive/992/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/1382' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 1284 */
@media only screen and (min-width: 1284px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/1382/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 1248px)
{
*/
	body
	{
	 min-width: initial;
	}

 #container
 {
  width: 1248px;
  margin: 0 auto;
  -webkit-box-shadow: #444 0px 0px 70px;
  -moz-box-shadow: #444 0px 0px 70px;
  box-shadow: #444 0px 0px 70px;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
 }

 #header-container .header-box
 {
  font-size: 9pt;
  height: 95px;
  }

 #header-container .header-box .header-mob
 {
  display: none;
 }

 #header-container .header-box .header-logo-box
 {
  height: 90px;
 display: inline-block;
 }

   #header-container .header-box .header-emember
 {
  float: right;
  height: 68px;
  display: inline-block;
  clear: none;
  width: auto
 }

 #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 8pt;
  top: 30px;
  left: 160px;
  width: 210px;
 }

 #header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

 #header-container .header-banner-ra .ra-logo-large
 {
  display: block;
  height: 45px;
 }

 #header-container .header-pos li
 {
  line-height: 2.8em;
  margin: 2px 0 0;
 }

 #header-container .header-emember #topNavtop
 {
    padding: 10px 26px;
    background-color: #ffd100;
    font-weight: bold;
    font-family: Ride!important;
    color: #000000;
    margin: 2px 0 10px 7px;
 }

    #header-container .header-emember #topNavtop:hover,#header-container .header-emember #topNavtop:focus
     {
         outline: 1px solid #ffd100 ;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
         margin: 2px 0 10px 7px;
    }
    
  #header-container .header-emember .Account-emember
 {
    margin-top: 20px;
    padding-top: 10px;
 }

 #header-container .header-emember li#loggedInMember
 {
  padding-right: 0;
 }

  #header-container .header-emember ul
 {
  list-style: none;
  margin: 0;
  float: right;
  padding: 16px 0 0 0;
 }

 .change-link {
    float:right;
}

  #header-container .header-emember li .change-link
 {
  margin: 15px;
 }

 #header-container .header-emember li#loginLink
 {
  border-right: none;
  padding-right: 0;
 }

 #header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
 {
  border: 0 none;
  padding: 0 0 0 7px;
 }

 #header-container .header-emember #pos-change
 {
  color: #ffd100;
 }

.change-link-opened .change-link-globe-gold,
.change-link-closed .change-link-globe-dark 
{
    display: none;
 }

.change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}

.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 36px 7.5px 12px;
    width: 140px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 36px 7.5px 12px;
    width: 142px;
    border-right: 1px solid #3f3f3f;
  }

.change-link-opened #globe-logo 
{
    color: #000000;
}

#header-container .header-emember li.Account-emember 
{
    padding: 5px 25px 5px 5px;
}

.change-link-opened #country-nav 
 {
    color: #000000;
    display: inline-block;
  }

.change-link-opened #pos-change 
 {
    color: #000000;
}
                                
 #header-container  .change-link
 {
  position: relative;
 }

 #header-container .header-pos .pos-tab
 {
  background-color: #ffd100;
  color: #fff;
  border-right: 0;
  margin: -6px 0 0;
  padding: 7px 10px 5px;
 }

 #header-container .pos-lang-box
 {
  display: none;
  background: none repeat scroll 0 0 #ffd100;
  border: 0px solid #444;
  padding: 4px 10px 10px 10px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  width: 254px;
  z-index: 9999;
 }

 #header-container .header-pos label
 {
  cursor: text;
  padding: 0 0 15px;
  margin: 0;
  display: block;
 }

 #header-container .header-pos select
 {
  width: 100%;
  height: 25px;
  margin: 0;
  *width: 230px;
 }

 #header-container .header-pos button
 {
  margin: 0;
 }

 #header-container .header-pos .career-link
 {
  display: none;
 }

 #header-container .header-pos .header-search
 {
  float: right;
  padding-right: 10px;
 }

 #header-container .pos-tab #pos-change
 {
  color: #fff;
  text-decoration: none;
 }

 #header-container .pos-tab .pos-lang-box
 {
  display: block;
 }

 #header-container .header-search form
 {
  display: block;
 }

 #header-container .header-search fieldset
 {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 22px;
  *width: 268px;
  zoom: 1;
  margin: 3px 0;
 }

 #header-container .header-search input
 {
  border: 0 none;
  border-right: 1px solid #ccc;
  color: #555;
  float: left;
  height: 18px;
  line-height: 1.9em;
  width: 229px;
  margin: 2px 0;
  padding: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 9pt;
  -webkit-box-shadow: #fff 0px 0px 0px;
  -moz-box-shadow: #fff 0px 0px 0px;
  box-shadow: #fff 0px 0px 0px;
 }

 #header-container .header-search button
 {
  float: left;
  padding: 0;
  margin: 2px 4px 0;
  background-color: #fff;
 }

 #header-container .header-search .highlight
 {
  color: #000;
 }

 #header-container .header-search span
 {
  display: block;
  cursor: pointer;
  background-color: #ededed;
  padding: 0;
  margin: 6px 0 0;
 }

 #header-container .change-link span 
 {
  float: left;
  text-decoration: underline;
 }

#header-container .header-emember #change-link {
    float:right;
}

#header-container .header-emember .change-link {
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text {
     display: inline-block;
}

#globe-logo
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: Ride!important;
    text-decoration: underline;

}

 #header-container
 {
  *z-index: 2;
  *position: relative;
 }

  #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 9pt;
  top: 41px;
  left: 340px;
  zoom: 1;
  width: 300px;
 }

 #header-container .header-logo-anchor 
 {
  margin: 30px 0 0 40px;
  display: inline-block;
 }
.header-logo-anchor-ddc {
    margin: 30px 0 0 122px !important;
}
 .header-phone-ddc 
{     
    margin:0px 0 0 60px !important;     
}
 .header-main-right-ddc {     
    margin: 20px 122px 0px 0px !important;
}
 .footer-middle-ddc {
    width: 58% !important;     
}
 #header-container .header-logo img
 {  
  width: 150px;
  height: 41px;
 }

 #header-container .header-logo-text
 {
  color: #fff;
  display:inline;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
 font-family: Ride!important;
  margin-left: 5px;
 } 
    
 #header-container .header-banner-ra #banner-iframe-ra
 {
  display: block;
  width: 992px;
  height: 117px;
 }

 #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

  #header-container .header-pos button
 {
 float: right;
 background-color: #000000;
 }

 #header-container .header-pos .career-link
 {
  display: block;
 }

 #header-container .header-pos .header-search
 {
  padding: 20px 15px 0 0;
 }

 #header-container li#loggedInMember
 {
  padding-right: 0;
 }

 #header-container .header-search fieldset
 {
  height: 27px;
  margin: 0;
 }

 #header-container .header-search input
 {
  margin: 5px 0;
 }

 #header-container .header-search button
 {
  margin: 5px 5px 0;
 }

 #header-container .header-search span
 {
  background-color: #fff;
  margin-top: 4px;
 }

 .switchFirstName
 {
  display: inline-block;
 }

 #header-container .header-banner-ra #banner-iframe-ra
 {
  width: 1000px;
 }

 #nav-container
 {
  position: inherit;
  z-index: 3;
 }

 nav#help-nav ul li span.wht 
{
     display: block;
}

 #nav-container .nav-mob
 {
  display: none;
 }

 #nav-container .nav-menu
 {
  display: block;
  height: 60px;
  width: 100%;
 }

 #nav-container .nav-menu table
 {
  width: auto;
  padding: 0;
  height: 53px;
  border: none;
  border-collapse: collapse;
  margin: 0 0 0 25px;
 }

 #nav-container .nav-menu td
 {
  vertical-align: middle;
  border-left: 0;
  padding: 0;
  margin: 0;
  position: relative;
  *cursor: pointer;
  cursor: pointer\0;
 }

  #nav-container .nav-menu a, #nav-container .nav-menu span
 {
  display: table-cell;
  *display: block;
  height: 53px;
  vertical-align: middle;
  *line-height: 3.3em;
  font-size: 16px;
  padding: 0 7px 0 15px;
  *width: auto;
  color: #e2e2e2;
  text-decoration: none;
  zoom: 1;
  border-left: 0;
  }

    #nav-container .nav-menu span 
    {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

 #nav-container .nav-menu .menu-hover
 {
  background-color: #ffd100;
  color: #000000;
 }

 #nav-container .nav-menu dl
 {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 53px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
 }

 #nav-container .nav-menu dd
 {
  margin: 0;
  padding: 0;
 }

 #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-show
 {
  display: block;
 }

 #nav-container .nav-menu .no-pipe
 {
  border: 0 none;
 }

 #nav-container .nav-menu .last-menu-show
 {
  right: 0;
 }

 #nav-container .menu-show a
 {
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
  display: block;
  border-top: 1px solid #d3ae00 ;
  background-color: #ffd100;
  text-align: left;
  color: #000000;
  padding: 0 15px;
  width: 327px;
  line-height: 4.2em;
  height: 53px;
 }

 #nav-container .menu-show a:first-child
 {
  border: 0;
 }

 #nav-container .menu-show a:hover
 {
  color: #ffd100;
  background-color: #000000;
 }

 #nav-container .menu-show .no-pipe
 {
  border: 0 none;
 }

  #nav-container .nav-menu td > a
 {
   text-transform: uppercase;
   font-size: 16px;
 }
    
 #nav-container .nav-menu .menu-hover
 {
  height: 53px;
  *height: auto;
 }

 .cookieFirstName
 {
  display: inline-block;
 }

 .cookieFirstInit
 {
  display: none;
 }

 .sectionWidthSmall
 {
  margin: none;
 }

 .storeLocationNameNS
 {
  font-style: italic;
  font-weight: normal;
  left: 485px;
  line-height: 0.8em;
  position: absolute;
  top: 44px;
  color: #888;
  font-size: 2.2em;
 }

 #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

 .user-LoggedIn 
 {
    float: left;    
 }

.user-LoggedIn .loggedInName 
{
  max-width: 300px;
}

.header-emember-items .user-LoggedIn 
{
    margin: 14px 30px 0 0;
}

 .loggedInName,.MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .LogoutLink
 {
     margin-left: 8px;
 }

.MyAccountLink {
    border-right: 1px solid #ededed;
    padding: 0 12px;
    line-height: 12px;
}

.loggedInName
 {
    margin: 0 24px 0 0;
}



/* Comment Generated by Combres - Resource '~/css/responsive/1382/global.legacy.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/sitemap.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/catalog.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/find.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/1382/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/1382' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 1284 */
@media only screen and (min-width: 1284px)
{
