﻿/* BOOKING GENERAL   
----------------------------------------------------------*/

body
{
    font-size: 12px;    
}

h1
{
    color: #879c2a; /*#b00073;*/
    font-size: 30px; 
    margin: auto;
    margin-bottom: 40px;    
    padding-bottom: 10px ;    
}

h2 
{
    font-size: 20px;
    color: #879c2a;
    padding-bottom: 10px 
}
 
h3
{
    font-weight: bold;
    font-size: 14px;
    color: #879c2a;
    margin-bottom: 5px;   
}

p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}

ul
{
    margin: 0 0 0 0;    
}

/* BOOKING BOXES   
----------------------------------------------------------*/

.grayBox
{
     background: url(../Images/bg-info-gray.jpg) no-repeat top left;
     padding: 5px 5px;
     margin: auto;
     margin-bottom: 6px;
     height: 104px;
     width: 795px;
}

.dynamicBoxTop
{
    background: url(../Images/five-box-top.jpg) no-repeat top left;
    height: 10px;
    position: relative;
    width: 805px;
}

.dynamicBoxOuter
{
    background: url(../Images/five-box-middle.jpg) repeat-y top left;
    margin-bottom: 10px;
    width: 805px;
}

.dynamicBoxInner
{
    background: url(../Images/five-box-bottom.jpg) no-repeat bottom left;
    min-height: 175px;
    padding: 5px 0 10px 0;
    position: relative;

}

.deleteFamily
{
    float: right;
    display: block;
    margin-top: 5px;
    width: 80px;
}

.deleteFamily:hover
{
    color: #999999;
}

/* BOOKING BUTTONS   
----------------------------------------------------------*/

.bigBookingBtn
{
    background: url(../Images/btn-big-green.jpg) no-repeat top left;
    color: #879c2a;
    font-size: 28px;
    font-weight: bold;
    display: block;
    height: 118px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 216px;    
}

.bigBookingBtn span
{
    font-size: 14px;
    position: absolute;
    top: 85px;
    left: 55px;
}

.bigBookingBtnTwoLinePadding
{
    padding-top: 20px;
    height: 98px;
}

.bigBookingBtnThreeLinePadding
{
    padding-top: 5px;
    height: 113px;
}

.close
{
    background: url(../Images/close.gif) no-repeat top left;
    display: block;
    height: 11px;
    margin: 4px;
    width: 36px;
}

.confirmButton
{
    background: url(../Images/btn-confirm.jpg) no-repeat top left;
    float: right;
    font-weight: bold;
    height: 40px;
    margin: 0 0 0 20px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    text-decoration: none;
    width: 111px;
}

.confirmButton:hover
{
    color: #000;
}

.backButton
{
    background: url(../Images/btn-back.jpg) no-repeat top left;
    float: left;
    font-weight: bold;
    height: 40px;
    margin: 0 0 0 0px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    text-decoration: none;
    width: 111px;
}

.backButton:hover
{
    color: #000;
}

.cancelButton
{
    background: url(../Images/btn-cancel.jpg) no-repeat top left;
    display: block;
    float: right;
    font-weight: bold;
    height: 36px;
    margin: 2px;
    line-height: 36px;
    padding: 0 40px 0 20px;
    text-decoration: none;
    width: 107px;
}

.cancelButton:hover
{
    color: #333;    
}

.newFamily
{
    background: url(../Images/btn-gray-wide.jpg) no-repeat top left;
    color: #879c2a;
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 36px;
    text-decoration: none;
    line-height: 36px;
    padding-left: 20px;
    width: 786px;
}

.newFamily:hover
{
    color: #879c2a;
}

.smallGrayButton
{
    background: url(../Images/btn-gray-small.png) no-repeat top left;
    display: block;
    height: 27px; 
    line-height: 27px;
    padding-left: 10px;
    text-decoration: none;
    width: 121px;    
}

.smallGrayButton:hover
{
    color: Black;    
}

.deleteSmall
{
    background: url(../Images/btn-delete.gif) no-repeat top left;
    display: block;
    height: 22px;
    width: 23px;
}

.bookingInfoButton
{
    background: transparent url(../Images/btn-booking-info.gif);
    float: right;
    height: 15px;
    width: 16px;
}




/* BOOKING ELEMENTS   
----------------------------------------------------------*/

.sumLine
{   
    float: left;
    font-size: 14px; 
    padding: 0px 17px;    
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
    width: 780px;
}

.sumLabel
{
    float:right;
    line-height: 23px;
    height: 23px;
}

.sumPrice
{
    font-size: 18px;
    float: right;
    width: 100px;
}

.orderLine
{
    margin: auto;
    padding-top: 25px;
    padding: 0 2px 0 2px;
    width: 810px;
}


.price
{
    font-size: 18px;
}

.newFamilyMemberLine
{
    margin: 0 0 0 20px;
}

.smallerFont
{
    font-size: 16px;    
}

.infoBox
{
    position: relative;    
}

.outerpopup
{
    left: 110px;
    top: -54px;   
}

.innerpopup
{
    font-style: normal;
}

.yearDisclaimer
{
    clear: both;
    font-style: italic;
    padding: 10px 0 0 10px;
    float: left;
    text-align: left;
    width: 200px;    
}

.childInfo
{
    clear: both;
    padding: 0px 0 8px 5px;    
}

/* BOOKING MASTER   
----------------------------------------------------------*/

#bookingContent
{
    text-align: center;
    margin-bottom: 20px;   
}


/* BOOKING FRONTPAGE   
----------------------------------------------------------*/

.bookingFrontLabelBox
{
    float: left;
    height: 70px;
    margin: 70px 10px 70px 0px;
    padding: 44px 0 0 0;
    width: 110px;
}

.bookingFrontLabelBox h2
{
    color: #d30dc6;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.bookingFrontInfoBox
{
    background: url(../Images/bg-info-gray.jpg) no-repeat top left;
    float: left;
    height: 114px;
    margin: 70px 0 70px 0px;
    padding: 0px 0px 0px 0px;
    width: 805px;
}

.bookingFrontCurrency
{
    color: #b00073;
    float: left;
    font-size: 50px;
    height: 63px;
    text-align: right;
    padding: 51px 0 0 0;
    width: 70px;    
}

.bookingFrontPrice
{
    color: #b00073;
    vertical-align: top;
    font-size: 50px;
    font-weight: bold;
    float: left;
    height: 108px;    
    line-height: 50px;
    padding: 6px 0 0 0;
    width: 140px;
}

.bookingFrontPrice span
{
    display: block;
    padding: 0 0 0 1px;        
}


.bookingFrontPriceInfo, .bookingFrontPriceInfo ul li
{
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 550px;
}

.bookingFrontRightInfoBox
{
    float: left;
    padding: 12px 0 0 20px;
    height: 102px;
    text-align: left;
}

.bookingFrontInfoBox h3
{
    color: #b00073;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px; 
    padding: 0 0 0 2px;
}

.bookingFrontBox
{
    float: left;
    text-align: left;
    margin-left: 68px;
    margin-right: 13px;
}

.bookingFrontBox p 
{ 
    padding: 0 5px;
    width: 240px;     
}

.bigBookingBtn:hover
{
    color: #879c2a; 
}

.familyInfo
{
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.familyInfo h3
{
    color: #879c2a;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

.bookingFrontWrapper
{
    margin: auto;
    width: 100%;      
}

/* GIFTCARD   
----------------------------------------------------------*/

.giftCard
{
    padding-left: 150px;
    width: 664px;
}

.giftCardBox
{
    float: left;
    text-align: left;
    margin-left: 68px;
    margin-right: 13px;
}

.giftCardBox p 
{ 
    padding: 0 5px;
    width: 240px;     
}

/* ONETOFOUR   
----------------------------------------------------------*/

.oneToFourTable
{
    height: 104px;
    table-layout: fixed;
    width: 795px;
}

.oneToFourTable td
{
    text-align: left;    
}

.oneToFourTable td.firstColumn
{
    vertical-align: top;
    width: 185px;
}

.oneToFourTable td.secondColumn
{
    width: 290px;    
}

.oneToFourTable td.thirdColumn
{
    width: 172px;    
}

.oneToFourTable td.fourthColumn
{
    width: 60px;    
}

.oneToFourTable td.fifthColumn
{
    text-align: right;
    padding-right: 10px;
    width: 80px;    
}

.oneToFourTable td.dpBathImage
{
    background: url(../Images/dp-logo-bath.png) no-repeat center center;   
}

.oneToFourTable td.dpImage
{
    background: url(../Images/dp-logo.png) no-repeat center center;   
}

.oneToFourTable td.bathImage
{
    background: url(../Images/bath.png) no-repeat center center;   
}

.oneToFourHeader
{
    font-size: 15px;
    color: #b00073;
}

.sumLineFour
{
    float: left;
    padding-right: 0px;
    width: 558px;    
}

.fourYearDisclaimer
{
    float: left;
    padding-left: 81px;    
}

/* FIVEORMORE   
----------------------------------------------------------*/

.fiveDynamicBoxInner
{
    padding-left: 60px;    
}

.bookingWrapper
{
    margin: auto;
    text-align: left;
    width: 805px;
}

.fiveLeftBox, .fiveCenterBox, .fiveRightBox
{
    float: left;
    padding: 40px 10px 10px 0;
    width: 258px;
}

.fiveLeftBox h2, .fiveCenterBox h2, .fiveRightBox h2
{
    color: #879c2a;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 5px;
    height: 32px;    
}

.fiveLeftBox h2
{
    color: #b00073;
}

.fiveLeftBox
{
    background: url(../Images/dp-logo-bath-small.jpg) no-repeat top left;    
}

.fiveLeftBox p
{
    padding-bottom: 5px;
}

.fiveCenterBox
{
    background: url(../Images/bath-small.jpg) no-repeat top left;
}

.fiveRightBox
{
    background: url(../Images/dp-logo-small.jpg) no-repeat top left;
}

.fiveOrMoreTable
{
    clear: both;
    margin-left: 20px;
    table-layout: fixed;   
}

.fiveOrMoreTable td
{
    padding-bottom: 10px;
}

.fiveOrMoreTable td.firstColumn
{
    vertical-align: top;
    width: 175px;
}

.fiveOrMoreTable td.firstColumn h3
{
    color: #879c2a;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;  
}

.fiveOrMoreTable td.secondColumn
{
    width: 138px;    
}

.fiveOrMoreTable td.thirdColumn
{  
    width: 285px;    
}

.fiveOrMoreTable td.fourthColumn
{
    text-align: right;
    padding-right: 10px;
    width: 60px;    
}

.fiveOrMoreTable td.fifthColumn
{
    font-style: italic;        
    width: 120px;    
}

.fiveOrMoreTable td.sixthColumn
{
    padding-left: 10px;
}

.sumLineFive
{
    width: 356px;
}

/* RENEWAL   
----------------------------------------------------------*/

.renewalTable
{
    table-layout: fixed;
    margin-left: 20px;
}

.renewalTable th
{
    vertical-align: top;    
}

.renewalTable td
{
    height: 26px;
    padding-bottom: 10px;
}

.renewalTable h3
{
    color: #879c2a;
    font-size: 14px;
    font-weight: bold;
}

.renewalTable th.secondColumn
{
    width: 160px;    
}

.renewalTable td.secondColumn input
{
    width: 160px;    
}

.renewalTable th.thirdColumn
{  
    width: 66px; 
}

.renewalTable td.thirdColumn input
{
    width: 52px;    
}

.renewalTable th.fourthColumn
{
    width: 66px;
}

.renewalTable th.fifthColumn
{      
    width: 270px;
}

.renewalTable th.sixthColumn
{  
    text-align: right;
    width: 65px;    
}

.renewalTable td.sixthColumn
{
    text-align: right;    
}
 
.renewalTable th.seventhColumn
{  
     width: 125px;
}

.renewalTable td.seventhColumn
{
    padding-left: 6px;  
}

.renewalTable .selectRenewalPrice
{
    width: 264px;
}
 

.renewalTable td.seventhColumn
{  
    font-style: italic;
}

.renewalSumLine
{
    width: 432px;
}

/* CONFIRM
----------------------------------------------------------*/

.confirmTable
{
    margin-left: 18px;
    table-layout: fixed; 
}

.confirmTable th.firstColumn
{
    width: 127px;
}

.confirmTable th.secondColumn
{
    width: 87px;    
}

.confirmTable th.thirdColumn
{  
    width: 69px;    
}

.confirmTable th.fourthColumn
{
    width: 500px;
}

.confirmTotalLine
{
    font-size: 18px;
}

.confirmTotalLabel
{
    float: left;    
    padding-left: 20px;
    width: 130px;
}

.confirmTotalNumber
{
    float: left;
    width: 88px;
}

.confirmTotalSum
{
    float: left;
    width: 120px;
}

.addressBox
{
    clear: both;
    margin:  0 0 50px 400px;    
}

.addressBox p
{
    margin-bottom: 10px;        
}

.addressBox label
{
    float: left;
    width: 100px;    
}

.addressBox input
{
    width: 200px;    
}


#steps
{
    float: right;
    width: 300px;
    margin-top: 60px;
}

.step, .step-faded, .step-end, .step-end-faded
{
    float: left;
    padding-left: 8px;
    line-height: 29px;
    font-weight: bold;
    width: 88px;
    height: 29px;
}

.step
{
    background-image: url('images/step.png');
    background-repeat: no-repeat;
}


.step-end
{
    background-image: url('images/step-end.png');
    background-repeat: no-repeat;
}

.step-faded, .step-end-faded
{
    color: #afb1a3;
}

.step-faded
{
    background-image: url('images/step-faded.png');
    background-repeat: no-repeat;
}

.step-end-faded
{
    background-image: url('images/step-end-faded.png');
    background-repeat: no-repeat;
}

#bookingTopMenu
{
    float: right;
    width: 257px;    
}

#bookingTopMenu a
{
    color: #879c2a;
    font-size: 13px;
    float: left;
    padding: 0 20px 0 35px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
}

#bookingTopMenu #home
{
    background: url(images/home.png) no-repeat 0 0;       
}

#bookingTopMenu #benefits
{
    background: url(images/help.png) no-repeat 0 0;
}


