/* top rooms list */



.calendar_header {
    padding: 0;
    margin-bottom: 5px;
}

.calendar_bar {
    width: 630px;
    margin: 0 auto;
}

    .calendar_bar .day {
        padding-top: 5px;
        width: 42px;
        height: 50px;
        float: left;
        text-align: center;
        color: #FFF;
        font-size: 10px;
    }

    .calendar_bar .weekend {
        background: #94ADCD;
    }

    .calendar_bar span {
        font-size: 16px;
        font-weight: bold;
        display: block;
        line-height: 16px;
    }

    .calendar_bar .day:first-child span {
        padding-top: 7px;
    }







.rooms_list_small {

}


    .rooms_list_small .room {
        clear: both;
    }



    .rooms_list_small .title_bar {
        padding: 5px 0;
        height: auto;
    }

        .rooms_list_small .title {
            width: 630px;
            margin: 0 auto;
            overflow: hidden;
            zoom: 1;
        }


        .rooms_list_small h6 {
            font-size: 14px;
            height: 14px;
            overflow: hidden;
            margin: 0 12px 0 0;
            padding: 1px 2px;
            text-transform: uppercase;
            float: left;
            color: #FFF;
        }

        .rooms_list_small a.info,
        .rooms_list_small a.info:hover {
            outline: none;
            text-decoration: none;
            color: #FFF;
            margin-right: 10px;
            font-size: 10px;
            padding: 1px 2px;
        }

            .rooms_list_small a.info img {
                border: 0;
                vertical-align: middle;
                margin-top: -3px;
            }


        .rooms_list_small a.book,
        .rooms_list_small a.book:hover {
            outline: none;
            display: block;
            position: absolute;
            left: -80px;
            top: 10px;
            width: 66px;
            height: 22px;
            background: transparent url(/static/images.booking/buttons/book_room.png) no-repeat;
        }


    .rooms_list_small .rates {
        width: 630px;
        margin: 0 auto;
        color: #00F;
        height: 45px;
        position: relative;
    }


    .rooms_list_small .cell {
        padding-top: 15px;
        width: 42px;
        height: 30px;
        float: left;
        text-align: center;
        cursor: default;
    }

        .rooms_list_small .cell a,
        .rooms_list_small .cell a:hover {
            color: inherit;
            text-decoration: none;
            font-weight: bold;
        }


    .rooms_list_small .weekend {
        background: #FFF;
    }




.section_note {
    background: transparent url(/static/images.booking/section_head.png) repeat-x;
    text-align: center;
    color: #fff;
    padding: 2px;
}

    .section_note img {
        vertical-align: middle;
        margin: 0 5px 3px 0;
    }






/* location */


.location {
}

    .location .text {
        padding: 10px 0;
    }


    .location #gmap_box {
        height: 250px;
        overflow: hidden;
    }

    .hidden {
        display: none;
    }


/* bottom rooms list */


.rooms_list_big .room {
    zoom: 1;
    overflow: hidden;
    padding: 10px 0;
}

    .rooms_list_big .photo {
        float: left;
        width: 150px;
    }

        .rooms_list_big .photo_box {
            float: none;
        }

            .rooms_list_big .photo a,
            .rooms_list_big .photo a:hover {
                outline: none;
                text-decoration: none;
                color: #000;
            }

                .rooms_list_big .photo a img {
                    border: 0;
                    vertical-align: baseline;
                }


    .rooms_list_big .info {
        margin-left: 150px;
        width: auto;
        position: relative;
    }

        .rooms_list_big .info a.book,
        .rooms_list_big .info a.book:hover {
            outline: none;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 66px;
            height: 22px;
            background: transparent url(/static/images.booking/buttons/book_room.png) no-repeat;
        }



    .rooms_list_big h6 {
        color: #000;
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .rooms_list_big p {
        text-align: justify;
    }


    .rooms_list_big .features {
        clear: both;
        padding-top: 25px;
        zoom: 1;
        overflow: hidden;
    }

        .rooms_list_big .features div {
            float: left;
            width: 25%;
            margin: 0 0 5px 0;
        }


