.hotels_heading {
    margin: 0 230px 23px 30px;
}
.hotels_heading.one_hotel {
    margin-bottom: 0px;
}
    .hotels_heading .caption {
        margin-top: 8px;
        position: relative;
        left: 0px; top: 0px;
    }
        .hotels_heading .caption .aj_link {
            color: #026987;
            border-color: #026987;
        }
        .hotels_heading .caption .footnote {
            font-size: 10px;
            position: absolute;
            left: 0px; bottom: -12px;
        }

    .hotels_search_form.shadow {
        position: relative;
        left: 0px; top: 0px;
        height: 30px;
        margin-bottom: 30px;
    }
        .hotels_search_form.shadow img {
            position: absolute;
            left: -10px; top: 0px;
        }

    .hotels_solid_container {
        background: #f1efc0 url(/static/contents/booking/hotels/bg_solid_container_left.jpg) repeat-y left top;
        margin-bottom: 52px;
    }
    .hotels_solid_container .decor {
	    padding: 13px 30px 0 30px;
        background: url(/static/contents/booking/hotels/bg_solid_container_right.jpg) repeat-y right top;
    }
        .hotels_solid_container h4 {
            color: #fb601b;
            margin-bottom: 14px;
            text-align: center;
        }

    .hotels_solid_container .small_col {
        width: 219px;
        margin-right: 23px;
    }
    .hotels_solid_container .large_col {
        width: 455px;
    }
    .hotels_solid_container .large_col p {
        width: 205px;
        margin-right: 20px;
    }

        .hotels_solid_container h6 {
            font-weight: normal;
            position: relative;
            left: 0px; top: 0px;
            height: 49px;
            border-bottom:  2px solid #b6b595;
            margin-bottom: 6px;
        }
            .hotels_solid_container h6 span {
                position: absolute;
                bottom: 6px; left: 0px;
            }
            .hotels_solid_container p {
                font-size: 11px;
                line-height: 17px;
                margin-bottom: 20px;
            }

.hotels_solid_col {
	margin: 0 0 0 30px;
}

    .hotels_solid_col h3.bottom_dotted {
        padding-bottom: 8px;
        margin-right: 40px;
        margin-bottom: 21px;
    }
    .hotels_solid_col .city.mini {
        width: 285px;
        float: left;
        margin-right: 37px;
        margin-bottom: 49px;
    }

.hotels_side_col {
	margin: 0px 30px 0 0;
    width: 212px;
    position: relative;
    left: 0px; top: 0px;
    z-index: 10;
}
    .hotels_side_col .featured_sight {
        position: relative;
        left: 0px; top: -35px;
    }

    .hotels_side_col .left_dotted {
        padding-left: 10px;
    }
        .hotels_side_col .clarification h5 {
            margin-bottom: 5px;
            color: #fb601b;
        }
        .hotels_side_col .clarification p {
            margin-bottom: 5px;
            font-size: 13px;
        }

.featured_sight {
    position: relative;
    left: 0px; top: 0px;
}
    .featured_sight .caption {
        display: block; text-align: center;
        margin-bottom: 6px;
    }
    .featured_sight .sight_name {
        font-size: 18px;
        margin-bottom: 14px;
        display: block;
        text-align: center;
    }
    .featured_sight .reload {
        width: 19px;
        height: 22px;
        background: url(/static/blocks/_cmn/sprite_icons_common_small.png) no-repeat 0 -728px;
        position: absolute;
        top: 80px;
        right: 0px;
        cursor: pointer;
    }

    .hotels_side_col .refinement_form.left_dotted {
        margin-top: 29px;
        padding-left: 10px;
    }

.hotels_content_col {
	margin: 0 0 0 30px;
    width: 705px;
}

    .hotels_content_col .nothing_to_show {
        padding-top: 13px;
        padding-bottom: 20px;
    }
        .hotels_content_col .rates_table_box .nothing_to_show {
            padding-top: 13px;
            margin-left: 10px;
            margin-right: 10px;
            padding-bottom: 0px;
        }

    .hotels_content_col .filter_ctrls {
        padding-bottom: 15px;
    }
    .hotels_content_col .paginator .overview {
        position: relative;
        top: 8px; left: 0px;
    }

    #hotelsList .element {
        margin-top: 13px;
        padding-bottom: 19px;
    }

    #hotelsList {}



#hotelsMap {
    height: 160px;
    border-radius: 5px;
    margin: 15px 0px 20px;
}

.photo_dropdown.hotels {
    position: absolute;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
    .photo_dropdown.hotels img {
        vertical-align: top;
    }