@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
body,html,div,span,input{

    font-family: 'Open Sans', Tahoma, Arial, sans-serif;
}
#tour_search_module { width:930px; margin:auto; padding: 0 10px;}

.extended_hike_search_form{
	visibility: hidden;
	opacity: 0;
}

h1.title, .check_tour, .hotel, .price-select, 
.only_tour, .night-age, .fly_from_box,
.tour_load

{
    display: none;
}
.jq-selectbox__select, .jq-selectbox__dropdown {
    min-width: 100px;
}
.jq-selectbox__dropdown {
    min-width: 156px;
}


select, .jq-selectbox ul	{max-height: 120px!important}

.btn-search {
	height: 46px;
	vertical-align: middle;
	line-height: 60px;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.btn-search input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 146px;
    height: 42px;
    background: url('../img/search-button.png') right top no-repeat;
    background-position: 0px 0px;
	border: 0;
	margin-right: 10px;
	color: #ffffff;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 52px;
	max-height: 42px!important;
	cursor: pointer;
	outline: none;
}
.btn-search input[type="submit"]:hover {
    /*background-position: -146px 0px;*/
}


#tour_search_module .itt_main_background{
	background: url('../img/search-bg-l.png') left top no-repeat;
	padding-left: 11px;
	height: 54px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 1.134em;
}
#tour_search_module .itt_main_background .itt_content{
  height: inherit;
  background: url('../img/search-bg.png') right top no-repeat;
  position: relative;
  color: white;
}

ul.itt_left_box, ul.itt_right_box, .date-select {
    display: inline-block;
    margin: 0 15px;
}

label {
    margin: 0 5px 0 0;
}
span.txt {
    margin: 0 5px 0 0;
}


.date-select input[type=text] {
  height: 32px;
  border: 1px solid #569ad5;
  width: 120px;
  background: #ffffff url('../img/tour-when-icon.gif') right center no-repeat;
  margin-left: 3px;
  margin-right: 12px;
  border-radius: 3px;
  padding: 0 5px;
}
.date-select input[type=text]:focus {
  border-color: #0084ff;
  border-width: 2px;
}
html, body {
	max-height: 210px;
	height: 210px;
	overflow-y: hidden;
}
.extended_hike_search_form .cart_link,
.extended_package_search_form .cart_link,
.itt_content .cart_link{
    display: none;
}