body {
    font-family: MuseoSans-500;
}

.font-Helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a img {
    border: 0;
}

a {
    outline: none;
    color: #000;
}

#outer {
    margin: 0 auto;
    padding-top: 0;
    width: 980px;
}

#topStrip {
    margin: 0 auto;
    width: 980px;
    min-height: 80px;
    background-position: top center;
    position: relative;
}

    #topStrip h1 {
        margin: 0px;
        padding: 0px;
    }

    #topStrip a {
        display: block;
    }

    #topStrip .trent-barton-live {
        position: absolute;
        top: 0;
        right: 12px;
        width: 196px;
        height: 30px;
    }

.live-timings select {
    margin-bottom: 6px;
    border-radius: 4px;
    width: 210px;
}

#mainLeft {
    margin: 0;
    padding: 0;
    width: 288px;
    padding-top: 40px;
    position: absolute;
    z-index: 1000;
}

.pnl {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
}

.cms-content-block {
    font-size: 16px;
    line-height: 1.4;
}

#mainRight {
    /*font-size: 16px;*/
    padding: 0;
    color: #000;
}

    /*#mainRight h1
    {
        margin: 0px;
        padding: 0px;
    }

    #mainRight h2
    {
        margin: 0px;
        padding: 0px;
        color: #C82C2D;
        font-weight: bold;
        font-size: 14px;
    }

    #mainRight h3
    {
        margin: 0px;
        padding: 0px;
        color: #C82C2D;
        font-weight: bold;
        font-size: 12px;
    }*/

    /* #mainRight p, #mainRight li { line-height: 1.8em;} */
    #mainRight p.date {
        margin-top: 0px;
        font-weight: bold;
    }

    /*#mainRight a
    {
        text-decoration: underline;
        color: #666666;
    }*/

    /*#mainRight h3 a
    {
        text-decoration: none;
        color: #C82C2D;
        font-weight: bold;
        font-size: 12px;
    }*/



    #mainRight.homepage {
        background-image: url(../../images/trentbarton/tops/top-home.jpg);
    }

    #mainRight.jobs {
        background-image: url(../../images/trentbarton/tops/top-jobs.jpg);
    }

    #mainRight.fleet {
        background-image: url(../../images/trentbarton/tops/top-fleetlist.jpg);
    }

    #mainRight.fares {
        background-image: url(../../images/trentbarton/tops/top-fares.jpg);
    }

    #mainRight.mango {
        background-image: url(../../images/trentbarton/tops/top-mango.jpg);
        padding-top: 100px;
        min-height: 716px;
    }

    #mainRight.news {
        background-image: url(../../images/trentbarton/tops/top-news.jpg);
    }

    #mainRight.contactus {
        background-image: url(../../images/trentbarton/tops/top-contactus.jpg);
    }

    #mainRight.services {
        background-image: url(../../images/trentbarton/tops/top-routelist.jpg);
    }

    #mainRight.routefinder {
        background-image: url(../../images/trentbarton/tops/top-routefinder.jpg);
    }

    #mainRight.usethebus {
        background-image: url(../../images/trentbarton/tops/top-howtousethebus.jpg);
    }

    #mainRight.ontogether {
        background-image: url(../../images/trentbarton/tops/top-gettingontogether.jpg);
    }

    #mainRight.mum {
        background-image: url(../../images/trentbarton/tops/top-mum-on-the-bus.jpg);
    }

    #mainRight.thinktank {
        background-image: url(../../images/trentbarton/tops/top-think-tank.jpg);
        min-height: 225px;
    }

    #mainRight.studentmango {
        background-image: url(../../images/trentbarton/tops/top-whichmango.jpg);
    }

    #mainRight.mum a, a:hover, a:visited {
        /*color: #F90F04;*/
        text-decoration: none;
        /*font-weight: bold;*/
    }

    #mainRight .lime {
        color: #ADBD1D;
    }

    #mainRight.live {
        background-image: url("../../images/trentbarton/tops/top-trentbarton-live.jpg");
    }

    #mainRight.club55 {
        background-image: url("../../images/trentbarton/tops/top-club55.jpg");
    }

    #mainRight.saver {
        background-image: url("../../images/trentbarton/tops/top-saver.jpg");
    }

    #mainRight.zigzagplay {
        background-image: url("../../images/trentbarton/tops/top-zigzagplay.jpg");
    }

    #mainRight.universitybusguide {
        background-image: url("../../images/trentbarton/tops/top-universitybusguide.png");
    }

    #mainRight.universitybusguide {
        background-image: url("../../images/trentbarton/tops/top-universitybusguide.png");
    }

    #mainRight.universitybusguidederby {
        background-image: url("../../images/trentbarton/tops/university-top-home_header_derby.jpg");
    }

    #mainRight.universitybusguidenottingham {
        background-image: url("../../images/trentbarton/tops/university-top-home_header_nottstrent.jpg");
    }


/*--------------------------------------------------

Form Styles

----------------------------------------------------*/
input, textarea {
    font-size: 1.0em;
    font-family: MuseoSans-500 !important;
}

    input[type='text'],
    input[type=password],
    textarea,
    select {
        padding: 2px;
        border: 1px solid #d8d9da;
        color: #666;
        /*border-radius: 4px;
        behavior: url(PIE.htc);*/
        /*font-family: MuseoSans-500 !important;*/
    }

        input[type='text'].error,
        input[type=password].error,
        textarea.error,
        select.error {
            border: 2px solid #F00;
            background: #FEE;
        }

    input.readonly {
        background: #F6F6F6;
        border-colour: #888;
    }

select {
    width: 134px;
}

input.xxs {
    width: 40px;
}

input.xs {
    width: 80px;
}

input.s {
    width: 120px;
}

input.m {
    width: 180px;
}

input.l {
    width: 240px;
}

input.xl {
    width: 300px;
}

input.m.currency {
    padding-left: 15px;
    width: 167px;
    background: #FFF url(../../images/trentbarton/gbp.png) no-repeat 1px center;
}

textarea.m {
    width: 180px;
    height: 60px;
}

textarea.l {
    width: 240px;
    height: 80px;
}

input.xxs.error {
    width: 38px;
}

input.xs.error {
    width: 78px;
}

input.s.error {
    width: 118px;
}

input.m.error {
    width: 178px;
    background-color: #FEE;
}

input.l.error {
    width: 238px;
}

input.xl.error {
    width: 298px;
}

textarea.m.error {
    width: 178px;
    height: 58px;
}

textarea.l.error {
    width: 238px;
    height: 78px;
}

input.button,
a.button {
    /*background-color:#C82C2D;
	border:1px solid #3E0C18;
	color:#FFFFFF;
	font-weight:bold;*/
    background: #fcfff4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 52%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(52%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 52%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 52%,#b3bead 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 52%,#b3bead 100%); /* IE10+ */
    background: linear-gradient(top, #fcfff4 0%,#dfe5d7 52%,#b3bead 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 1.1em;
    height: auto;
    border: 1px SOLID #999;
}

    input.button:hover,
    a.button:hover {
        background-color: #DF3134;
        /*border-color:#27070F;*/
        background: #f7fbfc; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Q5ZWRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGQ5ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f7fbfc 0%, #d9edf2 40%, #add9e4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbfc), color-stop(40%,#d9edf2), color-stop(100%,#add9e4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* IE10+ */
        background: linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-8 */
    }

    input.button:active,
    a.button:active {
        background: #b2e1ff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNiMmUxZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjZiNmZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #b2e1ff 52%, #66b6fc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b2e1ff 52%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b2e1ff 52%,#66b6fc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b2e1ff 52%,#66b6fc 100%); /* IE10+ */
        background: linear-gradient(top, #b2e1ff 52%,#66b6fc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-8 */
        border-color: #2c539e;
        box-shadow: inset 0 0 3px #2c539e;
        -moz-box-shadow: inset 0 0 3px #2c539e;
    }

a.button {
    text-decoration: none !important;
    /*color: #FFFFFF !important;*/
    padding: 3px 12px;
}

.required {
    color: #DD0000;
    cursor: help;
}


/*-----------------------------------------------
Layout
-------------------------------------------------*/
div.form div.fieldset {
    margin-bottom: 2.0em;
}

.featureInner div.form div.fieldset div.legend {
    /*background-color:#FFFFFF;*/
    margin: 0px -20px 12px -50px;
    padding: 6px 20px 4px 50px;
}

div.form table {
    border-collapse: collapse;
    width: 100%;
}

    div.form table th {
        font-weight: normal;
        width: 170px;
        padding: 6px 6px 6px 0px;
        vertical-align: top;
        text-align: left;
    }

    div.form table td {
        padding: 6px 0px 6px 6px;
        vertical-align: top;
    }

div.form .radioList label {
    padding-right: 10px;
}

div.form .radioList br {
    display: none;
}

div.form .repeaterItems {
    margin: 0 0 0.8em;
}

div.form .repeaterItem h4 {
    margin: 6px 0px;
}

div.form .repeaterItem .repeaterItemRemove {
    float: right;
}

div.form .repeaterItemAdd {
    text-align: right;
}

div.form .repeaterItems input.button {
    font-weight: normal;
    padding: 1px 3px 1px 3px;
    font-size: 1.0em;
}

div.form .multilineResponse {
    margin: 6px 0px 6px 0px;
}

div.form .inputGuidanceNotes {
    color: #888888;
}

div.form div.hr {
    border-bottom: 1px solid #D0D0D0;
    height: 1px;
    padding-bottom: 1.0em;
    margin-bottom: 1.0em;
}

div.form #furtherDetails h3.clickToToggle-closed,
div.form #furtherDetails h3.clickToToggle-open {
    cursor: pointer;
}

    div.form #furtherDetails h3.clickToToggle-closed:before {
        content: '+\2009';
    }

    div.form #furtherDetails h3.clickToToggle-open:before {
        content: '\2009-\2009\2009';
    }

/*-----------------------------------------------
Validation
-------------------------------------------------*/
.validationError {
    color: #CC3300;
    font-family: Impact, "Arial Black", Arial, Sans-Serif;
    font-weight: bold;
    cursor: help;
}

.validationSummary,
.mango-feedback {
    /*padding:10px 10px 10px 50px;*/
    padding: 10px 10px 10px 10px;
    background-color: #FFFFCF;
    /*background-image:url(../../images/trentbarton/alertsign.gif);*/
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #CC3300;
    border: 1px solid #CC3300;
    font-weight: bold;
    margin-bottom: 1.0em;
    text-align: left;
    position: relative;
}

    .validationSummary ul {
        margin: 4px 0px 4px 20px !important;
        padding: 0px;
        font-weight: normal;
        list-style-type: disc !important;
    }

        .validationSummary ul li {
            color: #CC3300;
            margin: 0px;
            padding: 0px;
            float: none;
        }

    .validationSummary p {
        margin: 0px;
        padding: 0px;
    }

/*--------------------------------------------------

End Form Styles

----------------------------------------------------*/

/*------------------------------------------------
Loading
--------------------------------------------------*/
.loading p {
    text-align: center;
}

    .loading p img {
        vertical-align: middle;
        margin-right: 8px;
    }

/*steve*/


.mangoLogin {
    height: 260px;
    width: 248px;
    background-image: url(../images/mango-left.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -200px;
    padding: 20px;
    color: #fff;
}

#mainRight .mangoLogin a {
    color: #fff;
}

.mangoCol {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-left: 50px;
}




/*steve*/

.featureTopGeneral {
    margin: 0px;
    padding: 0px;
    max-width: 700px;
    padding-left: 80px;
    background: url(/images/tb/news_signup_emoticon.png) no-repeat;
    background-position-y: 20px;
}


.featureInner {
    margin: 0px;
    padding: 0px;
    min-height: 125px;
}

    .featureInner .details {
    }

        .featureInner .details label {
            width: 100px;
            display: inline-block;
            text-align: right;
            padding-right: 10px;
            vertical-align: top;
            height: 100%;
        }

        .featureInner .details input[type="text"] {
            width: 180px;
        }

        .featureInner .details th {
            text-align: left;
            font-weight: normal;
        }

    .featureInner h3 {
        background: #66a7d9;
        padding: 5px;
        color: #fff;
        font-family: MuseoSans-700;
        font-weight: normal;
    }

#featureTopKnow {
    margin: 0px;
    padding: 0px;
    width: 628px;
    background-image: url(../../images/trentbarton/jobs_knowTop.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 30px;
}



#featureTopMaps {
    margin: 0px;
    padding: 0px;
    width: 205px;
    background-image: url(../../images/trentbarton/featureTopMaps.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 8px;
    background-color: #E6E6E6;
}


.featureInnerMaps {
    background-color: #F7F7F7;
    margin: 0px 1px;
    padding: 0px;
}

    .featureInnerMaps p {
        margin: 0px;
        padding-left: 10px;
    }

.featureBotMaps {
    height: 8px;
    background-image: url(../../images/trentbarton/featureBotMaps.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}







.featureInner p {
    margin: 0px;
    padding-bottom: 10px;
}

.featureBot {
    height: 11px;
    background-image: url(../../images/trentbarton/jobs_availability_formBot.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}




/* used on home page right feature */

#featureTopRight {
    margin: 0px;
    padding: 0px;
    width: 165px;
    background-image: url(../../images/trentbarton/featureRightTop.png);
    background-position: top;
    background-repeat: no-repeat;
    /*padding-top: 15px;*/
    float: right;
    margin-left: 50px;
}

.featureInnerRight {
    background-color: #F4F4F4;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}

    .featureInnerRight p {
        margin: 0;
        padding: 0 10px;
    }

.featureBotRight {
    height: 15px;
    background-image: url(../../images/trentbarton/featureRightBot.png);
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

/* close home page right feature */

.newsStory {
    margin-bottom: 40px;
}

    .newsStory p {
        margin-top: 0;
    }

    .newsStory img {
        margin: 10px;
    }

/*.fleetTable
{
    width: 100%;
}

    .fleetTable th
    {
        background-color: #E7E7E7;
        text-align: center;
        padding: 3px;
    }

    .fleetTable td
    {
        background-color: #E7E7E7;
        text-align: center;
    }

        .fleetTable td strong
        {
            display: block;
            padding-left: 2px;
            text-align: left;
        }*/

.getOnTogetherTable th {
    background-color: #C00518;
    color: #FFFFFF;
    padding: 3px;
    font-weight: bold;
}

.getOnTogetherTable tr {
}

.getOnTogetherTable td.right {
    text-align: right;
    font-weight: bold;
}

.getOnTogetherTable td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CECECE;
}

.getOnTogetherTable .red {
    font-weight: bold;
    color: #C00518;
}


.ticketLogo {
    float: left;
    width: 168px;
}

/*.ticketType
{
    border-left: 1px solid #E6E6E6;
    margin-left: 169px;
    padding-left: 40px;
    margin-bottom: 50px;
}*/

.ticketTypeChoose {
    margin-bottom: 30px;
}

    .ticketTypeChoose label {
        width: 190px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }

    .ticketTypeChoose .small-fields {
        width: 180px !important;
    }

    .ticketTypeChoose input[type="text"] {
        width: 300px;
    }

    .ticketTypeChoose th {
        text-align: center;
        font-weight: normal;
    }

a.closed {
    /*color: #fff;*/
    font-weight: normal;
    text-decoration: none;
    /*padding-left: 20px;*/
    font-size: 14px;
    background-image: url(/images/tb/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: 99%;
    /*background-image: url(../../images/trentbarton/arrow-grey-closed.gif);
    background-repeat: no-repeat;
    background-position: left top;*/
}

a.open {
    /*color: #fff;*/
    font-weight: normal;
    text-decoration: none;
    /*padding-left: 20px;*/
    font-size: 14px;
    background-image: url(/images/tb/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: 99%;
    /*background-image: url(../../images/trentbarton/arrow-grey-open.gif);
    background-repeat: no-repeat;
    background-position: left middle;*/
}

#footer2 h2 a:hover {
    text-decoration: none;
}

/* bus information pages */
#mainRight a.serviceRow {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    /*background-image: url(/images/tb/route-rightarrow.png);
    background-position: center right;
    background-repeat: no-repeat;*/
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 10px;
}

.serviceRowRouteFinder,
#mainRight a.serviceRowHover:hover {
    background-image: url(/images/tb/serviceDefaultIcon.png) !important;
}

.serviceRowRouteFinder {
    border: none !important;
}

a.serviceRow:hover {
    background-color: #ffffee;
}

a.serviceRowAlternate {
    background-color: #eee;
}

    a.serviceRowAlternate:hover {
        background-color: #ffffee;
    }

a.serviceRow .serviceArrow {
    float: right;
    padding-right: 11px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #373536;
}


a.serviceRow .serviceName {
    display: inline-block;
    width: 206px;
    /*padding-left: 5px;
    font-weight: bold;
    color: #000;*/
    font-size: 14px;
    padding-left: 45px;
}

    a.serviceRow .serviceName img {
        margin-right: 10px;
    }

.serviceDescription {
    /*color: #666666;*/
}

    .serviceDescription .active {
        font-weight: bold;
    }

/* how to use the bus */
.steps {
    margin: 0;
    padding: 0;
    height: 35px;
    background: #F7F7F7;
    border-radius: 6px;
    border: 1px #E6E6E6 solid;
    /*background-image: url(../../images/trentbarton/bg_usebus.gif);
    background-position: left top;
    background-repeat: no-repeat;*/
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 25px;
    line-height: 28px;
}

.step {
    font-weight: normal;
    color: #C82C2D;
}

.red {
    font-weight: bold;
    color: #C82C2D;
}

.clear {
    clear: both;
}

.valSummary {
    font-weight: bold;
    color: #C82C2D;
}

    .valSummary li {
        font-weight: normal;
        color: #C82C2D;
    }

#result1 h3 {
    margin-top: 20px;
}

/* sidebar */
.adImages a {
    border: 0;
}

.adImages img {
    margin: 20px 0 0 20px;
}

#modalContainer {
    display: none;
    width: 860px;
    height: 620px;
    background-color: #fff;
    position: absolute;
    z-index: 1200;
    border: 4px solid #ccc;
    padding: 0;
}

#overlay {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
}

.fullWidth label {
    width: auto;
}

.areaStartEndPoint {
    margin-top: 25px;
}

.journeyDetails h3 {
    margin-top: 10px !important;
}

.panel {
    background: #F4F4F4;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 10px;
    behavior: url(PIE.htc);
}

/*
	Fares Widget
*/

.faresWidget h2 {
    display: none;
}

.faresWidget .areaStartEndPoint .description {
    width: 200px;
    float: right;
    margin-right: 40px;
}

.faresWidget .areaStartEndPoint .description {
    width: 300px;
    display: inline-block;
}

/*
	Signup Form
*/

.signupForm {
    background: url(../../images/trentbarton/icon_keep-informed.png) no-repeat top left #F7F7F7;
    padding-top: 20px;
    padding-left: 80px;
}

    .signupForm .details label {
        display: block;
        float: left;
        width: 90px;
        margin-right: 10px;
    }


/* start cookie */

/*
Cookie Privacy sidebar
*/

.cookiePrivacy {
    float: right;
    z-index: 10;
    position: absolute;
    right: 0;
    /*top: 0;*/
    margin-right: -138px;
    margin-top: -1px;
}

/*Mobile site link*/
div.mobileSiteLink {
    position: absolute;
    background: #444444;
    right: -132px;
    top: 325px;
    padding: 10px;
    width: 111px;
    color: white;
    border-radius: 0 5px 5px 0px;
    font-size: 1.1em;
}

    div.mobileSiteLink a, div.mobileSiteLink a:hover {
        text-decoration: none;
        color: #9A9A9A;
        font-weight: normal;
    }

/*Mobile site link end*/

iframe.survey {
    width: 100%;
    height: 1000px;
    border: 0;
}

div.surveyMonkeyFooter {
    font-size: 10px;
    color: rgb(102, 102, 102);
    background: #FFF;
    padding: 10px 0 0 10px;
}

    div.surveyMonkeyFooter a {
        font-weight: normal !important;
        color: #00C;
    }

/*
	Cashsaver
*/

table.cardVariants {
    margin: 10px 0 30px;
}

    table.cardVariants img {
        vertical-align: top;
    }

table.priceTable {
    border-collapse: collapse;
    /*width: 100%;*/
    margin: 10px 0;
    font-size: 90%;
    width: 100%;
}

    table.priceTable tr {
        height: 30px;
    }

    table.priceTable th {
        background: #447ec0;
        padding: 2px 10px;
        color: #FFF;
    }

    table.priceTable .zones {
        text-align: right;
    }

    table.priceTable td {
        border-bottom: 1px solid #CCC;
        text-align: center;
        padding: 2px 10px;
    }

    table.priceTable label {
        width: auto;
    }

    table.priceTable .altItemRow {
        background-color: #e5ebf2;
    }


.twoRadio {
    font-size: 1.2em;
}

    .twoRadio label {
        /*width: 155px;*/
        text-align: left;
        padding-right: 5px;
        padding-left: 5px;
    }

/*
	Discount Card Form
*/

div.discountCardAppForm {
}

    div.discountCardAppForm input[type=text],
    div.discountCardAppForm textarea {
        width: 297px;
    }

    div.discountCardAppForm textarea {
        height: 125px;
    }

    div.discountCardAppForm .discountCardAppForm-body {
        width: 700px;
        padding: 0;
        margin: 0;
    }

    div.discountCardAppForm h3 {
        background-color: #7f7f7f;
        color: #fff;
        padding: 5px;
        font-family: MuseoSans-700;
        font-weight: normal;
    }

div.discountCardAppFormFields .dateOfBirth select {
    width: auto;
}

div.discountCardAppForm input[type=submit] {
}

.discountCardAppFormFields {
    margin-bottom: 30px;
}

    .discountCardAppFormFields label {
        width: 190px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
        vertical-align: top;
        height: 100%;
    }

    .discountCardAppFormFields .small-fields {
        width: 180px !important;
    }

    .discountCardAppFormFields input[type="text"] {
        width: 300px;
    }

    .discountCardAppFormFields th {
        text-align: left;
        font-weight: normal;
    }

#mainRight.club55 .clubLeft {
    float: left;
    padding-right: 30px;
    width: 360px;
}

#mainRight.club55 h1 {
    color: #1D63A5;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#mainRight.club55 h2 {
    color: #DC931A;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/*select.routeFinder
{
    width: auto;
}*/

div.social-media {
    width: 160px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 155px;
}

    div.social-media .twitter-share-button {
        position: relative;
        top: 3px;
    }

#mainRight.news div.social-media {
    top: 143px;
}

#mainRight.mango div.social-media {
    top: 213px;
}

#mainRight.routefinder div.social-media {
    top: 140px;
}

#mainRight.services div.social-media {
    top: 173px;
}

#mainRight.jobs div.social-media {
    top: 176px;
}

#mainRight.usethebus div.social-media,
#mainRight.club55 div.social-media,
#mainRight.ontogether div.social-media,
#mainRight.contactus div.social-media {
    top: 160px;
}

#mainRight.saver div.social-media,
#mainRight.thinktank div.social-media {
    top: 162px;
}

#mainRight.homepage div.social-media {
    top: 129px;
    /*top: 112px;*/
}

#mainRight.zigzagplay div.social-media {
    top: 163px;
}

#mainRight.live .social-media {
    top: 165px;
}

.fb_iframe_widget iframe {
    width: 90px !important;
}

#jquery-overlay {
    z-index: 1100;
}

#jquery-lightbox {
    z-index: 1200;
}

#zigzagplayLeft {
    float: left;
    margin-top: 132px;
}

#zigzagplayRight {
    padding-top: 32px;
    margin-left: 271px;
}

.zigzagplayLinks {
    border-collapse: collapse;
}

    .zigzagplayLinks td, .zigzagplayLinks th {
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        padding-bottom: 10px;
        padding-top: 10px;
        vertical-align: top;
    }

    .zigzagplayLinks th {
        text-align: center;
        padding-right: 10px;
    }

    .zigzagplayLinks h2, #zigzagplayRight .zigzagplayLinks h2 {
        color: #666666;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .zigzagplayLinks p, #zigzagplayRight .zigzagplayLinks p {
        margin-top: 0px;
    }

/*
	MANGO
*/

.mango #featureTop {
    margin-top: 35px;
}

#mainRight .mango-sidebar h2 {
    background: url(../../images/mango/sidebar-header.png) no-repeat;
    ;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #FFF;
    margin: 0;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
}

.mango-sidebar .panel {
    padding: 5px 10px 0;
    background: #F4F4F4;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    border-radius: 0 0 10px 10px;
    margin: 0 0 10px 0;
    behavior: url(PIE.htc);
}

    .mango-sidebar .panel p {
        margin: 0 0 1em 0;
    }

.mango-sidebar input[type=text],
.mango-sidebar input[type=password] {
    width: 152px;
}

    .mango-sidebar input[type=text].error,
    .mango-sidebar input[type=password].error {
        border: 2px solid #F00;
        width: 150px;
        background: #FEE;
    }

#mainRight .mango-sidebar .mango-offers {
    background: #F4F4F4 url(../../images/mango/mango-offers.png) no-repeat 1px 2px;
    display: block;
    height: 44px;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 7px 0 0 65px;
    text-decoration: none;
    font-weight: normal;
    line-height: 18px;
    behavior: url(PIE.htc);
}

.mango .fieldset #title-other th /*,
.mango .fieldset .address th*/ {
    padding-left: 10px;
    width: 130px;
}

.mango .fieldset .button.lookup {
    position: absolute;
    right: 10px;
}

.mango .fieldset select.address-options {
    width: 185px;
}

.mango-account {
    width: 430px;
    padding-top: 30px;
    position: relative;
    margin-top: 22px;
}

#mainRight .mango-account h2,
#mainRight .mango-account h3 {
    color: #57792d;
}

.mango-account .edit-icon {
    position: absolute;
    top: -17px;
}

#mainRight .mango-account h2.edit-header {
    margin: -14px 55px 0;
}

.mango-account div.terms {
    margin: 6px 0 10px 0;
    padding: 10px;
    height: 400px;
    border: 1px solid #CECECE;
    overflow: auto;
}

.mango-account .form table {
    width: auto;
}

    .mango-account .form table th {
        width: 140px;
    }

.mango-account .form input[type=text] {
    margin-right: 3px;
}

.mango-account .button {
    margin-right: 10px;
}

    .mango-account .button.use-this-address {
        margin-left: 55px;
        margin-top: 5px;
    }

.mango-account ul.mango-welcome-options {
    list-style: none;
    padding: 0 0 0 10px;
}

    .mango-account ul.mango-welcome-options li {
        color: #999;
        margin: 0 0 10px 0;
    }

        .mango-account ul.mango-welcome-options li:hover {
            background: #FAFAFA;
        }

    .mango-account ul.mango-welcome-options a {
        display: block;
        text-decoration: none !important;
        font-weight: normal !important;
        color: #666 !important;
        padding: 3px 0;
    }

        .mango-account ul.mango-welcome-options a:before {
            content: '\00BB\2009\2009';
        }

        .mango-account ul.mango-welcome-options a:hover:before {
            content: '\2009\00BB\2009';
        }

.mango-video {
    display: block;
    width: 400px;
    height: 250px;
}

    .mango-video img {
        border: 1px solid #D1D1D1;
    }

.mango-feedback,
.mango-loggedOut {
    width: 695px;
}

    .mango-feedback ul {
        margin: 0;
        padding: 0 20px;
    }

.mango-feedback-success {
    background: #CAE0AA;
    border: 1px solid #57792D;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
}

.mango-card:hover {
    background: #FAFAFA;
}

.mango-card img {
    position: absolute;
    margin-top: 5px;
}

.mango-card dl {
    margin: 0 0 0 125px;
}

.mango-card dt {
    display: block;
    width: 160px;
    margin-right: 20px;
    float: left;
}

.mango-card dd {
    margin: 0;
    color: #000;
}

.mango-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mango-card li {
    float: left;
    margin: 0;
}

/*.mango-card .actions
{
    text-align: right;
}*/

/*#mainRight .mango-card a
{
    margin-right: 1em;
    text-decoration: none;
    color: #555;
}

    #mainRight .mango-card a:hover
    {
        font-weight: normal;
        text-decoration: underline;
        color: #000;
    }

    .mango-card .remove,
    #mainRight .mango-card a.remove:hover
    {
        position: absolute;
        right: 0;
        height: 16px;
        line-height: 16px;
        font-weight: bold;
    }*/

.mango-account .separator {
    border-bottom: 1px solid #CECECE;
    margin: 0.6em 0;
}

.mango-account .form .journey-history {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.mango-account .form .journey-history-wrapper {
    background: url(../../images/mango/table-header.png) no-repeat top center;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
}

.mango-account .form .journey-history .head th {
    color: #FFF;
    font-weight: bold;
    border: 0;
}

.mango-account .form .journey-history td,
.mango-account .form .journey-history th {
    border: 1px solid #CECECE;
    padding: 3px;
}

.mango-account .form .journey-history .type {
    width: 54px;
    border-right: none;
    border-bottom: none;
    width: 290px;
    padding-left: 6px;
}

.mango-account .form .journey-history .price {
    width: 60px;
    text-align: right;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.mango-account .form .journey-history .credit {
    width: 54px;
    text-align: right;
    border-left: none;
    border-bottom: none;
    padding-right: 6px;
}

.mango-account .form .journey-history .touch {
    width: 70px;
    text-align: right;
}

.mango-account .form .journey-history .time {
    width: 110px;
    text-align: center;
}

.mango-account .form .journey-history .times > td {
    padding: 0;
    border-top: 0;
}

.mango-account .form .journey-history .times table th,
.mango-account .form .journey-history .times table td {
    border: 0;
}

.mango-account .form .card-number label {
    display: block;
    width: 150px;
    float: left;
}

.mango-account .form .add-another-mango {
    text-align: right;
}

    .mango-account .form .add-another-mango .button {
        margin-right: 0;
    }

.mango-account .form .shopping-cart-summary {
    margin: 5px 0 15px 0;
}

    .mango-account .form .shopping-cart-summary th {
        width: 90px;
    }

    .mango-account .form .shopping-cart-summary th,
    .mango-account .form .shopping-cart-summary td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mango-account .form .shopping-cart-summary tr.total th,
    .mango-account .form .shopping-cart-summary tr.total td {
        font-weight: bold;
    }

/* High Traffic Rollover On-page Alert */
#outer {
    position: relative;
}

#traffic-alert {
    position: absolute;
    top: 151px;
    right: 0;
    width: 34px;
    height: 100px;
    background: url(../../images/trentbarton/high-traffic-alert.png);
    cursor: pointer;
}

#traffic-alert-message {
    position: absolute;
    top: 150px;
    right: 32px;
    border-radius: 10px 0 10px 10px;
    border: 1px solid #FFF;
    border-right: none;
    background: #9a9a9a;
    z-index: 1000;
    padding: 10px;
    overflow: hidden;
    behavior: url(PIE.htc);
}

#traffic-alert-message-content {
    min-height: 90px;
    position: relative;
    color: #FFF;
    width: 300px;
    padding: 0 0 1em 0;
}

    #traffic-alert-message-content p {
        margin: 0 0 1em 0;
    }

    #traffic-alert-message-content a {
        color: #FFF;
        font-weight: bold;
    }

    #traffic-alert-message-content .view-more {
        position: absolute;
        bottom: 0;
        right: 0;
        text-decoration: none;
    }

        #traffic-alert-message-content .view-more:hover {
            text-decoration: underline;
        }

#mainLeft .charity-link {
    margin: 40px auto;
    display: block;
    text-align: right;
}

    #mainLeft .charity-link img {
        margin-right: 15px;
    }

/*.mango-card .campaignAdditionalRequirements
{
    background-color: #D6D4D4;
    margin: 10px 0px;
    padding: 10px 10px;
    border-radius: 5px;
    color: #636161;
}

    .mango-card .campaignAdditionalRequirements div
    {
        padding: 5px 0;
    }

        .mango-card .campaignAdditionalRequirements div .validationError
        {
            position: absolute;
        }*/


/*
	Stop finder
*/
.stop-finder {
    background: url(../../images/trentbarton/timetable.png) no-repeat top left #F7F7F7;
    padding-top: 20px;
    padding-left: 80px;
}


    .stop-finder .details label {
        display: block;
        float: left;
        width: 90px;
        margin-right: 10px;
    }

a.optionRow {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    background-image: url(../../images/trentbarton/rightarrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.nextBusTable {
    /*width: 100%;*/
}

.nextBusRow {
    text-decoration: none;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

    .nextBusRow th {
        text-align: left;
    }

    .nextBusRow:hover td {
        background-color: white;
        color: #4b4a4a;
    }

.nextBusDueIn {
    width: 100px;
}

.nextBusLocality {
    width: 250px;
}

.nextBusService {
    width: 250px;
}

.nextBusImgIcon {
    margin-right: 10px;
}

.timeSelect {
    width: 50px;
}

/*
	Stop finder end
*/

/*
    Credit card start
*/
.cc-mango-card:hover {
    background: #FAFAFA;
}

.cc-mango-card img {
    position: absolute;
    margin-top: 5px;
    max-width: 115px;
}

.cc-mango-card dl {
    margin: 0 0 0 125px;
}

.cc-mango-card dt {
    display: block;
    width: 70px;
    margin-right: 1em;
    float: left;
}

.cc-mango-card dd {
    margin: 0;
    color: #333;
}

.cc-mango-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-mango-card li {
    float: left;
    margin: 0;
}

.cc-mango-card .actions {
    text-align: right;
}

/*.cc-mango-card a
{
    margin-right: 1em;
    text-decoration: none !important;
    color: #555 !important;
}*/


.billingDeliveryDetails {
    padding-left: 84px;
}

.card-purchase-link {
    display: inline-block;
    vertical-align: middle;
    background: url(/images/trentbarton/play.png) no-repeat;
    width: 16px;
    height: 16px;
}
/*
    Credit card end
*/

.realtimeTimeTable {
    width: 50%;
}

    .realtimeTimeTable th {
        text-align: left;
    }

    .realtimeTimeTable a {
        color: #fff;
    }

table.nextBusTable a, table.realtimeTimeTable a {
    color: #fff;
    text-decoration: underline;
}

.nextBusRow:hover td a {
    color: #4b4a4a;
}

#postCodeError {
    display: block;
}


.autoTopup {
}

    .autoTopup .noCards {
        margin: 0 auto 0 auto;
        max-width: 400px;
    }

    .autoTopup dl {
        margin-top: 0;
        margin-bottom: 0;
        /*margin: 0 0 0 125px;*/
    }

    .autoTopup dt {
        float: left;
        text-align: right;
        width: 160px;
        margin-right: 20px;
    }

    .autoTopup dd {
        padding: 2px;
    }

        .autoTopup dd select {
            width: 185px;
        }

/* bus-information */

#sideMenu {
    z-index: 1;
    position: absolute;
    width: 300px;
    background-color: #444444;
    /* padding: 5px 15px 0px 15px; */
    margin: 15px 0px 15px 5px;
}

/* bus-information */

footer .dekstoplink {
    background-color: #939496;
    width: 100%;
}

    footer .dekstoplink a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
    }


.mango-card-items .new-bod-icon {
    margin-left: 180px;
    margin-bottom: 0px;
}

.mango-card-items .autoTopup dl {
    margin: 0px;
}

.mango-addnew .remove-mango {
    margin-bottom: 20px;
}

.mango-card-items .autoTopup {
    margin-left: 10px;
}

    .mango-card-items .autoTopup dt {
        margin-right: 10px;
    }

.homepage-image-container {
    position: relative;
}

.live-timings-container {
    position: absolute;
    top: 24px;
    right: 27px;
}

.homepage-landscape-image {
    width: 960px;
    height: 490px;
}

.homepage-portrait-image {
    width: 710px;
    height: 420px;
    display: none;
}

.homepage-image-large {
    width: 423px;
    height: 220px;
    padding-bottom: 20px;
}

.homepage-image-large img {
    height: 220px;
}

.homepage-image-small {
    width: 250px;
    height: 100px;
    padding-bottom: 20px;
}

.homepage-image-small img {
    height: 100px;
}

@media (max-width: 1009px) {

    .homepage-landscape-image {
        display: none;
    }

    .homepage-portrait-image {
        display: block;
    }
}

/*.tbads-updates .tbads img {
    margin-right: 0px;
    margin-bottom: 0px;
}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cookie banner */

.cookie-banner {
    text-align: center;
    padding: 10px;
    background: white;
    color: #000;
}

    .cookie-banner a.button {
        color: #F37400;
        font-weight: bold;
        text-decoration: underline;
        padding: 0;
        background: none;
        border: none;
        height: 20px;
        line-height: 20px;
        margin-left: 10px;
        font-size: 14px;
    }

        .cookie-banner a.button:hover {
            color: #005ea3;
        }

/* Cookie banner end */
