/*----------------------------------------*/


.ck-spots {
    bottom: 10px;
    left: 310px;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
}
.ck-spots li {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 8px;
    list-style: none outside none;
    margin: 0 1px;
    width: 8px;
}
.ck-spots li.current {
    background: none repeat scroll 0 0 #FFFFFF;
}
.ck-spots li:hover {
    background: none repeat scroll 0 0 #F15C15;
}
.ck-spots li.current:hover {
    background: none repeat scroll 0 0 #0075A0;
}
.ck-carousel-block {
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.ck-carousel-block > li {
    display: none;
    float: left;
    list-style: none outside none;
    overflow: hidden;
}
.ck-carousel-block > li:first-child {
    display: block;
}


/* обязательно для слайдера */
.ck-slider-block {
    display: block;
    overflow: hidden;
    list-style: none;
}

.ck-slider-block>li {
    list-style: none;
    float: left;
    display: none;
    overflow: hidden;
}

.ck-slider-block>li:first-child {
    display: block;
}

/* стиль стрелок по-умолчанию */
.ck-left-arrow, .ck-right-arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 120px;
}
.ck-left-arrow {
    background: url(/i/ps/arrowleft.png);
    left: 4px;
}
.ck-right-arrow {
    background: url(/i/ps/arrowright.png);
    right: 4px;
}




.desc{
    background: none repeat scroll 0 0 #0f7cb5;
    bottom: 10px;
    height: 53px;
    /* left: 0;*/
    padding: 7px 0px 0 10px;
    position: absolute;
    width: 320px;
    color:#fff;
}

/* TourSearch */

.ordinar_form .toursearch .main_form {
    width: 448px;
    border: 4px solid #ffc100;
    border-radius: 0 0 4px 4px;
    /*margin: 10px auto 0 auto;*/
}
.tdsearch{
    height: 230px;
}
.ordinar_form{
    margin:0 auto;
    width: 999px;
    /*height: 220px;*/
}
.form_on_main{
    float: left;
    width: 488px;
    min-height: 241px;
    margin-top: 10px;
}
/*Табы*/
.ordinar_form_tabs{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    /*height: 38px;
    line-height: 38px;*/
    overflow: hidden;
}
.ordinar_form_tabs li{
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.ordinar_form_tabs li a,
.ordinar_form_tabs li span{
    display: block;
    width: 218px;
    padding: 6px 10px 4px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.ordinar_form_tabs li span{
    color: #000000;
    background: #ffc100;
    margin-right: 5px;
}
.ordinar_form_tabs li a{
    background: #0076c0;
    color: #ffffff;
    text-decoration: none;
}
.ordinar_form_tabs li a:hover{
    background: #0086d7;
    color: #ffffff;
    text-decoration: none;
}
/* Конец Табы*/

.form_on_main .ck-acpanel{
    width: 250px;
    top: 23px;
}

.toursearch {
    float:left;
    margin-right: 8px;
    margin-top: 0px;
    /*max-height: 200px;*/
}

.toursearch .main_form {
    position: relative;
    width: 967px;
    padding: 0 11px 0 14px;
    background: #fff1c5;
    border-radius: 4px;
    color: #000000;
    clear: both;
}

.toursearch_content {
    overflow: hidden;
    width: 713px;
}

.toursearch_content .filter_form {
    width: 200px;
    float: right;
}

.toursearch_content .search_results {
    width: 500px;
    float: left;
}

.toursearch_param {
    position: relative;
    padding: 18px 177px 28px 0;
    color: #5c3d0a;
    /*font-family: Arial;*/
    font-size: 18px;
}

.toursearch_param .finded.searching{
    display: inline-block;
    padding-left: 52px;
    padding-top: 18px;
    background: url(/images/1/loader7.gif) no-repeat 0;
    min-height: 44px;
}

.toursearch_form_reuslts .param_wrapper span.mark {
    color: #005098;
}

.toursearch_form_reuslts .param_wrapper span.counter {
    display: inline-block;
    background-color: #005098;
    color: #ffffff;
    /*font-family: Arial;*/
    font-size: 18px;
    padding: 0 5px;
    border-radius: 2px;
}
.toursearch_form_reuslts .param_wrapper .when_text {
    color: #a47d3c;
    font-size: 12px;
}

.toursearch_form_reuslts .param_wrapper .when_text span.mark {
    color: #5c3d0a;
    font-weight: bold;
}

.toursearch_form {
    height: 177px;
    /*overflow:hidden;*/
    padding: 10px 0 20px 0;
    /*color: #553f17;*/
    color: #000000;
    font-size: 12px;
}

.toursearch_form input[type="text"] {
    background-color: #fff;
    border: 2px solid #ffc100;
    border-radius: 3px;
    padding: 0 3px;
    /*border:none;*/
    /*height: 23px;*/
}

.toursearch_form input[type="text"]:focus {
    outline: none;
}

.toursearch_form .place {
    width: 260px;
}

.toursearch_form .place label {
    float: left;
    width: 90px;
    padding-left: 12px;
    background: url(/images/ex_form/geolacate.gif) no-repeat 1px 2px;
}
.toursearch_form .rest_type label {
    /*float: left;
    width: 90px;*/
    padding-left: 18px;
    background: url(/images/ex_form/chemodan.gif) no-repeat 0 2px;
}

.toursearch_form .place .inptwrap {
    width: 255px;
}

.toursearch_form .place input {
    width: 237px;
    padding-right: 10px;
}

.toursearch_form .place .dop_btn {
    top: 0;
    right: 4px;
    width: 16px;
    background: url(/images/btn-closesm.png) no-repeat center center #fff;
}

.toursearch_form .place input[type="text"]:focus {
    border: 2px solid #ffc100;
}

/*.toursearch_form .place span{color:#fff;}*/



/*Тип отдыха*/
.toursearch_form .rest_type .selectBox-dropdown .selectBox-label{
	width: 170px;
    padding: 3px 0 3px 10px;
}
.toursearch_form .rest_type {
    width: 180px;
    margin-right: 0;
}

.toursearch_form .rest_type .selectBox-dropdown {
    width: 178px !important;
    position: relative;
    color:#000;
    height:21px;
    padding: 0;
    cursor:pointer;
    display:inline-block;
    background-color:#ffffff;
    border: 2px solid #ffc100;
    margin-bottom:10px;
    -webkit-border-radius:2px;
    border-radius:3px;
	font-size: 13px;
}

.toursearch_form .selectBox-dropdown .selectBox-arrow{
    top: 0;
    right: 0;
    background: #ffffff url(/images/ex_form/arrow_down.gif) no-repeat 8px 8px;
    border-left: 2px solid #ffc100;
    width: 25px;
}

.toursearch_form .rest_type .selectBox-dropdown-menu {
    width: 178px;
    margin: 0;
    top: 21px;
    border: 2px solid #ffc100;
    border-top: none;
    left: -2px;
}

.toursearch_form .date {
    width: 114px;
}
.toursearch_form .date.end {
    margin-right: 40px;
}

.toursearch_form .date input {
    width: 80px;
    padding-right: 28px;
    background: #ffffff url(/images/ex_form/calend_mainform.png) no-repeat right top;
    cursor: pointer;
}

/*.toursearch_form .date input.current_dateranged {
*//*border: 2px solid #0bb923;*//*
background: #EEFFE2;
*//*border-radius: 3px;*//*
*//*padding: 1px;*//*
}*/

.toursearch_form .date input.current_dateranged:focus {
    outline-style: none;
}

.toursearch_form .defis{
    display: block;
    float: left;
    width: 6px;
    height: 12px;
    padding: 25px 5px 0 3px;
    font-size: 18px;
    color: #004d9a;
}

.toursearch_form .date_count {
    width: 82px;
    margin-left: 0;
    margin-right: 70px;
}

.toursearch_form .date_count input {
    width: 26px;
    padding: 0px 26px;
    text-align: center;
}

.toursearch_form .numbGuests {
    width: 82px;
    margin-right: 20px;
}

.toursearch_form .numbGuests.children {
    margin-right: 6px;
}

.toursearch_form .numbGuests input {
    width: 26px;
    padding: 0px 26px;
    text-align: center;
}

.btn_plus,
.btn_minus,
.btn_down {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    font-size: 1.6em;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #004d9a;
}
.btn_plus>span,
.btn_minus>span,
.btn_down>span {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    text-indent: -9999px;
    background: url("/images/ex_form/plusminus.gif") no-repeat 0 0;
}

.btn_plus {
    border-left: 2px solid #ffc100;
}
.btn_plus>span {
    background-position: 0px 0px;
}
.btn_minus {
    right: auto;
    left: 0px;
    border-right: 2px solid #ffc100;
}
.btn_minus>span {
    background-position: 0px -16px;
}

.btn_down {
    background-position: -52px;
}

.toursearch_form .numbYears {
    width: 130px;
}

.toursearch_form .numbYears input {
    width: 18px;
    margin-right: 3px;
    font-size: 17px;
}

.toursearch_form .submit {
    float: right;
    width: 120px;
    margin-right: 0;
    margin-top: 14px;
    text-align: center;
}

.toursearch_form .return_param {
    float: right;
    width: 176px;
    margin-right: 0;
    margin-top: 35px;
    height: 20px;
    text-align: center;
}
.form_on_main .toursearch_form .return_param{
    display: none;
}


.change_param_btn{
    /*background: url(/images/podbor/run_btn.png) #095891 repeat-x 0 0;*/
    /*width: 126px;*/
    /*padding: 2px 6px;*/
    /*text-align: center;*/
    /*color: #ffffff;*/
    /*border-radius: 3px;*/
}
.change_param_btn a{
    color: #ffffff;
}

.results_description .change_param_btn {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #0075A0;
    color: #0075A0;
    margin-left: 20px;
}

.toursearch_form .submit input[type="submit"],
.toursearch_form_reuslts .change_search{
    width: 120px;
    height: 38px;
    background: url(/images/ex_form/btn_mainform.png) repeat-x 0 0;
    border-radius: 3px;
    /*font-family: Arial;*/
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    -webkit-box-align: center;
    text-align: center;
}

.toursearch_form  a.result_info_btn {
    color: #5c3d0a;
    text-decoration: none;
    border-bottom: 1px dotted #5c3d0a;
}

.toursearch_form_reuslts .param_wrapper {
    font-size: 18px;
}

/*.toursearch_form_reuslts p span{color:#ffdf60;font-size:1.3em;}*/
ul.searched_conditions {
    margin-top: 10px;
    padding: 0;
}

ul.searched_conditions li {
    list-style: none;
    display: inline-block;
    line-height: 1.5em;
    position: relative;
    padding-right: 16px;
    padding-left: 10px;
    margin-right: 15px;
    background: #005098;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

ul.searched_conditions li a {
    color: #fff;
    text-decoration: none;
}

ul.searched_conditions li .btn_close {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
}

.toursearch_form_reuslts .change_search {
    position: absolute;
    right: 0;
    top: 20px;
    text-decoration: none;
    padding-top: 10px;
    height: 32px;
}

/* vertical form elements */
.form_holder_vert {
    float: left;
    margin-right: 6px;
    height: 60px;
}

.form_holder_vert .inptwrap {
    position: relative;
}

.form_holder_vert .wrap_btn_close {
    display: block;
    position: absolute;
    height: 25px;
    cursor: pointer;
    top: 0;
    right: 0px;
    width: 20px;
    text-align: center;
}

.form_holder_vert .wrap_btn_close .btn_close {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -5px;
}

.form_holder_vert label,
.form_holder_vert span {
    display: inline-block;
}

.form_holder_vert label {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 2px;
}

.form_holder_vert input {
    border: none;
    margin-bottom: 5px;
    font-size: 13px;
    height: 21px;
}

.form_holder_vert .example {
    display: inline-block;
    float: right;
    margin-right: 16px;
    margin-top: 2px;
}

.form_holder_vert .example a {
    color: #553f17;
    text-decoration: none;
    border: none;
    border-bottom: 1px dotted #553f17;
    padding-bottom: 0;
}

/* horisontal form elements */
.form_holder_hor {
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
}

.form_holder_hor input,
.form_holder_hor label {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-top: 0;
    margin-right: 7px;
}

a.btn_close {
    height: 5px;
    width: 5px;
    background: url(/images/btn-closesm.png) no-repeat 0 0;
    display: block;
}

a.btn_close.white {
    background-position: 0 -5px;
}


/*----------------------------------------*/
/* Extra Panel */


/* full searchbar */

.full_search {
    /*font-size:.8em;*/
    width: 200px;
}
.full_search fieldset {
    border:1px solid #fee39d;
    /*background-color:#FFF;*/
    padding:8px;
    margin:0 0 10px 0;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.full_search fieldset.search_services {
    padding:8px 0;
}
/*.full_search fieldset.search_place {
        padding-bottom:0;
}*/
.full_search label {
    display:inline;
}
.full_search .search_services label {
    display:block;
    float: left;
    width: 155px;
}
.full_search fieldset.search_place label {
    width:100%;
}
.full_search fieldset.search_place select {
    width:100%;
    margin-bottom:10px;
}
.full_search fieldset.search_place .search_submit a{
    display: block;
    float: right;
    width: 126px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #095891;
    /*padding-left: 25px;*/
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
}
.full_search fieldset.search_place .selectBox-dropdown .selectBox-label{
    width: 142px;
}

.full_search fieldset.search_price .label {
    height: 20px;
    margin-bottom: 6px;
}

.full_search fieldset.search_price .ammounts {
    padding-bottom:3px;
}
.full_search fieldset.search_price .ammounts label,
.full_search fieldset.search_price .ammounts input{
    display:inline-block;
    line-height:25px;
}
.full_search fieldset.search_price .ammounts label {
    width:10px;
    margin-right:5px;
    text-align:right;
}
.full_search fieldset.search_price .ammounts input{
    width:40px;
    padding:0 5px 0 10px;
    border: 1px solid #F7F2CF;
    border-top:1px solid #d0c082;
    background-color:#ffffff;
    -webkit-border-radius:3px;
    border-radius:3px;
    height:29px;
    font-size: 11px;
    text-align: left;
    color: #666666;
}

fieldset.search_services ul {
    margin: 0;
    margin-bottom:20px;
    padding: 0;
}
fieldset.search_services .more_services li {
    list-style:none;
    line-height:15px;
    padding-bottom: 5px;
}
fieldset.search_services .more_services li ul {display:none;}
fieldset.search_services .more_services li.open ul {
    display:block;
    margin-bottom:10px;
    margin-left: 0px;
    background: #fef2c5;
}
fieldset.search_services .more_services>li:after{
    content: ' ';
    display: block;
    height: 3px;
    background: url('/images/1/delimiter.png') repeat-x;
}

fieldset.search_services .more_services li ul li{
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 10px;
}

fieldset.search_services .more_services li a{
    font-size:1.15em;
    margin-bottom:10px;
    display:inline-block;
    background:url(/images/arrowsBlue_horiz.png) no-repeat 100% -1px;
    padding-right:11px;
    border-bottom:1px dotted #0075A0;
    text-decoration:none;
}
fieldset.search_services .more_services>li a{
    display: inline-block;
    margin: 0 8px 10px 8px;
    font-weight: bold;
}
fieldset.search_services .more_services li.open a{
    background:url(/images/arrowsBlue.png) no-repeat 100% -22px;
}
.full_search .search_submit .btn{
    width:100%;
    font-size:1.8em;
    height:29px;
    padding-top: 3px;
    background-color:#49a611;
}
.full_search .selectBox-label{
    width: 160px;
}
.full_search .selectBox-dropdown{
    width: 180px !important;
}
.full_search .selectBox-dropdown-menu{
    width: 180px;
    margin-left: 0;
}
/* custom form elements */
.niceCheck {
    width: 17px;
    height: 17px;
    /*display: inline-block;*/
    float: left;
    cursor: pointer;
    background: url(/images/1/s_checkbox.png?v=1.001) no-repeat 0 0;
    margin-right:5px;
}
.niceCheck input {
    display: none;
}

.niceRadio {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background: url(/images/1/radio.png) no-repeat 0 -14px;
    overflow: hidden;
}
.radioChecked {
    background-position: 0 0;
}
.niceRadio input {
    margin-left: -9999px;
}

/*слайдер цен*/
.slider_range .fields {
    position:relative;
    overflow:hidden;
}
.slider_range .fields span.from,
.slider_range .fields span.to {
    border:none;
    height:16px;
    padding:0;
    margin:0;
    width:50px;
    float:left;
    text-align:left;
}
.slider_range .fields span.to {
    float:right;
    text-align:right;
}

#range_bar1 {
    height:8px;
    background:#FFFFFF;
    border:none;
    /*border-radius: 0;*/
    border-top:1px solid #cec07d;
    /*border-bottom-color:#fff;*/
    position:relative;
    margin: 10px 18px 14px 14px;
}

#range_bar1 .ui-slider-range {
    background:#1a85cf url('/images/1/priceslider_line.png') repeat-x;
}
#range_bar1 a.ui-slider-handle,
#range_bar1 a.ui-slider-handle.ui-state-hover,
#range_bar1 a.ui-slider-handle.ui-state-focus {
    position:absolute;
    background:url(/images/1/ears.png) no-repeat -2px 0;
    top: -8px;
    width:10px;
    height:30px;
    margin-left: -2px;
    border: none;
    border-radius: 0;
}
#range_bar1 a.ui-slider-handle+a.ui-slider-handle {
    /*margin-left: -6px;*/
}
#range_bar1 a.ui-slider-handle:focus {
    outline: none;
}

.slider_area{
    overflow: hidden;
    background: url('/images/1/priceslider_back.png') repeat-x;
    border-radius: 3px;
    margin-top: 10px;
}



/* search result*/

.search_results {
    font-size: 14px;
}

.search_results .finded_hotels {
    font-size: 18px;
    margin-bottom: 33px;
}

.results_description {
    font-size: 16px;
}

.results_description h2 {
    font-size: 18px;
}

.search_result_resort_desc {
    margin: 10px 0 20px;
    border-bottom: 1px solid #61a6c0;
}

.search_result_resort_desc header {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 5px;
}

.search_result_resort_desc header h3 {
    text-align: left;
    float: left;
}

.search_result_resort_desc header h3 a {
    padding-right: 20px;
}

.begin_spoiler,
.end_spoiler_transp {
    display: inline-block;
    padding-right: 12px;
    background: url(/images/arrowsBlue.png) no-repeat 100% -21px;
    border-bottom: 1px dotted #0075A0;
    text-decoration: none;
}

.end_spoiler_transp {
    background: url(/images/arrowsBlue.png) no-repeat 100% -16px
}

/*.begin_spoiler,*/
/*.end_spoiler {*/
/*display:inline-block;*/
/*padding-right:12px;*/
/*background:url(/i/ut/arrowsBlue.png) no-repeat 100% -21px;*/
/*}*/
.end_spoiler {
    background-position: 100% -1px;
}

.search_result_resort_desc header .photo,
.search_result_resort_desc header .feeds {
    float: right;
    display: block;
    font-size: .9em;
    margin-right: 15px;
    margin-top: 5px;
}

a.end_spoiler {
    background: url("/images/arrowsWhite-vert.png") no-repeat scroll right 2px #61A6C0;
    -weblit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 25px 0 12px;
    margin-top: 20px;
}

.results_sort {
    margin-bottom: 16px;
}

.results_sort span.sort_label {
    display: inline-block;
    margin-right: 20px;
}

.price-cutting_link,
.begin_spoiler {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #0075a0;
}

.results_sort a.condition {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #0075a0;
    margin: 0 24px 3px 16px;
    font-size: 14px;
    font-weight: bold;
}

.results_sort a.condition.cur {
    /*font-weight: bold;*/
    -weblit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: none;
    background-color: #005098;
    color: #ffffff;
    padding: 3px 10px 3px 16px;
    margin: 0;
}

.results_sort a.condition.asc,
.results_sort a.condition.desc {
    background-image: url(/images/1/arrow-blue-v.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 20px;
}

.results_sort a.condition.asc {
    background-position: 10% 0px;
}

.results_sort a.condition.desc {
    background-position: 10% -15px;
}

.results_sort a.condition.cur.asc,
.results_sort a.condition.cur.desc{
    background-image: url(/images/1/arrow-white-v.png);
}
.results_sort a.condition.cur.asc {
    background-position: 10% 3px;
}

.results_sort a.condition.cur.desc {
    background-position: 10% -12px;
}

.result_item {
    padding: 12px 0 0 0;
    margin-bottom: 13px;
    background-color: #ffffff;
    border: 1px solid #fee39d;
    overflow: hidden;/*закомментить если надо показать ярлычок про рекомендацию*/
}
.result_item .osnova{
    padding: 0 10px;
    overflow: hidden;
}

.result_item hr {
    height: 1px;
    border: none;
    background-color: #c8c8c8;
    clear: both;
    width: 100%;
}

.result_item .sideinfo {
    float: left;
    width: 161px;
    margin-right: 12px;
    position: relative;
}

.result_item .sideinfo figure {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    /*max-height: 120px;*/
    overflow: hidden;
}

.result_item .sideinfo figure img {
    width: 161px;
}

.result_item .sideinfo figure .smallimg{
    padding-top: 1px;
}

.result_item .sideinfo figure .smallimg img,
.result_item .sideinfo figure .smallimg .noimage {
    width: 80px;
    height: 60px;
    float: left;
}
.result_item .sideinfo figure .smallimg img:first-child,
.result_item .sideinfo figure .smallimg .noimage:first-child {
    margin-right: 1px;
}

.result_item .sideinfo figure .noimage {
    width: 161px;
    height: 120px;
    background: #CBCBCB url("/images/noimage.png") no-repeat center center;
}

.result_item .item_menu {
    /*float: left;*/
    /*width: 478px;*/
    padding: 5px 10px 0 15px;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    background: #fef3d4;
}

.result_item .wrap_info {
    float: left;
    width: 305px;
    margin-bottom: 0;
}

.result_item.recommended .wrap_info {
    /*width: 280px;*/
}

.result_item .wrap_info .reit {
    margin-bottom: 5px;
}

.result_item .wrap_info h3 {
    font-size: 21px;
    font-weight: bold;
    /*font: bold 21px 'Trebuchet MS', Helvetica, sans-serif;*/
    text-transform: none;
}
.result_item h3.object_name {
    font-size: 20px;
    /*font: 20px 'Trebuchet MS', Helvetica, sans-serif;*/
    text-transform: none;
    margin-top: 4px;
}

.result_item .wrap_info h3 a {
    color: #0075a0;
}

.result_item .wrap_info .object_info {
    overflow: hidden;
    padding-bottom: 5px;
    /*margin-bottom:20px;*/
}

.result_item .main_info {
    /*width:40%;
    float:left;*/
}

.result_item .main_info .place {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    /*width: 100%;*/
    /*margin: 7px;*/
}
.result_item .main_info .place a{
    text-decoration: none;
    color: #333333;
}
.result_item .main_info .separator{
    margin: 0 6px;
}

.result_item .main_info .onmap {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 0 16px;
    background: url(/images/1/podmenu.png) no-repeat 0 -64px;
}

.result_item .tobook{
    overflow: hidden;
    padding-left: 10px;
    background: #ebf9fe;
}

.result_item .tobook .priceperiod {
    width: 160px;
    float: left;
}

.result_item .tobook .button_block {
    padding-top: 10px;
    width: 125px;
    float: left;
}

.result_item .tobook .price {
    display: inline-block;
    /*width: 100%;*/
    color: #333333;
    /*font-family: Arial;*/
    font-size: 22px;
    font-weight: bold;
}

.result_item .tobook .price span.zero_price {
    color: #CCC;
}

.result_item .tobook .period {
    display: inline-block;
    /*width: 100%;*/
    font-size: .95em;
    margin-bottom: 10px;
}

.result_item .tobook .period {
    display: inline-block;
    /*width: 100%;*/
    font-size: .95em;
    margin-bottom: 10px;
}

.result_item .additional_info {
    /*width:58%;*/
    /*float:left;*/
    margin-top: 6px;
}

.result_item .description {
    display: block;
    max-height: 29px;
    overflow: hidden;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    color: #666666;
}

.result_item .additional_info .description.opened {
    max-height: 100%;
    overflow: visible;
    position: relative;
    line-height: 14px;
    padding-bottom: 14px;
}

/*.result_item .additional_info .description:after {
        content: '';
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.result_item.recommended .additional_info .description:after {
        content: '';
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(251, 249, 240, 0) 0, rgba(251, 249, 240, 1) 100%);
        background: -moz-linear-gradient(top, rgba(251, 249, 240, 0) 0, rgba(251, 249, 240, 1) 100%);
        background: -ms-linear-gradient(top, rgba(251, 249, 240, 0) 0, rgba(251, 249, 240, 1) 100%);
        background: -o-linear-gradient(top, rgba(251, 249, 240, 0) 0, rgba(251, 249, 240, 1) 100%);
        background: linear-gradient(top, rgba(251, 249, 240, 0) 0, rgba(251, 249, 240, 1) 100%);
}*/

.result_item .additional_info .description.opened:after {
    height: 0;
}

.result_item .additional_info ul.object_services {
    margin: 8px 0;
    overflow: hidden;
}

.result_item .additional_info .services {
    margin: 8px 0;
    padding: 0;
    overflow: hidden;
    /*float: right;*/
}

.result_item .additional_info .services li {
    list-style: none;
    display: block;
    width: 25px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

ul.object_services li {
    list-style: none;
    display: block;
    width: 20px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

span.serv_pict {
    display: block;
    width: 27px;
    height: 27px;
    background: url(/images/1/s_options_kandagar.png);
}

span.serv_pict.olimpic {
    background-position: -92px -62px;
}

span.serv_pict.vip {
    background-position: -306px 0;
}

span.serv_pict.ai {
    background-position: 0 -31px;
}

span.serv_pict.bb {
    background-position: -62px -31px;
}

span.serv_pict.bo {
    background-position: -31px -31px;
}

span.serv_pict.fb {
    background-position: -214px 0;
}

span.serv_pict.hb {
    background-position: -245px 0;
}

span.serv_pict.family {
    background-position: -122px 0;
}

span.serv_pict.junior {
    background-position: -306px -31px;
}

span.serv_pict.spa {
    background-position: -61px -62px;
}

span.serv_pict.openpool {
    background-position: -92px -31px;
}

span.serv_pict.pool {
    background-position: -122px -31px;
}

span.serv_pict.wifi {
    background-position: -92px 0;
}

span.serv_pict.recover {
    background-position: -153px -31px;
}

span.serv_pict.parking {
    background-position: -184px -31px;
}

span.serv_pict.park {
    background-position: -31px 0;
}

span.serv_pict.animals {
    background-position: -184px 0;
}

span.serv_pict.anim {
    background-position: -153px 0;
}

span.serv_pict.confrnc {
    background-position: -245px -31px;
}

span.serv_pict.recommnd {
    background-position: -214px -31px;
}

span.serv_pict.skii {
    background-position: -275px -31px;
}

.readmore {
    font-size: 12px;
    display: inline-block;
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding-left: 10px;
}

.result_item .detail_info {
    clear: both;
    overflow: hidden;
    /*margin-bottom: 12px;*/
}

.result_item .detail_info header span.menu_item {
    margin: 10px 10px 15px 10px;
    padding-left: 16px;
    font-size: 12px;
    display: block;
}

.result_item .detail_info header a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #0D4E96;
}
.result_item .detail_info header .recovery_btn,
.result_item .detail_info header .feeds_btn,
.result_item .detail_info header .roomsinfo_btn {
    float: left;
}
.result_item .detail_info header .roomsinfo_btn {
    float: right;
}
.result_item .detail_info header .roomsinfo_btn.opened {
    background: #ffffff;
    border: none;
    border-top: 1px solid #c6b497;
    border-radius: 3px 3px 0 0;
}
.result_item .detail_info header .roomsinfo_btn.opened span.menu_item{
    margin-top: 9px;
}

.result_item .detail_info header a.opened {
    background-position: 100% -2px;
}

.result_item.recommended .detail_info header .roomsinfo_btn.opened{
    background: #FBF9F0;
}

.result_item .detail_info header .recovery_btn span.menu_item{
    background: url("/images/1/podmenu.png") no-repeat 0 -46px;
}
.result_item .detail_info header .feeds_btn span.menu_item {
    background: url("/images/1/podmenu.png") no-repeat 0 -30px;
}
.result_item .detail_info header .roomsinfo_btn span.menu_item {
    background: url("/images/1/podmenu.png") no-repeat 0 1px;
}

.result_item .tobook a.btn_checkprice,
.result_item .tobook a.btn_book,
.room .book_info .btn_book{
    display: block;
    float: right;
    width: 126px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #095891;
    /*padding-left: 25px;*/
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
}

.result_item .detail_info header .waiting {
    float: right;
}

.recommended {
    background-color: #fbf9f0;
    border: 1px solid #f26a3e;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 0 0 0;
    position: relative;
    margin-top: 23px;
}

.recommended hr {
    background-color: transparent;
    margin: 0;
}

.recommended .recomd_hdr {
    position: absolute;
    top: -23px;
    left: -1px;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    line-height: 23px;
    padding: 0 10px 0 20px;
    background: url(/images/recommended.png) no-repeat 5px center;
    color: #fff;
    background-color: #f26a3e;
}

.rooms_info_wrapper {
    margin-top: 10px;
    border-bottom: 1px solid #61A6C0;
    overflow: hidden;
    display: none;
}

.room {
    overflow: hidden;
    /*padding: 10px 0 10px 9px;*/
    font-size: 12px;
    border-bottom: 1px solid #e8e1d4;
}

.room.opened {
    border-bottom: 1px solid #e8e1d4;
}

.room .room_info a.spoiler {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #0075A0;
    margin-right: 20px;
}
.room .room_info a.spoiler.bottom {
    font-size: 12px;
    font-weight: bold;
    padding-right: 12px;
    background: url('/images/1/arrow-blue-v.png') no-repeat 100% -14px;
}
.room.opened .room_info a.spoiler.bottom {
    background-position: 100% 2px;
}

.room .room_info .room_name {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.room .room_fullinfo {
    clear: both;
    overflow: hidden;
    display: none;
    padding-left: 107px;
    padding-right: 10px;
}

.room .room_info {
    float: left;
    /*width: 330px;*/
    /*margin-right: 25px;*/
    /*margin-bottom: 10px;*/
}

/*.room .room_fullinfo a.closer {
        width: 310px;
        margin-right: 5px;
}*/

.room img {
    width: 80px;
    display: block;
}

.room .room_photo {
    position: relative;
    float: left;
    margin: 0 15px 6px 0;
    padding: 10px 0 10px 9px;
}

.room figure {
    margin: 0;
    width: 80px;
    max-height: 64px;
    overflow: hidden;
    /*border: 1px solid #CBCBCB;*/
    /*padding: 1px;*/
}

.room .offer_info {
    float: left;
    position: relative;
    margin: 0;
    width: 215px;
    padding: 10px 20px 10px 0;
    min-height: 84px;
    background: url('/images/1/price_pad.png') no-repeat 100% 0;
}

/*.recommended .room .offer_info {
        width: 367px;
}*/

.room .noimage {
    width: 85px;
    height: 64px;
    background: #CBCBCB url("/images/noimage.png") no-repeat center center;
}

.room .room_desc {
    float: left;
    width: 190px;
    margin-bottom: 0px;
    position: relative;
}

.recommended .room .room_desc {
    float: left;
    width: 170px;
    margin-bottom: 0px;
    position: relative;
}

.room .offer_info .pansion span {
    padding-right: 20px;
    background: url("/images/1/vilka.png") no-repeat 100% 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.room .book_info {
    float: left;
    width: 130px;
    margin-bottom: 0px;
    position: relative;
    padding: 10px 10px 10px 0;
    min-height: 84px;
    background: #EFF9FE;
}

.room .book_info .price {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}

.room .book_info .nights_count {
    color: #517088;
    margin-bottom: 8px;
}

/*.room .book_info .btn_book {
        display: block;
        width: 126px;
        line-height: 26px;
        text-align: center;
        color: white;
        text-decoration: none;
        background: #095891;
        font-size: 12px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}*/

.room .room_desc .begin_spoiler {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.room .room_info .numb_guests {
    /*display: inline;*/
    color: #666666;
}
.room .room_info .square {
    /*display: inline;*/
    color: #666666;
}

ul.room_serv {
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
    font-size: 1.1em;
    padding: 0;
}

ul.room_serv li {
    list-style: none;
    padding-left: 20px;
    background: url(/images/1/galka.png) no-repeat left 0px;
    font-size: 12px;
    color: #666666;
}

.room_about {
    float: left;
    color: #666666;
    /*width: 550px;*/
}

.room_about span {
    display: inline-block;
    margin-bottom: 4px;
    /*width:100%;*/
}

.room_about span.mark,
.room_info span.mark {
    color: #333333;
    font-weight: bold;
}

.room .room_fullinfo a.closer {
    width: 55px;
    padding-right: 10px;
    /*margin-right: 4px;*/
    background: url(/images/1/arrow-blue-v.png) no-repeat right 3px;
    display: block;
    clear: both;
    float: right;
    text-decoration: none;
    font-weight: bold;
}

/* pagination */
.paginationbar {
    margin: 25px 0;
}

ul.pagination {
    overflow: hidden;
    margin-top: 10px;
}

ul.pagination li {
    list-style: none;
    float: left;
}

ul.pagination li a {
    display: block;
    padding: 3px 8px;
    font-size: 1.4em;
}

ul.pagination li.current a {
    background-color: #0075a0;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul.paginator {
    margin: 20px 0 0 0;
    overflow: hidden;
    list-style: none;
    width: 100%;
    text-align: left;
}

ul.paginator li {
    list-style: none;
    padding: 2px 2px;
    margin: 0 2px;
    float: left;
}

ul.paginator li.prev {
    float: left;
}

ul.paginator li.first,
ul.paginator li.last {
    /*display: none;*/
}

ul.paginator li.current {
    background: #005098;
    color: #ffffff;
    text-align: center;
    padding: 2px 8px;
    margin: 0 4px;
    border-radius: 2px;
}

ul.paginator li.current a {
    color: #ffffff;
}

.paginator-wrapper {
    text-align: center;
    min-height: 20px;
    margin-bottom: 10px;
}

.paginator {
    width: 100%;
}

.paginator .pag {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #005098;
    margin: 0 6px;
    padding: 2px 8px;
    border-radius: 2px;
}

.paginator .pag:hover {
    text-decoration: underline;
}

.paginator .pag.num {
}

.paginator .pag.next {
    margin-left: 3px;
}

.paginator .pag.prev {
    margin-right: 3px;
}

.paginator .pag.curr {
    color: #fff;
    background-color: #005098;
    text-align: center;
}

.hidden-object {
    display: none;
}

.clear {
    clear: both;
}

.discount {
    background: url(/images/1/bg-discountSmall.png);
    width: 45px;
    height: 31px;
    position: absolute;
    top: 0px;
    right: -12px;
    display: block;
    color: white;
    padding-top: 14px;
    text-align: center;
}

.discount .spec {
    font-size: 11px;
}



/*--------------------------------------*/
/* Objects offers */


/* object offers */

.offers_list{
    border: 1px solid #FEE39D;
}

.object_offers .addition_buttons{
    /*clear: both;*/
    width: 100%;
    overflow: hidden;
    margin: 30px 0 20px 0;
    text-align: center;
}

.object_offers .addition_buttons a{
    display: inline-block;
    padding: 6px 37px;
    background: #095891;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
}
.object_offers .addition_buttons a.all_rooms{
    float: right;
    margin-right: 20px;
}

.object_offers .addition_buttons a.nearest_date{
    /*float: left;*/
    margin-left: 20px;
}
/*.waiting{
        background: url(/i/indikator.gif);
        width: 16px;
        height: 16px;
}*/
.object_offers .addition_buttons div.waiting{
    margin-left: 6px;
    float: left;
}

.object_offer {
    overflow:hidden;
    font-size:.85em;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #CBCBCB;
    font-size: 12px;
    background: #ffffff;
}
.object_offer.opened {
    border-bottom: 1px solid #0075a0;
}
.object_offers .offers_desc{
    padding-bottom: 30px;
    /*border-bottom: 1px solid #0075a0;
    margin-bottom: 25px;*/
}
.object_offers .offers_desc h4{
    font-size: 18px;
    font-weight: normal;
    color: #484949;
    margin: 0;
}
.object_offers .offers_list .no_offers_text{
	font-size: 22px;
	font-weight: normal;
	color: #484949;
	margin: 0;
	text-align: center;
}
.object_offers a.change_param{
    text-decoration: none;
    border-bottom: 1px dotted #0075a0;
    font-size: 14px;
}

.object_offers .room_short,
.rooms_list .room_short{
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.object_offer .room_photo,
.object_offer .room_info,
.object_offer .offer_info,
.object_offer .offer_booking {
    float:left;
    margin-right:10px;
}
.object_offer .room_detail{
    display: none;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.object_offer .room_photo{
    width:85px;
    max-height: 64px;
    /*overflow: hidden;*/
    border: 1px solid #CBCBCB;
    padding: 1px;
    position: relative;
}
.object_offer .room_photo a{
    display: block;
    max-height: 60px;
    overflow: hidden;
}
.object_offer .room_photo img {
    width:85px;
    display: block;
}
.object_offer .room_photo .noimage {
    width:85px;
    height: 64px;
    background: #CBCBCB url("/images/noimage.png") no-repeat center center;
}

.object_offer .room_info {
    width:230px;
}
.object_offer .room_info header {
    overflow: hidden;
    margin-bottom:7px;
}
.object_offer .room_info a.spoiler {
    text-decoration: none;
    font-size:14px;
    font-weight: normal;
    border-bottom: 1px dotted #0075a0;
}
.object_offer .room_info .numb_guests {
    display: inline;
    margin-right: 20px;
}
.object_offer .room_info .area {
    display: inline;
}

.object_offer .offer_info {
    width:190px;
}
.object_offer .offer_info p.describe {
    padding-left: 20px;
    background: url("/i/spoon.png") no-repeat 0 0;
    color: #484949;
    font-size: 12px;
}

.object_offer .offer_booking{
    font-size: 10px;
    width: 130px;
    margin-right: 0;
}

.object_offer .offer_booking .price{
    display:inline-block;
    width:100%;
    font-size:22px;
    color:#484949;
    font-weight:bold;
    padding-bottom: 10px;
    text-align: left;
}
.rooms_list .object_offer .offer_booking .price{
    padding-bottom: 0px;
}
.object_offer .offer_booking .btn_book {
    display: block;
    float: right;
    width: 126px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #095891;
    /*padding-left: 25px;*/
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
}
.rooms_list .object_offer .offer_booking .btn_book {
    margin-top: 4px;
}

.object_offer .room_desc .begin_spoiler {
    margin-bottom:10px;
    font-size:1.2em;
}

.object_offer .room_detail .room_serv{
    float: none;
    width: 532px;
    margin-top: 16px;
    color: #0075A0;
    font-size: 12px;
}
.object_offer .room_detail .room_serv li{
    display: inline-block;
    width: 120px;
}
.object_offer .room_detail .add{
    clear: both;
    width: 100%;
    margin-top: 16px;
}
.object_offer .room_detail .add span{
    color: #0075a0;
}
.object_offer .room_detail .description{
    width: 100%;
}
.object_offer .room_detail .room_photos{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.object_offer .room_detail .room_photos .imgs{
    border: none;
}
.object_offer .room_detail .room_photos .nav_prev,
.object_offer .room_detail .room_photos .nav_next{
    background: url("/images/1/arrow_black.png") no-repeat;
    width: 29px;
    height: 28px;
    display: block;
    position: absolute;
}
.object_offer .room_detail .room_photos .nav_prev{
    background-position: 0;
    left: 0;
}
.object_offer .room_detail .room_photos .nav_next{
    background-position: -669px;
    right: 0;
}
.object_offer .room_detail a.closer{
    width: 55px;
    padding-right: 10px;
    margin-right: 4px;
    background: #ffffff url(/images/1/arrowsBlue.png) no-repeat right 0;
    display: block;
    float: right;
    text-decoration: none;
}


/* when_who_form */

.overley_panel {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7)/* url(/i/pattern_136.gif) repeat*/;
    z-index: 500;
}
.overley_panel>table{
    width: 100%;
    height: 100%;

}

.when_who_form {
    display: none;
    position: relative;
    margin: 30px auto;
    background: #FFE395 repeat-x 0 0;
    width: 310px;
    padding: 10px 10px 10px 20px;
    border: none;
    border-radius: 4px;
    height: 176px;
    /*overflow: hidden;*/
    font-size: 10px;

    -moz-box-shadow: 0 4px 10px #000000;
    -webkit-box-shadow: 0 4px 10px black;
    box-shadow: 0 4px 10px black;
    /*behavior: url(/j/ie-css3.htc);*/
}

.when_who_form h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 6px 0 0;
    color: #553F17;
}

.when_who_form .close_form_btn {
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: url(/images/1/close_cross.png) no-repeat center center;
}

.when_who_form .form_holder {
    /*position: relative;*/
    float: left;
    margin: 10px 10px 0 0;
}

.when_who_form .form_holder input{
    font-size: 14px;
    padding: 3px 6px;
}

.when_who_form .form_holder input[type=submit]{
    width: 126px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #095891;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border: none;
    border-radius: 3px;
    padding-top: 2px;
}

.when_who_form .form_holder input[type=text]{
    background: #ffffff;
    border: none;
    /*border: 2px solid #FFE395;*/
    border-top: 1px solid #D0C082;
    border-radius: 3px;
    height: 21px;
}

.when_who_form .form_holder label{
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    color: #553F17;
}

.when_who_form .form_holder.date{ width: 92px;}
.when_who_form .form_holder.date input{ width: 80px;}
.when_who_form .form_holder.date input.current_dateranged{
    background-image: url('/images/podbor/select_active.png');
    background-repeat: repeat-x;
    border-radius: 3px;
    outline: none;
}
.when_who_form .form_holder.date input.current_dateranged:focus{outline-style: none;}

.when_who_form .date_count {
    width: 77px;
}
.when_who_form .date_count .inptwrap{
    position: relative;
}
.when_who_form .date_count input{
    width: 24px;
    padding: 3px 26px;
    text-align: center;
}

.when_who_form .numbGuests {
    width: 77px;
}
.when_who_form .numbGuests .inptwrap{
    position: relative;
}
.when_who_form .numbGuests input{
    width: 24px;
    padding: 3px 26px;
    text-align: center;
}

.when_who_form .numbYears {
    width: 126px;
}
.when_who_form .numbYears input {
    width: 18px;
    margin-right: 3px;
    padding: 3px 3px;
}

.when_who_form .submit {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.when_who_form .btn_plus,
.when_who_form .btn_minus {
    top: 2px;
    right: 2px;
}
.when_who_form .btn_minus {
    left: 1px;
}
/*.when_who_form .btn_plus,
.when_who_form .btn_minus {
        display:block;
        position:absolute;
        top:2px;
        right:2px;
        width:18px;
        height:23px;
        line-height:23px;
        cursor:pointer;
        background:#61a6c0;
        text-align:center;
        font-size:1.6em;
        padding: 0;
        border: none;
        text-decoration: none;
        text-indent: 0;
        color: #ffffff;
}
.when_who_form .btn_minus {right:auto;left:2px;}*/



.kandagar-waiting{
    background: url(/images/1/loader7.gif);
    width: 44px;
    height: 44px;
}

.waiting{
    background: url(/images/1/indikator.gif);
    width: 16px;
    height: 16px;
}

ul.room_serv li {
    list-style: none;
    padding-left: 13px;
    background: url(/images/1/li-room.png) no-repeat left 3px;
    font-size: 12px;
}


.object_offer .pansion span {
    padding-right: 20px;
    background: url("/images/1/vilka.png") no-repeat 100% 0;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.room_short .mark{
    color: #333;
    font-weight: bold;
}


/* nearest_date_panel */


.overley_panel1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7)/* url(/images/1/loader7.gif) no-repeat 0*/;
    z-index: 2;
}
.overley_panel1 table{
    width: 100%;
    height: 100%;

}

.nearest_date_panel{

    display: none;
    position: relative;
    margin: 30px auto;
    background: #FFE395;
    width: 360px;
    padding: 4px 0px 10px 0px;
    border: none;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    font-size: 12px;

    -moz-box-shadow: 0 4px 10px #000000;
    -webkit-box-shadow: 0 4px 10px black;
    box-shadow: 0 4px 10px black;
}
.nearest_date_panel h3{
    text-transform: none;
    /*color: #553F17;*/
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #333333;
    background: #005098;
}
.nearest_date_panel h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 6px 10px;
    text-align: center;
    height: 16px;
    color: #553F17;
}
.nearest_date_panel a, .nearest_date_panel a:visited {
    /*color: #000000;*/
}
/*.nearest_date_panel a:hover {
        color: #ff0000;
}*/
.nearest_date_panel .close_form_btn {
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
    width: 17px;
    height: 17px;
    background: url(/images/1/close.png) no-repeat center center #005098;
    border-radius: 50%;
}
.nearest_date_panel ul{
    padding: 0;
    margin: 0 0 0 20px;
    float: left;
    display: block;
    margin-right: 10px;
    width: 90px;
    list-style: none;
}
.nearest_date_panel ul li{
    /*text-align: center;*/
}
.nearest_date_panel ul .date{
    color: #553F17;
    font-weight: bold;
}

.nearest_date_panel .nearest_bottom{
    overflow: hidden;
    /*background: #ffffff;*/
}

.fullscreen-waiting{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7) url(/images/1/loader7.gif) no-repeat center center;
}

/*------------------------------*/
.form_holder_vert.other_objects,
.form_holder_vert.other_dates {
    height: 20px;
}

.object_toursearch_form {
    /*overflow: hidden;*/
    background: url(/images/1/mainform1_back.png) #ffe395 repeat-x 0 0;
    padding: 0 10px;
    color: #5c3d0a;
    border-radius: 0 0 4px 4px;
}
.object_toursearch_form .form_holder_vert a span.mark{
    color: #005098;
    font-weight: bold;
}
.object_toursearch_form .form_holder_vert a{
    color: #5c3d0a;
}
.object_toursearch_form .toursearch_form{
    height: 192px;
}


/* Бонусная программа в профиле пользователя */
.bonus_fieldset{
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #EAEA79;
    background-color: #FFFFCE;
}
.bonus_fieldset legend{
    font-weight: bold;
}



/*Выбор вылюты в форме подбора*/
.currency_switch{
	float: left;
	margin-right: 60px;
	height: 60px;
}

.currency_switch label {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 5px;
}




/*Выпадающий выбор валют*/

.select_currency {
	display:block;
	border: 1px solid transparent;
	border-bottom:none;
	/*width:70px;*/
	height:25px;
	position:relative;
	float:left;
}
.select_currency.opened {
	/*background-color: #FFFFFF;
	border-color:#299CC7;
	-webkit-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;*/
}

.select_currency span {
	display:block;
	float:left;
	height:25px;
}
.select_currency .flag_span{
	display:inline-block;
	height:14px;
	background:url(/images/sprite-flags1.png) no-repeat left top;
	width:16px;
	margin-right:10px;
	margin-top: 7px;
}
.select_currency .flag_span.uah{background-position:0 0px;}
.select_currency .flag_span.usd{background-position:0 -14px;}
.select_currency .flag_span.eur{background-position:0 -30px;}
.select_currency .flag_span.rub{background-position:0 -46px;}

.select_currency .current{
	text-decoration:none;
	color:#000;
	display:inline-block;
	background-color: white;
	border: none;
	border-top: 1px solid #D0C082;
	border-radius: 3px;
	overflow: hidden;
	line-height:25px;
	padding: 2px 2px 2px 0;
}
.select_currency .current .body{
	float: left;
	overflow: hidden;
	padding-right:10px;
	padding-left: 5px;
}
.select_currency .current .uho{
	width: 26px;
	height: 25px;
	float: left;
	background: url(/images/podbor/s_small_btn.png) -52px 0px no-repeat;
}

/*.select_currency .current{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 126px;
	height: 100%;
	background: url(/images/podbor/s_small_btn.png) -52px 0px no-repeat;
}*/


.select_currency .sublist{
	display:none;
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #D0C082;
	position: absolute;
	top:26px;
	left:0;
	width:100%;
	-webkit-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
	z-index:100;
	text-align:left;
	padding: 0 0 5px 0;
	margin: 0;
}
.select_currency.opened .sublist{
	margin: 0;
	padding: 0 0 5px 0;
	display:block;
}
.select_currency .sublist li{
	padding-left:5px;
	display:block;
	list-style:none;
}
.select_currency .sublist li a {
	text-decoration:none;
	display:block;
	overflow:hidden;
}
.select_currency .sublist li a span {
	height:15px;
	line-height:18px;
	border-bottom:1px dotted #299CC7;
}
.select_currency .sublist li a span.flag_span{
	border:none;
	height:14px;
	margin-top: 2px;
}

/*Флажки выбора валют*/
.select_currency {
	float: right;
}

.select_currency .flag_span.c1{background-position:0 0px;}
.select_currency .flag_span.c3{background-position:0 -17px;}
.select_currency .flag_span.c4{background-position:0 -33px;}
.select_currency .flag_span.c2{background-position:0 -49px;}
.select_currency .flag_span.c5{background-position:0 -66px;}
.select_currency .flag_span.c6{background-position:0 -66px;}