html 
{
    font-family: Helvetica, Arial, Sans-Serif;
}
h1 a,
h1 img 
{
    border: 0 none;
}
.introduction 
{
    font-size: 18px;
}
/* elements we simply want to hide from print - it's all about saving that ink people!    */
#booking_summary,
.homeNav,
.hubNav,
.tweet,
.bigImageLink,
.ytPlayer,
.cta,
.pagination,
#footer ul,
#footer-followus,
#navigation,
#day-navigation,
#buttons,
.hubFooter 
{
    display: none;
}

/* Bookin pagess */
#booking input,
#booking select,
booking fieldset textarea 
{
    float:left; 
    display:inline
    }
#booking 
{
    float:none;
    width:100%
    }
#booking h2 
{
    text-transform:uppercase
    }
#booking h3 
{
    clear:both
    }
.bookingReceipt 
{
    float:left
    }
#booking form 
{
    width:430px;
    float:left;
    margin-right:30px
    }
#booking #header 
{
    display:block; 
    width:100%;
    }
#booking #bookingSteps 
{
    display:block;
    padding:0
    ;margin:0;
    }
#booking #bookingSteps 
{
    padding:0;
    height:40px
    }
#booking #bookingSteps li#selected
{
    color:#f13b68;
    font-size:20px;
    font-weight:bold
    }
#booking #bookingSteps li
{
    float:left;
    list-style:none;
    width:100px;
    }
#booking fieldset 
{
    clear:both
    }
#booking fieldset li
{
    list-style:none;
    clear:both;
    display:inline-block;
    padding:0 0 10px 0
    }
#booking fieldset label 
{
    vertical-align:top;
    float:left;
    width:150px;
    }
#booking fieldset textarea 
{
    width:200px;
    height:200px;
    overflow:auto
    }
#booking fieldset#paymentDetails ul li ul li span
{
    display:block
    }


/* Booking Receipt*/

.bookingReceipt h2 
{
    color:#000
    }

.bookingReceipt h2 
{
    padding-top:10px;
    }

.bookingReceipt dl 
{
    padding:0
    }
.bookingReceipt dt,
.bookingReceipt dd 
{
    margin-bottom:2px;
    font-size: 14px;
    padding:2px 0
    }
.bookingReceipt dt 
{
    clear:both;
    float:left;
    color:#333;
    text-transform:uppercase;
    font-weight:bold;
    margin-right:3px;
    }
.bookingReceipt dd 
{
    color:#000;
    }

.confirmDetails dt 
{
    float:left;
    width:104px
    }
.confirmDetails dt span 
{
    display:block;
    width:104px
    }
.confirmDetails dl 
{
    font-family:gerogia; 
    font-size:14px;
    margin-bottom:25px
    }
.confirmDetails dt, 
.confirmDetails dd 
{
    padding-bottom:11px
    }
.extended 
{
    width:104px
    }