.searchsuggestion {
  display: block;
  font: 0.9em Arial, Helvetica, sans-serif;
  padding-left: 3px;
}

.searchsuggestion .additionalInfo {
  font-size: 0.9em;
}

.searchsuggestion h4 {
  font-size: 1.15em;
  text-decoration: none;
  font-weight: normal;
}

.ui-autocomplete h4 .highlight {
  color: #B18B3B;
}

#searchfield ul {
  width: 250px;
}

.extended_result {
  font-size: 1.3em;
}

#travel_search ul, #hotel_search ul {
  width: 400px;
}

#travel_search {
  font-size: 13px;
  position: relative;
}

#hotel_search {
  font-size: 13px;
}

#travel_search, #hotel_search {
  padding-bottom: 10px;
  margin-bottom: 40px;
  background: url('/fileadmin/templates/_layout/img/dots.gif') left bottom repeat-x;
}

#travel_search #travelsearchinput, #hotel_search #hotelsearchinput{
  border: 1px solid #CCCCCC;
  height: 20px;
}

#travelsearchinput {
  width: 363px;
}

#travel_search .error, #hotel_search .error {
  font-size: 1.3em;
  font-weight: bold;
}

#travel_search .loading, #hotel_search .loading {
  display: none;
  position: absolute;
  left: -5px;
  top: -78px;
  width: 950px;
  height: 719px;
  text-align: center;
  background: url(/fileadmin/templates/_layout/img/bg.loading.png);
}

#travel_search #loading img, #hotel_search .loading img{
  margin: 350px 0 0 0;
}

#travel_search div.input_container, #hotel_search div.input_container {
  border: 1px solid #CCCCCC;
  height: 20px;
  margin-top: 5px;
}

#travel_search .search-checkboxes,
#hotel_search .search-checkboxes,
#travelsearchinput,
#hotelsearchinput,
#travel_search select,
#hotel_search select {
  margin-top: 5px;
}

#travel_search select,
#hotel_search select {
  height: 22px;
}

#travel_search input.hasDatepicker, #hotel_search input.hasDatepicker {
  margin-top: 2px;
  border: none;
  float: left;
}

#travel_search img.ui-datepicker-trigger, #hotel_search img.ui-datepicker-trigger{
  width: 22px;
  height: 20px;
  padding: 0;
}

/** Autocomplete - Basic **/
ul.ui-autocomplete {
  padding: 0;
  border: 1px solid #5a5a5a;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 999;
  width: 100%;
  height: 180px;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  clear: both;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(128,128,128,0.5);
}

ul.ui-autocomplete li {
  margin: 0;
  padding: 0;
}

ul.ui-autocomplete li a.directlink {
  color: inherit;
  text-decoration: none;
  padding: 0;
}

ul.ui-autocomplete li a {
  margin: 0;
  padding: 2px 6px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

ul.ui-autocomplete li a h4 {
  font-size: 1.1em;
}

ul.ui-autocomplete li a span.separator {
  margin: 7px 6px;
  padding: 0;
  display: block;
  height: 1px;
  border-bottom: 1px dashed #5A5A5A;
}

ul.ui-autocomplete li a:hover {
}

.ui-state-hover {
  background-color: #B18B3B;
  border-bottom: none;
  text-decoration: none;
  color: #ffffff !important;
}

.ui-state-hover h4 .highlight {
  color: #FDB722;
}

.ui-state-hover h4 {
  color: #ffffff;
}

/** Autocomplete - List elements **/
span.ac_depth0 {
  padding-left: 6px;
}

span.ac_depth1 {
  padding-left: 18px;
}

span.ac_depth2 {
  padding-left: 30px;
}

span.ac_depth3 {
  padding-left: 42px;
}

span.ac_depth4 {
  padding-left: 54px;
}
span.euroamount {
  font-size: 0.9em;
  text-align: right;
}


/** Tripfinder **/
div#tripfinder {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  z-index: 1010;
}

div#tripfinder_button {
  width: 270px;
  height: 38px;
  cursor: pointer;
  overflow: visible;
}

div#tripfinder_button_shadow {
  width: 271px;
  height: 38px;
  background: url(../images/tripfinder/de_tripfinder_button_toggle.png) left top no-repeat;
}

div#tripfinder_window {
  width: 268px;
  cursor: default;
}

div#tripfinder_window div.input_container img {
  width: 22px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

div#tripfinder_window div.button_container {
  width: 237px;
  text-align: right;
}

span#tripfinder_to_button,
span#tripfinder_from_button,
span#finderform_to_button,
span#finderform_from_button,
span#booking_to_button,
span#booking_from_button,
span#from_button {
  height: 14px;
  width: 14px;
  background: url(../images/tripfinder/de_tripfinder_button_autocomplete_toggle.jpg) left top no-repeat;
  float: left;
  margin: 4px 1px 0 4px;
  cursor: pointer;
}

span.tripfinder_to_active_button,
span.tripfinder_from_active_button,
span.finderform_to_active_button,
span.finderform_from_active_button,
span.booking_to_active_button,
span.booking_from_active_button,
span#from_active_button {
  background-image: url(../images/tripfinder/de_tripfinder_button_autocomplete_open_toggle.jpg) !important;
}
span#tripfinder_to_button:hover,
span#tripfinder_from_button:hover,
span#finderform_to_button:hover,
span#finderform_from_button:hover,
span#booking_to_button:hover,
span#booking_from_button:hover {
  background-position: left bottom;
}

#tripfinder_to,
#tripfinder_from,
#from,
div.select-css,
div.select-css select,
div.select-css-children,
div.select-css-children select,
div.search-checkboxes,
div.search-checkboxes input,
div.search-checkboxes label {
  cursor: pointer;
}

div#tripfinder_window input#tripfinder_submit, #submit-hotel, #submit-travel {
  width: 237px;
  height: 23px;
  background: url("/fileadmin/templates/_layout/img/bg.btn.blue.gif") repeat-x #FFFFFF !important;
  border: none;
  outline: none;
  cursor: pointer;
  float: none;
  margin: 0;
  font-size: 13.5px !important;
  font-weight: bold;
  text-transform:uppercase;
  font-family: Arial,Helvetica,sans-serif !important;
  color:#fff;
  padding-left: 10px;
  text-align: left;
}

.home div#tripfinder_window input#tripfinder_submit, #submit-hotel, #submit-travel {
  width: 232px;
}

#submit-hotel, #submit-travel {
  float: right;
}

div#tripfinder_window input#tripfinder_submit:hover, #submit-hotel:hover, #submit-travel:hover {
  background-position: 0 -23px !important;
}

.input_container_error {
  border: 1px solid #FF0000 !important;
}

div#tripfinder_window div.service_img {
  width: 228px;
  height: 107px;
  background: url(../images/tripfinder/de_tripfinder_hotline.jpg) left top no-repeat;
}

div#tripfinder_window div.tripfinder_errors {
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 2px;
}

div#tripfinder_window div.tripfinder_kind {
  margin-bottom: 11px;
  font-size: 1.2em;
}

div#tripfinder_window div.tripfinder_kind input, div#results-form div.finderform_kind input {
  width: 13px;
  margin: 0;
  padding: 0;
  float: none;
  cursor: pointer;
}

div#tripfinder_window div.tripfinder_kind label {
  margin-right: 12px;
  color: #fff;
}

div#tripfinder_window div#tripfinder_to_container,
div#tripfinder_window div#tripfinder_from_container {

}

div#tripfinder_window div#tripfinder_to_loading,
div#tripfinder_window div#tripfinder_from_loading {
  text-align: right;
}

div#tripfinder_window div#tripfinder_to_loading img,
div#tripfinder_window div#tripfinder_from_loading img {
  margin-right: 12px;
}


/** Datepicker **/
div#ui-datepicker-div {
  width: auto;
  height: 186px;
  /*background: url(../images/tripfinder/de_tripfinder_bg_calendar.png) left top no-repeat;*/
  background-color: #fff;
  display: none;
  margin-left: -5px;
  border: 1px solid #5A5A5A;
  box-shadow: 0 2px 5px rgba(128,128,128,0.5);
}

div#ui-datepicker-div div.ui-datepicker-group {
  float: left;
  width: 32%;
  height: 100%;
}

div#ui-datepicker-div div.ui-datepicker-group-first {
  margin: 0 5px 0 5px;
}

div#ui-datepicker-div div.ui-datepicker-group-middle {
  background-color: #F2F2F2;
}

div#ui-datepicker-div div.ui-datepicker-group-last {
  margin-left: 5px;
}

div#ui-datepicker-div div.ui-datepicker-row-break {
  clear: both;
}

img.ui-datepicker-trigger {
  width: 16px;
  height: 14px;
  background: url(../images/tripfinder/de_tripfinder_button_calendar_toggle.png) 0 0 no-repeat;
  float: left;
  margin: 0;
}

img.ui-datepicker-trigger:hover {
  background-position: 0 -20px;
}

div.ui-datepicker-header {
  height: 36px;
  cursor: default;
  position: relative;
  background: url(../images/tripfinder/de_tripfinder_line_calendar.png) center bottom no-repeat;
}

div.ui-datepicker-header a {
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
}

div.ui-datepicker-header a.ui-datepicker-prev span,
div.ui-datepicker-header a.ui-datepicker-next span {
  display: none;
}

div.ui-datepicker-header a.ui-state-disabled {
  display: none !important;
}

div.ui-datepicker-header a.ui-datepicker-prev {
  width: 23px;
  height: 35px;
  position: absolute;
  left: 5px;
  top: 0;
  background: url(../images/tripfinder/de_tripfinder_button_prev.png) right center no-repeat;
}

div.ui-datepicker-header a.ui-datepicker-prev:hover {
  background: url(../images/tripfinder/de_tripfinder_button_prev_active.png) right center no-repeat;
}

div.ui-datepicker-header a.ui-datepicker-next {
  width: 23px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 0;
  background: url(../images/tripfinder/de_tripfinder_button_next.png) left center no-repeat;
}

div.ui-datepicker-header a.ui-datepicker-next:hover {
  background: url(../images/tripfinder/de_tripfinder_button_next_active.png) left center no-repeat;
}

div.ui-datepicker-header div.ui-datepicker-title {
  width: 130px;
  height: 35px;
  position: absolute;
  left: 28px;
  top: 0;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}

table.ui-datepicker-calendar {
  margin: 0 auto;
  cursor: default;
}

table.ui-datepicker-calendar tr th {
  font-weight: normal;
  text-align: center;
  width: 29px;
  height: 20px;
  padding: 3px 0 0 0;
  margin: 0;
}

table.ui-datepicker-calendar tr td {
  text-align: center;
  width: 27px;
  border: 1px solid #999;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background: #ddd;
  color: #888;
}

table.ui-datepicker-calendar tr td a {
  display: block;
  background: #FFF;
  color: #5a5a5a;
  border-bottom: none;
  text-decoration: none;
  font-weight: bold;
}

table.ui-datepicker-calendar tr td a:hover {
  background: #b18b3b;
  color: #FFF;
}

table.ui-datepicker-calendar tr td.ui-datepicker-other-month {
  background: #ddd;
  border: 1px solid #999;
}
span.destination-teaser-content-price a {
  font-weight:normal;
  text-decoration:underline !important;
}

a.ui-state-active {
  background: #b18b3b !important;
  color: #FFF !important;
}

/** Finder form **/
div#finderform_to_container,
div#finderform_from_container {
  display: none;
}


/** Booking form **/
div#booking_to_container,
div#booking_from_container {
  display: none;
  z-index: 1;
}

.tx-21torrdestinations-pi1 .pager_main {
  float: left;
  width: 300px !important;
}

.tx-21torrdestinations-pi1 .pager_info {
  float: right;
  text-align: right;
  width: 300px;
}

.tx-21torrdestinations-pi1 .pagination {
  margin-bottom: 32px;
}

.tripfinder-link {
  padding-left: 18px;
  display: block;
  font-size: 12px;
  margin: 5px 0 0 0;
}

.tripfinder-link:hover {
  color: #B18B3B;
  text-decoration: underline;
}

div.search-checkboxes {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100px;
  width: 186px;
  border: solid 1px #b3b2b2;
}

div.search-checkboxes label {
  display: block;
  float: left;
  width: 140px;
  margin: 0px 0px 0px 5px;
  font-size: 13px !important;
}

div.search-checkboxes input {
  float: left;
}

div.extended_search_view ul.ui-autocomplete {
  overflow-x: hidden;
  width: 235px !important;
}

div.extended_search_view div.select-css {
  border: 1px solid #CCCCCC;
  padding: 3px 6px 3px 6px;
  position: relative;
  margin: 5px 0 10px 0;
  float: left;
  width: 162px;
}

div.extended_search_view div.select-css img {
  float: right;
  margin: 4px 3px 0 0;
}

div.extended_search_view div.select-css select {
  position: absolute;
  left: 0;
  top: -6px;
  height: 20px !important;
  width: 174px;
  opacity: 0; /* FF */
  filter: alpha(opacity=0); /* IE 6+7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  background: transparent;
  border: none;
  box-shadow: 0 2px 5px rgba(128,128,128,0.5);
}

div.extended_search_form {

}

div.extended_search_form #results-form {
  background: none !important;
  border: none !important;
  padding: none !important;
  margin: none !important;
  width: 791px !important;
  float: none !important;
  padding: 0px 20px 20px 20px !important;
}

div.extended_search_form h3 {
  margin: 30px 0 15px 0 !important;
  font-size: 16px !important;
  background: url(/fileadmin/templates/_layout/img/dots.gif) left bottom repeat-x !important;
  padding: 0 0 8px 0;
}

div.extended_search_form div.input_container,
div.extended_search_form div.select-css {
  border: solid 1px #b3b2b2 !important;
}

div.extended_search_form label {
  display: block;
  padding-bottom: 3px;
  font-size: 1.1em;
}

div.extended_search_form_from,
div.extended_search_form_begin,
div.extended_search_form_end,
div.extended_search_form_duration,
div.extended_search_form_adults,
div.extended_search_form_age,
div.extended_search_form_stars,
div.extended_search_form_rooms,
div.extended_search_form_facilities,
div.extended_search_form_activities,
div.extended_search_form_services {
  float:left;
  padding-right: 14px;
}

div.extended_search_form_organizers {
  float: left;
}

div.extended_search_form_to {
  position: relative;
  height: 41px;
}

div.extended_search_form_to ul.ui-autocomplete {
  z-index: 2;
  width: 415px !important;
}

div.extended_search_form_to input {
  border: 1px solid #CCCCCC;
  height: 20px;
  padding: 1px 4px;
  width: 407px;
}


div.extended_search_form_from input {
  border: none;
  margin-top: 2px;
  float: left;
}

div.extended_search_form_from div.input_container {
  width: 174px;
  display: none;
}

div.extended_search_form_from #from_button {
  margin-top: 3px;
  margin-right: 3px;
}

div.extended_search_form_from ul.ui-autocomplete {
  width: 181px !important;
}

div.extended_search_form_begin div.input_container,
div.extended_search_form_end div.input_container {
  width: 100px !important;
}

div.extended_search_form_begin input,
div.extended_search_form_end input {
  width: 68px !important;
}

div.extended_search_form_age div.select-css-children {
  border: solid 1px #B3B2B2 !important;;
  padding: 3px 6px 3px 6px;
  position: relative;
  margin: 0 14px 10px 0;
  float: left;
  width: 38px !important;
}

div.extended_search_form_age div.select-css-children img {
  float: right;
  margin: 4px 3px 0 0;
}

div.extended_search_form_age div.select-css-children select {
  position: absolute;
  left: 0;
  top: -1px;
  height: 20px !important;
  width: 50px !important;
  opacity: 0; /* FF */
  filter: alpha(opacity=0); /* IE 6+7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  background: transparent;
  border: none;
}


div.extended_search_form_submit {
  margin: 36px 0 24px 0;
}

div.extended_search_form span.error,
div#travels_pane span.error,
div#hotels_pane span.error {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 20px;
}

div.extended_search_form_submit input {
  width: 185px;
  height: 23px;
  background: #FFFFFF url(../images/tripfinder/de_tripfinder_button_search.jpg) left top no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  float: right;
  margin: 0;
}

div.extended_search_form_submit input:hover {
  background-position: left bottom;
}

div.extended_search_loading {
  position: absolute;
  z-index: 1000;
  width: 998px;
  height: 1%;
  left: 2px;
  top: 0;
  background: url(/fileadmin/templates/_layout/img/bg.loading.png);
  text-align: center;
  border: 1px solid #BFBFBF;
}

div.extended_search_loading img {
  position: relative;
  top: 49%;
}

div.extended_search_form_age span.explain {
  font-size: 11px;
}

span.booking-link {
  margin-right: 24px;
}

span.booking-link a {
  margin-top: 14px !important;
  text-decoration: none !important;
}

div#content div.hotel-list div div.buttons div.btn,
div#content div.hotel-list div div.buttons div.btn a,
div#content div.detail-hotel-list div.detail-hotel div div.buttons div.btn,
div#content div.detail-hotel-list div.detail-hotel div div.buttons div.btn a {
  width: 192px !important;
}

div.no-button {
  margin: 13px 0px 0 0px !important;
  width: 192px !important;
  float: right !important;
  padding: 4px 10px !important;
  display: block;
  position: relative;
  height: 14px;
}

img.destination-teaser-image {
  margin-bottom: 11px;
  background: url(../images/loader.gif) center center no-repeat;
}

img.no-background {
  background: none !important;
}

span.destination-teaser-title {
  display: block;
  font-weight: bold;
}

span.destination-teaser-price {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-decoration: underline;
}

span.destination-teaser-button {
  display: block;
  height: 23px;
  width: 22px;
  background: url(../images/btn.blue.jpg) left top no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

span.destination-teaser-button:hover {
  background-position: left bottom;
}


/* ****************************************************************** */
/* New search forms                                                   */
/* ****************************************************************** */

/**
 * Outer container
 */
div.search {}

div#content div.search ul.list-tabs {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}

/**
 * Select fields
 */
div.search-select {
  padding: 3px 6px 3px 6px;
  cursor: pointer;
  margin-bottom: 12px;
}

div.search-select span {
  font-size: 1.1em;
  cursor: pointer;
}

div.search-select img {
  float: right;
  margin: 4px 3px 0 0;
  cursor: pointer;
}

div.search-select select {
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px !important;
  width: 160px;
  opacity: 0; /* FF */
  filter: alpha(opacity=0); /* IE 6+7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  background: transparent;
  border: none;
  box-shadow: 0 2px 5px rgba(128,128,128,0.5);
  font-size: 1.1em;
  cursor: pointer;
}

/**
 * Multiselect fields
 */
div.search-checkboxes {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100px;
  width: 149px;
  border: 1px solid #9c9c9c;
  cursor: pointer;
  padding: 3px 6px 3px 6px;
}

div.search-checkboxes label {
  float: left;
  width: 113px;
  margin: 0px 0px 0px 5px;
  font-size: 1em !important;
  color: #5A5A5A;
}

/**
 * Datepicker
 */
div.search-date input {
  border: none;
  outline: none;
  background: none;
  width: 127px;
  margin: 0 2px 0 0;
  padding: 2px 4px 2px 4px;
  float: left;
  font-size: 1.1em;
  cursor: pointer;
}

div.search-date img {
  width: 22px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

/**
 * Labels
 */
div.search-form label {
  display: block;
  padding-bottom: 8px;
  font-size: 1.3em;
}

div.search-form label span.small {
  font-size: 11px;
}

/**
 * Default date fields {
 */
div.search-form-begin,
div.search-form-end {
  height: 22px;
  width: 160px;
  border: 1px solid #9c9c9c;
  margin-bottom: 6px;
  color: #333;
  background: #fff;
}

/**
 * Default select fields
 */
div.search-form-from,
div.search-form-adults,
div.search-form-stars,
div.search-form-roomcount,
div.search-form-duration,
div.search-form-organizers {
  height: 22px;
  width: 160px;
  border: 1px solid #9c9c9c;
  margin-bottom: 6px;
  color: #333;
  background: #fff;
  position: relative;
  cursor: pointer;
}

/**
 * Default multiselect fields
 */
div.search-form-facilities,
div.search-form-activities,
div.search-form-services {
  font-size: 1.1em;
}

/**
 * To
 */
div.search-form-to {
  height: 22px;
  width: 160px;
  border: 1px solid #9c9c9c;
  margin-bottom: 6px;
  color: #333;
  background: #fff;
}

div.search-form-to input {
  border: none;
  outline: none;
  background: none;
  width: 152px;
  margin: 0 2px 0 0;
  padding: 2px 4px 2px 4px;
  font-size: 1.1em;
  display: block;
}

/**
 * Children
 */
div.search-form-children div.search-select {
  border: 1px solid #9c9c9c;
  margin: 0 0 6px 14px;
  padding: 3px 6px 3px 6px;
  color: #333;
  background: #fff;
  position: relative;
  float: left;
  width: 30px;
  cursor: pointer;
}

div.search-form-children div.search-select-first {
  margin-left: 0;
}

div.search-form-children div.search-select select {
  top: 1px;
  width: 42px;
}

div.search-form-children div.search-select span.search-select-text {
  color: #5A5A5A;
}

/**
 * Errors
 */
div.search-form-error {
  border: 1px solid #FF0000 !important;
}

div.search-form-errors,
div.search-form-errors ul li {
  color: #FF0000 !important;
  margin-bottom: 6px;
}

div.search-form-errors ul {
  list-style-type: none;
}

/**
 * Tabs
 */
div.search-tabs {
  z-index: 10;
  border-bottom: 1px solid white;
}

ul.search-tabs {
  list-style-type: none;
  height: 36px;
}

ul.search-tabs li {
  float: left;
  display: inline-block !important;
}

ul.search-tabs li a {
  color: #797979;
  background: #e7e6e2;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 13px 25px 9px 24px;
  text-decoration: none;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  box-shadow: inset 0 -2px 2px rgba(128,128,128,0.5);
}

ul.search-tabs li a:hover {
  color: #B18B3B;
}

ul.search-tabs li.search-tab-first a {
  border-left: 1px solid #dcdcdc;
}

ul.search-tabs li a.current{
  color: #B18B3B;
  background: #FFFFFF;
  box-shadow: none;
}

/**
 * Loading overlay
 */
div.search-form-loading {
  display: none;
  position: absolute;
  text-align: center;
  background: url(/fileadmin/templates/_layout/img/bg.loading.png);
  border: 1px solid #dcdcdc;
}

div.search-form-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
}

/**
 * Search form
 */
div.search-form {
  width: 550px;
  margin-bottom: 12px;
}

div.search-form-container {
  padding: 21px 0 0 14px;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
}

div.search-form-field {
  float: left;
  margin: 0 12px 12px 0;
}

div.search-form-buttons {
  height: 22px;
  width: 508px;
  position: relative;
  line-height: 22px;
  margin-bottom: 12px;
}

div.search-form-buttons a,
div.search-form-buttons a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #B18B3B;
  font-size: 1.2em;
}

input.search-form-submit {
  width: 159px;
  height: 23px;
  background: url(../images/tripfinder/de_tripfinder_button_search.jpg) left top no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

input.search-form-submit:hover {
  background-position: left bottom;
}


/* ****************************************************************** */
/* New tripfinder                                                     */
/* ****************************************************************** */

#tripfinder {
  right: 300px !important;
}

#tripfinder div.search-form {
  width: auto;
  overflow: visible;
  margin-bottom: 0;
}

#tripfinder div.search-tabs {
  width: 268px;
  overflow: hidden;
  border-bottom: none;
}

#tripfinder ul.search-tabs {
  list-style-type: none;
  overflow: hidden;
  height: 36px;
  width: 280px;
}

#tripfinder ul.search-tabs li {
  float: left;
  display: inline-block !important;
}

#tripfinder ul.search-tabs li a {
  background-color: #C29E52;
  display: block;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 14px 25px 8px 24px;
  text-decoration: none;
  border-left: 1px solid #736B6B;
  border-top: none;
  border-right: none;
}

#tripfinder ul.search-tabs li.search-tab-first a {
  border-left: none;
}

#tripfinder ul.search-tabs li a.current{
  background: #F7F7F7;
  color: #B18B3B;
}

#tripfinder div.search-form-container {
  padding-top: 10px;
  padding-left: 18px;
  border: none;
  box-shadow: none;
}

#tripfinder div.tripfinder-links {
  padding-top: 3px;
  padding-bottom: 18px;
}

#tripfinder div.search-form label {
  font-size: 1.1em;
  padding-bottom: 3px;
}

#tripfinder div.search-form-field {
  float: none;
  margin: 0;
}

/**
 * Window
 */
#tripfinder_outer {
  position: relative;
}

#tripfinder_window {
  width: 268px;
  cursor: default;
  border-left: 1px solid #736B6B;
  border-right: 1px solid #736B6B;
  border-bottom: 1px solid #736B6B;
  background: #F7F7F7;
  position: absolute;
  top: 33px;
  left: 0;
}

#tripfinder_button {
  width: 270px;
  height: 33px !important;
  cursor: pointer;
  overflow: visible;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#tripfinder_button_shadow {
  width: 271px;
  height: 38px;
  background: url(../images/tripfinder/de_tripfinder_button_toggle.png) left top no-repeat;
  cursor: pointer;
}

#tripfinder_window input#tripfinder_submit {
  width: 232px !important;
  margin: 6px 5px 0 0 !important;
}

/**
 * Width settings
 */
#tripfinder div.search-select select,
#tripfinder div.search-form-begin,
#tripfinder div.search-form-end,
#tripfinder div.search-form-from,
#tripfinder div.search-form-adults,
#tripfinder div.search-form-stars,
#tripfinder div.search-form-roomcount,
#tripfinder div.search-form-duration,
#tripfinder div.search-form-organizers,
#tripfinder div.search-form-to {
  width: 230px;
}
#tripfinder div.search-checkboxes {
  width: 219px;
}
#tripfinder div.search-checkboxes label {
  width: 183px;
}
#tripfinder div.search-date input {
  width: 197px;
}
#tripfinder div.search-form-to input {
  width: 222px;
}
#tripfinder div.search-form-children div.search-select {
  width: 54px;
}
#tripfinder div.search-form-children div.search-select select {
  width: 66px;
}
#tripfinder input.search-form-submit {
  width: 185px;
}


/* ****************************************************************** */
/* Extended search                                                    */
/* ****************************************************************** */

div.search-form-extended-search div.search-form-container h3 {
  margin: 0 16px 16px 0 !important;
}

div.search-form-extended-search div.search-form {
  width: 936px;
}
div.search-form-extended-search div.search-select select,
div.search-form-extended-search div.search-form-begin,
div.search-form-extended-search div.search-form-end,
div.search-form-extended-search div.search-form-from,
div.search-form-extended-search div.search-form-adults,
div.search-form-extended-search div.search-form-stars,
div.search-form-extended-search div.search-form-roomcount,
div.search-form-extended-search div.search-form-duration,
div.search-form-extended-search div.search-form-organizers,
div.search-form-extended-search div.search-form-to {
  width: 214px;
}
div.search-form-extended-search div.search-checkboxes {
  width: 203px;
}
div.search-form-extended-search div.search-checkboxes label {
  width: 167px;
}
div.search-form-extended-search div.search-date input {
  width: 181px;
}
div.search-form-extended-search div.search-form-to input {
  width: 206px;
}
div.search-form-extended-search div.search-form-children div.search-select {
  width: 49px;
}
div.search-form-extended-search div.search-form-children div.search-select select {
  width: 61px;
}
div.search-form-extended-search div.search-form-buttons {
  width: 902px;
}
div.search-form-extended-search input.search-form-submit {
  width: 185px;
}


/* ****************************************************************** */
/* Two Units                                                          */
/* ****************************************************************** */

div.search-form-two-units div.search-form {
  width: 370px;
}
div.search-form-two-units div.search-form-buttons {
  width: 328px;
}


/* ****************************************************************** */
/* Three Units                                                        */
/* ****************************************************************** */

div.search-form-three-units div.search-form {
  width: 550px;
}
div.search-form-three-units div.search-form-buttons {
  width: 508px;
}


/* ****************************************************************** */
/* Four Units                                                         */
/* ****************************************************************** */

div.search-form-four-units div.search-form {
  width: 720px;
}
div.search-form-four-units div.search-form-buttons {
  width: 678px;
}


/* ****************************************************************** */
/* Five Units                                                         */
/* ****************************************************************** */

div.search-form-five-units div.search-form {
  width: 936px;
}
div.search-form-five-units div.search-select select,
div.search-form-five-units div.search-form-begin,
div.search-form-five-units div.search-form-end,
div.search-form-five-units div.search-form-from,
div.search-form-five-units div.search-form-adults,
div.search-form-five-units div.search-form-stars,
div.search-form-five-units div.search-form-roomcount,
div.search-form-five-units div.search-form-duration,
div.search-form-five-units div.search-form-organizers,
div.search-form-five-units div.search-form-to {
  width: 214px;
}
div.search-form-five-units div.search-checkboxes {
  width: 203px;
}
div.search-form-five-units div.search-checkboxes label {
  width: 167px;
}
div.search-form-five-units div.search-date input {
  width: 181px;
}
div.search-form-five-units div.search-form-to input {
  width: 206px;
}
div.search-form-five-units div.search-form-children div.search-select {
  width: 49px;
}
div.search-form-five-units div.search-form-children div.search-select select {
  width: 61px;
}
div.search-form-five-units div.search-form-buttons {
  width: 902px;
}
div.search-form-five-units input.search-form-submit {
  width: 185px;
}

