*, body {
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: #9d9d9d;
}

p {
	margin-bottom: 4px;
	line-height: 1.5;
}

.no-touch a:hover {
	color: #004d83;
}

/* body { background-color: #004372; } */
body {
	background-color: #f2f2f2;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #004372;
	clear: both
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}

#output_screen {
	background-color: #ffffff;
}

#header {
	background-color: #004372;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	/*box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);*/
	padding-left: 0;
	padding-top: 0;
	height: 66px;
	position: fixed;
}

.logo {
	vertical-align: middle;
	float: left;
	margin: 8px 0 8px 4px;
	max-height: 50px;
	max-width: 60%;
	height: auto;

}

#ytplayer {
	width: 100%;
	max-width: 640px;
	height: 390px;
}

.fixed_header {
	height: 100%;
}

.header_navigation {
	color: #fff;
	text-align: right;
	float: right;
	max-width: 120px;
	min-width: 60px;
	padding: 8px 0;
}

.header_navigation i {
	padding-left: 10px;
	padding-right: 10px;
}

.navigation_breadcrumb {
	border-top: 8px solid #F2F2F2;
	text-align: left;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#the_dynamic_breadcrumb {
	/* padding-bottom: 8px; */
	font-size: 18px;
	display: table;
}

#the_dynamic_breadcrumb h5 {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

#the_dynamic_breadcrumb h5 img {
	padding: 0 6px;
	position: relative;
	top: 2px;
}

.circle_header_home {
	display: inline;
	position: relative;
	padding: 0 4px;
	float: left;
}

.circle_header_home ul {
	position: absolute; /*if "absolute" this makes the flyout cover the first ul */
	top: 0; /* this makes the dropdowns negatively offset and therefore invisible */
	-webkit-border-bottom-left-radius: 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: none;
	list-style: none;
	margin-left: -50px;
	margin-top: 50px;
	padding-top: 6px; /*  match top ul list item height */
	float: right;
	display: none;
}

.nav_icon {
	width: 50px;
	height: 50px;
}

.nav_icon img {
	padding-top: 0;
	display: block;
}

.circle_header_home ul li {
	background: #f4f4f4;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.circle_header_home ul li a {
	color: #9d9d9d;
	display: block;
	width: 100px;
	text-align: center;
	font-weight: bold;
}

.no-touch .circle_header_home ul li:hover a {
	background-color: #004d83;
	color: #9d9d9d;
}

.circle_header_home ul li:last-child {
	-webkit-border-bottom-left-radius: 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.circle_header_home ul li:first-child {
	-webkit-border-bottom-left-radius: 4px 4px;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.no-touch .circle_header_home:hover ul {
	left: 0;
	display: block;
	z-index: 99;
}

.spacer {
	padding-top: 114px;
}

.small_spacer {
	margin-top: 76px;
}

#bottom_outer {
	width: 100%;
	position: fixed;
	bottom: 1px;
	margin-bottom: -1px;
	background-color: #004372;
	height: 1px;
	box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.51);
}

#footer a {
	text-align: right;
	padding-right: 30px;
}

#footer div {
	margin-top: 10px;
	float: right;
}

table thead tr th, table tfoot tr td {
	font-weight: normal;
}

.TSlight {
	font-family: Arial, Verdana, sans-serif;
}

.TSlightitalic {
	font-family: Arial, Verdana, sans-serif;
}

.TSregular {
	font-family: Arial, Verdana, sans-serif;
}

.TSregularitalic {
	font-family: Arial, Verdana, sans-serif;
}

.TSbold {
	font-family: Arial, Verdana, sans-serif;
}

.TSbolditalic {
	font-family: Arial, Verdana, sans-serif;
}

.TSblack {
	font-family: Arial, Verdana, sans-serif;
}

.TSblackitalic {
	font-family: Arial, Verdana, sans-serif;
}

/* HOME */

#startscreen {
	margin-top: 98px;
	padding-top: 80px;
}

.startpage_button {
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	position: relative;
	top: 1px;
	left: 1px;
	padding: 40px;
	max-width: 940px;
	font-size: 36px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	color: #004372;

}

.no-touch .startpage_button:hover {
	background-color: #004d83;
}

.recherche_result_button, .search_result_button {
	width: 100%;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold !important;
	background-color: #e1e1e1;
	border: 1px solid #9d9d9d;
	color: #9d9d9d;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 12px;
	font-size: 18px;
}

.no-touch .recherche_result_button:hover, .no-touch .search_result_button:hover {
	color: #9d9d9d;
	background-color: #004d83;
}

.recherche_result_button:active, .search_result_button:active {
	color: #004d83;
	background-color: #fff;
}

/* SUCHFORM */

#controller {
	text-align: left;
	margin-left: 0;
	margin-right: 0
}

#controller label {
	display: inline;
}

#controller input, #controller select {
	/*	padding: 4px;*/
	margin: 0 8px 0 0;
	display: inline;
}

.suchlegende {
	top: 0;
	position: relative;
}

#search_category, #searchButton {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	width: 180px;
	height: 40px;
	overflow: visible;
	margin: 0;
	padding: 4px 20px;
	border: 2px solid #fbb900;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	background: #fbb900;
	text-align: center;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbb900), to(#fbb900));
	background: -webkit-linear-gradient(#fbb900, #fbb900);
	background: linear-gradient(#fbb900, #fbb900);
}

#search_category {
	background: -webkit-gradient(linear, left top, left bottom, from(#004372), to(#004372));
	background: -webkit-linear-gradient(#004372, #004372);
	background: linear-gradient(#004372, #004372);
	border: 2px solid #004372;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #fbb900;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 0;
	width: 500px;
	text-align: left;

}

#search_term {
	top: -1px;
	position: relative;
	width: 715px;
	height: 42px;
	overflow: visible;
	margin: 0;
	padding: 4px 12px;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #ddd;
	-webkit-appearance: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 0 0 #dddddd;
	-moz-box-shadow: inset 0 0 0 0 #dddddd;
	box-shadow: inset 0 0 0 0 #dddddd;
	color: #000;
	background: #fff;
	text-align: left;
	cursor: pointer;
}

.search_result_headline {
	color: #000;
}

.search_result_button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product_outer {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-box-shadow: 0 0 4px 4px rgba(100, 100, 100, .2);
	-webkit-box-shadow: 0 0 4px 4px rgba(100, 100, 100, .2);
	box-shadow: 0 0 4px 4px rgba(100, 100, 100, .2);
}

.right_button {
	text-align: right;
	background: #E1E1E1 url("../images/right_17x17.png") no-repeat center;
}

.left_button {
	text-align: left;
	background: #E1E1E1 url("../images/left_17x17.png") no-repeat center;
}

.right_button, .left_button {
	margin-left: 16px;
	padding: 20px;
}

.scroll {
	display: inline-block;
	width: 60px;
}

#output_screen > div {
	padding: 0 0 4px 0;
}

.detail_overview {
	color: #004372;
	margin-top: -20px;
}

.detail_overview h1 {
	padding-top: 8px !important;
	font-size: 37px;
}

.detail_overview h2 {
	font-size: 20px;
}

.detail_overview h3 {
	font-size: 18px;
}

.detail_overview h1, h2, h3, p {
	padding: 0 15px;
}

.detail_overview > img {
	margin-bottom: 25px;
}

.detail_overview h4 {
	font-weight: bold;
	color: #004372;
	margin-top: 0;
	font-size: 16px;
	padding-left: 15px;
	white-space: nowrap
}

.detail_overview h5 {
	font-size: 16px;
	padding-left: 15px;
	margin-top: 0;
	padding-top: 0;
}

.detail_overview ul {
	list-style: none;
	margin-left: 0;
}

.detail_overview ul.arrow_list {
	padding-left: 36px;
	text-indent: -16px;
}

.detail_overview ul.arrow_list li:before {
	position: relative;
	top: 2px;
	content: url("../images/item_arrow_11x13.jpg");
	margin-right: 7px;
}

.small_product_image {
	max-width: 256px;
	background-color: #f5f5f5;
	padding: 5px;
	border: 1px solid #ccc;
}

.more_assets {
	font-size: 42px;
	display: block;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.no-touch .more_assets a, .more_assets a:hover {
	color: #004d83;

}

.asset_3d {
	display: block;
	margin-bottom: 10px;
}

.pdf_asset {
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.table_label {
	margin-top: 15px;
	margin-bottom: 3px;
	display: block;
	font-weight: bold;
	color: #777;
	font-size: 17px;
}

.detail_table {
	background-color: #ffffff;
	color: #000000;
	border: none;
	width: auto;
	padding-left: 10px;
	margin-left: 10px;
}

.detail_table td {
	font-weight: normal;
	padding: 5px;
}

.detail_table th {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background-color: #ffffff;
	border: none;
	color: #004372;
}

.detail_table tr td {
	border: none;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding-left: 0;
}

.detail_table .col1 {
	width: 130px;
	font-weight: normal;
}

.blocktrenner {
	height: 4px;
	padding: 0;
	margin: 0;
}

.blocktrenner td {
	border: none;
	height: 4px;
	border: medium none !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.blocktrenner td hr {
	border-width: 4px;
	padding: 0;
	margin-bottom: 0;

}

@media only screen and (max-width: 767px) {
	body, p, li, .detail_table tr td {
		font-size: 12px;
		padding: 3px;
	}

	.detail_table tr th {
		font-size: 14px;
	}

	.detail_overview h1 {
		font-size: 28px;
	}

	.detail_overview h2 {
		font-size: 20px;
	}

	.detail_overview h3 {
		font-size: 16px;
	}

	.detail_overview h1, h2, h3, p {
		padding: 0 6px;
	}

	.detail_overview ul {
		padding-left: 12px;
		text-indent: -6px;
	}

	#header {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		height: 44px;
	}

	.logo {
		margin: 2px 0 2px 6px;
		max-height: 40px;
	}

	#footer {
		padding-bottom: 20px;
	}

	#footer a {
		font-size: 12px;
		padding-right: 20px;
	}

	#ytplayer {
		max-width: 356px;
		height: 277px;
	}

	.navigation_breadcrumb {
		padding-left: 2px;
	}

	.header_navigation {
		padding: 4px 0;
		max-width: 90px;
		min-width: 45px;
	}

	.nav_icon img {
		width: 36px;
		height: 36px;
	}

	.circle_header_home ul {
		margin-left: -45px;
		margin-top: 35px;
	}

	.circle_header_home ul li a {
		width: 70px;
	}

	.recherche_result_button, .search_result_button {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 6px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		font-size: 14px;
	}

	#the_dynamic_breadcrumb {
		margin: 4px 0;
	}

	#the_dynamic_breadcrumb h5 {
		font-size: 12px;
	}

	.small_product_image {
		max-width: 80px;
	}

	.detail_overview h5 {
		font-size: 14px;
	}

	.product_outer {
		padding-top: 6px;
		padding-bottom: 6px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	.spacer {
		padding-top: 90px;
	}

	.small_spacer {
		margin-top: 44px;
	}

	.columns {
		padding: 0 6px;
	}
}

@media only screen and (max-width: 239px) {
	body, p, li, .detail_table tr td {
		font-size: 11px;
		padding: 1px;
	}

	.detail_table tr th {
		font-size: 12px;
	}

	.detail_overview h1 {
		font-size: 20px;
	}

	.detail_overview h2 {
		font-size: 16px;
	}

	.detail_overview h3 {
		font-size: 14px;
	}

	.detail_overview h1, h2, h3, p {
		padding: 0 3px;
	}

	.detail_overview ul {
		padding-left: 6px;
		text-indent: -3px;
	}

	#header {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		height: 28px;
	}

	.logo {
		margin: 0;
		max-height: 24px;
	}

	#footer a {
		font-size: 11px;
		padding-right: 8px;
	}

	#ytplayer {
		max-width: 280px;
		height: 220px;
	}

	.header_navigation {
		padding: 2px 0;
		max-width: 64px;
		min-width: 32px;
	}

	.nav_icon img {
		width: 24px;
		height: 24px;
	}

	.circle_header_home ul {
		margin-left: -30px;
		margin-top: 18px;
	}

	.circle_header_home ul li a {
		width: 52px;
	}

	.recherche_result_button, .search_result_button {
		padding-top: 4px;
		padding-bottom: 4px;
		margin-bottom: 2px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		font-size: 10px;
	}

	.right_button, .left_button {
		padding: 8px;
	}

	#footer a {
		font-size: 12px;
		padding-right: 4px;
	}

	#the_dynamic_breadcrumb {
		margin: 1px 0;
	}

	#the_dynamic_breadcrumb h5 {
		font-size: 10px;
	}

	.small_product_image {
		max-width: 32px;
	}

	.detail_overview h5 {
		font-size: 11px;
	}

	.product_outer {
		padding-top: 2px;
		padding-bottom: 2px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	.spacer {
		padding-top: 68px;
	}

	.small_spacer {
		margin-top: 32px;
	}

	.columns {
		padding: 0 3px;
	}

}

.vehicles h4{
	padding-left: 22px;
}

.vehicles h4:hover {
	cursor: pointer;
}

.vehicles h4:after {
	position: relative;
	top: 4px;
	content: url("../images/item_arrow_14x18.jpg");
	margin-left: 10px;
}

.vehicles.open h4:after img {
	-webkit-transform:rotate(90deg);
}

.vehicle_table {
	display: none;
	width: 100%;
	border: none;
}

.vehicle_table td {
	border-bottom: 1px solid #ddd;
}

.vehicle_table th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 9px 10px;
}

.breaker {
	width: 100%;
	height: 20px;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 5px solid #ddd;
}

.to_top:after {
	position: relative;
	top: 4px;
	content: url("../images/arrow_top_18x14.jpg");
	margin-left: 10px;
}
.to_top:hover {
	cursor: pointer;
}

table.vehicle_table th.yoc {
	min-width: 90px;
}