body, html {
	margin: 0;
	padding: 0;
}

.ui-datepicker {
	width: 12em;
}

.ui-datepicker-title {
	font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 1.3em;
}
.ui-datepicker th {
	padding: 2px;
	font-size: 11px;
}

.ui-datepicker td {
	font-size: 11px;
}

.ui-datepicker td.available-date a {
	background: #60d799;
}

.title_container {
	height: 20px;
	margin-top: 10px;
}

.title {
	color: #007FA8;
	float: left;
	padding-bottom: 5px;
	background: url(http://www.vitaly-company.ru/TMPL/images/bar_h2_line.gif) bottom center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.hotel_filter_container {
	padding: 0;
	margin: 10px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

.hotel_filter_container .head {
	border: 0;
	margin: 0;
	padding: 5px 5px 5px 25px;
	background: url('/images/down-arrow-small.png') 5px 5px #66CCFF no-repeat;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}
.hotel_filter_container .head.collapsed {
	background-image: url('/images/right-arrow-small.png');
}
.hotel_filter_container .head:hover {
	background-color: #5eb0e2;
}

.hotel_filter_container .body {
	border: 1px dashed #ccc;
	display: none;
	padding: 5px;
	background-color: #f5f5f5;
}

.date_arrival {
	border: 0;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}
.date_arrival .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	float: left;
	background-color: #f5f5f5;
	width: 85px;
	padding: 5px;
}
.duration {
	border: 0;
	float: left;
	white-space: nowrap;
}
.duration .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	float: left;
	background-color: #f5f5f5;
	width: 125px;
	padding: 5px;
}
.duration select, .date_arrival input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 80px;
	margin: 2px 2px;
	padding: 1px;
}
.duration select {
	width: 86px;
}

.kind_payment {
	border: 0;
	float: left;
	white-space: nowrap;
}
.kind_payment .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	float: left;
	background-color: #f5f5f5;
	width: 115px;
	padding: 5px;
}
.kind_payment select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 80px;
	margin: 2px 2px;
	padding: 1px;
}
.kind_payment select {
	width: 86px;
}

.price_currency_container {
	height: 30px;
}
.price_currency {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.price_currency select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.price_container {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
}

.price_table_container {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	table-layout: fixed;
}

.price_table_container th {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

.price_table_container td {
	padding: 0;
	border: 0;
}

.price_table_head_container {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
	text-align: left;
	width: 100%;
}

.price_table_body_container {
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 300px;
	text-align: left;
	width: 100%;
	position: relative;
}

.price_table_head {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.price_table_head th {
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	min-height: 17px;
}

.price_table_head tr:last-child th {
	border-bottom: 0;
}

.price_table_head th div {
	padding: 2px;
}

.price_table_body {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
.price_table_body td {
	border: 0;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.price_table_body td div {
	padding: 2px;
}

.price_table_body tr.odd td {
	background-color: #e8e8e8;
}

.hotels_list_table {
	margin: 0;
	border-collapse: collapse;
	border: 0;
	min-height: 37px;
	height: 37px;
}

.hotels_list_table td {
	border: 0;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	min-height: 37px;
	height: 37px;
	word-wrap: break-word;
}

.hotels_list_table td:last-child {
	border-right: 0;
}

.hotels_list_table tr:last-child td {
	border-bottom: 0;
}

.usd, .rub, .eur {
	display: none;
}

.sort_asc {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10px;
	height: 6px;
	cursor: pointer;
	background-image: url("/mit/booking/tours/img/sort_asc.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 !important;
	margin: 5px 0;
}
.sort_asc:hover {
	background-position: -10px 0;
}

.sort_desc {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10px;
	height: 6px;
	cursor: pointer;
	background-image: url("/mit/booking/tours/img/sort_desc.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 !important;
	margin: 5px 0;
}
.sort_desc:hover {
	background-position: -10px 0;
}

table.search_criterions {
	width: 100%;
	border: 0;
	border-spacing: 0 2px ;
	font-family: Arial,Helvetica,sans-serif;
	empty-cells: show;
}

table.search_criterions td {
	background-color: #f5f5f5;
	padding: 5px;
}
table.search_criterions td.label {
	width: 80px;
}
table.search_criterions td.label1 {
	width: 100px;
}
table.search_criterions td.sep {
	background-color: #f5f5f5;
	width: 2px;
	padding: 0;
}
table.search_criterions td.sep_b {
	background-color: #f5f5f5;
	width: 10px;
	padding: 0;
}
table.search_criterions td input[type=text] {
	width: 100%;
}

.services_head {padding: 0; margin: 0; height: 20px;}
.services_head .title {float:left; padding-bottom: 0; background: none; color: black; font-size: 13px;}
.services_head .clear {float:right; border-bottom: 1px dashed #ccc; cursor:pointer; background-color: #fff; padding: 1px;}
.services_head .clear:hover {color: red;}
.services_list {
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #fff;
	border: 1px solid #bbb;
	margin: 3px 0 5px 0 !important;
	padding: 2px !important;
	list-style-type: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.services_list li {
	padding: 1px !important;
	margin: 0 !important;
}

.services_list_head {padding: 0; margin: 0; height: 20px;}
.services_list_head .title {float:left;padding-bottom: 0; background: none; color: black; font-size: 13px;}
.services_list_head .clear {float:right;}
.services_list_head .clear input {width: 60px !important; font-size: 10px; height: 12px;}
.all_services_list {
	text-align: left !important;
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #fff; border: 1px solid #bbb;
	margin: 0 0 5px 0 !important;
	padding: 2px !important;
	list-style-type: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.all_services_list li {
	padding: 2px;
	text-align: left  !important;
	margin: 0 !important;
}
.all_services_list li ul {display: none; margin: 0; padding: 0; list-style-type: none !important; text-align: left !important}
.all_services_list li ul li {
	padding: 0 !important;
}

.spoiler {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
}

#clear_criterions {font-weight: bold; font-size: 12pt;}


.ui-multiselect {
	background: #fff;
}

.ui-multiselect span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.ui-helper-reset li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.ui-multiselect-checkboxes li label span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.ui-multiselect-menu {
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.price_table_body_shadow {
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 10;
}
.price_table_body_loading {
	left: 50%;
	margin-left: -64px;
	top: 86px;
	position: absolute;
	z-index: 20;
}
.loading_hide {
	visibility: hidden;
}

.wi_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

.wi_list td {
	padding: 2px;
	border-bottom: 1px dashed #ccc;
}

.excursion_currency_container {
	height: 30px;
}
.excursion_currency {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.excursion_currency select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.excursion_container {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
}

.excursion_table_container {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	table-layout: fixed;
}

.excursion_table_container th {
	padding: 0;
	border: 0;
	border-bottom: 2px solid #fff;
	background-color: #eee;
}

.excursion_table_container td {
	padding: 0;
	border: 0;
}

.excursion_table_head_container {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
	text-align: left;
	width: 100%;
}

.excursion_table_body_container {
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}

.excursion_table_head {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.excursion_table_head th {
	border: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.excursion_table_head tr:last-child th {
	border-bottom: 0;
}

.excursion_table_head th div {
	padding: 2px;
}

.excursion_table_body {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
.excursion_table_body td {
	border: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.excursion_table_body td div {
	padding: 8px;
}

.excursion_table_body tr.odd td,
.excursion_table_body tr.even td {
	background-color: #eee;
}

.excursion_table_body tr:hover td {
	background: #CCE1E7;
}


.description {
	position: absolute;
	padding: 0 !important;
	width: 700px;
	left: 50%;
	margin-left: -355px;
	top: -300px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	background: #EEE;
	display: none;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
}
.description_title {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	min-height: 20px;
	font-weight: bold;
	position: relative;
	font-size: 13px;
}

.description_title img {
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
}

.description_body {
	padding: 5px;
	text-align: justify;
	border: 0;
	min-height: 159px;
	overflow: auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.excursion_table_body a {
	color: #00E !important;
}


.service_currency_container {
	height: 30px;
}
.service_currency {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.service_currency select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.service_container {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
}

.service_table_container {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	table-layout: fixed;
}

.service_table_container th {
	padding: 0;
	border: 0;
	border-bottom: 2px solid #fff;
	background-color: #eee;
}

.service_table_container td {
	padding: 0;
	border: 0;
}

.service_table_head_container {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
	text-align: left;
	width: 100%;
}

.service_table_body_container {
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}

.service_table_head {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.service_table_head th {
	border: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.service_table_head tr:last-child th {
	border-bottom: 0;
}

.service_table_head th div {
	padding: 2px;
}

.service_table_body {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
.service_table_body td {
	border: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.service_table_body td div {
	padding: 10px;
}

.service_table_body tr.odd td,
.service_table_body tr.even td {
	background-color: #eee;
}

.service_table_body tr:hover td {
	background: #CCE1E7;
}


.serv-description {
	position: absolute;
	padding: 0 !important;
	width: 700px;
	left: 50%;
	margin-left: -355px;
	top: -300px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	background: #EEE;
	display: none;
	z-index: 10;
}
.serv-description_title {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	min-height: 20px;
	font-weight: bold;
	position: relative;
}

.serv-description_title img {
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
}

.serv-description_body {
	padding: 5px;
	text-align: justify;
	border: 0;
	min-height: 159px;
	overflow: auto;
	background: #fff;
}

.service_table_body a {
	color: #00E !important;
}

.price_comments {
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.stopsale td {
	background: #ffc0cb !important;
}

.stopsale .stop {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 1px solid red;
	background: red;
	color: #eee;
	font-size: 10px;
	padding: 0 1px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px red;
	-moz-box-shadow: 0 0 3px red;
	box-shadow: 0 0 3px red;
	width: 36px;
}

.availability {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 10px;
	padding: 0 1px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 36px;
}

.green {
	border: 1px solid #008000;
	background: #008000;
	-webkit-box-shadow: 0 0 3px #008000;
	-moz-box-shadow: 0 0 3px #008000;
	box-shadow: 0 0 3px #008000;
	color: #eee;
}

.yellow {
	border: 1px solid #E7E752;
	background: #E7E752;
	-webkit-box-shadow: 0 0 3px #E7E752;
	-moz-box-shadow: 0 0 3px #E7E752;
	box-shadow: 0 0 3px #E7E752;
	color: #333;
}

.pink {
	border: 1px solid #ffc0cb;
	background: #ffc0cb;
	-webkit-box-shadow: 0 0 3px #ffc0cb;
	-moz-box-shadow: 0 0 3px #ffc0cb;
	box-shadow: 0 0 3px #ffc0cb;
	color: #333;
}

.red {
	border: 1px solid #ff0000;
	background: #ff0000;
	-webkit-box-shadow: 0 0 3px #ff0000;
	-moz-box-shadow: 0 0 3px #ff0000;
	box-shadow: 0 0 3px #ff0000;
	color: #eee;
}

.hotel-container {
	background: #fff;
	border: 1px solid #bbb;
	overflow: auto;
	height: 100px;
	margin: 5px 0 0 0;
	padding: 2px;
	list-style: none;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.hotel-container li {
	padding: 1px;
	margin: 0;
	white-space: nowrap;
}

.with-popup-title {
	cursor: help;
	border-bottom: 1px dashed #333;
}

.with-popup-title:hover {
	border-bottom: 0;
}