body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #f2f8ff;
    font: normal 13px Arial;
}


a,
a:visited,
a:hover {
    color: blue;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: left;
}

.ta_center {
    text-align: center;
}


.header {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
    background: transparent url(/static/images.booking/section_head.png) repeat;
    clear: both;
}


    .header h1,
    .header h2,
    .header h3 {
        color: #FFF;
        margin: 2px 0;
        font: normal 24px Arial;
    }

    .header h1 {
        float: left;
    }

    .header h2 {
        font-size: 20px;
    }

    .header h3 {
        font-size: 13px;
        font-weight: bold;
    }

    .header .room_name {
        float: none;
        text-align: center;
    }


    .header p {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #fff;
    }


.section ,.head_section{
    width: 630px;
    margin: 5px auto;
    overflow: hidden;
    zoom: 1;
}
.head_section{
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    line-height: 32px;
}

.head_section p{
    margin-left: 100px;
}

.head_section img{
    float: left;
    padding: 6px;
}

.section_div {
    background: transparent url(/static/images.booking/section_foot.png) repeat-x;
    height: 6px;
}







.photo_box {
    background: transparent url(/static/images.booking/photo_box.png) no-repeat;
    padding: 4px;
    margin: 0 5px 5px 0;
    width: 120px;
    height: 120px;
    float: left;
}

    .photo_box img {
        border: 0;
        margin: 0;
        cursor: pointer;
    }




.calendar_nav {
    color: #666;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 5px 0;
}

    .calendar_nav a,
    .calendar_nav a:hover {
        color: #666;
        font-weight: bold;
        text-decoration: underline;
    }


    .calendar_nav input {
        border: 0;
        width: 140px;
        height: 16px;
        background: transparent url(/static/images.booking/date_input.png) no-repeat;
        color: #000;
        padding: 2px;
        margin: 0;
        vertical-align: middle;
    }

    .calendar_nav button,#booking_available_steps .calendar_button{
        border: 0;
        width: 20px;
        height: 20px;
        background: transparent url(/static/images.booking/date_input.png) no-repeat right top;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }
.sections{
    display:none;
    padding:40px 0;
}

.sections.active{
    display: block;
}

.book_steps_container{
    width:770px;
    margin:0 auto;
}



.popup_day_info {
    position: absolute;
    width: 250px;
    border: 2px solid #808080;
    background: #FFF;
    padding: 10px;
    color: #808080;
    font-size: 12px;
}

    .popup_day_info div {
        overflow: hidden;
        zoom: 1;
    }

    .popup_day_info label {
        font-weight: bold;
        float: left;
        width: 140px;
    }

    .popup_day_info span {}

    .popup_day_info p {
        font-size: 11px;
        text-align: justify;
    }

