/* Minification failed. Returning unminified contents.
(3933,177): run-time error CSS1054: JavaScript error in expression property: Variable 'TBWindowMargin' has not been declared: TBWindowMargin
(4004,177): run-time error CSS1054: JavaScript error in expression property: Variable 'TBWindowMargin' has not been declared: TBWindowMargin
 */
@font-face {
    font-family: AvenirNextLTW01-Regular;
    src: url('Font/eot/AvenirNextLTW01-Regular.eot');
    src: url('Font/eot/AvenirNextLTW01-Regular.eot?#iefix') format("embedded-opentype"), url('Font/woff/AvenirNextLTW01-Regular.woff'), url('Font/ttf/AvenirNextLTW01-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #ffffff;
    font-size: 10pt;
    font-family: AvenirNextLTW01-Regular;
    width: 985px;
    margin: auto;
    padding: 0;
}

#bodyContent {
    float: left;
    min-height: 550px;
}

.ColumnsSplit {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
}

    .ColumnsSplit div.left {
        float: left;
    }

    .ColumnsSplit div.right {
        float: right;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.htmlRedBold {
    color: #C00000;
    font-weight: bold;
}

.htmlRed {
    color: #C00000;
}

    .htmlRed a {
        color: #C00000;
    }

.content {
    padding: 10px;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}

li.liTitle {
    font-weight: bold;
    text-decoration: underline;
}

ul li {
    margin-bottom: 10px;
}

header {
    display: block;
    height: 70px;
}

header, footer, nav, section {
    display: block;
}

.loadingBack {
    background-color: black;
    width: 100%;
    min-height: 800px;
    opacity: 0.2;
    filter: alpha(opacity=2);
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.loading {
    overflow: visible;
    z-index: 11;
    padding: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: white;
    width: 75px;
    height: 78px;
    margin: 0 auto;
    position: fixed;
    top: 45%;
    left: 48%;
    border: solid 1px #989898;
    -moz-box-shadow: 3px 3px 4px #989898;
    -webkit-box-shadow: 3px 3px 4px #989898;
    box-shadow: 3px 3px 4px #989898;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#989898')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#989898');
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: large;
    color: #ABABAB;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: large;
    padding-bottom: 7px;
    padding-left: 5px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.link {
    color: #034af3;
    text-decoration: underline;
}

.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding-bottom: 20px;
}

    header h1, #header h1 {
        margin: 12px 25px 5px 40px;
        background-position: left top;
        font-weight: bold;
        padding: 5px 0px 15px 250px;
        border: none;
        line-height: 100px;
        font-size: 32px !important;
        background-image: url('../Images/Avis logo red CMYK.jpg');
        background-repeat: no-repeat;
    }

#main {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer {
    margin-top: 50px;
    font-size: .9em;
}

    footer ul {
        list-style-type: none;
    }

        footer ul li.first {
            padding: 0;
            background: 0;
        }

        footer ul li {
            padding: 0 5px;
            display: inline;
            background: url('../Images/separator-f.gif') no-repeat 0 50%;
        }

            footer ul li a {
                color: #7F7F7F !important;
            }

/* TAB MENU
----------------------------------------------------------*/
ul#menu {
    /*border-bottom: 2px #5C87B2 solid;*/
    position: absolute;
    padding-top: 5px;
    left: -37px;
    margin: 0;
    float: left;
    text-align: left;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #FFFFFF;
        }

        ul#menu li a {
            padding: 8px 8px 8px 8px;
            font-weight: bolder;
            text-decoration: none;
            line-height: 37px;
            background-color: #FFFFFF;
            color: #FF0000;
            height: 80px;
            border-width: thin;
            border-color: #FF0000;
            border-style: solid;
            /*-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;*/
        }

            ul#menu li a:hover {
                background-color: #FF0000;
                text-decoration: none;
                color: #FFFFFF;
            }

            ul#menu li a:active {
                background-color: #F4F4F4;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10pt;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10pt;
}

input[type="submit"] {
    font-size: 1em;
    padding: 2px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

    table td {
        padding: 5px;
    }

    table th {
        padding: 10px 9px;
        font-weight: 700;
        text-align: left;
        background-repeat: repeat-x;
        background-position: bottom bottom;
        height: 22px;
        color: #ffffff;
    }

/* MISC
----------------------------------------------------------*/
.findUser {
    font-weight: 900;
}

.clear {
    clear: both;
}

.error {
    color: #C00000;
}

.errorBold {
    color: #C00000;
    font-weight: bold;
}

nav, #menucontainer {
    margin: auto;
    left: 0px;
}

hgroup.title {
    margin-top: -5px;
    text-align: left;
    background-color: #F0F1F4;
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    padding-left: 10px;
    height: 35px;
}

    hgroup.title h1 {
        margin-top: 5px;
        color: #F00101;
    }

#logindisplay {
    font-size: small;
    display: block;
    text-align: right;
    margin: 10px;
    color: indianred;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font-size: 8pt;
    color: #C00000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

textarea {
    font-size: 10pt;
    padding: 10px;
}

.textarea {
    width: 942px;
    height: 250px;
    border: none;
}

.text-box {
    width: 35em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Custom styles for elements
-----------------------------------------------*/

#UserResultsTable {
    margin-top: 15px;
}

tr.gridrow:hover {
    background-color: #CFCFCF;
    cursor: pointer;
}

#spinner {
    vertical-align: middle;
    text-align: center;
}

.button {
    min-width: 60px;
    text-align: center;
}

.scrollingPanel {
    border: solid 1px #DEDEDE;
    width: 100%;
    height: 584px;
    background-color: white;
    float: left;
    overflow: auto;
    overflow-x: Hidden;
}

.Search {
    padding: 15px;
    font-size: 10pt;
    font-weight: bold;
    border: solid 1px #D3D3D3;
    margin-bottom: 10px;
}

.tblGrid {
    font-size: 9pt;
    border-color: red;
    border: solid 1px #E7E7E7;
}

    .tblGrid th {
        height: 15px;
        color: black;
        white-space: nowrap;
        background-color: #D3D3D3;
    }

    .tblGrid tr:nth-child(even) {
        background: #F5F5F5;
    }

    .tblGrid tr:nth-child(odd) {
        background: #FFF;
    }

    .tblGrid tr:hover {
        background: #E7E7E7;
    }

.registerError {
    color: #C00000;
    font-style: italic;
}

.divProducts {
}

    .divProducts div {
        padding: 8px;
        float: left;
    }

.subHeader_Gray {
    color: #7F7F7F;
    font-weight: bold;
    text-decoration: underline;
}

div.ContactUs {
}

    div.ContactUs .title {
        color: #C00000;
        font-weight: bold;
    }

    div.ContactUs .subContent {
        padding-left: 20px;
    }

    div.ContactUs .red {
        color: #C00000;
        font-weight: bold;
        background-color: white;
    }

    div.ContactUs p {
        padding: 0px !important;
    }

    div.ContactUs .break {
        height: 15px;
    }

iframe {
    width: 760px;
    height: 1800px;
    border: none;
}

/** Added by Ian Erasmus **/

.collapseIndicatorCollapse {
    background: transparent url(../Images/collapseSprite.png) no-repeat top left;
    background-position: 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 10px 0px 0px 5px;
    cursor: pointer;
}

.collapseIndicatorExpand {
    background: transparent url(../Images/collapseSprite.png) no-repeat top left;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 10px 0px 0px 5px;
    cursor: pointer;
}

/** END **/

.sitecore-btn {
    color: #fff !important;
    font-family: Avenir Next for ABG;
    padding: 5px 7px;
    background-color: #d4002a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    border: none;
    background-image: url(../Images/red-button-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    background-size: 15px 11px;
    outline: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    line-height: 25px;
    font-weight: normal;
}

.ImageRight {
    border: 1px solid #999;
    float: right;
    margin: 10px 0 10px 10px;
    padding: 10px;
}
body {
    color: #7f7f7f;
}

div.accordian {
    height: 390px;
}

div.location div.header {
    background-color: #c0c0c0;
    color: #fff;
    cursor: pointer;
    text-align: right;
    margin-top: 3px;
    padding: 5px 30px 5px 5px;
    background-image: url(../images/avis/buttons/down_arrow.png);
    background-repeat: repeat-y;
    background-position: 100% 0;
}

    div.location div.header strong {
        display: inline-block;
        float: left;
    }

div.location div.detail {
    border: solid 1px #c0c0c0;
    background-color: #eee;
    padding: 5px;
}

    div.location div.detail strong {
        text-align: left;
        padding-left: 100px;
        display: inline-block;
        width: 100px;
        float: left;
    }

    div.location div.detail em {
        float: left;
        width: 295px;
        text-align: left;
        margin-left: 0;
        font-style: normal;
    }

    div.location div.detail span {
        text-align: right;
        padding-left: 123px;
        padding-right: 10px;
        display: inline-block;
        width: 70px;
    }

div.location div.active {
    background-color: #888;
    color: #fff;
    cursor: default;
    margin-top: 3px;
    padding: 5px 30px 5px 5px;
    background-image: none;
    background-repeat: repeat-y;
    background-position: 500px 0;
}

div.location div.header:hover {
    background-color: #c00;
}

div.location div.active:hover {
    background-color: #888;
}

div.location div.detail .label {
    width: 100px;
    padding: 5px 5px 5px 50px;
    float: left;
    font-weight: bold;
    clear: both;
}

div.location div.detail .labelcontent {
    margin-left: 205px;
    padding: 5px 5px 5px 5px;
}

div.location div.detail .days {
    padding: 0 5px 10px 0;
    float: left;
}

div.location div.detail .hours {
    margin-left: 75px;
    padding: 0 5px 10px 5px;
}

.passkey {
    float: left;
    width: 100px;
    padding: 20px 0 20px 40px;
    background: url(../Images/fleet/people_key.gif) no-repeat 0 12px;
}

.luggagekey {
    float: left;
    width: 100px;
    padding: 20px 0 20px 40px;
    background: url(../Images/fleet/luggage_key.gif) no-repeat 0 12px;
}

.luggageSkey {
    float: left;
    width: 100px;
    padding: 20px 0 20px 40px;
    background: url(../Images/fleet/luggageS_key.gif) no-repeat 0 12px;
}

.fuelkey {
    float: left;
    width: 200px;
    padding: 20px 0 20px 40px;
    background: url(../Images/fleet/fuel_key.gif) no-repeat 0 12px;
}

.content {
    width: 980px;
    padding: 7px 0 0 0;
}

.contentplain {
    padding: 10px;
}

.contentHolder ul {
    line-height: 150%;
    padding: 5px 0 5px 25px;
    margin: 0;
}

.contentHolder ol {
    line-height: 150%;
    padding: 5px 0 5px 35px;
    margin: 0;
}

.contentHolder li {
    line-height: 150%;
    margin: 0;
}

.contentHolder p {
    line-height: 180%;
    padding: 5px 0;
}

.contentHolder .newscolumns li {
    line-height: 180%;
    padding: 5px 0;
}

.contentHolder .newscolumns p {
    line-height: 180%;
    padding: 5px 0;
}

.carea {
    overflow: hidden;
    display: block;
}

#rightcol {
    float: right;
    width: 219px;
    padding: 0 0 40px 0;
    margin-left: 20px;
}

.inner-left {
    float: left;
    width: 200px;
    margin-right: 20px;
}

#inner {
    background-image: url(../Images/dot.gif);
    background-repeat: repeat-y;
    background-position: 200px 0;
    margin-top: 20px;
}

.inner-cont {
    margin-top: 20px;
}

.left {
    float: left;
    margin-right: 7px;
}

.right {
    float: right;
}
/*table.avistable{width:100%;color:#666;margin:10px 0 10px 0}*/
table.avistable {
    width: 100%;
    color: #666;
    margin: 0 0 0 0;
}

table.clsInfoTable {
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}

    table.clsInfoTable th {
        background-color: #aaa;
        color: #FFF;
        font-size: 12px;
        text-align: left;
        padding: 5px;
    }

    table.clsInfoTable td {
        background-color: #f8f8f8;
        padding: 2px;
    }

.avistable th {
    background-color: #aaa;
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    background-repeat: repeat-x;
    border: 1px solid #FFF;
}

.avistable .odd td {
    background-color: #f8f8f8;
    padding: 5px;
    border: 1px solid #FFF;
}

.avistable .even td {
    background-color: #f0f0f0;
    padding: 5px;
    border: 1px solid #FFF;
}

li {
    line-height: 16px;
}

a.active {
    color: #ed1c24;
    outline: 0;
}

a:link {
    color: #c00;
    outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

a:active {
    color: #c00;
    outline: 0;
}

.carea ul {
    padding: 10px 0 5px 20px;
    margin: 0 0 0 10px;
    list-style-type: square;
}

.carea img.imgright {
    padding: 10px;
    margin: 10px 0 10px 10px;
    border: 1px solid #999;
    float: right;
}

.carea img.imgleft {
    padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid #999;
    float: left;
}

.carea img.imgcenter {
    padding: 10px;
    margin: 10px;
    border: 1px solid #999;
    text-align: center;
}

a {
    color: #c00;
    outline: none;
}

    a img {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

img {
    border: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    margin: 10px 0 0;
    font-size: 24px;
    color: #c00;
}

h2 {
    margin: 30px 0 0;
    font-size: 20px;
    color: #666;
}

h3 {
    margin: 25px 0 0 0;
    font-size: 18px;
    color: #888;
}

h4 {
    margin: 15px 0 0;
    font-size: 14px;
    color: #888;
}

h5 {
    margin: 15px 0 0;
    font-size: 13px;
    color: #888;
}

.caption {
    font-weight: bold;
    text-transform: none;
}

form {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.carea p {
    text-align: left;
    margin: 6px 0 7px;
    font-size: 12px;
    color: #777;
    line-height: 18px;
}

.main {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

h1 {
    margin: 0;
}

    h1 a {
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 2;
        display: block;
        width: 140px;
        height: 48px;
        text-indent: -9999px;
    }

        h1 a.logo_243, h1 a.logo_1545, h1 a.logo_1422, h1 a.logo_1424, h1 a.logo_1425, h1 a.logo_1427, h1 a.logo_1540, h1 a.logo_1428, h1 a.logo_1429, h1 a.logo_1430 {
            background: url(../Images/avis_logo_plain.png) no-repeat 100% 100%;
            top: 19px;
            left: 13px;
            width: 130px;
            height: 48px;
        }

.main_logo {
    display: block;
    height: 44px;
    left: 19px;
    position: absolute;
    top: 23px;
    width: 124px;
    z-index: 99999;
}

#header {
    margin-top: 5px;
    height: 85px; /*125px;*/
    background-image: url(../Images/header_red_bg.png); /*url(/Images/header_bg.png);*/
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#site-search {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 188px;
}

#searchbutton {
    float: right;
    width: 28px;
}

#searchfield input {
    width: 140px;
    color: #999;
    font-size: 13px;
    border: 0;
    background-color: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}

#searchfield {
    width: 160px;
    float: left;
}

.site-list {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    float: right;
    padding-top: 45px;
    padding-right: 13px;
}

    .site-list li {
        display: inline;
        background: url(../Images/separator_white.gif) no-repeat 0 50%;
        padding: 3px 2px 4px 5px;
        vertical-align: top;
    }

        .site-list li a {
            color: #fff;
            text-decoration: none;
        }

        .site-list li.first {
            background: 0;
        }

#partnerLogo {
    top: 90px;
    position: absolute;
    border: 4px solid #E4E4E4; /*padding-bottom: 14px;*/
    width: 972px;
}

#partnerLogoImage {
}

#partnerLogo, #partnerLogoImage {
    height: 85px;
    display: block;
}

#topnav ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 90px;
    height: 40px;
    left: 0;
    font-weight: bold;
    background-image: url(../Images/header_darkgray_bg.png);
}

#topnav li {
    float: left;
}

    #topnav li a {
        color: #d8d8d8;
        padding: 12px 13px;
        float: left;
        text-decoration: none;
    }

        #topnav li a.over-red {
            color: #c00;
            padding: 7px 13px;
            float: left;
            text-decoration: none;
        }

        #topnav li a:hover {
            background: #dfdfdf;
            background-image: url(../Images/mainnav_active_bg.png);
        }

    #topnav li.active a {
        background: #3d3d3d;
        background-image: url(../Images/mainnav_over_bg.png);
        color: #fff;
    }

        #topnav li.active a:hover {
            background: #3d3d3d;
            background-image: url(../Images/mainnav_over_bg.png);
            color: #fff;
        }

.sec-nav {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    position: absolute;
    top: 135px;
    height: 50px;
    left: 0;
}

.sec-nav-content {
    height: 50px;
    background-color: #f8f8f8;
}

    .sec-nav-content ul {
        margin: 5px 0 0 5px;
        padding-left: 0;
        width: 975px;
        list-style-type: none;
        height: 73px;
        float: left;
        padding-bottom: 0;
    }

    .sec-nav-content li {
        background-repeat: no-repeat;
        background-position: 5px 3px;
        margin: 3px;
        padding: 0 0 0 14px;
        line-height: 14px;
        white-space: nowrap;
        float: left;
    }

        .sec-nav-content li a {
            text-decoration: none;
            color: #666;
        }

            .sec-nav-content li a:hover {
                color: #c00;
            }

            .sec-nav-content li a.active {
                text-decoration: none;
                color: #c00;
                font-weight: bold;
            }

.itemdescription {
    width: 445px;
    float: right;
    padding: 12px 20px 12px 0;
    line-height: 18px;
    color: #999;
}

    .itemdescription a {
        background-repeat: no-repeat;
        background-position: 0 3px;
        margin: 3px;
        padding: 0 8px;
        color: #999;
    }

        .itemdescription a:hover {
            text-decoration: none;
            color: #c00;
        }

div#homepage-spacer {
    height: 20px;
}

.content {
    overflow: hidden;
}

.top-holder {
    border: 4px solid #999898;
    border-right: 0;
    height: 100px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 99px;
    width: 976px;
    display: none;
}

    .top-holder li {
        float: left;
        border-right: 4px solid #999898;
        padding-top: 5px;
        height: 95px;
        background: url(../Images/accordion-bg.gif) repeat-x 0 100%;
        text-align: center;
        width: 60px;
        cursor: pointer;
    }

        .top-holder li.open {
            width: 844px;
            cursor: default;
        }

        .top-holder li strong.block-title {
            height: 15px;
            line-height: 15px;
            background: #cbcbcb;
            text-align: center;
            text-transform: uppercase;
            display: block;
            clear: both;
            width: 100%;
            font-size: 11px;
            display: block;
        }

        .top-holder li.over strong.block-title {
            background: #efefef;
        }

        .top-holder li.over-red strong.block-title {
            background: #efefef;
            color: #c00;
        }

        .top-holder li.open strong.block-title {
            background: #efefef;
        }

.button-holder {
    border: 4px solid #999898;
    border-right: 0;
    height: 100px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 99px;
    width: 976px;
    display: none;
}

    .button-holder li {
        float: left;
        border-right: 4px solid #999898;
        padding-top: 5px;
        height: 95px;
        background: url(../Images/accordion-bg.gif) repeat-x 0 100%;
        text-align: center;
        width: 80px;
        cursor: pointer;
    }

        .button-holder li.open {
            width: 804px;
            cursor: default;
        }

        .button-holder li strong.block-title {
            height: 15px;
            line-height: 15px;
            background: #cbcbcb;
            text-align: center;
            text-transform: uppercase;
            display: block;
            clear: both;
            width: 100%;
            font-size: 11px;
        }

        .button-holder li.over strong.block-title {
            background: #efefef;
        }

        .button-holder li.over-red strong.block-title {
            background: #efefef;
            color: #c00;
        }

        .button-holder li.open strong.block-title {
            background: #efefef;
        }

    .button-holder .acc-holder {
        width: 80px;
        height: 80px;
        font-size: 11px;
        float: left;
    }

        .button-holder .acc-holder img {
            margin-left: 15px;
            margin-right: 15px;
        }

.acc-holder {
    width: 60px;
    height: 80px;
    font-size: 11px;
    float: left;
}

.form-block {
    float: left;
    display: none;
}

.top-holder li.open .form-block {
    display: block;
}

.form-block div {
    float: left;
    padding: 0 9px;
    background: url(/Images/dot.gif) repeat-y 100% 0;
    text-align: left;
    font-size: 10px;
    color: #999;
}

    .form-block div p {
        clear: both;
    }

    .form-block div.last {
        background: 0;
        text-align: center;
    }

    .form-block div.no-step {
        padding-top: 5px;
    }

.form-block label, .form-block strong, .form-block select, .form-block input {
    display: block;
    margin-top: 3px;
}

.form-block strong {
    font-size: 12px;
    color: #c00;
}

    .form-block strong span {
        font-weight: normal;
        color: #999;
        font-size: 10px;
    }

.form-block label {
    color: #4c4c4c;
}

.form-block select, .form-block input {
    font: 11px Arial,Helvetica,sans-serif;
    color: #191919;
}

    .form-block select.long-sel {
        width: 188px;
    }

    .form-block input.text {
        width: 156px;
        height: 15px;
        border: 1px solid #a5acb2;
        padding: 1px 3px;
    }

    .form-block input.img {
        cursor: pointer;
    }

input.calendar {
    width: 85px;
    background: url(/Images/01106.gif) no-repeat 73px 1px;
    border: solid 1px #7f9db9;
    padding-left: 1px;
    cursor: pointer;
    height: 15px;
}

form.avis-form select {
    border: solid 1px #7f9db9;
    padding-left: 4px;
    height: 20px;
}

form.avis-form input {
    border: solid 1px #7f9db9;
    padding-left: 4px;
    height: 15px;
}

form.avis-form textarea {
    border: solid 1px #7f9db9;
    padding-left: 4px;
    height: 15px;
}

.fourth_level {
    float: left;
    display: none;
    font-size: 11px;
    text-align: center;
}

.button-holder li.open .fourth_level {
    padding: 0 9px;
    display: block;
    float: left;
}

.top-holder li.open .form-block {
    display: block;
}

.fourth_level a {
    text-align: left;
    display: block;
    margin-top: 5px;
    padding: 0 11px 0 5px;
    color: #4c4c4c;
    text-decoration: none;
    padding-left: 8px;
    background: url(/Images/left-nav.gif) no-repeat 0 50%;
    width: 150px;
    float: left;
}

.fourth_level p {
    text-align: left;
    display: block;
    margin-top: 5px;
    padding: 0 11px 0 5px;
    color: #4c4c4c;
    padding-left: 8px;
    width: 160px;
    float: left;
}

.fourth_level a:hover {
    color: #c00;
    text-decoration: underline;
    background: url(/Images/left-nav-over.gif) no-repeat 0 50%;
}

#main-holder {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
}

.left-holder {
    width: 520px;
    float: left;
    padding-left: 19px;
    margin-top: -10px;
}

.left-holder-cont img {
    float: left;
    margin: 5px 10px 0 0;
}

.hp_top {
    width: 980px;
    display: block;
    overflow: auto;
}

.hp_top_left {
    padding: 0;
    width: 340px;
    height: 360px;
    float: left;
    overflow: hidden;
}

    .hp_top_left ul.columns li {
        padding: 0;
        font-size: 12px;
        width: 225px;
        min-height: 0;
        margin-left: 0;
    }

        .hp_top_left ul.columns li a {
            font-size: 12px;
        }

        .hp_top_left ul.columns li a {
            background: url(/Images/style/left-nav-over.gif) no-repeat 0 50%;
            color: #4c4c4c;
            padding-left: 8px;
            text-decoration: none;
        }

        .hp_top_left ul.columns li span {
            background: url(/Images/left-nav-over.gif) no-repeat 0 50%;
            color: #c00;
            padding-left: 8px;
        }

        .hp_top_left ul.columns li a:hover {
            background: url(/Images/left-nav-over.gif) no-repeat 0 50%;
            color: #4c4c4c;
            padding-left: 8px;
            text-decoration: underline;
        }

        .hp_top_left ul.columns li strong {
            width: 220px;
        }

        .hp_top_left ul.columns li div {
            padding-left: 10px;
            width: 210px;
            color: #7f7f7f;
        }

.hp_top_middle {
    padding: 0 0 0 5px;
    width: 635px;
    height: 360px;
    float: left;
    overflow: hidden;
}

#homeban {
    position: relative;
}

#bannernav {
    position: absolute;
    top: 337px;
    left: 23px;
    z-index: 98;
}

    #bannernav a {
        border: 1px solid #ccc;
        background: #999;
        color: #999;
        text-decoration: none;
        margin: 0 5px;
        padding: 0;
        font-size: 5px;
        height: 13px;
        width: 13px;
        display: inline-block;
    }

        #bannernav a.activeSlide {
            background: #fff;
            color: #fff;
        }

        #bannernav a:focus {
            outline: 0;
        }

#main_banner {
    margin-left: 1px;
    margin-bottom: 10px;
    float: left;
}

#swf_avis {
    background-position: center center;
    background-repeat: no-repeat;
    width: 449px;
    height: 123px;
    text-align: center;
}

#special_banner_1 {
    margin-left: 1px;
    margin-right: 13px;
    width: 218px;
    height: 218px;
    float: left;
}

#special_banner_2 {
    width: 218px;
    height: 218px;
    float: left;
}

.hp_top_right {
    padding: 10px;
    width: 225px;
    min-height: 350px;
    float: left;
    display: none;
    background: url(/Images/dot.gif) repeat-y 1px 0;
}

    .hp_top_right ul.columns li {
        padding: 0;
        font-size: 12px;
        width: 220px;
        min-height: 0;
        margin-left: 0;
    }

        .hp_top_right ul.columns li a {
            font-size: 12px;
        }

            .hp_top_right ul.columns li a.readnews {
                color: #c00;
                font-size: 11px;
            }

        .hp_top_right ul.columns li a {
            color: #4c4c4c;
            padding-left: 8px;
            text-decoration: none;
        }

        .hp_top_right ul.columns li span {
            color: #c00;
            padding-left: 8px;
        }

        .hp_top_right ul.columns li a:hover {
            color: #4c4c4c;
            padding-left: 8px;
            text-decoration: underline;
        }

        .hp_top_right ul.columns li a.readnews:hover {
            color: #c00;
        }

        .hp_top_right ul.columns li strong {
            width: 225px;
        }

        .hp_top_right ul.columns li div {
            padding-left: 10px;
            width: 215px;
            color: #7f7f7f;
        }

        .hp_top_right ul.columns li p {
            color: #7f7f7f;
        }

.hp_bottom {
    margin-top: 10px;
    width: 980px;
    display: block;
    padding: 0;
}
/*.hp_bottom{margin-top:10px;width:980px;display:block;min-height:310px;padding:0}*/
.hp_bottom_right li {
    line-height: 14px;
    padding: 0;
}

.hp_bottom h2 {
    color: #C00;
    padding: 20px 0 10px 0;
    margin: 0;
    font-size: 17px;
}

.hp_bottom_left {
    width: 410px;
    padding-right: 10px;
    float: left;
    min-height: 310px;
    color: #7f7f7f;
}

.hp_bottom_2up {
    width: 475px;
    float: left;
    min-height: 150px;
    color: #7f7f7f;
    padding-right: 10px;
}

    .hp_bottom_left img, .hp_bottom_2up img {
        padding-right: 7px;
    }

    .hp_bottom_left, .hp_bottom_2up, .hp_bottom_left p, .hp_bottom_2up p {
        line-height: 14px;
    }

.hp_bottom_right {
    float: left;
    margin-left: 5px;
    min-height: 310px;
}

    .hp_bottom_right ul.columns {
        padding: 0;
    }

        .hp_bottom_right ul.columns li {
            padding: 0 0 10px 10px;
            min-height: 0;
            background-repeat: no-repeat;
            background-position: 0 3px;
        }

            .hp_bottom_right ul.columns li a.readnews {
                color: #c00;
                font-size: 11px;
            }

            .hp_bottom_right ul.columns li a {
                color: #4c4c4c;
                text-decoration: none;
            }

            .hp_bottom_right ul.columns li span {
                color: #c00;
            }

            .hp_bottom_right ul.columns li a:hover {
                color: #4c4c4c;
                text-decoration: underline;
            }

            .hp_bottom_right ul.columns li a.readnews:hover {
                color: #c00;
            }

    .hp_bottom_right #localspecials {
        margin-left: 310px;
        width: 240px;
    }

    .hp_bottom_right #currentnews {
        float: left;
        width: 290px;
    }

    .hp_bottom_right #currentnewscc {
        float: left;
        width: 530px;
    }

.contacts {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.contact-holder {
    float: left;
    width: 194px;
}

    .contact-holder dl {
        padding: 10px 0 0;
        margin: 0;
    }

        .contact-holder dl strong {
            display: block;
        }

        .contact-holder dl span {
            color: #cc0101;
        }

.call-me {
    padding-bottom: 20px;
    background: url(/Images/dot.gif) repeat-x 0 100%;
    width: 100%;
    overflow: hidden;
}

    .call-me div {
        float: left;
        padding-left: 6px;
    }

        .call-me div label {
            display: block;
            font-size: 10px;
        }

    .call-me .text {
        width: 96px;
        height: 15px;
        border: 1px solid #a5acb2;
        padding: 1px 3px;
    }

    .call-me .btn {
        margin-top: 12px;
    }

    * html .call-me .btn {
        margin-top: 13px;
    }

.partners {
    text-align: left;
}

    .partners li {
        display: inline;
        padding: 0 5px;
    }

        .partners li img {
            display: inline;
        }

.right-boxes {
    width: 341px;
    float: right;
    padding-right: 37px;
    font-size: 11px;
    line-height: 12px;
}

    .right-boxes img {
        float: left;
        margin-right: 7px;
    }

.right-boxes-cont {
    float: right;
    width: 146px;
}

.right-boxes dl {
    padding: 8px 0 0;
    margin: 0;
}

.right-boxes p {
    margin-top: 8px;
}

    .right-boxes p a {
        padding-left: 15px;
        background: url(/Images/click-separ.gif) no-repeat 0 50%;
    }

.right-boxes li {
    padding: 13px 0;
    background: url(/Images/dot.gif) repeat-x 0 100%;
    width: 100%;
    overflow: hidden;
}

    .right-boxes li.last {
        background: 0;
    }

.breadcrumb {
    padding: 5px 8px;
    background: #9a9999;
    position: absolute;
    top: 98px;
    width: 964px;
    color: #fff;
    font-size: 11px;
}

    .breadcrumb li {
        display: inline;
    }

        .breadcrumb li a {
            padding: 0 11px 0 5px;
            background: url(/Images/breadcrumb-row.gif) no-repeat 100% 50%;
            color: #fff;
            text-decoration: none;
        }

        .breadcrumb li span.last {
            padding: 0 11px 0 5px;
            background: url() no-repeat 100% 50%;
            color: #fff;
        }

        .breadcrumb li span {
            padding: 0 11px 0 5px;
            background: url(/Images/breadcrumb-row.gif) no-repeat 100% 50%;
            color: #fff;
        }

        .breadcrumb li a:hover {
            text-decoration: underline;
        }

.nav-title {
    padding-left: 9px;
    background: url(/Images/title-separ.gif) no-repeat 0 50%;
}

#s_specials {
    padding: 13px;
    background: url(/Images/down-nav.gif) no-repeat 0 50%;
    cursor: pointer;
}

#s_news {
    padding: 13px;
    background: url(/Images/down-nav.gif) no-repeat 0 50%;
    cursor: pointer;
}

.inner-left .left-nav ul ul {
    padding: 4px 0 0 5px;
    margin: 0;
}

.inner-left .left-nav ul li a {
    font-size: 13px;
}

.inner-left .left-nav ul ul li a {
    font-size: 12px;
}

.inner-left li a {
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin: 3px 0 3px 0;
    padding: 4px 0 8px 15px;
    font-size: 12px;
    font-weight: normal;
}

.inner-left li {
    padding: 4px 0 8px 0;
}

    .inner-left li li {
        padding: 3px 0 6px 0;
    }

        .inner-left li li li {
            padding: 2px 0 4px 0;
        }

            .inner-left li li li li {
                padding: 0 0 2px 0;
            }

    .inner-left li a {
        color: #777;
        padding-left: 8px;
        text-decoration: none;
    }

    .inner-left li ul li a {
        background: url(/Images/bullet_4.gif) no-repeat 0 8px;
        color: #999;
        padding-left: 8px;
        text-decoration: none;
    }

    .inner-left li ul li li a {
        background: url(/Images/leftnav_bullet.gif) no-repeat 0 8px;
        color: #999;
        padding-left: 8px;
        text-decoration: none;
    }

    .inner-left li span {
        background: url(/Images/left-nav-over.gif) no-repeat 0 8px;
        color: #c00;
        padding-left: 8px;
    }

    .inner-left li a:hover {
        color: #c00;
        padding-left: 8px;
        text-decoration: underline;
    }

    .inner-left li li a:hover {
        background: url(/Images/left-nav-over.gif) no-repeat 0 8px;
        color: #c00;
        text-decoration: underline;
    }

    .inner-left li a.active {
        color: #c00;
        font-weight: bold;
        text-decoration: none;
        cursor: default;
    }

ul#u_specials, ul#u_news {
    display: none;
}

div.latestnews-holder {
    height: 110px;
    width: 225px;
    display: block;
    background: #fff;
    float: left;
}

    div.latestnews-holder ul.columns {
        padding-left: 0;
    }

div.hp_bottom_right ul.columns {
    padding-left: 0;
}

div.contact-holder {
    min-height: 110px;
    width: 225px;
    display: block;
    background: url(/Images/dot.gif) repeat-x 1px 0;
    float: left;
}

div.partner-holder {
    min-height: 110px;
    width: 225px;
    display: block;
    background: url(/Images/dot.gif) repeat-x 1px 0;
    float: left;
}

ul.contact-inner li {
    display: none;
}

ul.partner-inner li {
    display: none;
}

#footer .copyright ul {
    margin: 60px 0 0 0;
    padding: 0;
}

    #footer .copyright ul li {
        display: inline;
        padding: 0 5px;
        background: url(/Images/separator-f.gif) no-repeat 0 50%;
    }

        #footer .copyright ul li.first {
            background: 0;
            padding-left: 0;
        }

#footer {
    margin: 20px 0 0 0;
}

.footer_content {
    overflow: auto;
    padding: 20px;
    background: #202020 url(/Images/footer_bg.png) repeat-x;
}

#footer ul.footernav li {
    width: 185px;
    float: left;
}

    #footer ul.footernav li li {
        width: 100%;
        float: none;
        padding-left: 14px;
        line-height: 22px;
        background: url(/Images/footer_bullet.gif) no-repeat 0 7px;
    }

        #footer ul.footernav li li a {
            color: #999;
            text-decoration: none;
        }

    #footer ul.footernav li h3 a {
        color: #fff;
        text-decoration: none;
    }

#footer ul.footernav h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #ddd;
}

.bottomlogo {
    float: right;
    padding-top: 20px;
}

.copyright {
    padding-top: 20px;
    width: 850px;
}

    .copyright a {
        color: #777;
    }

.logo {
    width: 106px;
    height: 107px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/Images/avis-flogo.gif);
}

#footer #savrala {
    float: right;
    width: 57px;
    height: 70px;
}

#footer #addthisfooter {
    clear: right;
    float: right;
    width: 130px;
    height: 70px;
}

.raddthis {
    width: 230px;
    margin: 10px -5px 10px -5px;
}

.faddthis {
    width: 130px;
    margin: 10px 0 10px 0;
    text-align: right;
}

.rfaddthis {
    width: 260px;
    margin: 30px 0 10px 0;
}

.rentacarfooter {
    float: right;
    width: 170px;
}

    .rentacarfooter h3 {
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 13px;
        color: #fff;
    }

.rentacarfooter {
    margin: 0;
    padding: 0;
}

    .rentacarfooter .row {
        padding: 10px 0 0 0;
        width: 270px;
        margin: 0;
    }

    .rentacarfooter label {
        width: 70px;
        float: left;
        display: block;
    }

    .rentacarfooter input {
        width: 150px;
    }

#footer .rentacarfooter #savrala {
    float: right;
    width: 57px;
    height: 70px;
}

#footer #sociallinks {
    float: right;
    clear: right;
    width: 170px;
    height: 30px;
    margin: 10px 2px 0 0;
}

    #footer #sociallinks ul {
        text-align: right;
    }

        #footer #sociallinks ul li {
            display: inline;
            padding: 5px 2px 0 0;
        }

.subscribeEmail {
    margin: 12px 0 5px 0;
    clear: right;
    float: right;
    height: 25px;
    padding-right: 5px;
}

    .subscribeEmail a {
        color: #fff;
        text-decoration: none;
    }

.pageSummary {
    margin: 10px 20px 0 5px;
}

    .pageSummary img {
        float: left;
        margin: 0;
        padding-right: 8px;
    }

    .pageSummary h2 a {
        padding-bottom: 2px;
        font-size: 16px;
        color: #7f7f7f;
    }

    .pageSummary p a {
        padding-left: 15px;
        background: url(/Images/click-separ.gif) no-repeat 0 50%;
    }

div .pageSummary p {
    padding-bottom: 5px;
    margin-top: 5px;
}

.newsCopy {
    padding: 7px 0 0 0;
    margin: 0;
    width: 500px;
    float: right;
}

.newsImagesContainer {
    width: 180px;
    float: left;
    padding: 0;
    margin: 10px 0 0 25px;
}

.newsImage {
    margin: 0 0 20px 0;
    padding: 0;
    width: 180px;
    height: 180px;
}

a#microsite-top {
    color: #7f7f7f;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.tCar {
    height: 260px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/*\*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/**/ .row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.rowpadded {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 0;
}

.lab-1 {
    float: left;
    width: 150px;
    color: #777;
    line-height: 14px;
    padding: 5px 8px 0 0;
}

.lab-2 {
    padding: 0 0 0 156px;
}

.submit {
    padding: 0 0 0 156px;
}

.txt {
    border: 1px solid #999;
    float: left;
    width: 250px;
    color: #777;
    padding: 3px 6px 4px;
}

.select-1 {
    border: 1px solid #999;
    float: left;
    width: 264px;
    color: #777;
    padding: 3px 6px 4px;
}

.txtsml {
    border: 1px solid #999;
    float: left;
    width: 60px;
    color: #777;
    padding: 3px 6px 4px;
    margin: 0 5px 0 0;
}

#bookingform {
    padding: 20px 0;
    margin: 0;
}

.bookingform {
    padding: 20px 0;
    margin: 0;
}

input.calendarform {
    width: 100px;
    background: url(/Images/01106.gif) no-repeat 89px 3px;
    border: solid 1px #7f9db9;
    padding-left: 4px;
    cursor: pointer;
    height: 15px;
}

textarea {
}

.carea .searchResult p {
    margin: 2px 0 2px 0;
}

.carea .searchResult h3 a {
    color: #777;
    text-decoration: none;
}

ul.semtabs a {
    font-size: 11px;
    color: #999;
}

ul.semtabs {
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom: 4px solid #afafaf;
    height: 28px;
    list-style: none !important;
}

    ul.semtabs li {
        float: left;
        height: 32px;
        display: block;
        margin: 0 !important;
        background-image: none;
    }

        ul.semtabs li a {
            line-height: 18px;
            display: block;
            font-size: 12px;
            font-weight: normal;
            padding: 5px 10px;
            text-decoration: none;
            background-color: #f2f2f2;
        }

        ul.semtabs li.active a {
            background-color: #afafaf;
            color: #FFF;
        }

#TB_window .semtabs a:link, #TB_window .semtabs a:hover, #TB_window .semtabs a:visited {
    color: #999;
}

#TB_window .active a:link, #TB_window .active a:hover, #TB_window .active a:visited {
    color: #fff;
}

ul.tabs {
    background-color: #FFF;
}

#mytabset {
    padding-bottom: 0;
}

.panel {
    border: 1px solid #C6C6C6;
    padding: 10px;
    background-color: #FFF;
}

    .panel h3 {
        background-color: #d1d1d1;
        margin: 0;
        font-size: 22px;
        padding: 5px;
        color: #FFF;
        border: 1px solid #FFF;
    }

    .panel h2 {
        padding-top: 5px;
        margin-top: 5px;
    }

.paneldetails {
    background-color: #FFF;
    padding: 0 0 15px 0;
}

    .paneldetails .rowpadded {
        margin-left: 156px;
        width: 150px;
    }

        .paneldetails .rowpadded .submit {
            margin: 0;
            padding: 0;
        }

#tellavis .paneldetails, #askavis .paneldetails {
    background: #e4e4e4 url(/Images/panel_bg.png) repeat-x 0 0;
    margin: -10px;
    padding: 10px;
}

    #tellavis .paneldetails label, #askavis .paneldetails label {
        font-weight: bold;
    }

#inline_page {
    background: #e4e4e4 url(/Images/panel_bg.png) repeat-x 0 0;
    padding: 20px 0;
    overflow: hidden;
}

    #inline_page * {
        overflow: hidden;
    }

.hidden {
    display: none;
}

.hometabs {
    width: 328px;
    height: 348px;
    padding: 6px;
    background-color: #e4e4e4;
}

    .hometabs ul.semtabs a {
        font-size: 11px;
        color: #999;
    }

    .hometabs ul.semtabs {
        margin: 0;
        padding: 0;
        clear: both;
        border-bottom: 0 solid #fff;
        height: 23px;
        list-style: none !important;
    }

        .hometabs ul.semtabs li {
            float: left;
            height: 23px;
            display: block;
            margin: 0 !important;
            background-image: none;
        }

            .hometabs ul.semtabs li a {
                height: 23px;
                line-height: 23px;
                display: block;
                font-size: 11px;
                font-weight: bold;
                padding: 0 8px;
                text-decoration: none;
                background-color: #f4f4f4;
                padding-left: 30px;
                padding-right: 30px;
            }

            .hometabs ul.semtabs li.active a {
                background-color: #fff;
                color: #c40000;
            }

            .hometabs ul.semtabs li.middle a {
                margin: 0 4px 0 4px;
            }

    .hometabs ul.tabs {
        background-color: #e4e4e4;
    }

    .hometabs #mytabset {
        padding-bottom: 0;
    }

    .hometabs .panel {
        border: 0 solid #C6C6C6;
        padding: 0 0 0 8px;
        height: 330px;
        background: #FFF url(../Images/panel_bg.png) repeat-x 0 100%;
    }

        .hometabs .panel h3 {
            background-color: #d1d1d1;
            margin: 0;
            font-size: 22px;
            padding: 5px;
            color: #FFF;
            border: 1px solid #FFF;
        }

        .hometabs .panel h2 {
            padding-top: 5px;
            margin-top: 5px;
        }

    .hometabs .paneldetails {
        background-color: Transparent;
        padding: 0 0 15px 0;
    }

.socialmedia {
    margin-left: -1px;
    margin-top: 3px;
    height: 30px;
    overflow: hidden;
}

    .socialmedia .facebook {
        float: left;
        width: 106px;
    }

    .socialmedia .twitter {
        float: right;
        width: 106px;
    }

.facebooklike {
    overflow: hidden;
}

.inpagesocial {
    clear: both;
    padding: 20px 0 0 5px;
    height: 30px;
}

A#fdbk_tab {
    z-index: 9999;
    left: 0;
    background-color: #C40000;
    background-image: url(../Images/talk2us_tab_ie6.png);
    margin-left: -7px;
    overflow: hidden;
    width: 42px;
    cursor: pointer;
    color: #fff;
    text-indent: -100000px;
    position: fixed;
    top: 25%;
    height: 102px;
}

    A#fdbk_tab:hover {
        margin-left: -4px;
    }

A.fdbk_tab_right {
    right: 0 !important;
    left: auto !important;
    margin-left: auto !important;
    width: 35px !important;
    margin-right: 0 !important;
}

    A.fdbk_tab_right:hover {
        margin-left: auto !important;
        width: 38px !important;
        margin-right: 0 !important;
    }

.homecarousel {
    height: 155px;
    width: 980px;
    background-color: #eee;
    padding-top: 10px;
    margin-top: 5px;
}

.infiniteCarousel {
    width: 980px;
    position: relative;
}

    .infiniteCarousel .wrapper {
        width: 904px;
        overflow: auto;
        min-height: 150px;
        margin: 0 37px;
        position: absolute;
        top: 0;
    }

    .infiniteCarousel ul a img {
        border: 0 solid #FFF;
    }

    .infiniteCarousel .wrapper ul {
        width: 9999px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
    }

    .infiniteCarousel ul li {
        display: block;
        float: left;
        padding: 0;
        height: 144px;
        width: 226px;
    }

        .infiniteCarousel ul li div {
            display: block;
            float: left;
            padding: 0;
            height: 144px;
            width: 219px;
            margin: 0 3px;
            background-color: #fff;
        }

        .infiniteCarousel ul li a img {
            display: block;
        }

    .infiniteCarousel .arrow {
        display: block;
        height: 122px;
        width: 37px;
        background-color: #000;
        text-indent: -999px;
        position: absolute;
        top: 0;
        cursor: pointer;
    }

    .infiniteCarousel .forward {
        background-position: 0 0;
        background: url(../Images/right_arrow.png) no-repeat 0 0;
        right: 0;
    }

    .infiniteCarousel .back {
        background-position: 0 0;
        background: url(../Images/left_arrow.png) no-repeat 0 0;
        left: 0;
    }

    .infiniteCarousel .forward:hover {
        background-position: 0 0;
    }

    .infiniteCarousel .back:hover {
        background-position: 0 0;
    }

#addcontent ul {
    margin: 0 0 0 5px;
    padding: 3px;
    list-style-type: none;
}

#addcontent li {
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin: 0;
    padding: 0 0 0 15px;
    width: 290px;
    line-height: 25px;
}

    #addcontent li a {
        text-decoration: none;
        color: #999;
    }

        #addcontent li a:hover {
            text-decoration: none;
            color: #c00;
        }

.but {
    background-position: 0 0;
    background-color: #c40000;
    background-repeat: no-repeat;
    height: 37px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: 0 none;
    color: #FFFFFF;
    text-transform: uppercase;
}

    .but:hover {
        background-position: 0 -43px;
    }

a.but {
    height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.red {
    background-color: #c40000;
    padding-left: 15px;
    padding-right: 15px;
}

    .red:hover {
        background-color: #c40000;
    }

.b40 {
    width: 40px;
    background-image: url(../Images/40px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0 10px 0;
}

.b60 {
    width: 60px;
    background-image: url(../Images/60px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b80 {
    width: 80px;
    background-image: url(../Images/80px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b100 {
    width: 100px;
    background-image: url(../Images/100px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b120 {
    width: 120px;
    background-image: url(../Images/120px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b140 {
    width: 140px;
    background-image: url(../Images/140px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b160 {
    width: 160px;
    background-image: url(../Images/160px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b180 {
    width: 180px;
    background-image: url(../Images/180px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b200 {
    width: 200px;
    background-image: url(../Images/200px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b220 {
    width: 220px;
    background-image: url(../Images/220px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b240 {
    width: 240px;
    background-image: url(../Images/240px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.b260 {
    width: 260px;
    background-image: url(../Images/260px.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
}

.acontinuebutton {
    width: 87px;
    height: 30px;
    background-image: url(../Images/continue_button.png);
    background-color: transparent;
    display: block;
    padding: 5px 0;
    cursor: pointer;
    margin-top: 0;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    border: 0;
}

.continuebutton {
    width: 87px;
    height: 30;
    background-image: url(../Images/continue_button.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
    cursor: pointer;
}

.callbackbutton {
    width: 104px;
    height: 30;
    background-image: url(../Images/callback_button.png);
    background-color: transparent;
    display: block;
    padding: 10px 0;
    cursor: pointer;
}

.torqueheader {
    background-color: #f0efef;
    height: 80px;
    padding: 20px 0 0 65px;
}

.torquebanner {
    overflow: auto;
    background-color: #f0efef;
    min-width: 983px;
}

.bannerleft {
    border: solid 1px #fff;
    border-width: 1px 0;
    background-color: #c40000;
    width: 188px;
    height: 240px;
}

.lines {
    border: solid 1px #000;
    border-width: 1px 0;
    float: left;
}

.lines2 {
    border: solid 1px #000;
    border-width: 1px 0;
    float: left;
    margin-left: 10px;
}

.bannerimage {
    border: solid 1px #fff;
    border-width: 1px 0;
    height: 240px;
    overflow: hidden;
    width: 785px;
    background-color: #fff;
}

.torquecontentarea {
    background-color: #f0efef;
    padding: 15px 0 20px 198px;
}

.torquecontent {
    background-color: #fff;
    min-height: 150px;
    padding: 20px;
}

.clubredheader {
    background-color: #fff;
    height: 80px;
    padding: 20px 0 0 65px;
}

.clubredbanner {
    overflow: auto;
    background-color: #f0efef;
    min-width: 983px;
    position: relative;
}

.crbannerleft {
    background-color: #c40000;
    width: 198px;
    height: 240px;
    float: left;
}

.crbannerimage {
    height: 240px;
    overflow: hidden;
    width: 785px;
    background-color: #fff;
    float: left;
}

.clubredlogo {
    position: absolute;
    top: 40px;
    left: 50px;
}

.clubredcontentarea {
    background-color: #c40000;
    padding: 0 0 0 198px;
}

.enrouteheader {
    background-color: #fff;
    height: 80px;
    padding: 20px 0 0 65px;
}

.enroutebanner {
    overflow: auto;
    background-color: #f0efef;
    min-width: 983px;
}

.erbannerleft {
    background-color: #c40000;
    width: 198px;
    height: 240px;
    float: left;
}

.erbannerimage {
    height: 240px;
    overflow: hidden;
    width: 785px;
    background-color: #fff;
    float: left;
}

.crbannerleft {
    background-color: #c40000;
    width: 198px;
    height: 240px;
    float: left;
    margin-top: 0;
}

.crbannerimage {
    height: 240px;
    overflow: hidden;
    width: 785px;
    background-color: #ffffff;
    float: left;
    margin-top: 0;
}

.erlogo {
    float: right;
    margin-top: 20px;
}

.enroutecontentarea {
    background-color: #c40000;
    padding: 0 0 0 198px;
}

.enroutecontent {
    background: #fff url(../Images/enRoute_content_bg.gif) repeat-x 0 0;
    min-height: 150px;
    padding: 40px 20px;
}

.captcha-image {
    background: url(../Images/captcha_refresh.png) no-repeat 100% 0;
    padding: 0 30px 5px 0;
}

#captcha-image {
    background: url(../Images/captcha_refresh.png) no-repeat 100% 0;
    padding: 0 30px 5px 0;
}

#booking {
    width: 219px;
}

    #booking #bookingselector {
        font-weight: bold;
        height: 22px;
        width: 207px;
        padding: 7px 0 0 8px;
    }

    #booking #addoptionsselector {
        font-weight: bold;
        height: 22px;
        width: 207px;
        padding: 7px 0 0 8px;
    }

    #booking #contactselector {
        font-weight: bold;
        height: 22px;
        width: 207px;
        padding: 7px 0 0 8px;
    }

    #booking #bookingcontent {
        background-color: #f8f8f8;
        border-bottom: 1px solid #c6c6c6;
        height: 299px;
    }

#quotebooking, #addoptions, #contact {
    background-image: url(../Images/nav_bg.png);
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    background-color: #e3e3e3;
}

    #quotebooking:hover, #addoptions:hover, #contact:hover {
        background-image: url(../Images/nav_bg_over.png);
        border-left: 1px solid #c6c6c6;
        border-right: 1px solid #c6c6c6;
        background-color: #888;
    }

    #quotebooking a, #addoptions a, #contact a {
        height: 22px;
        color: #777;
        text-decoration: none;
        display: block;
        padding: 0;
    }

    #quotebooking .active, #addoptions .active, #contact .active {
        background-image: url(../Images/header-active.png);
        border-left: 1px solid #cc0102;
        border-right: 1px solid #cc0102;
        background-color: #cc0102;
    }

        #quotebooking .active a, #addoptions .active a, #contact .active a {
            color: #FFF;
            text-decoration: none;
            display: block;
        }

.book-form-block {
    float: left;
}

.button-holder li.open .book-form-block {
    display: block;
}

.book-form-block div {
    float: left;
    padding: 3px 5px 3px 8px;
    text-align: left;
    font-size: 10px;
    color: #999;
}

    .book-form-block div.continue {
        width: 150px;
        padding-top: 8px;
        padding-left: 62px;
        padding-right: 5px;
        border-top: 1px solid #e3e9ef;
    }

    .book-form-block div td {
        font-size: 10px;
        padding: 0 5px 0 0;
    }

    .book-form-block div p {
        clear: both;
        margin: 0;
        padding: 0;
    }

    .book-form-block div.no-step {
        padding-top: 5px;
    }

.book-form-block label, .book-form-block strong, .book-form-block select, .book-form-block input {
    display: block;
    margin-top: 3px;
}

.book-form-block .continue input {
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.book-form-block strong {
    font-size: 12px;
    color: #c00;
    display: block;
}

    .book-form-block strong span {
        font-weight: normal;
        color: #999;
        font-size: 10px;
    }

.book-form-block label {
    color: #4c4c4c;
}

.book-form-block select, .book-form-block input {
    font: 11px Arial,Helvetica,sans-serif;
    color: #191919;
}

    .book-form-block select.long-sel {
        width: 94px;
    }

    .book-form-block input.text {
        width: 78px;
        height: 15px;
        border: 1px solid #a5acb2;
        padding: 1px 3px;
    }

    .book-form-block input.img {
        cursor: pointer;
    }

.call {
    width: 70px;
}

.a-content .bookprocess {
    border-bottom: 1px solid #FFF;
    width: 208px;
    border-top: 1px solid #e3e9ef;
    width: 204px;
    height: 55px;
}

.bookprocesssmaller {
    border-bottom: 1px solid #FFF;
    width: 208px;
    border-top: 1px solid #e3e9ef;
    width: 204px;
    height: 48px;
}

.bookprocessbigger {
    border-bottom: 1px solid #FFF;
    width: 208px;
    border-top: 1px solid #e3e9ef;
    width: 204px;
    height: 62px;
}

.contactprocess {
    border-bottom: 1px solid #FFF;
    width: 208px;
    border-top: 1px solid #e3e9ef;
    width: 204px;
}

#booking #selectorcontent {
    border-left: 1px solid #c00;
    border-right: 1px solid #c00;
    border-bottom: 1px solid #c00;
    height: 299px;
    background-color: #c00;
    background-image: url(../Images/selector_bg.png);
    background-repeat: repeat-x;
}

    #booking #selectorcontent a {
        color: #FFF;
        font-weight: bold;
        padding: 0 8px;
        text-decoration: none;
        display: block;
    }

        #booking #selectorcontent a:hover {
            background-image: url(../Images/selector-highlight.png);
            display: block;
        }

    #booking #selectorcontent li {
        line-height: 29px;
    }

#booking #addcontent {
    background-color: #f8f8f8;
    border-bottom: 1px solid #c6c6c6;
    height: 299px;
}

#booking #contactdetails {
    background-color: #f8f8f8;
    border-bottom: 1px solid #c6c6c6;
    height: 299px;
}

#booking #addcontent ul {
    margin: 0 0 0 5px;
    padding: 3px;
    width: 200px;
    list-style-type: none;
}

#booking #addcontent li {
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin: 0;
    padding: 0 0 0 15px;
    width: 182px;
    line-height: 25px;
}

    #booking #addcontent li a {
        text-decoration: none;
        color: #999;
    }

        #booking #addcontent li a:hover {
            text-decoration: none;
            color: #c00;
        }

.contact-form-block div {
    float: left;
    padding: 4px 5px 4px 8px;
    text-align: left;
    font-size: 10px;
    color: #999;
}

    .contact-form-block div.call-back {
        padding-top: 10px;
        padding-left: 50px;
        padding-right: 5px;
        border-top: 1px solid #e3e9ef;
    }

.contact-form-block label, .contact-form-block strong, .contact-form-block select, .contact-form-block input {
    display: block;
    margin-top: 3px;
}

.contact-form-block .continue input {
    display: block;
    margin-top: 0;
}

.contact-form-block strong {
    font-size: 12px;
    color: #c00;
    display: block;
}

    .contact-form-block strong span {
        font-weight: normal;
        color: #999;
        font-size: 10px;
    }

.contact-form-block label {
    color: #4c4c4c;
}

.contact-form-block select, .contact-form-block input {
    font: 11px Arial,Helvetica,sans-serif;
    color: #191919;
}

    .contact-form-block select.long-sel {
        width: 94px;
    }

    .contact-form-block input.text {
        width: 78px;
        height: 15px;
        border: 1px solid #a5acb2;
        padding: 1px 3px;
    }

    .contact-form-block input.img {
        cursor: pointer;
    }

select.countries {
    width: 190px;
}

select.countriestruck {
    width: 190px;
}

select.branches {
    width: 190px;
}

.tel-cell, .email-cell, .date-cell, .time-cell, .wizard-cell, .surname-cell {
    padding: 0 !important;
    background: none !important;
}

.tel-cell, .date-cell, .wizard-cell {
    padding-right: 5px !important;
}

.date-cell {
    background: red;
}

.time-cell {
    padding: 0;
    background: 0;
}

    .date-cell select, .time-cell select {
        display: inline !important;
    }

.date-cell select {
    width: 80px;
}

.call-time select {
    width: 190px;
}

.enquiry select {
    width: 190px;
}

.time-cell select {
    width: 44px;
}

.tel-cell input, .wizard-cell input.text {
    width: 62px !important;
}

.surname-cell input.text {
    width: 100px !important;
}

.email-cell input {
    width: 110px !important;
}

.fullname {
    width: 183px;
}

#wizHelp {
    float: right;
    padding-right: 10px;
}

.float-column-old {
    width: 350px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.full-width-old {
    width: 700px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.image-left-margin {
    margin-left: 15px;
}

.image-right-margin {
    margin-right: 15px;
}

.div-left-margin {
    padding-left: 15px;
}

.div-right-margin {
    padding-right: 15px;
}

table.data {
    table-layout: fixed;
    width: 574px;
    border-collapse: collapse;
}

    table.data td {
        border: solid 1px #c5d1db;
        padding: 2px;
    }

    table.data th {
        border: solid 1px #c5d1db;
        background-color: #f1f4f6;
        color: #3e6584;
        padding: 2px;
        height: 22px;
    }

div.contentHolder ul.list li {
    padding-bottom: 5px;
}

.imagecontainer {
    clear: left;
    background: url(../Images/shadowalpha.png) no-repeat right bottom;
    float: left;
    margin: 10px 0 10px 10px;
}

    .imagecontainer img {
        border-right: #a9a9a9 1px solid;
        padding-right: 4px;
        border-top: #a9a9a9 1px solid;
        display: block;
        padding-left: 4px;
        padding-bottom: 4px;
        margin: -6px 6px 6px -6px;
        border-left: #a9a9a9 1px solid;
        padding-top: 4px;
        border-bottom: #a9a9a9 1px solid;
        position: relative;
        background-color: #fff;
    }

#carousel {
    margin: 0 auto;
    width: 750px;
    height: 410px;
    padding: 0;
    overflow: scroll;
    border: 0 solid #999;
}

    #carousel ul {
        list-style: none;
        width: 2250px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #carousel li {
        display: inline;
        float: left;
        width: 750px;
    }

.textholder {
    text-align: left;
    font-size: small;
    padding: 6px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.pannel {
    background-color: #ccc;
    width: 750px;
    height: 410px;
}

div.rsCMS {
    padding: 0;
    margin: 0;
}

    div.rsCMS div {
        border: 1px dotted PowderBlue;
        padding: 0;
        margin: 0;
    }

        div.rsCMS div.asp {
            border: 1px dotted Green;
        }

    div.rsCMS .module {
        border: 1px dotted Green;
    }

    div.rsCMS div.editarea {
        border: 1px solid PowderBlue;
    }

    div.rsCMS div.flash {
        border: 1px dotted Red;
    }

div.rsCMS {
    border: 1px dotted green;
}

.input_fail {
    background-color: #c00;
    color: #fff;
}

.ignore.input_fail {
    background-color: #fff;
    color: #666;
}

.rounded div {
    padding: 10px;
    color: #9F9F9F;
    font-size: .95em;
}

    .rounded div.heading {
        float: left;
        color: #333;
        font-weight: normal;
        font-size: 13px;
        text-align: left;
        margin-top: -20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 8px;
        vertical-align: middle;
        width: 230px;
    }

.rounded img {
    float: left;
    margin-top: 2px;
}

.rounded li {
    list-style: none;
    margin-left: 0;
    width: 223px;
}

.rounded ul {
    clear: both;
    padding-left: 0;
    margin: 7px 0 0 0;
    width: 230px;
}

.rounded a {
    color: #999;
    text-decoration: none;
}

    .rounded a:hover {
        color: #F60;
    }

.rsSpellWrong {
    border-bottom: 1px dashed Red;
}

#CalendarControlIFrame {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position: absolute;
    background-color: #c0c0c0;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-size: 10px;
        border: 1px solid #c0c0c0;
    }

    #CalendarControl th {
        font-weight: normal;
        color: #000;
        background-color: #fff;
    }

        #CalendarControl th a {
            font-weight: normal;
            text-decoration: none;
            color: #000;
            padding: 1px;
        }

tr.calheader th {
    border-bottom: solid 1px #c0c0c0;
}

#CalendarControl td {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

#CalendarControl .calheader {
    background-color: #fff;
    color: #000;
}

.calheader tr td, .calheader tr th a {
    background-color: #fff;
    color: #000;
}

#CalendarControl .weekday {
    background-color: #c0c0c0;
    color: #fff;
}

#CalendarControl .weekend {
    background-color: #c0c0c0;
    color: #fff;
}

#CalendarControl .current {
    border: 1px solid #c00;
    background-color: #c00;
    color: #FFF;
}

#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current {
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    width: 2em;
}

    #CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover {
        color: #FFF;
        background-color: #c0c0c0;
        border: 1px solid #999;
    }

#CalendarControl .previous {
    text-align: left;
}

#CalendarControl .next {
    text-align: right;
}

#CalendarControl .previous, #CalendarControl .next {
    padding: 1px 3px 1px 3px;
    font-size: 1.4em;
}

    #CalendarControl .previous a, #CalendarControl .next a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

#CalendarControl .title {
    text-align: center;
    font-weight: bold;
    color: #000;
}

#CalendarControl .empty {
    background-color: #fff;
    border: 1px solid #fff;
}

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
}

.carea UL.treeview {
    padding: 20px 0 0 0;
    margin: 0;
}

    .carea UL.treeview ul {
        padding: 0;
        margin: 0;
    }

li#root {
    list-style: none;
}

#TB_window {
    font: 12px Arial,Helvetica,sans-serif;
    color: #333;
}

#TB_secondLine {
    font: 10px Arial,Helvetica,sans-serif;
    color: #666;
}

#TB_window a:link {
    color: #666;
}

#TB_window a:visited {
    color: #666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666;
}

#TB_window a:focus {
    color: #666;
}

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    height: 100%;
    width: 100%;
}

* html #TB_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

    #TB_window img#TB_Image {
        display: block;
        margin: 15px 0 0 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
    }

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

    #TB_ajaxContent.TB_modal {
        padding: 15px;
    }

    #TB_ajaxContent p {
        padding: 5px 0 5px 0;
    }

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

* html #TB_load {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}

#TB_iframeContent {
    clear: both;
    border: 0;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

#myhometabset .panel {
    padding-top: 20px;
}

.bookrow {
    padding: 5px 0;
}

    .bookrow label {
        width: 95px;
        float: left;
        font-weight: bold;
        color: #c40000;
        font-size: 11px;
        padding-top: 5px;
    }

        .bookrow label.Gray {
            width: 150px;
            float: left;
            font-weight: bold;
            color: #595959;
            font-size: 11px;
            padding-top: 5px;
        }

    .bookrow input {
        padding-left: 4px;
        background-color: #fff;
        color: #555;
        border: solid 1px #b4b5b5;
        line-height: 25px;
        height: 27px;
        font-size: 11px;
        vertical-align: top;
        width: 211px;
    }

    .bookrow select {
        background-color: #fff;
        color: #555;
        border: solid 1px #b4b5b5;
        height: 27px;
        padding: 3px;
        font-size: 11px;
        width: 217px;
    }

    .bookrow input.calendar {
        width: 105px;
        background: #fff url(../Images/01106.gif) no-repeat 88px 50%;
        border: solid 1px #b4b5b5;
        padding-left: 4px;
        cursor: pointer;
        line-height: 25px;
        height: 27px;
    }

    .bookrow .hour, .bookrow .minute {
        width: 50px;
        height: 29px;
    }

.addrow {
    background: url(../Images/row_bg.png) repeat-x 0 50%;
    margin-right: 8px;
}

.bookrow .addcont {
    padding: 5px 0 5px 0;
    margin: 0 0 0 95px;
    font-size: 11px;
}

div.continue {
    padding-top: 15px;
    padding-left: 95px;
    padding-right: 5px;
}

    div.continue label {
        color: #c40000;
        font-size: 11px;
        padding-top: 5px;
    }

.centralResContainer {
    height: 310px;
    position: relative;
}

    .centralResContainer div.continue {
        padding-top: 5px;
        height: 30px;
    }

.centralRes {
    background-color: #CBCCCD;
    bottom: 0;
    color: #555D60;
    height: 23px;
    margin-left: -15px;
    padding: 8px 0 0 15px;
    position: absolute;
    width: 340px;
}

#rightimage {
    float: right;
    width: 300px;
}

#leftmodule {
    width: 600px;
}

/* TINY CAROUSEL */
#slider-code {
    overflow: hidden;
    width: 750px;
    height: 470px;
}

    #slider-code .viewport {
        float: left;
        width: 750px;
        height: 410px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    #slider-code .buttons {
        z-index: 1;
        display: block;
        margin: 30px 10px 0 0;
        float: left;
    }

    #slider-code .next {
        margin: 30px 0 0 10px;
    }
    /*#slider-code .disable
{
    visibility: hidden;
}
#mslider-code a .disable
{
    /*visibility: hidden;* /
}*/
    #slider-code .overview {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

        #slider-code .overview li {
            float: left;
            height: 410px;
            width: 750px;
        }

    #slider-code .pager {
        clear: both;
        overflow: auto;
        list-style: none;
        float: left;
        margin: 0;
        padding: 5px 0px 0px 0px;
        width: 750px;
        position: relative;
        text-align: center;
    }

        #slider-code .pager li {
            border: 2px solid #CCCCCC;
            margin-left: 2px;
            margin-right: 3px;
            float: left;
            padding: 0;
        }

    #slider-code .pagenum {
        color: #000000;
        cursor: pointer;
        display: inline;
        float: left;
        font-size: 0.7em;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding: 0;
        text-align: center;
        text-shadow: 0 0 3px #FFFFFF;
        width: 74px; /* transparency */
        filter: alpha(opacity=65);
        opacity: 0.65;
        -moz-opacity: 0.65;
        -khtml-opacity: 0.65;
    }

    #slider-code .active {
        /* transparency */
        filter: alpha(opacity=99);
        opacity: 0.99;
        -moz-opacity: 0.99;
        -khtml-opacity: 0.99;
    }

        #slider-code .active li {
            color: #fff;
            background-color: #555555;
            border: 2px solid #298500;
        }

.controlslider {
    top: 13px !important;
    position: fixed !important;
    left: 690px !important;
    border: medium none !important;
}

.disable {
    /*visibility: hidden;*/
}

/* HOVERING Join Mailing List IFRAME */
#jframeOverlay {
    visibility: hidden;
    cursor: auto; /* pointer; */
    display: none; /* block; */
    opacity: 1; /* 0.9; */
    background: none repeat scroll 0 0 #333333;
    height: 100%;
    position: fixed;
    width: 100%;
}

#jframebox {
    cursor: auto;
    display: none; /* block; */
    height: 400px;
    left: 296.5px;
    opacity: 1;
    padding-bottom: 50px;
    padding-right: 50px;
    top: 139.5px;
    width: 940px;
}

#jframeWrapper {
    height: 450px;
    width: 990px;
}

#jframeTopLeft {
    background: url("../Images/border1.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#jframeTopCenter {
    background: url("../Images/border1.png") repeat-x scroll 0 -50px transparent;
    height: 25px;
    float: left;
    width: 940px;
}

#jframeTopRight {
    background: url("../Images/border1.png") no-repeat scroll -25px 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#jframeMiddleLeft {
    background: url("../Images/border2.png") repeat-y scroll 0 0 transparent;
    width: 25px;
    float: left;
    height: 400px;
}

#jframeContent {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 400px;
    width: 940px;
    overflow: hidden;
    position: relative;
}

#jframeLoadedContent {
    margin-bottom: 20px;
    display: none;
    height: 380px;
    overflow: auto;
    width: 940px;
}

#jframeMiddleRight {
    background: url("../Images/border2.png") repeat-y scroll -25px 0 transparent;
    width: 25px;
    float: left;
    height: 400px;
}

#jframeBottomLeft {
    background: url("../Images/border1.png") no-repeat scroll 0 -25px transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#jframeBottomCenter {
    background: url("../Images/border1.png") repeat-x scroll 0 -75px transparent;
    height: 25px;
    float: left;
    width: 940px;
}

#jframeBottomRight {
    background: url("../Images/border1.png") no-repeat scroll -25px -25px transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#jframebox, #jframeOverlay, #jframeWrapper {
    /*left: 0;     top: 0;     overflow: hidden;*/
    position: absolute;
    z-index: 9999;
}

#jframeMiddleLeft, #jframeBottomLeft {
    clear: left;
}

#jframeClose {
    bottom: 0;
    color: #444444;
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
}

    #jframeClose .hover {
        text-decoration: none;
    }

/* Point 2 Point specifics */
.bookrowp2p {
    padding: 8px 0;
}

    .bookrowp2p label {
        width: 95px;
        float: left;
        font-weight: bold;
        color: #c40000;
        font-size: 11px;
        padding-top: 5px;
    }

    .bookrowp2p input {
        padding-left: 4px;
        background-color: #fff;
        color: #555;
        border: solid 1px #b4b5b5;
        line-height: 25px;
        height: 27px;
        font-size: 11px;
        vertical-align: top;
        width: 211px;
    }

    .bookrowp2p select {
        background-color: #fff;
        color: #555;
        border: solid 1px #b4b5b5;
        height: 27px;
        padding: 3px;
        font-size: 11px;
        width: 217px;
    }

    .bookrowp2p input.calendar {
        width: 105px;
        background: #fff url(../Images/01106.gif) no-repeat 88px 50%;
        border: solid 1px #b4b5b5;
        padding-left: 4px;
        cursor: pointer;
        line-height: 25px;
        height: 27px;
    }

    .bookrowp2p .hour, .bookrowp2p .minute {
        width: 50px;
        height: 29px;
    }

    .bookrowp2p .addcont {
        padding: 5px 0 5px 0;
        margin: 0 0 0 95px;
        font-size: 11px;
    }

.bookp2pprocess {
    border-bottom: 1px solid #FFF;
    width: 208px;
    border-top: 1px solid #e3e9ef;
    width: 204px;
    height: 45px;
}

/*
.bookp2pprocess label
{
    font-size:small;
    padding:2px 0;
}
*/

/* ------- RESERVE ONLY BOOKING CONTROL -----------------*/
.reserveonly-header, .reserveonly-header span {
    background-color: #FFFFFF;
}

    .reserveonly-header span {
        color: #C40000;
        height: 23px;
        line-height: 23px;
        font-size: 11px;
        font-weight: bold;
        padding: 0 8px 15px;
    }

.reserveonly-panel {
    display: block;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 21px;
    background: url("../Images/panel_bg.png") repeat-x scroll 0 100% #FFFFFF;
    border: 0 solid #C6C6C6;
    height: 330px;
}

/* ------- MULTIPLY BOOKING CONTROL -----------------*/
.reservemultiply {
    height: 310px;
    position: relative;
}

    .reservemultiply .bookrow input, .reservemultiply .bookrow select {
        margin-left: 10px;
    }

    .reservemultiply .bookrow input {
        background-color: #FFFFFF;
        border: 1px solid #B4B5B5;
        color: #555555;
        font-size: 11px;
        height: 27px;
        line-height: 25px;
        padding-left: 4px;
        vertical-align: top;
        width: 200px;
    }

        .reservemultiply .bookrow input.calendar {
            background: url("../Images/01106.gif") no-repeat scroll 88px 50% #FFFFFF;
            border: 1px solid #B4B5B5;
            cursor: pointer;
            height: 27px;
            line-height: 25px;
            padding-left: 4px;
            width: 105px;
        }

    .reservemultiply .bookrow .hour, .reservemultiply .bookrow .minute {
        height: 29px;
        width: 44px;
        margin: 0;
    }

    .reservemultiply .bookrow select {
        background-color: #FFFFFF;
        border: 1px solid #B4B5B5;
        color: #555555;
        font-size: 11px;
        height: 27px;
        padding: 3px;
        width: 205px;
    }

    .reservemultiply .continue {
        padding-top: 5px;
    }
