/**
 * Forms
 */

.SAM_form
{
	border: 1px solid #b9c5cf;
	background: url(../src/forms/BG_form.png);
	padding: 8px;
}

.SAM_form fieldset
{
	background: url(../src/forms/BG_fieldset.png);
	padding: 16px;
	margin: 0 0 12px;
}

.SAM_form label
{
	display: block;
	line-height: 18px;
	height: 18px;
}

.SAM_form label.radioLabel,
.SAM_form label.checkboxLabel
{
	height: auto;
	float: left;
	margin-right: 2rem;
}

.SAM_form label.checkboxLabel input,
.SAM_form label.radioLabel input
{
	margin-right: 0.3rem;
}

.SAM_form label.radioLabelRight,
.SAM_form label.checkboxLabelRight
{
	height: auto;
	float: right;
	margin-left: 2rem;
}

.SAM_form label.checkboxLabelRight input,
.SAM_form label.radioLabelRight input
{
	margin-right: 0.3rem;
}

.SAM_form input[type=date],
.SAM_form input[type=number],
.SAM_form input[type=text],
.SAM_form select,
.SAM_form textarea
{
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	display: block;
	padding: 0.25rem;
	border: 1px solid #94a3b1;
	height: inherit;
	line-height: normal;
	color: #858585;
	box-sizing: border-box;
	width: 100%;
}

.SAM_form select
{
	padding: 0.25rem 2rem 0.25rem 0.25rem;
	border-radius: 0;
	background: #ffffff url(../src/jqTransform/select_right.png) no-repeat right top;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: auto 100%;
}

.SAM_form input[type="date"].SAM_dateFrom
{
	width: 50%;
	border-right: none;
	float: left;
}

.SAM_form input[type="date"].SAM_dateTo
{
	width: 50%;
	border-left-style: solid;
	float: left;
}

.SAM_form .SAM_formRow
{
	margin-bottom: 4px;
	float: left;
	width: 100%;
}

.SAM_form .SAM_formRow.SAM_half
{
	float: left;
	width: 48.701298%;
}

.SAM_form .SAM_formRow.SAM_half.SAM_left
{
	margin-right: 2.597402%;
}

/**
 * Booking Form
 */
form.SAM_bookingForm span.SAM_formRequired
{
	color: #CE4C4C;
}

form.SAM_bookingForm
{
	border: 1px solid #b9c5cf;
	background: url(../src/forms/BG_form.png);
	padding: 8px;
}

form.SAM_bookingForm fieldset
{
	margin: 0;
	background: url(../src/forms/BG_fieldset.png);
	padding: 16px;
	margin-bottom: 12px;
}

form.SAM_bookingForm h3
{
	margin: 0;
	padding-left: 4px;
}

form.SAM_bookingForm input[type=date],
form.SAM_bookingForm input[type=number],
form.SAM_bookingForm input[type=text]
{
	margin: 0;
	padding: 0 8px;
	border: 1px solid #94a3b1;
	height: 24px;
	line-height: 24px;
	color: #858585;
}

form.SAM_bookingForm textarea
{
	margin: 0;
	padding: 4px 0 0 8px;
	border: 1px solid #94a3b1;
	color: #858585;
	font-family: inherit;
	font-size: inherit;
}

form.SAM_bookingForm input[type=number]
{
	text-align: center;
}

form.SAM_bookingForm div.SAM_formRow
{
	margin-bottom: 4px;
	float: none;
	/*
	width: 100%;
	line-height: 24px;
	*/
}

.SAM_form div.SAM_formRow.SAM_radioRow,
.SAM_form div.SAM_formRow.SAM_checkboxRow
{
	width: auto;
	position: relative;
	margin-top: 12px;
	line-height: normal;
	float: none;
}

.SAM_form div.SAM_formRow.SAM_radioRow input[type="radio"],
.SAM_form div.SAM_formRow.SAM_checkboxRow input[type="checkbox"]
{
	margin-right: 0;
	position: absolute;
	left: -18px;
	top: 2px;
}

form.SAM_bookingForm div.SAM_formSubmit
{
	text-align: right;
	padding: 0 16px;
}

form.SAM_bookingForm div.SAM_formSubmit em
{
	display: block;
	float: left;
	line-height: 23px;
	color: #ce4c4c;
}

/**
 * Address Forms
 */
form.SAM_bookingForm div.SAM_formRow.SAM_checkboxRow label.checkboxLabel,
form.SAM_bookingForm div.SAM_formRow.SAM_radioRow label.radioLabel
{
	float: left;
	margin-right: 0;
	margin-left: 20px;
	position: relative;
}

.SAM_form div.SAM_left
{
	float: left;
	width: 312px;
	margin-right: 24px;
}

.SAM_form div.SAM_right
{
	float: left;
	width: 212px;
}

.SAM_form input[type=date],
.SAM_form input[type=text]
{
	margin: 0;
	display: block;
	padding: 0 8px;
	border: 1px solid #94a3b1;
	height: 26px;
	line-height: 26px;
	color: #858585;
}

.SAM_form div.SAM_formRow
{
	margin-bottom: 4px;
	float: left;
	width: 100%;
}

.SAM_form div.SAM_right textarea
{
	height: 116px;
	width: 100%;
	padding: 2px 0 2px 8px;
	line-height: 16px;
}

.SAM_form div.SAM_formSubmit
{
	text-align: right;
	padding: 0 12px;
}

.SAM_form div.SAM_formSubmit em
{
	display: block;
	float: left;
	line-height: 23px;
	color: #ce4c4c;
}

.SAM_form div.SAM_warning,
.SAM_form span.SAM_formRequired
{
	color: #ce4c4c;
}

/**
 * Ausnahmen
 */

.SAM_form div.SAM_half input.SAM_street
{
	width: 70%;
	border-right-style: solid;
	border-right-color: #94a3b1;
	padding-right: 2px;
	float: left;
}

.SAM_form div.SAM_half input.SAM_nr
{
	width: 30%;
	border-left: 0;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

.SAM_form div.SAM_half input.SAM_zip
{
	width: 35%;
	border-right-style: solid;
	border-right-color: #94a3b1;
	padding-right: 2px;
	float: left;
}

.SAM_form div.SAM_half input.SAM_city
{
	width: 65%;
	border-left: 0;
	padding-left: 4px;
	padding-right: 6px;
}

.SAM_form div.SAM_half input.SAM_phonePrefix
{
	width: 40%;
	border-right-style: solid;
	border-right-color: #94a3b1;
	padding-right: 2px;
	float: left;
}

.SAM_form div.SAM_half input.SAM_phone
{
	width: 60%;
	border-left: 0;
	padding-left: 4px;
	padding-right: 6px;
}


/**
 * Coupon Form
 */
.SAM_form .SAM_coupon label
{
	display: block;
	width: 120px;
	float: left;
	margin-right: 12px;
	height: 26px;
	line-height: 26px;
}

.SAM_form .SAM_coupon input.SAM_couponCode
{
	width: 90px;
	border-width: 1px 0 1px 1px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
	float: left;
	height: 26px;
}

.SAM_form .SAM_coupon button
{
	float: right;
}

.SAM_form .SAM_coupon i.SAM_icon
{
	float: left;
	display: block;
	height: 26px;
	width: 26px;
	margin: 0;
	background-color: #f4f4fa;
	border: 1px solid #94a3b1;
	border-right-style: dotted;
	background-image: url("../images/navigation-000-frame.png");
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.SAM_form .SAM_coupon input.SAM_couponValue
{
	float: left;
	display: block;
	height: 26px;
	width: 82px;
	margin: 0;
	background-color: #f4f4fa;
	border: 1px solid #94a3b1;
	border-left-style: dotted;
	text-align: right;
	line-height: 26px;
	padding: 0 8px;
}

.SAM_form .SAM_coupon i.SAM_icon.SAM_iconAjax
{
	background: url("../images/ajax-loader3.gif") no-repeat center center;
}

.SAM_form .SAM_coupon i.SAM_icon.SAM_iconSuccess
{
	background-image: url("../images/tick-circle-frame.png");
}

.SAM_form .SAM_coupon i.SAM_icon.SAM_iconError
{
	background-image: url("../images/exclamation-red-frame.png");
}

/**
 * jqTransform Modificators
 */
.jqTransformSelectWrapper
{
	width: 294px !important;
}

.SAM_checkboxRow span.jqTransformCheckboxWrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * Time-Line
 */

#SAM_timeLine
{
	background: url(../src/BG_timeLine.png) no-repeat left top;
	height: 29px;
	width: 632px;
	margin-bottom: 20px;
	position: relative;
}

#SAM_timeLineViewport
{
	position: absolute;
	left: 28px;
	top: 0;
	width: 568px;
	white-space: nowrap;
	overflow: hidden;
}

#SAM_timeLineYears
{
	width: 2000px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;
}

.SAM_timeLineCtrl
{
	position: absolute;
	cursor: pointer;
	float: left;
	width: 28px;
	height: 29px;
	background: url(../src/BTN_timeLineCtrl.png) no-repeat 0 0;
}

#SAM_timeLineNext
{
	position: absolute;
	top: 0;
	right: 0;
	background-position: 0 0;
}

#SAM_timeLinePrev
{
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0 -29px;
}

.SAM_timeLine ul
{
	list-style: none;
	padding: 0;
	float: left;
	margin: 0;
}

.SAM_timeLine li
{
	background-image: none;
	float: left;
	line-height: 28px;
}

.SAM_timeLine span
{
	float: left;
	display: block;
	text-align: center;
}

.SAM_timeLine ul.SAM_years
{
	width: 518px;
	height: 28px;
	padding-top: 1px;
}

.SAM_timeLine ul.SAM_years span
{
	width: 50px;
}

.SAM_timeLine ul.SAM_years li
{
	color: #d2dde3;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

.SAM_timeLine ul.SAM_months
{
	width: 468px;
	height: 28px;
}

.SAM_timeLine ul.SAM_months span
{
	margin: 3px 0;
	width: 38px;
	height: 22px;
	line-height: 22px;
	border-right: 1px dotted #6c798b;
	font-weight: normal;
}

.SAM_timeLine ul.SAM_months li:first-child span
{
	border-left: 1px dotted #6c798b;
}

.SAM_timeLine ul.SAM_months li
{
	color: #c6e4f7;
	font-size: 14px;
	width: 39px;
}

.SAM_timeLine li.SAM_disabled
{
	opacity: 0.3;
}

.SAM_timeLine span.SAM_year,
.SAM_timeLine li.SAM_enabled
{
	cursor: pointer;
}

.SAM_timeLine li.SAM_current
{
	background-color: #494949;
	font-weight: bold;
}

/**
 * Törn-Suche / Merkliste
 */
.SAM_toernSearch,
.SAM_toernFavorites
{
	border: 1px solid #e3ece8;
	padding: 18px 18px 8px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}

.SAM_toernSearch fieldset
{
	padding: 18px;
	border-bottom: 1px solid #a1a2a6;
	margin: 0 18px;
	height: auto;
	position: relative;
	background-color: rgba(206, 222, 228, .4);
}

.SAM_toernSearch fieldset > div
{
	width: 48%;
	float: right;
}

.SAM_toernSearch fieldset > div:first-of-type
{
	float: left;
}

.SAM_toernSearchHint
{
	margin: 0;
	padding: 0 0 20px 20px;
}

.SAM_toernSearch .SAM_formSubmit,
.SAM_toernFavorites .SAM_formSubmit
{
	position: relative;
	height: 50px;
	margin: 0 18px;
	padding: 0 36px 0 0;
	line-height: 50px;
}

.SAM_toernSearch .SAM_formSubmit .SAM_button,
.SAM_toernFavorites .SAM_formSubmit .SAM_button
{
	position: absolute;
	right: 0;
	top: 16px;
}

.SAM_toernSearch #SAM_participantsHint
{
	display: none;
	color: #D74E4E;
}

.SAM_toernSearch #SAM_participants input
{
	text-align: center;
}

.SAM_toernSearch span.SAM_toernImportantNote
{
	display: block;
	padding: 15px 0 15px 36px;
	background: url(../src/BG_lifeBelt.png) no-repeat left center;
	line-height: 20px;
	font-size: 15px;
	color: #d74e4e;
	cursor: pointer;
	text-align: left;
}

.SAM_toernSearch #SAM_toern_searchSubmit span.SAM_toernImportantNote
{
	position: absolute;
	top: 4px;
}

.SAM_toernSearch #SAM_toernImportantNote
{
	width: inherit;
	height: 0;
	position: absolute;
	bottom: 1px;
	left: 1px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10;
	overflow: hidden;
}

.SAM_toernSearch #SAM_toernImportantNote .scroll
{
	padding: 0 18px;
}

.SAM_toernSearch #SAM_toernImportantNote p
{
	margin: 0 0 8px 0;
}

.SAM_toernFavorites fieldset
{
	margin: 0 18px;
	padding: 0;
	background: transparent none;
}

.SAM_toernFavorites ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.SAM_toernFavorites li
{
	padding: 18px;
	border-bottom: 1px solid #a1a2a6;
	margin: 0;
	height: auto;
	position: relative;
	background-color: rgba(206, 222, 228, .4);
}

/**
 * Event-List
 */
.SAM_eventList
{
	list-style: none;
	padding: 0;
}

.SAM_eventList li
{
	padding-left: 0;
	background: none;
	clear: left;
}

.SAM_eventHead
{
	height: 51px;
	/*background: url(../src/BG_eventHead.png) no-repeat left top;*/
	margin-top: 8px;
}

.SAM_eventHead .SAM_eventDate
{
	width: 10%;
	height: 51px;
	box-sizing: border-box;
	border-bottom: 1px solid #becad9;
	background: #fff;
	float: left;
}

.SAM_eventHead .SAM_eventDate span
{
	display: block;
	margin-left: 12px;
}

.SAM_eventDateMonth
{
	color: #68696b;
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	line-height: 22px;
}

.SAM_eventDateYear
{
	color: #68696b;
	font-size: 15px;
}

.SAM_eventInfo
{
	width: 90%;
	height: 51px;
	float: left;
	color: #68696b;
	font-size: 15px;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #becbd9;
	border-bottom: 1px solid #becad9;
	border-top: 1px solid #d8e3eb;
	background: linear-gradient(to bottom, #f4fefe, #e4f3f3);
	cursor: pointer;
}

.SAM_eventInfo span
{
	display: block;
	margin-left: 1.5%;
}

.SAM_eventName
{
	margin-top: 8px;
}

.SAM_eventShowToerns
{
	position: absolute;
	top: 8px;
	right: 1.5%;
	padding-right: 22px;
	background: url(../src/BG_arrowDown.png) no-repeat right center;
	color: #9fa4a7;
	font-size: 13px;
	text-transform: uppercase;
}

/**
 * Toern-List
 */
.SAM_toernListWrap
{
	margin-bottom: 20px;
}

.SAM_toernListWrap ul.SAM_toernList
{
	list-style: none;
	padding: 0;
	/*background: url(../src/BG_toernList.png) repeat-y left top;*/
	background: #fff;
	display: none;
}

.SAM_toernListWrap ul.SAM_toernList li
{
	clear: left;
}

.SAM_toernListWrap .SAM_toernHead
{
	margin-left: 10%;
	padding: 0 1%;
	width: 90%;
	color: #858585;
	font-size: 14px;
	clear: both;
	box-sizing: border-box;
	border-left: 1px solid #becbd9;
}

.SAM_toernListWrap .SAM_toernHead span
{
	display: block;
	float: left;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
}

.SAM_toernListWrap .SAM_toernOverview
{
	clear: both;
}

.SAM_toernListWrap .SAM_toernFahrt,
.SAM_toernListWrap .SAM_toernShowDetails
{
	width: 37.167474%;
}

.SAM_toernListWrap .SAM_toernSchiff,
.SAM_toernListWrap .SAM_shipShowDetails
{
	width: 33.438700%;
}

.SAM_toernListWrap .SAM_toernSchiff i
{
	font-style: normal;
}

.SAM_toernListWrap .SAM_bookedUp .SAM_toernSchiff i
{
	color: #D74E4E;
}

.SAM_toernListWrap .SAM_toernVonBis
{
	width: 64px;
}

.SAM_toernListWrap .SAM_toernDauer
{
	width: 10.93161%;
	text-align: right;
}

.SAM_toernListWrap .SAM_toernPreis
{
	width: 17.57548%;
	text-align: right;
}

.SAM_toernListWrap .SAM_toernDate
{
	width: 10%;
	height: 51px;
	float: left;
}

.SAM_toernListWrap .SAM_toernDate span
{
	display: block;
	margin-left: 12px;
	font-size: 12px;
	color: #68696b;
}

.SAM_toernListWrap .SAM_toernDateDay
{
	margin-top: 2px;
}

.SAM_toernListWrap span.SAM_toernDateTime
{
	padding-top: 6px;
	color: #999;
}

.SAM_toernListWrap .SAM_shipShowDetails,
.SAM_toernListWrap .SAM_toernShowDetails,
.SAM_toernListWrap .SAM_toernBuchen
{
	float: left;
	margin: 12px 0;
	cursor: pointer;
}

.SAM_toernListWrap .SAM_toernBuchen
{
	width: 28.50709%;
}

.SAM_toernListWrap .SAM_shipShowDetails i,
.SAM_toernListWrap .SAM_toernShowDetails i
{
	margin-right: 2px;
}

.SAM_toernListWrap .SAM_toernInfo
{
	width: 90%;
	float: left;
	color: #68696b;
	font-size: 15px;
	position: relative;
	padding: 2px 1% 0;
	min-height: 52px;
	box-sizing: border-box;
	border-left: 1px solid #becbd9;
	border-top: 1px solid #E2E2E2;
}

.SAM_toernListWrap .SAM_toernInfo span
{
	display: block;
	float: left;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}

.SAM_toernListWrap .SAM_toernInfo .SAM_toernDauer,
.SAM_toernListWrap .SAM_toernInfo .SAM_toernPreis
{
	text-align: right;
}

.SAM_toernListWrap .SAM_oddRow .SAM_toernInfo,
.SAM_toernListWrap .SAM_oddRow .SAM_toernDetails,
.SAM_toernListWrap .SAM_oddRow .SAM_shipDetails,
.SAM_toernListWrap .SAM_oddRow .SAM_toernBuchen
{
	background-color: #fff;
}

.SAM_toernListWrap .SAM_evenRow .SAM_toernInfo,
.SAM_toernListWrap .SAM_evenRow .SAM_toernDetails,
.SAM_toernListWrap .SAM_evenRow .SAM_shipDetails,
.SAM_toernListWrap .SAM_evenRow .SAM_toernBuchen
{
	background-color: #f3fdfd;
}

.SAM_toernListWrap .SAM_toernDetails
{
	margin-left: 10%;
	padding: 0 1.5%;
	display: none;
	color: #768ba0;
	box-sizing: border-box;
	border-left: 1px solid #becbd9;
}

.SAM_toernListWrap .SAM_toernDetails img
{
	max-width: 100%;

	height: auto;
}

.SAM_toernListWrap .SAM_toernDetails h3
{
	margin: 0;
	padding: 12px 0 2px;
	color: #53617f;
	font-weight: 200;
	font-size: 13px;
}

.SAM_toernListWrap .SAM_toernDetails p
{
	color: #768ba0;
	margin: 0;
	padding-bottom: 12px;
}

.SAM_toernListWrap .SAM_toernBuchen
{
	text-align: right;
}

.SAM_toernListWrap .SAM_toernInfo.SAM_bookedUp span.SAM_toernBuchen i
{
	display: inline-block;
	width: 104px;
	padding: 0 4px;
	line-height: 23px;
	color: #D74E4E;
	text-align: right;
	text-transform: uppercase;
}

.SAM_toernListWrap .SAM_toernInfo.SAM_bookedUp span.SAM_toernBuchen
{
	cursor: default;
}

/**
 * Schiff-Details
 */
.SAM_shipDetails
{
	margin-left: 10%;
	padding: 18px 1.5% 0;
	display: none;
	box-sizing: border-box;
	border-left: 1px solid #becbd9;
}

.SAM_shipDetails h2
{
	margin: 0;
	padding: 0 0 12px 0;
	color: #6c80a7;
	font-weight: normal;
	font-size: 20px;
}

.SAM_shipDetails h3
{
	margin: 0;
	padding: 12px 0 2px 0;
	color: #53617f;
	font-weight: 200;
	font-size: 13px;
}

.SAM_shipDetails p
{
	color: #768ba0;
	margin: 0;
	padding-bottom: 12px;
}

/**
 * Bilder
 */
.SAM_shipDetails .SAM_shipMedia
{
	float: right;
	width: 258px;
	margin-left: 12px;
}

.SAM_shipDetails .SAM_shipMedia img
{
	padding: 8px;
	border: 1px solid #c7d1d0;
	background-color: #fcfaf0;
	margin-right: 8px;
}

.SAM_shipDetails img.SAM_shipMediaBig
{
	width: 240px;
	margin-right: 0;
}

.SAM_shipDetails img.SAM_shipMediaBigThumb
{
	width: 60px;
}

.SAM_shipDetails img.SAM_thumb_3
{
	margin-right: 0;
}

@media only screen and (max-width: 600px)
{
	.SAM_form, #SAM_contactForm
	{
		margin: 0 0 12px;
	}

	.SAM_form div.SAM_formRow,
	#SAM_contactForm div.SAM_formRow
	{
		margin-bottom: 1rem;
		width: 100%;
	}

	.SAM_form div.SAM_left,
	.SAM_form div.SAM_right
	{
		float: none;
		width: auto;
		margin: 0 0 1rem;
	}

	.SAM_form div.SAM_formRow
	{
		float: none;
	}

	.SAM_form .SAM_formRow.SAM_half
	{
		float: none;
		width: 100%;
	}

	.SAM_toernSearch
	{
		width: auto;
		height: auto;
		background: none;
	}

	.SAM_toernSearch fieldset
	{
		display: block;
		height: auto;
	}

	.SAM_toernSearch fieldset,
	.SAM_toernFavorites fieldset,
	.SAM_toernSearch .SAM_formSubmit,
	.SAM_toernFavorites .SAM_formSubmit
	{
		margin: 0;
	}

	.SAM_toernListWrap .SAM_eventDate
	{
		width: 20%;
	}

	.SAM_toernListWrap .SAM_eventInfo
	{
		width: 80%;
	}

	.SAM_toernListWrap .SAM_toernHead
	{
		display: none;
	}

	.SAM_toernListWrap .SAM_eventInfo span.SAM_eventShowToerns
	{
		display: none;
	}

	.SAM_toernListWrap .SAM_toernDate
	{
		width: 20%;
	}

	.SAM_toernListWrap .SAM_toernInfo
	{
		width: 80%;
	}

	.SAM_toernListWrap .SAM_toernInfo span
	{
		float: none;
		width: 100%;
	}

	.SAM_toernListWrap .SAM_toernInfo span.SAM_toernDauer,
	.SAM_toernListWrap .SAM_toernInfo span.SAM_toernPreis
	{
		text-align: left;
	}

	.SAM_toernListWrap .SAM_toernInfo span.SAM_shipShowDetails,
	.SAM_toernListWrap .SAM_toernInfo span.SAM_toernShowDetails
	{
		float: left;
		width: 50%;
	}

	.SAM_toernListWrap .SAM_shipDetails,
	.SAM_toernListWrap .SAM_toernDetails
	{
		margin-left: 20%;
	}

}

@media only screen and (max-width: 480px)
{

	.SAM_toernInfo span.SAM_shipShowDetails,
	.SAM_toernInfo span.SAM_toernShowDetails
	{
		float: none;
		width: 100%;
	}

	.SAM_toernSearch #SAM_harbourSelect,
	.SAM_toernSearch #SAM_eventSelect,
	.SAM_toernSearch #SAM_regionSelect,
	.SAM_toernSearch #SAM_shipSelect,
	.SAM_toernSearch #SAM_dateSelect
	{
		position: static;
		top: 0;
		left: 0;
		float: none;
	}

	.SAM_toernSearch fieldset > div
	{
		margin-bottom: 6px;
		width: 100%;
	}

	.SAM_toernSearch fieldset > div:first-of-type
	{
		float: none;
	}

	.SAM_toernSearch span.SAM_toernImportantNote
	{
		padding: 15px 140px 15px 36px;
	}
}
