#leftCol {
    clear:both;
    float:left;
    border: 1px solid #ccc;
    width: 625px;
    margin: 15px;
    margin-left: 20px;
    background-color: #e4e4e4;
    background-image: url(../../../images/newDesign/gradientLongBg.png);
    background-repeat: repeat-x;
}
#leftCol h1, #leftCol h2, .sideDetails h1 {
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;    
    width: 605px;
    padding-left: 22px;
    padding-top: 5px;
    color: #fff;
    font-weight: normal;
}

#leftCol h1, .sideDetails h1 {
    height: 32px;
    background-image: url(../../../images/newDesign/heading-bg.png);
    font-size: 24px;
}

#leftCol h2 {
    height: 29px;
    background-image: url(../../../images/newDesign/SecHeading-bg.png);
    font-size: 18px;
    padding-top: 0px;
}

img.offer {
    margin: 0;
    padding: 0;
    clear:both;
    float:left;
    margin-top: 8px;
}
h1#offer1,h1#offer2, h1#offer3,h1#offer4,h1#offer5,h1#offer6 {
    width: 520px;
}

#leftCol p, #confirmMessage .greyTitle, #confirmMessage .redTitle {
    clear:both;
    float:left;
    margin:0px 20px 20px 20px;
    color: #555;
    font-size: 14px;
    width: 585px;
}

#rightCol{
    float: right;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}
#rightCol img{
    clear:both;
    float:right;
    margin-right:-4px;
}
#form {
    float: right;
    background-image:url(../../../images/newDesign/form-bg.jpg);
    background-repeat: repeat-x;
    width: 285px;
    height: 407px;
}

#tableResults {
    margin-left: 10px;
}
.btnBookNow {
    border:0px;
    width:78px;
    height: 23px;
    background-image:url(../../../images/newDesign/bookBtn.png);
    cursor: pointer;
}
.btnCancel {
    background-image:url(../../../images/newDesign/cancelBookingBtn.png);
    border:0px;
    width:111px;
    height: 23px;
    cursor: pointer;
}
.btnConfirmBooking {
    background-image:url(../../../images/newDesign/completeBookingBtn.png);
    border:0px;
    width:128px;
    height: 23px;
    cursor: pointer;
}
.btnSubscribe {
    background-image:url(../../../images/newDesign/subscribeBtn.png);
    border: 0px;
    width: 82px;
    height: 23px;    
    cursor: pointer;
}
.btnSubmit {
    background-image:url(../../../images/newDesign/submitBtn.png);
    border: 0px;
    width: 58px;
    height: 23px;
    cursor: pointer;
}
.btnBackToHome {
    background-image:url(../../../images/newDesign/backHomeBtn.png);
    border: 0px;
    width: 135px;
    height: 23px;
    cursor: pointer;
}
.btnPrint {
    background-image:url(../../../images/newDesign/printBtn.png);
    border: 0px;
    width: 80px;
    height: 23px;
    cursor: pointer;
}
.toggler{
    background-image: url(../../../images/newDesign/heading-bg.png);
}
.toggler th {
    height: 32px;
    color: #fff;
}

#carDetails {
    clear:both;
    float:left;
    margin-left: 25px;
    padding:3px 5px;
}
#carDetails dt {
    margin-top:5px;
    color: #555;
}
#carDetails dd {
    margin-bottom:5px;
    color: #222;
}
#confirmMessage h1{
    background-image: none;
    color: #555;
    padding: 0px;
    margin: 0px;
}
#confirmMessage .redTitle {
    color: ##ff3200;
}