/** боковой фильтр: форма поиска, выбранные критерии **/

#filter_criterions {
    background: #F69452;
    margin: 15px 0;
}

#filter_criterions h1 {
    margin: 0;
    height: 30px;
    padding: 7px 10px 0 10px;
    font-size: 17pt;
    color: #fff;
    background: #F69452;
}

#filter_criterions form {
    background: #CDDBEE;
    padding: 10px;
    margin: 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#filter_criterions form .block div {
    float: left;
    width: 105px;
}

#filter_criterions form .block div.first {
    margin-right: 10px;
}

#filter_criterions form .block div label {
    display: block;
}

#filter_criterions label {
    font-size: 10pt;
}

#filter_criterions .block label {
    display: block;
    float: left;
    width: 120px;
}

#filter_criterions .block .add {
    margin-top: 5px;
}

#filter_criterions .block,
#filter_criterions .item {
    margin-bottom: 15px;
}

#filter_criterions #arrival,
#filter_criterions #departure {
    width: 100px;
    font-size: 90%;
}

#filter_criterions #name,
#filter_criterions #number {
    width: 100px;
}

.block .ui-datepicker-trigger {
    margin-left: 4px;
    margin-bottom: -4px;
    background-color: #0896FF;
}

.block .ui-datepicker-trigger:hover {
    background-color: #003580;
}

#filter_criterions #rate_min, #filter_criterions #rate_max {
    width: 37px;
}

#filter_remove_all {
    margin-top: 10px;
}

/** боковой фильтр: фильтры **/

#realty_filter .collapsible {
    font-size: 9pt;
}

.collapsible {
    border: 2px solid #CDDBEE;
}

.collapsible .collapse-button {
    font-size: 10pt;
    height: 23px;
    padding: 7px 10px 0 10px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    background: #CDDBEE url('/images/filter/group-closed.png') center right no-repeat;
    border-bottom: 1px solid #fff;
}

.collapsible.flat_feature .collapse-button,
.collapsible.hotel_meals .collapse-button {
    border-bottom: 0;
}

.collapsible .collapse-target {
    padding: 0;
    margin: 0;
    display: none;
}

.collapsible.open .collapse-button {
    background: #CDDBEE url('/images/filter/group-opened.png') center right no-repeat;
}

.collapsible.open .collapse-target {
    display: block;
}

.collapsible ul.collapse-target li {
    display: block;
    height: 23px;
    padding: 7px 10px 0 10px;
    background: #E4F2FF url('/images/filter/item-bg.png') bottom left repeat-x;
}

.collapsible ul.collapse-target li a {
    display: block;
    width: 100%;
    height: 20px;
    color: #404649;
    text-decoration: none;
    background: #E4F2FF url('/images/filter/check.png') top right no-repeat;
}

.collapsible ul.collapse-target li a:hover {
    color: #F69452;
}

.collapsible ul.collapse-target li.selected a {
    float: right;
    width: 14px;
    text-indent: -9000px;
    background: #E4F2FF url('/images/filter/selected.png') top right no-repeat;
}

.collapsible ul.collapse-target li.selected strong {
    color: #404649;
    font-weight: bold;
}

/** форма поиска **/

#search {
    float: left;
    width: 600px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 3px solid #F69452;
    background: #F69452;
}

    #search h1 {
        height: 38px;
        color: #FFF;
        background: #F69452;
        font-size: 18pt;
        padding: 5px 0 0 10px;
        margin: 0;
    }

    #search-title span {
        text-transform: lowercase;
    }

    #search-form {
        position: relative;
        background: #CDDBEE;
        width: 483px;

        -moz-border-radius: 8px 8px 8px 0;
        -webkit-border-radius: 8px 8px 8px 0;
        border-radius: 8px 8px 8px 0;
    }

        #search-tabs {
            float: left;
            width: 166px;
            margin: 6px 0 5px 6px;
            overflow: visible;
        }

            #search-tabs li {
            }

                #search-tabs li a {
                    display: block;
                    padding: 8px 10px 8px 32px;
                    margin-right: 10px;
                    text-decoration: none;
                    font-size: 9pt;
                    font-weight: bold;
                    background: url('/images/search-tab-border.png') bottom left repeat-x;
                }

                #search-tabs li.before-active a,
                #search-tabs li.active a,
                #search-tabs li.last a {
                    background: none;
                }

                #search-tabs li.tab-flat {
                    background: url('/images/search/flat.png') 5px center no-repeat;
                }

                #search-tabs li.tab-flat-hotel {
                    background: url('/images/search/flat-hotel.png') 5px center no-repeat;
                }

                #search-tabs li.tab-hotel {
                    background: url('/images/search/hotel.png') 5px center no-repeat;
                }

                #search-tabs li.tab-home {
                    background: url('/images/search/home.png') 5px center no-repeat;
                }

                #search-tabs li.tab-sanatorium {
                    background: url('/images/search/sanatorium.png') 5px center no-repeat;
                }

                #search-tabs li.tab-car {
                    background: url('/images/search/car.png') 5px center no-repeat;
                }

            #search-tabs li.active {
                background-color: #FFF;
                -moz-border-radius: 8px 0 0 8px;
                -webkit-border-radius: 8px 0 0 8px;
                border-radius: 8px 0 0 8px;
            }

        #search-form .tab-item {
            padding: 5px 10px 15px 10px;
            height: -30px;
            margin: 6px 5px 5px 0;
            background: #FFF;
            width: 286px;
            float: left;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

            #search-form .tab-first {
                -moz-border-radius: 0 8px 8px 8px;
                -webkit-border-radius: 0 8px 8px 8px;
                border-radius: 0 8px 8px 8px;
            }

            #search-form .tab-item h3 {
                color: #ee7818;
                margin-bottom: 10px;
            }

.hasDatepicker {
    background: #fff url('/images/datepicker.png') center right no-repeat;
}

/* search form content */

#search-form .realty-search-form label,
#search-form .car-search-form label {
    display: block;
    text-transform: lowercase;
    font-size: 9pt;
    margin-bottom: 4px;
}

#search-form .realty-search-form .form-row div input,
#search-form .realty-search-form .form-row div select,
#search-form .car-search-form .form-row div input,
#search-form .car-search-form .form-row div select {
    width: 120px;
    font-size: 9pt;
}

#search-form .realty-search-form .item-object-id {
    padding-top: 20px;
}

#search-form .car-search-form .item-times div select {
    width: 40px;
}

#search-form .realty-search-form .item-dates {
   margin-top: 20px;
}

#search-form .realty-search-form .form-row div,
#search-form .car-search-form .item-towns div,
#search-form .car-search-form .item-dates div,
#search-form .car-search-form .item-times div {
    float: left;
    width: 130px;
}

#search-form .realty-search-form .form-row .realty-type,
#search-form .realty-search-form .form-row .item-departure {
    margin-left: 20px;
}

#search-form .realty-search-form .item-submit {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#search-form .car-search-form .item-towns .r-town,
#search-form .car-search-form .item-dates .item-departure,
#search-form .car-search-form .item-times .item-departure {
    margin-left: 20px !important;
    width: 130px !important;
}

.priceGuarantees {
    padding-left: 16px;
    background: url('/images/check.png') center left no-repeat;
    text-decoration: none;
}

#search-form .priceGuarantees {
    display: block;
    font-size: 9pt;
    color: #404649;
    margin-top: 5px;
}

/* car search */

#search-form.car-search-form .tab-item,
#search-form.service-search-form .tab-item {
    margin-left: 6px;
    width: 452px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#form_catalog_car label {
    display: block;
}

#form_catalog_car .item-category label {
    display: inline;
}

#form_catalog_car .item-category .radio_list li {
    margin-bottom: 2px;
}

#form_catalog_car .item-towns .a-town,
#form_catalog_car .item-dates .item-arrival,
#form_catalog_car .item-times .item-arrival {
    float: left;
}

#form_catalog_car .item-towns {
    margin-bottom: 10px;
}

#form_catalog_car h2 {
    margin-bottom: 5px !important;
}

#form_catalog_car .item-towns h2 {
    font-size: 14pt;
    margin: 0 0 5px 0 !important;
}

#form_catalog_car .item-towns select,
#form_catalog_car .item-category select {
    width: 150px;
}

#form_catalog_car .item-towns .r-town,
#form_catalog_car .item-dates .item-departure,
#form_catalog_car .item-times .item-departure {
    margin-left: 240px;
    width: 170px;
}

#form_catalog_car .item-category {
    margin-top: 10px;
}

#form_catalog_car .item-submit,
#form_catalog_service .item-submit {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#form_catalog_service .item-town,
#form_catalog_service .item-type {
    float: left;
}

#form_catalog_service .item-town {
    margin-left: 30px;
}

#form_catalog_service .item-submit {
    clear: both;
}

#form_catalog_service .item-town select,
#form_catalog_service .item-category select {
    width: 150px;
}

#form_catalog_service .item-submit {
    padding-top: 10px;
}

/* popular towns, flats, hotels */

.popular {
    padding: 20px;
    border: 1px solid #CDDBEE;
    margin-top: 20px;
}

.popular ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.popular ul li {
    display: block;
    overflow: hidden;
    float: left;
    height: 50px;
    width: 145px;
}

#popular-flats ul li,
#popular-hotels ul li {
    height: 65px !important;
}

#popular-flats ul li,
#popular-hotels ul li,
#popular-services ul li {
    width: 220px;
}

#popular-services ul li {
    height: 55px;
}

.popular ul li a {
    font-size: 9pt;
    font-weight: bold;
}

.popular ul li .thumb {
    display: block;
    float: left;
    padding: 2px;
    background: #FFF;
    margin-right: 8px;
    border: 1px solid #DCE2E9;
}

.popular ul li div {
    overflow: hidden;
    margin-left: 35px;
}

    .popular ul li div .desc {
        margin-top: 3px;
        font-size: 9pt;
        color: #797979;
    }

/* contacts block */

#contacts-block .phones,
#contacts-block .im {
    float: left;
    margin: 10px 0 20px 0;
}

#contacts-block .im {
    margin-left: 60px;
}

#contacts-block .phones {
    padding-left: 55px;
    width: 130px;
    background: url('/images/phone.png') top left no-repeat;
}

    #contacts-block .phones p {
        line-height: 20pt;
    }

#contacts-block .chat {
    clear: both;
}

#contacts-block .contact-item {
    padding-left: 30px;
    margin-bottom: 10px;
    height: 24px;
}

#contacts-block .skype,
#contacts-block .email {
    padding-top: 4px;
}

#contacts-block .skype {
    background: url('/images/skype.png') left top no-repeat;
}

#contacts-block .email {
    background: url('/images/email.png') left top no-repeat;
}

#contacts-block .icq {
    background: url('/images/icq_protocol.png') left top no-repeat;
    font-size: 14pt;
}


/* destinations, towns */

#town-photo {
}

#destinations {
    border-top: 3px solid #F69452;
    padding-top: 10px;
}

    #destinations h2 {
        margin-bottom: 5px;
    }

    #destinations .destination {
        margin-bottom: 20px;
    }

        #destinations .destination .thumb,
        #destinations .destination .desc {
            float: left;
        }

        #destinations .destination .thumb {
            border: 1px solid #DCE2E9;
            padding: 4px;
            margin-top: 5px;
        }

        #destinations .destination .desc {
            margin-left: 10px;
            width: 310px;
        }

            #destinations .destination .realty-types h3 {
                margin-top: 0;
            }

            #destinations .destination .realty-types ul li a,
            #destinations .destination .realty-types ul li span {
                font-size: 10pt;
                font-weight: bold;
            }

            #destinations .destination .realty-types ul li a {
                text-decoration: none;
            }

            #destinations .destination .realty-types ul li {
                border-bottom: 1px solid #CDDBEE;
                padding: 3px 0 3px 15px;
                background: url('/images/bullet.png') center left no-repeat;
            }

            #destinations .destination .realty-types ul li.last {
                border-bottom: none;
            }

            #destinations .destination .realty-types ul li span {
                color: #797979;
            }

#support-contacts h3 {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 2px solid #ccc;
}

.property_desc .gallery_block {
    float: left;
}

#booking_form_arrival_date,
#booking_form_departure_date {
    float: left;
    margin-right: 1em;
}

#booking_form_guests_count {
    float: left;
    margin-right: 3.5em;
}

#crimea_banner_inner_flats {
    margin-bottom: 10px;
}

#crimea_banner_main {
    margin-top: 20px;
}

.property_desc .gallery_block {
    float: left;
}

/* adverts */
.posts {
    margin-top: 15px;
}

li.post-item {
    border-top:1px dashed #666666;
    padding-top: 20px;
    margin-bottom: 20px;
}

.post-item .thumb {
    float: left;
    margin-right: 10px;
}

.post-item h3 {
    margin-bottom: 5px;
    overflow: hidden;
}

.post-item h3 a {
    font-weight: normal;
    font-size: 14pt;
    float: left;
}

.post-item .props {
    margin-bottom: 5px;
    font-size: 9pt;
}

.post-item .read-more {
    text-align: right;
    margin-top: 10px;
    font-size: 120%;
}

.post-item .props a {
    font-weight: normal;
}

.post-item .photos {
    float: right;
    overflow: hidden;
    width: 330px;
    margin-left: 20px;
}

.post-item .photos .photo-preview {
    margin-top: 10px;
}

.post-item .photos .photo-preview a {
    display: block;
    float: left;
}

.post-item .price {
    margin: 10px 0 10px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #FEBA02;
}

.post-item h3 .price {
    display: block;
    float: right;
    margin: 0;
}

.post-show {
    margin-bottom: 20px;
    overflow: hidden;
}

.post-reply-form .item,
#post-form .item {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.post-reply-form .item input,
#post-form .item input,
#post-form .item select {
    width: 190px;
}

.post-reply-form .item-message {
    clear: both;
    padding-top: 10px;
}

#post-form .item-subject {
    clear: both;
}

#post-form label {
    display: block;
    float: none !important;
    width: auto;
    clear: both;
}

#post-form #user_profile label {
    float: left !important;
    width: 10em !important;
}

#post-form .item-subject input {
     width: 630px;
}

.post-reply-form .item-message textarea {
    width: 630px;
    height: 200px;
}

#post-form .item-contacts textarea {
    width: 630px;
    height: 100px;
}

#post-form .item-text textarea {
    width: 630px;
    height: 300px;
}

#post-submit {
    max-width: 250px;
}

.new-post {
    position: absolute;
    right: 0;
    top: 40px;
}

#post-filter-form {
    overflow: hidden;
    margin-bottom: 7px;
}

#post-filter-form .item-text input {
    width: 270px;
}

#post-filter-form .item-category select {
    width: 200px;
}

#post-filter-form .item-text,
#post-filter-form .item-category {
    padding-top: 2px;
}

#post-filter-form .item {
    float: left;
    margin-right: 10px;
}

#post-filter-form .item-submit {
    margin-right: 0;
}

#post-text {
    clear: both;
    overflow: hidden;
}

#form_sale, #form_new, #form_rent {
    height: 140px;
}

.realty-search-form .item-new {
    padding-top: 20px;
    padding-left: 15px;
}

.realty-search-form .item-new input {
    width: 16px !important;
    display: inline;
}

.realty-search-form .item-new label {
    display: inline !important;
}

/* realty advets */

#realty-advert-form .google_map {
    height:450px;
    overflow:hidden;
}

#realty-advert-form #row-types {
    padding: 10px;
    background: #F69452;
    margin-bottom: 15px;
}

#realty-advert-form #row-types div {
    float: left;
    width: 300px;
}

#realty-advert-form #row-types div input {
    width: 100px;
}

#realty-advert-form #realty-type-form {
    margin-bottom: 15px;
}

#realty-type-form .row-realty-type .row-column {
    float: left;
    width: 450px;
}

#realty-type-form .row-realty-type .row-column div {
    margin-bottom: 10px;
}

#realty-type-form .row-realty-type .row-column div label {
    display: block;
    float: left;
    width: 130px;
}

#realty-type-form .row-realty-type .row-column div.checkbox label {
    display: inline !important;
    float: none !important;
}

#realty-advert-form #row-map-desc #row-description,
#realty-advert-form #row-map-desc #row-map {
    float: left;
    width: 450px;
}

#realty-advert-form .row-description label,
#row-contacts label {
    display: block;
    float: left;
    width: 110px;
}

#realty-advert-form .row-description h3 {
    margin-bottom: 10px;
}

#realty-advert-form .field_translate {
    clear: both;
    margin-left: 112px;
    font-size: 90%;
}

#realty-advert-form #row-price-options {
    margin-bottom: 10px;
}

#realty-advert-form #row-price-options #row-price,
#realty-advert-form #row-price-options #row-bargain {
    float: left;
}

#realty-advert-form #row-price-options #row-price {
    width: 450px;
}

#realty-advert-form #realty_advert_ru_address,
#realty-advert-form #realty_advert_en_address,
#realty-advert-form #realty_advert_ru_description,
#realty-advert-form #realty_advert_en_description,
#row-contacts #realty_advert_contacts {
    width: 300px;
}

#realty-advert-form #realty_advert_ru_description,
#realty-advert-form #realty_advert_en_description,
#row-contacts #realty_advert_contacts {
    height: 140px;
}

#filter_criterions form #id {
    width: 80px;
}

#filter_criterions form #item_model .checkbox {
    padding-top: 18px;
}

#filter_criterions form #item_model select {
    width: 100px;
}

#filter_criterions form #item_model .checkbox label {
    display: inline !important;
    float: none !important;
}
