.tours {
	position: relative;
	clear: both;
	z-index: -10px;
}

.tours img {
	border: 0px;
}

.tours .small {
	font-size: 10px;
	color: #666666;
}        

.tours .search_form * {
	font-size: 10px;
}

.tours .search_form .title {
	font-size: 20px;
	color: #8BB213;
}

.tours .search_form table {
	background-color: #DDF3A1;
	-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px;
	margin: 10px 0px 20px 0px;
	width:100%;
	padding: 3px;
}

.tours .search_form table th{
	text-align: right;
	font-weight: bold;
	color: #709506;
	font-size: 14px;
}

.tours .search_form table .fixed td,
.tours .search_form table .range td {
	width: 25%;
	white-space:nowrap;
}

.tours .search_form table .fixed td select{
	width: 100%;
}

.tours .search_form table .range td select,
.tours .search_form table .range td input{
	width: 20%;
}

.tours table.list {
	width: 100%;
}

.tours table.list th,
.tours table.list td {
	padding: 5px;
	font-size: 11px;
}

.tours table.list td span {
	font-size: 10px;
}

.tours table.list td span.desc {
	font-size: 10px;
	color: #898989;
}

.tours table.list tr.exc  {
	background-color: #EEEEEE;
}

.tours table.list th {
	background-color: #DDF3A1;
	color: #6D9402;
	text-align: left;
	font-weight: bold;
}

/* Стили для jQuery Datepicker */
#datepicker_div, .datepicker_inline {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #709506;
	width: 185px;
}
#datepicker_div {
	display: none;
	border-left: solid 1px #709506;
	border-bottom: solid 1px #709506;
	border-right: solid 1px #709506;
	z-index: 10;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #709506 !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #DDF3A1;
	color: #FFF;
}
*html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	float: left;
	color: #709506;
	font-size: 11px;
	font-weight: bold;
}
.datepicker_control, .datepicker_header, .datepicker {
	width: 185px;
	clear: both;
}
.datepicker_control {
	background: #DDF3A1;
	padding: 2px 0px 0px 0px;
}
.datepicker_links {
	background: #DDF3A1;
	padding: 0px 0px 0px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;	
}
.datepicker_links label {
	padding: 0px 0px 0px 5px;
	color: #709506;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	font-size: 10px;
}
.datepicker_current {
	text-align: center;
	width: 185px;
	display:none;
}
.datepicker_close{
	float: right;
	text-align: right;
	font-size: 10px;
}
.datepicker_next {
	text-align: right;
	font-size: 10px;
	width: 33%;
}
.datepicker_header {
	padding: 0px 0px 5px 0px;
	background: #DDF3A1;
	text-align: center;
	height: 15px;
}
.datepicker_header select {
	color: #000;
	border: 0px;
	font-size: 11px;
}
.datepicker {
	background: #709506;
	text-align: center;
	font-size: 100%;
	border: 1;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #709506;
	color: #F3F3F3;
	font-weight: normal;
}
.datepicker .datepicker_titleRow  td {
	border-bottom: solid 1px #709506;
	color: #F3F3F3;
}
.datepicker .datepicker_daysRow {
	background: #DDF3A1;
	color: #666;
}
.datepicker_weekCol {
	background: #709506;
	color: #F3F3F3;
}
.datepicker .datepicker_daysCell {
	font-weight: normal;
	border: 1px solid #DDF3A1;
	font-size: 11px;
}
#datepicker .datepicker_daysCell a {
	display: block;
}
.datepicker .datepicker_weekEndCell a {
	color: #ff0000 !important;
}

.datepicker .datepicker_daysCellOver {
	background: #F3F3F3;
	border: 1px solid #DDF3A1;
	color: #000;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_currentDay {
	background: #F3F3F3 !important;
	border: solid 1px #DDF3A1;
}
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
}
.datepicker_inline .datepicker_links a {
	color: #03424A;
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
}
.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
	color: #ff0000 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.datepicker_multi .datepicker {
	border: 1px solid #709506;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
/* Стили для jQuery Datepicker */
