@CHARSET "UTF-8";

div.cnt-search-box {
    background: url("../img/search_box_bg_mid.gif") left repeat-y;
    margin-bottom: 19px;
    width: 690px;
}

.cnt-search-box .tabs {
    position: relative;
    background: url("../img/search_box_bg_top.gif") 0 0 no-repeat;
    height: 66px;
}

.cnt-search-box .ftr {
    background: url("../img/search_box_bg_btm.gif") 0 100% no-repeat;
    height: 15px;
}


.cnt-search-box .tabs ul {
    height: 35px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.cnt-search-box .tabs li {
    float: left;
    padding-right: 4px;
}

.cnt-search-box .tabs li.last {
    padding-right: 0;
}

.cnt-search-box .tabs li a {
    display: block;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.cnt-search-box .tabs li a:focus,
.cnt-search-box .tabs li a:hover {
    background-position: 0 100%;
}


.cnt-search-box .tabs li.flights a {
    width: 128px;
    background-image: url("../img/hp_tab_flights.gif");
}

.cnt-search-box .tabs li.flights-on a {
    background-image: url("../img/hp_tab_flights_on.gif");
}

.cnt-search-box .tabs li.hotels a {
    width: 114px;
    background-image: url("../img/hp_tab_hotels.gif");
}

.cnt-search-box .tabs li.hotels-on a {
    background-image: url("../img/hp_tab_hotels_on.gif");
}

.cnt-search-box .tabs li.cars a {
    width: 101px;
    background-image: url("../img/hp_tab_cars.gif");
}

.cnt-search-box .tabs li.cars-on a {
    background-image: url("../img/hp_tab_cars_on.gif");
}

.cnt-search-box .tabs li.deals a {
    width: 113px;
    background-image: url("../img/hp_tab_deals.gif");
}

.cnt-search-box .tabs li.deals-on a {
    background-image: url("../img/hp_tab_deals_on.gif");
}


.cnt-search-box fieldset {
    border: none;
}

.cnt-search-box .form-body {
    padding: 9px 10px 7px 10px;
}

div.cnt-search-box-over .form-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.cnt-search-box .form-body .section-1 {
    padding: 0 20px;
}


.cnt-search-box .form-body .cnt-head {
    padding-bottom: 8px;
}

.cnt-search-box .form-body .cnt-head h2 {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
}

.cnt-search-box-over .form-body .cnt-head h2 {
    color: #ff7800;
    font-weight: normal;
    font-size: 24px;
    height: auto;
    line-height: 30px;
    padding-top: 5px;
}

.cnt-search-box .form-body .fset {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cnt-search-box .form-body .control-box em {
    font-size: 11px;
    color: #9ea09c;
    font-style: normal;
    float: right;
    line-height: 18px;
}

.cnt-search-box .form-body .control-box label {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #3e423a;
    line-height: 18px;
}

.cnt-search-box .form-body .control-box .input-text-wrp {
    clear: both;
    padding-top: 1px;
}

.cnt-search-box .form-body .control-box .input-text-wrp input.text {
    font-size: 15px;
    border: 1px solid #bec2b5;
    height: 18px;
    line-height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.cnt-search-box .form-body .control-box .input-text-wrp input.warn {
    background-color: #ffe5e5;
}

.cnt-search-box .form-body .control-box .input-text-wrp input.text:focus,
.cnt-search-box .form-body .control-box .input-text-wrp input.text:hover {
    border-bottom: 2px solid #ff7e06;
    padding-bottom: 3px;
}

.cnt-search-box .form-body .control-box .select-wrp {
    clear: both;
    
    padding-top: 2px;
    padding-bottom: 3px;
    
}
    
.cnt-search-box .form-body .control-box select {
    width: 100%;
    font: normal 15px arial,tahoma,sans-serif;
}






.cnt-search-box .form-body .fset-dates .control-box .with-ico-wrp input.text {
    background-image: url("../img/ico_clendar_17x17.gif");
    background-repeat: no-repeat;
    background-position: 97% 4px;
}

.cnt-search-box .form-body .fset-dates .control-box .with-ico-wrp input.text:hover {
    background-image: url("../img/ico_clendar_17x17_h.gif");
}

.cnt-search-box .form-body .fset-places .control-box .input-text-wrp input.text {
    color: #000;
}

.cnt-search-box .form-body select, 
.cnt-search-box .form-body input.text {
    color: #3e423a;
}



.cnt-search-box .form-body p.submit {
    text-align: center;
}

