/* Minification failed. Returning unminified contents.
(3627,32): run-time error CSS1019: Unexpected token, found ':'
(3627,32): run-time error CSS1042: Expected function, found ':'
(3627,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3628,29): run-time error CSS1019: Unexpected token, found ':'
(3628,29): run-time error CSS1042: Expected function, found ':'
(3628,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3629,27): run-time error CSS1019: Unexpected token, found ':'
(3629,27): run-time error CSS1042: Expected function, found ':'
(3629,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3630,24): run-time error CSS1019: Unexpected token, found ':'
(3630,24): run-time error CSS1042: Expected function, found ':'
(3630,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*#region Generals */
body {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}

html, body, form {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.body-content {
	height: 100%;
}

.content_bold {
	TEXT-DECORATION: none;
	COLOR: #14214e;
	FONT-FAMILY: Arial,sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
}

.dl-horizontal dt {
	white-space: normal;
}

.tde-background-limegreen {
	background-color: #304147;
}

.tde-text-headline {
	font-size: 12pt;
	margin-bottom: 20px;
	border-bottom: 2px solid#304147;
}

.tde-text-hint {
	font-size: 10pt;
	margin: 10px 0 20px 0;
	padding: 5px;
	border: 1px solid #A0A0A0;
	background-color: #e9e9e9;
	min-height: 60px;
}

.wibsOldContainer {
	padding: 60px 0 10px 0;
}

input {
	border: 0px !important;
}

.circle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */

	width: 23px;
	height: 23px;
	margin-top: 1px;
	margin-right: 10px;
	background: #5a5a5a;
	border: 2px solid #fff;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.circleActive {
	background: #f206d5;
	color: #fff;
}
/*#endregion*/

/*#region General Things JMR Classes */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 105px;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}

.header-standard {
	background: url("WIBS/images/bgNav.png");
	background-repeat: repeat-x;
}

.header-active {
	background: url("WIBS/images/bgNav_active.png");
	background-repeat: repeat-x;
}

.header-slim-standard {
	background: url("WIBS/images/bgNav.png");
	background-repeat: repeat-x;
	background-position-y: -77px;
}

.header-slim-active {
	background: url("WIBS/images/bgNav_active.png");
	background-repeat: repeat-x;
	background-position-y: -77px;
}


.header-standard-gdpr {
	background: url("TDE/images/bgNavHigher.png");
	background-repeat: repeat-x;
}

.header-active-gdpr {
	background: url("TDE/images/bgNav_activeHigher.png");
	background-repeat: repeat-x;
	background-position-y: 16px;
}

li {
	display: inline-block;
	float: left;
	padding: 0 5px 0 10px;
}

ul {
	list-style: none;
}
/*#endregion*/

/*#region Login Page*/
.tde-page-background {
	background-image: url('WIBS/images/BG_WIBS_1024x768.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: 100% auto;
}

.tde-login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top: -150px;
}

.tde-login-header {
	background-color: #304147;
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	padding-top: 13px;
	height: 60px;
	border-left: 5px solid #64757C;
	background-image: url('WIBS/images/pfeil_XL_weiss.png');
	background-repeat: no-repeat;
	background-position-x: 25px !important;
	background-position-y: center !important;
	background-position: 25px center;
	background-size: 34px 28px;
}

.tde-login-body {
	text-align: center;
	margin-bottom: 10pt;
	border-left: 5px solid #64757C;
}

.tde-login-body-inner {
	background-color: #FFFFFF;
	padding-top: 25px;
}

.tde-login-textbox {
	width: 400px;
	background-color: #64757C;
	border: none;
	height: 30px;
	padding: 0 5px 0 5px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-image: url('WIBS/images/i-schwarz.png');
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

	.tde-login-textbox:hover {
		background-image: url('WIBS/images/i-weiss.png');
	}

.tde-login-label {
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0px 10px 128px;
	text-align: left;
}

.tde-login-validation {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px 0px 10px 138px;
	text-align: left;
}

.tde-login-button {
	width: 42px;
	margin: 0 auto;
}

	.tde-login-button input {
		background-image: url('WIBS/images/pfeil_XL_mittelgrau.png');
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: 51px 42px;
		height: 51px;
		width: 50px;
		border: none;
	}

		.tde-login-button input:hover {
			background-image: url('WIBS/images/pfeil_XL_magenta.png');
		}

.tde-login-reset-password, .tde-login-reset-password:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	background: none;
}

	.tde-login-reset-password:hover {
		color: #C6027D
	}

.tde-login-register, .tde-login-register:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}

	.tde-login-register:hover {
		color: #C6027D;
	}
/*#endregion*/

/*#region Registration Page */
.register-box {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	height: 600px;
	margin-top: -150px;
}

.registerReady-box {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	height: 400px;
	margin-top: -150px;
}

.Registration-TextBox-Grey {
	width: 100%;
	background-color: #A0A0A0;
	border: none;
	height: 30px;
	padding: 0 5px 0 5px;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('TDE/images/asterix.png');
	background-repeat: no-repeat;
	background-position: center right;
	-ms-background-size: auto;
	background-size: auto;
}

.Registration-TextBox-Grey-Optional {
	width: 100%;
	background-color: #A0A0A0;
	border: none;
	height: 30px;
	padding: 0 5px 0 5px;
	font-size: 11pt;
	font-weight: bold;
}

.Registration-TextBox-White {
	width: 100%;
	background-color: #FFFFFF;
	border: none;
	height: 30px;
	padding: 0 5px 0 5px;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('TDE/images/check.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	background-size: auto;
}

.Registration-DropDownList-Grey-Default {
	width: 100%;
	background-color: #A0A0A0;
	border: none;
	height: 30px;
	padding: 0 5px 0 20px;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('TDE/images/dd2.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	background-size: cover;
}

.Registration-DropDownList-White-Valid {
	width: 100%;
	background-color: #A0A0A0;
	border: none;
	height: 30px;
	padding: 0 5px 0 20px;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('TDE/images/ddValid.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-size: auto;
}

.registration-validation {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
/*#endregion*/

/*#region Footer */
.tde-footer {
	width: 1140px;
	height: auto;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}

.tde-footer-copyright {
	font-size: 9pt;
	width: 185px;
}

.tde-footer-headline, .tde-footer-headline a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	width: 215px;
	color: #FFFFFF;
	cursor: pointer;
}

	.tde-footer-headline:hover, .tde-footer-headline a:hover {
		color: #C6027D;
	}

.tde-footer-text, .tde-footer-text a {
	font-size: 9pt;
	text-align: left;
	color: #FFFFFF;
	cursor: pointer;
}

	.tde-footer-text:hover, .tde-footer-text a:hover {
		font-size: 9pt;
		text-align: left;
		color: #C6027D;
	}

.tde-footer-table {
	width: 100%;
}

.tde-footer-exp {
	width: 1140px;
	height: auto;
	position: fixed;
	bottom: 0px;
	text-align: center;
	z-index: 101;
}

.tde-footer-exp-button {
	background-image: url('WIBS/images/dropup_mittelgrau.png');
	display: block;
	background-repeat: no-repeat;
	background-position-x: 550px !important;
	background-position-y: top !important;
	background-position: 550px top;
	height: 10px;
	margin: 0px 0px 10px 0px;
}

	.tde-footer-exp-button:hover {
		background-image: url('WIBS/images/dropup_magenta.png');
	}

.tde-footer-col-button {
	background-image: url('WIBS/images/dropdown_mittelgrau.png');
	display: block;
	background-repeat: no-repeat;
	background-position-x: 550px !important;
	background-position-y: top !important;
	background-position: 550px top;
	height: 10px;
	margin: 5px 0px 5px 0px;
}

	.tde-footer-col-button:hover {
		background-image: url('WIBS/images/dropdown_magenta.png');
	}
/*#endregion*/

/*#region Category boxes */
.tde-category-section {
	position: absolute;
	bottom: 25px;
	width: 1140px;
	max-height: 235px;
	z-index: 20;
}

.tde-category-section-camping {
	position: absolute;
	bottom: 25px;
	width: 1140px;
	max-height: 235px;
	z-index: 20;
}

.tde-category-box {
	width: 300px;
	height: 100px;
	float: left;
}

.tde-category-box-image {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 255px;
}

.tde-subcategory-box {
	height: 240px;
	display: table-cell;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

.tde-subcategory-box-wear {
	height: 240px;
	display: table-cell;
	vertical-align: top;
}

.tde-subcategory-box-workwear {
	height: 150px;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

.tde-subcategory-box-leisurewear {
	height: 90px;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

	.tde-subcategory-box a, .tde-subcategory-box-workwear a, .tde-subcategory-box-leisurewear a {
		color: #FFFFFF;
		font-size: 8pt;
	}

		.tde-subcategory-box a:hover, .tde-subcategory-box-workwear a:hover, .tde-subcategory-box-leisurewear a:hover {
			color: #C6027D;
			text-decoration: underline;
		}

.tde-subcategory-headline {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px;
}

	.tde-subcategory-headline a {
		color: #FFFFFF;
		font-size: 8pt;
	}

		.tde-subcategory-headline a:hover {
			color: #C6027D;
			text-decoration: underline;
		}

.tde-subcategory-element {
	padding-left: 16px;
	background-image: url('WIBS/images/pfeil_S_weiss.png');
	background-repeat: no-repeat;
	background-position-x: 0 !important;
	background-position-y: 7px !important;
	background-position: 0 7px;
}

	.tde-subcategory-element a {
		color: #FFFFFF;
		font-size: 8pt;
	}

		.tde-subcategory-element a:hover {
			color: #C6027D;
			text-decoration: underline;
		}

.tde-background-green-1 {
	background-color: #88989F;
}

.tde-background-green-2 {
	background-color: #81929A;
}

.tde-background-green-3 {
	background-color: #74878F;
}

.tde-background-green-4 {
	background-color: #74878F;
}

.tde-background-green-5 {
	background-color: #6D7F87;
}

.tde-background-green-6 {
	background-color: #64757C;
}

.tde-background-green-7 {
	background-color: #64757C;
}

.tde-background-index-page {
	background-image: url('TDE/images/TEC_TIBS_ONLINE_TEASER_Blaupunkt.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: 100% auto;
	height: inherit;
}

.btGreen {
	background-image: url('imgs/icoDown.jpg');
	background-position: left;
	background-repeat: no-repeat;
	border-left: 1px solid white;
	color: #ffffff;
	cursor: pointer;
	line-height: 48px;
	height: 46px;
	padding-left: 18px;
	width: 140px;
}

	.btGreen:hover {
		background-color: green;
	}

	.btGreen img {
		float: right;
		margin-top: 7px;
	}

.btGreyWhite {
	color: #666666;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	vertical-align: top;
}

	.btGreyWhite:hover {
		color: #ffffff;
	}

	.btGreyWhite img {
		margin: 0 8px;
	}

	.btGreyWhite a {
		color: #666666;
		text-decoration: none;
	}

		.btGreyWhite a:hover {
			color: #ffffff;
		}

.spaceLogo {
	float: left;
	height: 48px;
	width: 190px;
}

.btGreenOption1 {
	background-color: #88989F;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btGreenOption2 {
	background-color: #81929A;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btGreenOption3 {
	background-color: #74878F;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btGreenOption4 {
	background-color: #74878F;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btGreenOption5 {
	background-color: #6D7F87;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btGreenOption6 {
	background-color: #64757C;
	float: left;
	height: 110px;
	width: 380px;
	position: relative;
}

.btBlackInOptions {
	background-image: url('WIBS/images/Text_Banner_schwarz.png');
	background-position: -6px;
	background-repeat: no-repeat;
	background-size: 285px 62px;
	cursor: pointer;
	float: left;
	height: 52px;
	line-height: 52px;
	margin-top: 30px;
	padding: 0 0 0 15px;
	text-align: left;
	width: 285px;
	position: absolute;
	z-index: 20;
}

	.btBlackInOptions a {
		font-size: 12pt;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		width: 225px;
		overflow-wrap: break-word;
		vertical-align: middle;
		display: inline;
	}

	.btBlackInOptions:hover {
		background-image: url('WIBS/images/Text_Banner_weiss.png');
		color: #000000;
	}

	.btBlackInOptions a:hover {
		color: #000000;
	}

	.btBlackInOptions img {
		margin: 18px 28px 0 0;
		float: right;
	}

	.btBlackInOptions div {
		display: table;
		float: left;
		height: 43px;
		line-height: 18px;
		margin-top: 5px;
		width: 215px;
	}

		.btBlackInOptions div p {
			display: table-cell;
			vertical-align: middle;
		}

		.btBlackInOptions div:hover {
			color: #000000;
		}
/*#endregion*/

/*#region Logout button */
.btLogout {
	background-color: #304147;
	background-image: url('WIBS/images/X_clear_weiss.png');
	background-position: 74px;
	background-size: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	height: 15px;
	line-height: 15px;
	padding: 0 16px;
	width: 96px;
}

	.btLogout a {
		color: #ffffff;
		display: block;
	}

	.btLogout:hover {
		background-image: url('WIBS/images/X_clear_mittelgrau.png');
	}


.btLogout-gdpr {
	background-color: #6D6D6D;
}

/*#endregion*/

/*#region Logo */
#containerLogo {
	position: relative;
	float: left;
	height: 22px;
	width: 190px;
}

#logo {
	background: url("WIBS/images/LOGO-main_normal_ah.png") no-repeat center;
	display: block;
	float: left;
	height: 163px;
	margin: 0 0 0 10%;
	min-width: 155px;
	position: absolute;
	top: 0;
	z-index: 105;
}

	#logo:hover {
		background: url("WIBS/images/LOGO-main_over_ah.png") no-repeat center;
	}

#logoEmpty {
	background: url("WIBS/images/LOGO-main_empty_normal_ah.png") no-repeat center;
	display: block;
	float: left;
	height: 163px;
	margin: 0 0 0 10%;
	min-width: 155px;
	position: absolute;
	top: 0;
	z-index: 105;
}

	#logoEmpty:hover {
		background: url("WIBS/images/LOGO-main_empty_over_ah.png") no-repeat center;
	}

#wibsLogo {
	position: absolute;
	top: 80px;
	left: 6px;
	width: 142px;
	height: 78px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

	#wibsLogo img {
		max-height: 65px;
		max-width: 130px;
	}
/*#endregion*/

/*#region Navigation Top Line */
#blackTitle {
	color: #ffffff;
	float: left;
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
}

#NavBlackGrey {
	/*height: 22px;*/
	height: 15px;
	vertical-align: top;
	width: 1000px;
}

#NavTop {
	float: right;
	/*height: 48px;*/
	height: 42px;
	width: 1000px;
}
/*#region Special Elements */
.newsSpan {
	vertical-align: top;
}

.newsImg {
	margin-top: -7px;
	height: 25px;
	width: 24px;
}

.newsText {
	color: #fff;
	font-weight: bold;
	margin: 0 15px 0 -18px;
	vertical-align: top;
}
/*#endregion*/

/*#endregion*/

/*#region Navigation Top Menu */
#greyButtons {
	height: 25px;
	width: 1000px;
}

	#greyButtons > ul {
		border: 0;
		background-color: #88989F;
	}

	#greyButtons .dxmLite .dxm-main {
		border: 0 !important;
		background-color: #88989F !important;
		padding: 0 !important;
	}

	#greyButtons .dxm-spacing {
		width: 0px !important;
		min-width: 0px !important;
		height: 0px !important;
	}

	#greyButtons .dxm-main li.dxm-item {
		float: inherit !important;
		display: inherit !important;
		background-color: #88989F !important;
		background-image: url('WIBS/images/pfeil_S_weiss.png');
		background-position: 6px;
		background-repeat: no-repeat;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		line-height: 25px;
		height: 25px;
		padding: 3px 20px 0 18px;
		text-transform: uppercase;
		font-size: 8pt !important;
		font-family: Arial !important;
	}

		#greyButtons .dxm-main li.dxm-item:hover {
			background-color: #64757C !important;
			background-image: url('WIBS/images/dropdown_weiss.png') !important;
			color: #ffffff !important;
		}

		#greyButtons .dxm-main li.dxm-item.dxm-selected {
			background-color: #64757C !important;
			background-image: url('WIBS/images/dropdown_weiss.png') !important;
			color: #ffffff !important;
		}

		#greyButtons .dxm-main li.dxm-item a {
			color: #ffffff !important;
		}

		#greyButtons .dxm-main li.dxm-item:hover a {
			color: #ffffff !important;
		}

	#greyButtons .dxm-shadow li.dxm-item {
		float: inherit !important;
		display: inherit !important;
		background-color: #88989F !important;
		background-image: url('WIBS/images/dropdown_weiss.png');
		background-position: 6px;
		background-repeat: no-repeat;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		line-height: 25px;
		height: 26px;
		padding-left: 18px;
		text-transform: uppercase;
		font-size: 8pt !important;
		font-family: Arial !important;
	}

		#greyButtons .dxm-shadow li.dxm-item:hover {
			float: inherit !important;
			display: inherit !important;
			background-color: #64757C !important;
			background-image: url('WIBS/images/dropdown_weiss.png');
			background-position: 6px;
			background-repeat: no-repeat;
			border: 0;
			color: #ffffff;
			cursor: pointer;
			line-height: 25px;
			height: 26px;
			padding-left: 18px;
			text-transform: uppercase;
			font-size: 8pt !important;
			font-family: Arial !important;
		}

		#greyButtons .dxm-shadow li.dxm-item a {
			color: #ffffff !important;
		}
/*#endregion*/

/*#region Navigation Middle Menu */
#NavMiddle {
	float: right;
	height: 35px;
	padding-top: 0px;
	width: 1000px;
}

	#NavMiddle > ul {
		border: 0;
		background-color: #64757C;
	}

	#NavMiddle .dxmLite .dxm-main {
		border: 0 !important;
		background-color: #64757C !important;
		padding: 0 !important;
	}

	#NavMiddle .dxm-spacing {
		width: 0px !important;
		min-width: 0px !important;
		height: 0px !important;
	}

	#NavMiddle .dxm-main li.dxm-item {
		float: inherit !important;
		display: inherit !important;
		background-color: #64757C !important;
		background-image: url('WIBS/images/pfeil_S_weiss.png');
		background-position: 4px;
		background-repeat: no-repeat;
		border: 0;
		border-left: 1px solid white;
		color: #ffffff;
		cursor: pointer;
		height: 35px;
		line-height: 35px;
		padding: 7px 0 0 10px;
		text-transform: uppercase;
		/*width: 166px !important;*/
		font-weight: bold !important;
		font-size: 8pt !important;
		font-family: Arial !important;
	}

		#NavMiddle .dxm-main li.dxm-item:hover {
			background-color: #304147 !important;
			background-image: url('WIBS/images/dropdown_mittelgrau.png') !important;
			color: #ffffff !important;
		}

		#NavMiddle .dxm-main li.dxm-item.dxm-selected {
			background-color: #304147 !important;
			background-image: url('WIBS/images/dropdown_weiss.png') !important;
			color: #ffffff !important;
		}

	#NavMiddle .dxm-main ul > li {
		position: relative;
	}

	#NavMiddle .dxm-main li.dxm-item a {
		color: #ffffff !important;
	}

	#NavMiddle .dxm-main li.dxm-item:hover a {
		color: #ffffff !important;
	}

	#NavMiddle .dxm-shadow li.dxm-item {
		float: inherit !important;
		display: inherit !important;
		background-color: #88989F !important;
		border: 0 !important;
		border-left: 1px solid white !important;
		color: #ffffff !important;
		cursor: pointer !important;
		padding-left: 18px !important;
		text-transform: uppercase !important;
		font-size: 8pt !important;
		font-family: Arial !important;
	}

		#NavMiddle .dxm-shadow li.dxm-item:hover {
			background-color: #304147 !important;
			font-weight: bold !important;
		}

		#NavMiddle .dxm-shadow li.dxm-item a {
			color: #ffffff !important;
		}

	#NavMiddle .dxm-main ul > li img {
		position: absolute;
		right: 10px;
		top: 4px;
	}
	/*#region Specific Items */
	#NavMiddle .dxm-main li.dxm-item.menu_AccessoryShop {
		width: 112px !important;
	}

		#NavMiddle .dxm-main li.dxm-item.menu_AccessoryShop img {
			position: absolute;
			right: 10px;
			top: 4px !important;
		}

	#NavMiddle .dxm-main li.dxm-item.menu_TyreShop {
		width: 95px !important;
	}

	#NavMiddle .dxm-main li.dxm-item.menu_Config {
		width: 190px !important;
	}

	#NavMiddle .dxm-main li.dxm-item.menu_CampingShop {
		width: 130px !important;
	}

	#NavMiddle .dxm-main li.dxm-item.menu_PartsShop {
		width: 128px !important;
	}

		#NavMiddle .dxm-main li.dxm-item.menu_PartsShop img {
			position: absolute;
			right: 10px;
			top: 7px !important;
		}

	#NavMiddle .dxm-main li.dxm-item.menu_TecarShop {
		width: 120px !important;
	}

	#NavMiddle .dxm-main li.dxm-item.menu_OfficeShop {
		width: 108px !important;
	}

	#NavMiddle .dxm-main li.dxm-item.menu_ContactUs {
		width: 197px !important;
		background-color: #F206D5 !important;
	}

		#NavMiddle .dxm-main li.dxm-item.menu_ContactUs img {
			position: absolute;
			right: 10px;
			top: 2px !important;
		}
/*#endregion*/
/*#endregion*/

/*#region Navigation Bottom */
.NavBottom {
	float: right;
	height: 26px;
	line-height: 25px;
	padding: 2px 15px 2px 0;
	vertical-align: top;
}

.NavBottomInactive {
}

	.NavBottomInactive > ul > li > img {
		margin: 0 8px 0 8px;
	}

	.NavBottomInactive > a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}

		.NavBottomInactive > a:hover {
			color: #88989F;
		}

.NavBottomActive {
}

	.NavBottomActive > ul > li > img {
		margin: 0 8px 0 8px;
	}

.NavBottomActiveWhite > a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.NavBottomActivePink > a {
	color: #5A005A;
	font-weight: bold;
	text-decoration: none;
}

	.NavBottomActiveWhite > a:hover, .NavBottomActivePink > a:hover, .NavBottomOrderBasket > a:hover {
		color: #F206D5;
	}

.NavBottomBasketPosCnt {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 15px 0 -18px;
}

.NavBottomBasketPosCnt2 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 15px 0 -21px;
}

.NavBottomOrderBasket {
	background: #C6027D url("WIBS/images/basket_navigation_bg.png") no-repeat center right;
	width: 250px;
}

	.NavBottomOrderBasket > a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}

	.NavBottomOrderBasket:hover {
		color: #FFFFFF;
	}
/*#endregion*/

/*#region Search Elements */
.search {
	background-color: #304147 !important;
	color: #ffffff !important;
	width: 1140px !important;
	z-index: 50 !important;
	position: absolute;
}

.search_list {
	margin-top: 10px !important;
	/*margin-top: 60px !important;*/
	padding: 15px 0 15px 0 !important;
	height: 60px !important;
}

.search_list_spacer {
	margin-top: 5px !important;
	float: left !important;
}

.search_list_reset {
	background-image: url('TDE/images/X_clear_weiss.png') !important;
	background-position: 8px 9px !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: 100% !important;
	line-height: 35px !important;
	padding-left: 40px !important;
	margin-left: 20px !important;
	vertical-align: top !important;
	float: left !important;
	text-transform: uppercase !important;
	background-color: #304147 !important;
	color: #FFFFFF !important;
}

	.search_list_reset a {
		height: inherit !important;
		background-color: #304147 !important;
		color: #FFFFFF !important;
		font-size: 12px !important;
		font-weight: bold !important;
		width: 100% !important;
		text-align: left;
	}

	.search_list_reset:hover {
		background-image: url('WIBS/images/X_clear_mittelgrau.png') !important;
		color: #88989F !important;
		text-decoration: none !important;
	}

	.search_list_reset a:hover {
		color: #88989F !important;
		text-decoration: none !important;
	}

.search_start {
	bottom: 245px !important;
	border-top: 0px solid #304147 !important;
	height: 35px !important;
	margin: 0 auto !important;
}

.searchLabel {
	background-image: url('WIBS/images/search_weiss.png') !important;
	background-repeat: no-repeat !important;
	background-size: 22px !important;
	float: left !important;
	font-size: 12px !important;
	font-weight: bold !important;
	display: inline-block !important;
	height: 100% !important;
	line-height: 35px !important;
	vertical-align: top !important;
}

.searchLabel_start {
	background-position: 145px 5px !important;
	width: 180px !important;
	padding-left: 15px !important;
}

.searchLabel_list {
	background-position: 215px 5px !important;
	width: 250px !important;
	text-align: right !important;
	padding-right: 50px !important;
}

.searchInput {
	background-image: url('WIBS/images/pfeil_S_mittelgrau.png') !important;
	background-position: 14px 15px !important;
	background-repeat: no-repeat !important;
	border: 0 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	float: left !important;
	width: 520px !important;
	height: 100% !important;
	padding: 4px 0 0 30px !important;
	text-transform: uppercase !important;
}

	.searchInput:-webkit-input-placeholder {
		font-size: 8px !important;
		font-weight: bold !important;
		padding: 3px 0 0 0 !important;
	}

	.searchInput:-moz-placeholder {
		font-size: 8px !important;
		font-weight: bold !important;
		padding: 2px 0 0 0 !important;
	}

	.searchInput::-moz-placeholder {
		font-size: 8px !important;
		font-weight: bold !important;
		padding: 2px 0 0 0 !important;
	}

	.searchInput:-ms-input-placeholder {
		font-size: 8px !important;
		font-weight: bold !important;
	}

.searchButton {
	background-image: url('WIBS/images/pfeil_M_weiss.png') !important;
	background-position: 8px 9px !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	float: left !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: 100% !important;
	line-height: 35px !important;
	padding-left: 40px !important;
	vertical-align: top !important;
}

.searchButton_start {
	width: 380px !important;
}

.searchButton_list {
	width: 130px !important;
}

.searchButton:hover {
	background-color: transparent !important;
}

.searchButton_start:hover {
	background-color: #64757C !important;
	background-image: url('WIBS/images/pfeil_M_weiss.png') !important;
	color: #ffffff !important;
}

.searchButton_list:hover {
	background-color: transparent !important;
	background-image: url('WIBS/images/pfeil_M_mittelgrau.png') !important;
	color: #88989F !important;
}

.searchButton_start:active {
	background-color: #000000 !important;
	background-image: url('WIBS/images/X_clear_mittelgrau.png') !important;
	color: #304147 !important;
}

.searchButton_list:active {
	background-image: url('WIBS/images/X_clear_mittelgrau.png') !important;
	color: #304147 !important;
}

.searchButton input {
	height: inherit !important;
	background-color: #304147 !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: bold !important;
	width: 100% !important;
	text-align: left !important;
}

.searchButton_start input:hover {
	background-color: #64757C !important;
	color: #ffffff !important;
}

.searchButton_list input:hover {
	color: #88989F !important;
}

.productSearchOver {
	background-color: #1E641E !important;
	background-image: url('WIBS/images/search_mittelgrau.png') !important;
	background-position: 145px 5px !important;
	background-repeat: no-repeat !important;
	background-size: 22px !important;
	color: #304147 !important;
	float: left !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: 100% !important;
	line-height: 35px !important;
	padding-left: 15px !important;
	vertical-align: top !important;
	width: 180px !important;
}
/*#endregion*/

/*#region FactFinder */
/*#region Suggest elements */
.suggestLayer {
	position: absolute;
	width: 580px;
	display: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

.suggestLayer_start {
	top: 31px;
	left: 180px;
}

.suggestLayer_list {
	top: 45px;
	left: 250px;
}

ul.suggestLayerList, ul.suggestLayerBlock {
	list-style: none;
	color: #58585a;
	font-size: 11px;
	background-color: white;
	cursor: pointer;
	padding: 0px;
}

	ul.suggestLayerList li, ul.suggestLayerBlock li {
		list-style: none;
		display: block;
	}

li.suggestHeader {
	color: #b0b1b3;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 10px 3px 5px;
	background-repeat: no-repeat;
	background-position: 98%;
}

li.suggestRow {
	padding: 6px;
	width: 580px;
}

li.suggestRow_category {
	background-color: #F5F5F5;
}

li.suggestRow_brand {
	background-color: #E9E9E9;
}

li.suggestRow_productName {
	background-color: #FFFFFF;
}

li.suggestRowWithImage {
	height: 40px;
	line-height: 40px;
}

li.suggestHighlight {
	background-color: #F3FCC8;
}

li.suggestHighlight_category {
	background-color: #9B9B9B;
	color: #FFFFFF;
}

li.suggestHighlight_brand {
	background-color: #8C007D;
	color: #FFFFFF;
}

li.suggestHighlight_productName {
	background-color: #9B9B9B;
	color: #000000;
}

span.suggestTextQuery {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
}

span.suggestTextQuery_standard {
	color: #304147;
}

span.suggestTextQuery_highlighted_category {
	color: #FFFFFF;
}

span.suggestTextQuery_highlighted_brand {
	color: #FFFFFF;
}

span.suggestTextQuery_highlighted_productName {
	color: #000000;
}

span.suggestTextQueryTyped {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

span.suggestTextQueryTyped_standard {
	color: #000000;
}

span.suggestTextQueryTyped_highlighted_category {
	color: #FFFFFF;
}

span.suggestTextQueryTyped_highlighted_brand {
	color: #FFFFFF;
}

span.suggestTextQueryTyped_highlighted_productName {
	color: #000000;
}

span.suggestTextType {
	float: right;
	padding-left: 20px;
	font-size: 10px;
}

span.suggestTextAmount {
	float: right;
	padding-left: 10px;
	font-size: 10px;
	text-align: right;
	width: 90px;
}

span.suggestParentCategory {
	color: #b0b1b3;
	font-size: 10px;
	padding-left: 10px;
}

span.suggestImage {
	padding-right: 20px;
	height: 40px;
	float: left;
}

	span.suggestImage img {
		max-height: 40px;
		max-width: 120px;
	}

ul.suggestLayerBlock li.suggestHeader {
	background-image: none;
}

	ul.suggestLayerBlock li.suggestHeader:first-child {
		background-repeat: no-repeat;
		background-position: 98%;
	}
/*#endregion*/

/*#region ASN elements */
#asnColumn {
	padding: 0px 10px 10px 0px;
}

* html #asnColumn {
}

#asnColumnCategories {
	padding: 0px 10px 0px 0px;
	margin-bottom: 20px !important;
}

* html #asnColumnCategories {
	width: auto;
}

#asnColumn.asnHintDE {
}

#asnColumn.asnHintEN {
}

div.asnGroup p.asnElement {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

	div.asnGroup p.asnElement span {
		color: black;
	}

div.asnGroup p.lvl1 {
	margin-left: 12px;
}

div.asnGroup p.lvl2 {
	margin-left: 25px;
}

div.asnGroup p.lvl3 {
	margin-left: 35px;
}

div.asnGroup p.selected {
}

	div.asnGroup p.selected a {
		color: black !important;
		text-decoration: none !important;
	}

		div.asnGroup p.selected a span {
			color: black !important;
			text-decoration: none !important;
		}

		div.asnGroup p.selected a img {
			float: right !important;
		}

div.asnGroup select {
	margin-top: 5px;
	width: 155px;
	color: #173452;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #5C7997;
}

div.asnGroup {
}

	div.asnGroup h3 {
		font-family: Arial !important;
		font-size: 10pt !important;
		color: black !important;
		font-weight: bold !important;
		border-bottom: none !important;
		padding: 0px !important;
		margin-top: 10px !important;
		margin-bottom: 5px !important;
		text-transform: uppercase !important;
	}

		div.asnGroup h3 span {
			font-family: Arial !important;
			font-size: 10pt !important;
			font-weight: bold !important;
			color: black !important;
			border-bottom: none !important;
			padding: 0px !important;
			margin-top: 10px !important;
			margin-bottom: 0px !important;
			text-transform: uppercase !important;
		}

div.asnElement p a {
	text-decoration: none !important;
}

#filterBox {
	padding: 0 20px 0 20px !important;
	height: 22px !important;
	line-height: 22px !important;
	background-color: #304147 !important;
	background-image: url('WIBS/images/FILTER_S_weiss.png') !important;
	background-repeat: no-repeat !important;
	background-position-x: 175px !important;
	background-position-y: center !important;
	background-position: 175px center;
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	font-family: Arial !important;
}

	#filterBox.filtered:hover {
		color: #FFFFFF !important;
		background-color: #C6027D !important;
		background-image: url('WIBS/images/Filter_Zuruecksetzen.png') !important;
		cursor: pointer !important;
	}

.searchBottonButton {
	padding: 0px 10px 0px 20px !important;
	height: 22px !important;
	line-height: 22px !important;
	background-color: #304147 !important;
}

.searchBottonButtonHover {
	padding: 0px 10px 0px 20px !important;
	height: 22px !important;
	line-height: 22px !important;
	background-color: #C6027D !important;
	color: #000000 !important;
	cursor: pointer;
}

.searchBottonButtonText {
	float: left !important;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial !important;
	padding-top: 1px;
}

.searchBottonButtonImage {
	float: right !important;
}

.dxpcDropDown_Techno {
	z-index: 100;
}

.trackValueText {
	font-weight: bold !important;
	color: #000 !important;
	font-size: 8pt !important;
	padding-top: 3px !important;
}

.combobox_asn_more {
	background-color: #304147 !important;
}

	.combobox_asn_more input {
		color: #FFFFFF !important;
		background-color: #304147 !important;
		font-weight: bold !important;
	}
/*#endregion*/

/*#region Scaled Prices */
.scaledPriceLayer {
	background-color: #000000;
	font: 8pt Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/*z-index: 1000;*/
	-webkit-box-shadow: 3px 3px 3px #EEEEEE;
	-moz-box-shadow: 3px 3px 3px #EEEEEE;
	box-shadow: 3px 3px 3px #EEEEEE;
	z-index: 1000;
}
/*#endregion*/
/*#endregion*/

/*#region DevExpress Styles */
/*#region misc. */
div.asnGroup p.asnElement span {
	font-size: 8pt !important;
	font-family: Arial !important;
	color: black !important;
	text-decoration: none !important;
}

.dxeBase label {
	font: caption !important;
	font-family: Arial !important;
	font-size: 8pt !important;
	font-weight: bold !important;
}

.dxichCellSys {
	padding: 3px 0px 1px !important;
	text-align: right !important;
}

table.dxeBase.dxeTAL {
	width: 100% !important;
}
/*#endregion*/

/*#region TreeView */
.dxtvControl_Techno {
	color: Black !important;
	font: caption !important;
	font-family: Arial !important;
	font-size: 10pt !important;
	float: left !important;
	background: #304147 !important;
	width: 100% !important;
}

	.dxtvControl_Techno .dxtv-nd {
		font: caption !important;
		font-family: Arial !important;
		font-size: 8pt !important;
		white-space: nowrap !important;
		background: #304147 !important;
	}

	.dxtvControl_Techno .dxtv-ndSel {
		background-color: #C6027D !important;
		cursor: default !important;
		color: #FFFFFF !important;
		font-weight: bold !important;
	}

.dxtv-nd .dxtv-ndSel {
	background: Lime !important;
	color: #6E6E6E !important;
}

.dxtv-subnd li {
	padding: 0 0px 0 0px !important;
}

li.dxtv-subnd .dxtv-nd {
	background-color: #e9e9e9 !important;
	color: #6e6e6e !important;
}

li.dxtv-subnd .dxtv-ndSel {
	background-color: #C6027D !important;
	color: #FFFFFF !important;
}

.dxtvControl_Techno .dxtv-ndHov {
	background: #ffffff !important;
	color: #6E6E6E !important;
}

.dxtvControl_Techno li {
	float: none;
	display: block;
}

.dxtvControl_Techno .dxtv-subnd {
	margin-left: 0px !important;
	background-color: #e9e9e9 !important;
	padding-left: 8px !important;
}

.addBackGroundExpandedParent {
	background: #E9E9E9 !important;
}

.addBackGroundExpandedNode {
	background: #E9E9E9 !important;
	color: #6E6E6E !important;
}
/*#endregion*/

/*#region DropDown */
.dxeDropDownWindow_Techno {
	background-color: #6e6e6e !important;
	border: 1px Solid black !important;
}
/*#endregion*/

/*#region Checkox */
.dxWeb_edtCheckBoxUnchecked {
	width: 22px !important;
	height: 22px !important;
	background: none !important;
}

.checkBoxFactFinder {
	background-color: #e9e9e9 !important;
	width: 22px !important;
	height: 22px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.dxeButtonEdit_Techno {
	height: 22px !important;
}

.dxichTextCellSys {
	padding: 2px 0px 1px !important;
	text-align: left !important;
	font-size: 8pt !important;
	font-family: Arial !important;
	color: black !important;
	font-weight: normal !important;
}

.dxeListBoxItem_Techno {
	font: 8pt Arial !important;
	border-style: solid !important;
	border-width: 0.1em !important;
	border-color: black !important;
	background-color: #304147 !important;
}

.dxeListBoxItemHover_Techno {
	border-color: #FFFFFF !important;
	background-color: #E9E9E9 !important;
	cursor: pointer !important;
}

.dxeListBoxItemRowHover_Techno {
	background: #E9E9E9 !important;
	cursor: pointer;
}
/*#endregion*/

/*#region TrackBar */
.dxeTrackBar_Techno {
	font: 10px Arial !important;
	user-select: none !important;
	-moz-user-select: -moz-none !important;
	-khtml-user-select: none !important;
	-webkit-user-select: none !important;
}

.dxeTBTrack_Techno {
	height: 4px !important;
	z-index: 2 !important;
	position: absolute !important;
	background-color: #A0A0A0 !important;
	background-image: url('../../../images/design_elements_techno/Regler_inaktiv.png') !important;
	border-style: none !important;
}

.dxeTrackBar_Techno.dxeTBHSys {
	height: 35px !important;
}

.dxeTBRBLabel_Techno, .dxeTBLTLabel_Techno, .dxeTBItem_Techno {
	color: #5A5A5A !important;
}

.dxeTBSelectedItem_Techno .dxeTBRBLabel_Techno,
.dxeTBSelectedItem_Techno .dxeTBLTLabel_Techno,
.dxeTBSelectedTick_Techno .dxeTBRBLabel_Techno,
.dxeTBSelectedTick_Techno .dxeTBLTLabel_Techno {
	color: #50AF32 !important;
}

.dxeTBValueToolTip_Techno {
	font: 10px Arial !important;
}

.dxeTBValueToolTip_Techno {
	padding: 3px 8px 4px 8px !important;
	display: inline !important;
	position: absolute !important;
	z-index: 41998 !important;
	border: 0px !important;
	background: #50AF32 !important;
	color: White !important;
}

.dxeTBTrack_Techno .dxeTBBarHighlight_Techno {
	height: 4px !important;
	background-image: url('../images/design_elements_techno/Regler_aktiv.png') !important;
}

.dxeTBHSys .dxEditors_edtTBSecondaryDH_Techno {
	background-image: url('../images/design_elements_techno/Regler_ARROW_right.png') !important;
	background-repeat: no-repeat !important;
	background-position: right 0px !important;
	background-size: 12px 10px !important;
}

.dxeTBHSys .dxEditors_edtTBMainDH_Techno {
	background-image: url('../images/design_elements_techno/Regler_ARROW_left.png') !important;
	background-repeat: no-repeat !important;
	background-position: left 0px !important;
	background-size: 12px 10px !important;
}
/*#endregion*/

/*#region Image Gallery */
.dxisControl_Techno .galleryItem {
	position: relative !important;
}

.dxisControl_Techno .galleryImage {
	vertical-align: middle !important;
	display: block !important;
	margin: auto !important;
	max-height: 190px;
}

.dxisControl_Techno .galleryMiniImage {
	max-height: 45px;
}

.dxisControl_Techno .galleryDocument {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dxisControl_Techno .galleryDocumenText span {
	display: block !important;
	font: 12px Arial !important;
	color: #000000 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

	.dxisControl_Techno .galleryDocumenText span:hover {
		display: block !important;
		font: 12px Arial !important;
		color: #304147 !important;
		font-weight: bold !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}

.dxisControl_Techno .galleryItemDownload {
	margin-top: 20px !important;
	text-align: center !important;
}

.dxisControl_Techno .galleryDocumenClick {
	display: block !important;
	margin-top: 10px !important;
}

	.dxisControl_Techno .galleryDocumenClick img {
		margin-right: 10px !important;
	}

	.dxisControl_Techno .galleryDocumenClick span {
		color: #bbb !important;
		text-decoration: none !important;
	}

.dxisControl_Techno .galleryNavigation {
	padding: 5px !important;
	text-align: center !important;
}

.dxisControl_Techno .dxis-nbItem .dxis-nbHoverItem {
	border: 0px !important;
}

.dxisControl_Techno .galleryNavigationHeader {
	color: #bbb !important;
	text-decoration: none !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
}

.dxisControl_Techno > .dxis-passePartout {
	background-color: transparent !important;
}

.dxisControl_Techno .dxis-prevBtnHorWrapper {
	background-color: transparent !important;
}

.dxisControl_Techno .dxis-nextBtnHorWrapper {
	background-color: transparent !important;
}
/*#endregion*/

/*#region ImageZoom */
.dxizControl_Techno {
	display: block !important;
}
/*#endregion*/

/*#endregion*/

/*#region Product Detail */
#modalLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8a8a8a;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	display: none;
}

#productDetailed {
	position: absolute;
	width: 940px;
	height: 100%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 1001;
	display: none;
}

#detailedProduct {
	width: 100% !important;
	position: relative !important;
}

	#detailedProduct img.detailedProductCorners {
		position: absolute;
		height: 115px !important;
		width: 115px !important;
		z-index: 1020 !important;
	}

	#detailedProduct img.topLeft {
		top: 0;
		left: 0;
	}

	#detailedProduct img.bottomRight {
		bottom: 5%;
		right: 0;
	}

#detailHeaderMaximized {
	overflow: visible !important;
	background-color: white;
	border: 14px solid #A0A0A0 !important;
	padding: 15px !important;
	padding-bottom: 30px !important;
	width: 100% !important;
	/*height: 95% !important;*/
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1004 !important;
	display: none;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
}

	#detailHeaderMaximized .closeMaximized {
		text-align: right !important;
		padding-right: 5px !important;
	}

	#detailHeaderMaximized .downloadMaximized {
		text-align: right !important;
		padding-left: 15px !important;
		padding-top: 15px !important;
		padding-bottom: 10px !important;
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
	}

.downloadMaximized .downloadMaximizedLink {
	display: block !important;
	font: 12px Arial !important;
	color: #000000 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

	.downloadMaximized .downloadMaximizedLink:hover {
		display: block !important;
		font: 12px Arial !important;
		color: #304147 !important;
		font-weight: bold !important;
		text-decoration: underline !important;
		cursor: pointer !important;
	}

.downloadMaximized .downloadMaximizedClick {
	display: block !important;
	margin-top: 10px !important;
	margin-right: 5px !important;
}

#detailFactFinder {
	overflow: visible !important;
	background-color: white;
	border: 14px solid #A0A0A0 !important;
	padding: 15px !important;
	padding-bottom: 30px !important;
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
	z-index: 1003 !important;
}

	#detailFactFinder .detailColumn {
		display: inline-block !important;
		width: 31% !important;
		vertical-align: top !important;
		margin-top: 10px !important;
	}

#detailPropertiesLeft {
	width: 100% !important;
}

	#detailPropertiesLeft td {
		font: 9pt Arial;
		color: #a0a0a0;
	}

#detailPropertiesRigth {
	width: 100% !important;
}

	#detailPropertiesRigth td {
		font: 9pt Arial;
		color: #a0a0a0;
	}

.detailHeaderLine {
	font: 9pt Arial !important;
	font-variant: small-caps !important;
	color: #000000 !important;
	font-weight: bold !important;
	line-height: 2 !important;
}

#detailFactFinder .detailHeader {
	/*word-wrap: break-word !important;
	overflow: hidden !important;
	max-height: 125px !important;*/
	padding-left: 10px;
	padding-right: 10px;
}

#detailFactFinder .detailHeaderName {
	font: 18pt Arial !important;
	font-variant: small-caps !important;
	color: #000000 !important;
	font-weight: bold !important;
}

#detailFactFinder .detailHeaderDescription {
	font: 9pt Arial !important;
	color: #a0a0a0 !important;
}

.imageMaximizedDiv {
	text-align: center !important;
}

.imageMaximized {
	max-width: 100%;
	max-height: 100%;
	height: 390px;
}
/*#endregion*/

/*#region Company Import */
#detailedCompanyImport {
	width: 1100px !important;
	height: 550px !important;
	position: absolute !important;
	z-index: 1000;
}

#detailCompanyImportDiv {
	overflow: visible !important;
	border: 14px solid #A0A0A0 !important;
	padding: 15px !important;
	width: 100% !important;
	/*height: 200px !important;*/
	position: absolute !important;
	left: 0 !important;
	background-color: #FFFFFF;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
}

	#detailCompanyImportDiv::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 45px;
		height: 45px;
		border-left: 14px solid #00FF00;
		border-top: 14px solid #00FF00;
	}

	#detailCompanyImportDiv::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 45px;
		height: 45px;
		border-right: 14px solid #00FF00;
		border-bottom: 14px solid #00FF00;
	}

.detailCompanyImportHint {
	margin: 0px;
	padding: 5px;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #8C8C8C;
	width: 100%;
	color: #333333;
}

.detailCompanyImportControls {
	padding-top: 15px;
}

.detailCompanyImportCheck {
	padding-top: 10px;
}

	.detailCompanyImportCheck label {
		font-family: Arial !important;
		font-size: 10pt !important;
		vertical-align: super !important;
	}

	.detailCompanyImportCheck input {
		margin-right: 5px !important;
		margin-top: 0px !important;
		display: inline-block !important;
	}

.wibsCompanyUploadFile {
	display: inline-block;
	padding: 5px;
	color: #FFFFFF;
	background-color: #88989F !important;
	border: 1px solid #304147 !important;
	cursor: pointer;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	width: 500px;
}

.wibsCompanyUploadButton {
	display: inline-block;
	padding: 5px;
	color: #FFFFFF;
	background-color: #88989F;
	border: 1px solid #304147;
	cursor: pointer;
	width: 100px;
	margin-top: 10px;
	font-family: Arial !important;
	font-weight: bold !important;
	height: 33px;
}

	.wibsCompanyUploadButton:hover {
		background-color: #304147 !important;
	}

.wibsCompanyImportBrowse {
	border: 1px solid #304147 !important;
	background-color: #88989F !important;
	font-weight: bold !important;
	font-size: 10pt !important;
}

	.wibsCompanyImportBrowse a {
		color: #FFFFFF !important;
		font-family: Arial !important;
		font-weight: bold !important;
		font-size: 8pt !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		padding-top: 5px !important;
		padding-bottom: 3px !important;
	}

.dxucNullText_Techno {
	border-right: none !important;
}

.wibsCompanyImportProgress {
	border: 1px solid #304147 !important;
}

.wibsCompanyImportProgressIndicator {
	background-color: #304147 !important;
}

.dxucButton_Techno a {
	color: #304147 !important;
	font-weight: bold !important;
	font-size: 10pt !important;
}

.dxTB.dxucTextBox_Techno {
	border: 1px solid #304147 !important;
	border-right-width: 0px !important;
}

.dxCB.dxucTextBox_Techno {
	border: 1px solid #304147 !important;
	border-left-width: 0px !important;
}

#btnExcelCpyImport {
	height: 11px !important;
}

@-moz-document url-prefix() {
	#btnExcelCpyImport {
		height: 13px !important;
	}
}

#btnExcelCpyImport .dx-vam {
	line-height: 4pt;
}

#uploadFileCompanyImport_Cancel {
	display: none;
}
/*#endregion*/

/*#region Company Detail */
#detailedCompany {
	width: 1100px !important;
	height: 550px !important;
	position: absolute !important;
	z-index: 1000;
}

	#detailedCompany img.detailedCompanyCorners {
		position: absolute;
		height: 115px !important;
		width: 115px !important;
		z-index: 11 !important;
	}

	#detailedCompany img.topLeft {
		/*top: 85px;*/
		left: 0;
	}

	#detailedCompany img.bottomRight {
		bottom: 23px;
		right: -58px;
	}

#detailCompanyDiv {
	overflow: visible !important;
	border: 14px solid #A0A0A0 !important;
	padding: 15px !important;
	width: 100% !important;
	height: 470px !important;
	position: absolute !important;
	/*top: 85px !important;*/
	left: 0 !important;
	background-color: #FFFFFF;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
}

	#detailCompanyDiv .detailHeader {
		word-wrap: break-word !important;
		overflow: visible !important;
		margin-bottom: 15px !important;
	}

	#detailCompanyDiv .detailHeaderName {
		font: 18pt Arial !important;
		font-variant: small-caps !important;
		color: #000000 !important;
		font-weight: bold !important;
	}

	#detailCompanyDiv .detailHeaderDescription {
		font: 18pt Arial !important;
		font-weight: bold !important;
		color: #a0a0a0 !important;
	}

	#detailCompanyDiv .detailColumnFiles {
		display: inline-block !important;
		width: 245px !important;
		height: 120px !important;
		vertical-align: top !important;
		margin-top: 10px !important;
	}

	#detailCompanyDiv .detailColumn {
		display: inline-block !important;
		width: 31% !important;
		vertical-align: top !important;
		margin-top: 10px !important;
	}

	#detailCompanyDiv .detailColumnList {
		display: inline-block !important;
		height: 95% !important;
		max-height: 350px;
		vertical-align: top !important;
		margin: 10px 0 0 20px !important;
		overflow-y: auto !important;
	}

	#detailCompanyDiv .detailColumnListLeft {
		width: 35% !important;
	}

	#detailCompanyDiv .detailColumnListRight {
		width: 30% !important;
	}

	#detailCompanyDiv .detailColumnList::-webkit-scrollbar {
		width: 12px;
	}

	#detailCompanyDiv .detailColumnList::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
	}

	#detailCompanyDiv .detailColumnList::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}

	#detailCompanyDiv .companyImageDiv {
		border-bottom: 5px solid #a0a0a0;
	}

	#detailCompanyDiv #companyDocumentsText {
		float: left !important;
		padding-top: 14px !important;
		padding-left: 10px !important;
		font: 9pt Arial !important;
		color: #a0a0a0 !important;
	}

	#detailCompanyDiv #companyDocuments img {
		float: right !important;
		padding-top: 10px !important;
	}

	#detailCompanyDiv #companyDocuments .galleryDocumenText span {
		display: block !important;
		font: 12px Arial !important;
		color: #000000 !important;
		font-weight: bold !important;
		text-decoration: underline !important;
	}

		#detailCompanyDiv #companyDocuments .galleryDocumenText span:hover {
			display: block !important;
			font: 12px Arial !important;
			color: #304147 !important;
			font-weight: bold !important;
			text-decoration: underline !important;
			cursor: pointer !important;
		}

#companyDetailTabs {
	background-position: 5px 10px;
}

.dxtc-rightIndent {
	border-top: none !important;
	border-bottom: none !important;
}

.dxtc-tab {
	border: none !important;
}

.dxtc-spacer {
	border: none !important;
}

.dxtc-leftIndent {
	border-bottom: none !important;
}
/*#endregion*/

/*#region Black List */

/*#region Window */
#detailedCompanyBlackList {
	width: 1100px !important;
	height: 600px !important;
	position: absolute !important;
	z-index: 1000;
}

#detailedCompanyBlackListDiv {
	overflow: visible !important;
	border: 14px solid #A0A0A0 !important;
	padding: 15px !important;
	width: 100% !important;
	max-height: 525px !important;
	overflow-y: visible;
	position: absolute !important;
	left: 0 !important;
	background-color: #FFFFFF;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
	z-index: 1000;
}

	#detailedCompanyBlackListDiv::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #00FF00;
		border-top: 14px solid #00FF00;
		z-index: -1;
	}

	#detailedCompanyBlackListDiv::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #00FF00;
		border-bottom: 14px solid #00FF00;
		z-index: -1;
	}
/*#endregion*/

/*#region Fixes */
#dgBlackList .dxListHeader td {
	font: 8pt bold Arial, sans-serif !important;
}

#dgBlackList .dxWeb_edtCheckBoxChecked_Techno {
	background: #A0A0A0 2px 2px url(./images/X_clear_schwarz.png) !important;
	background-repeat: no-repeat !important;
}

#dgBlackList .dxWeb_edtCheckBoxUnchecked_Techno {
	background: #A0A0A0 !important;
}
/*#endregion*/
/*#endregion*/

/*#region CompanyPages */

/*#region Header */
.companyPageHint {
	padding: 5px;
	margin-top: 10px;
	background-color: #bce8a6;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	font-weight: 600;
	border: 1px solid #ccc;
	float: right;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
/*#endregion*/

/*#region Edit/Preview */
.textTD {
	width: 100px;
	padding-bottom: 10px;
}

.textCol {
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.valueTD {
	padding-bottom: 10px;
}

.valueCol {
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
}

.companyPageContent {
	width: 100%;
	max-height: 350px;
	overflow: auto;
	padding: 10px;
	height: 100%;
	border: 1px dashed #000;
	margin-bottom: 5px;
	word-wrap: break-word;
	max-width: 1047px;
}

.companyPageContentEdit {
	padding-bottom: 25px;
}
/*#endregion*/

/*#region List*/
.companyPageContentList {
	padding-right: 10px;
}
/*#endregion*/

/*#region Footers */
.pagesButton {
	display: inline-block !important;
	color: #FFFFFF !important;
	background-color: #88989F !important;
	border: 1px solid #304147 !important;
	cursor: pointer !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 3px !important;
}

	.pagesButton:hover {
		background-color: #88989F !important;
		color: #FFFFFF !important;
	}
/*#endregion*/

/*#region Fixes */
#dgCompanyPageList .dxListHeader td {
	font: 8pt bold Arial, sans-serif !important;
}

#companyPageList .dxmLite_Techno .dxm-main.dxmtb {
	background: #EEE !important;
}

#companyPageList .dxheDesignViewArea_Techno, .dxheViewArea_Techno {
	border: 1px solid #EEE !important;
}

#companyPageList .dxtcLite_Techno.dxtc-bottom > .dxtc-stripContainer .dxtc-tab {
	background: none !important;
}

#companyPageList .dxtcLite_Techno.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab {
	background: #000000 !important;
}

#companyPageList .dxpcLite_Techno .dxpc-header, .dxdpLite_Techno .dxpc-header {
	border-top: 5px solid gray !important;
	background: #EEE !important;
}

#companyPageList .dxpnlControl_Techno {
	border: 1px solid #ffffff !important;
	background-color: white !important;
	padding: 5px !important;
	margin-bottom: -20px !important;
	font: 5pt Arial !important;
}

#companyPageList {
	margin-bottom: -20px !important;
}

#companyPageDetail {
	width: 100%;
	margin-bottom: 20px;
}
/*#endregion*/

/*#endregion*/

/*#region Custom Signatures */

/*#region Header */
.customSignaturesHint {
	padding: 5px;
	margin-top: 10px;
	background-color: #bce8a6;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	font-weight: 600;
	border: 1px solid #ccc;
	float: right;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
/*#endregion*/

/*#region Content */
#customSignaturesContent .dxmLite_Techno .dxm-main.dxmtb {
	background: #EEE !important;
}

#customSignaturesContent .dxheDesignViewArea_Techno, .dxheViewArea_Techno {
	border: 1px solid #EEE !important;
}

#customSignaturesContent .dxtcLite_Techno.dxtc-bottom > .dxtc-stripContainer .dxtc-tab {
	background: none !important;
}

#customSignaturesContent .dxtcLite_Techno.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab {
	background: #000000 !important;
}

#customSignaturesContent .dxpcLite_Techno .dxpc-header, .dxdpLite_Techno .dxpc-header {
	border-top: 5px solid gray !important;
	background: #EEE !important;
}

#customSignaturesContent .dxpnlControl_Techno {
	border: 1px solid #ffffff !important;
	background-color: white !important;
	padding: 5px !important;
	font: 5pt Arial !important;
}
/*#endregion*/

/*#region PlaceHolders */
.placeholder-list {
	max-height: 375px;
	overflow-y: scroll;
}

.item-placeholder-title {
	padding: 5px;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	border: 1px solid #ccc;
	float: right;
	clear: both;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.item-placeholder {
	cursor: pointer;
	padding: 5px;
	background-color: lightyellow;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	border: 1px dashed #ccc;
	float: right;
	clear: both;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}

	.item-placeholder:hover {
		background-color: #bce8a6;
		font-weight: 600;
	}
/*#endregion*/

/*#region Footer */
#customSignaturesFooter {
	margin-top: 5px;
}
/*#endregion*/

/*#region Editor */
.note-editor.note-frame {
	position: relative !important;
}

.modal-backdrop {
	z-index: 998 !important;
}
/*#endregion*/

/*#endregion*/

/*#region List */
.dxgvControl_Techno {
	background-color: transparent !important;
}

.dxListHeader {
	background-color: #000000 !important;
	border: none !important;
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 8pt !important;
	text-transform: uppercase !important;
}

.dxListHeaderTable {
	float: right !important;
}

.dxListHeaderLine {
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
	vertical-align: middle !important;
	padding-top: 2px !important;
}

	.dxListHeaderLine.pagerButtons label {
		margin-bottom: 0px !important;
	}

.comboBoxPageSize {
	background: transparent !important;
	margin-bottom: 0px !important;
	border: 1px solid #000000 !important;
	font-family: Arial !important;
	font-size: 8pt !important;
}

	.comboBoxPageSize .dxeEditArea_Techno {
		background: transparent !important;
	}

	.comboBoxPageSize .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

#comboBoxPageSize {
	background: transparent !important;
}

	#comboBoxPageSize .dxeEditArea_Techno {
		background: transparent !important;
	}

	#comboBoxPageSize .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

#comboBoxPageSizeDown {
	background: transparent !important;
}

	#comboBoxPageSizeDown .dxeEditArea_Techno {
		background: transparent !important;
	}

	#comboBoxPageSizeDown .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

.pagerCombo {
	padding-top: 0px !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
}

	.pagerCombo td label {
		font-family: Arial !important;
		font-size: 8pt !important;
	}

.dxGridView_gvHeaderSortDown_Techno {
	background-image: url('/images/symbols/triangle_down_orange.gif') !important;
	background-position: center !important;
	width: 7px !important;
	height: 10px !important;
}

.dxGridView_gvHeaderSortUp_Techno {
	background-image: url('/images/symbols/triangle_up_orange.gif') !important;
	background-position: center !important;
	width: 7px !important;
	height: 10px !important;
}

.dxgvFilterRow_Techno {
	background-color: #000 !important;
}

.dxgvDataRow_Techno {
	background-color: #FFFFFF !important;
	color: #4F5158 !important;
	font-family: Arial, sans-serif !important;
	font-size: 9pt !important;
	font-weight: bold !important;
}

	.dxgvDataRow_Techno a {
		color: #4F5158 !important;
	}

.dxgvDataRowAlt_Techno {
	background-color: #EEE !important;
}

.dxgvDataRow_Techno td.dxgv {
	overflow: hidden;
	border-bottom: 0px solid !important;
	border-right: 0px solid !important;
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	padding: 3px 4px 4px !important;
}

.dxgvFilterBar_Techno {
	border-top: none !important;
	background-color: #000000 !important;
}

	.dxgvFilterBar_Techno a {
		color: #FFFFFF !important;
		font-weight: bold !important;
	}

	.dxgvFilterBar_Techno .dxGridView_gvFilterRowButton_Techno {
		background-image: url('../../../images/design_elements_techno/FILTER_S_weiss.png') !important;
		background-position: center !important;
		width: 18px !important;
		height: 18px !important;
		margin-right: 5px !important;
	}

.dxgvTable_Techno .dxeTextBox_Techno {
	background-color: #EEE !important;
	border: 1px Solid transparent !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
}

.dxgvFilterRow_Techno .dxGridView_gvFilterRowButton_Techno {
	background-image: url('../../../images/design_elements_techno/FILTER_S_weiss.png') !important;
	background-position: center !important;
	width: 18px !important;
	height: 18px !important;
	margin: 5px !important;
}

.dxgvFilterRow_Techno .dxeEditArea_Techno {
	background: transparent !important;
}

.dxgvFilterRow_Techno .dxeButtonEditButton_Techno {
	background-color: transparent !important;
}

.dxgvEmptyDataRow_Techno {
	padding: 5px !important;
	background-color: #BCE8A6 !important;
	font-family: Arial, sans-serif !important;
	font-size: 8pt !important;
	font-weight: normal !important;
	border: 1px solid #CCCCCC !important;
	margin-top: 5px !important;
	color: #4F5158 !important;
}

.dxizControl_Techno {
	display: block !important;
}


/*#endregion*/

/*#region Select Company */
#cboCompanySelect {
	background: transparent !important;
	font: 9px Arial,Helvetica,sans-serif !important;
	color: #304147 !important;
	font-weight: normal !important;
}

	#cboCompanySelect img {
		max-width: none !important;
	}

	#cboCompanySelect .dxeEditArea_Techno {
		background: #304147 !important;
		color: #88989F !important;
	}

	#cboCompanySelect .dxeButtonEditButton_Techno {
		padding: 0 3px 2px 2px !important;
		background-color: #000000 !important;
		background: none !important;
	}

.cboCompanySelectCaption {
	font: 9px Arial,Helvetica,sans-serif !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
}

#blackTitle .dxeCaptionCell_Techno.dxeCaptionVATSys.dxeTextEditCTypeSys {
	padding-top: 0px !important;
}

#blackTitle .dxeButtonEdit_Techno {
	height: 15px !important;
}

#blackTitle .dxeButtonEditSys td.dxic {
	padding: 0px 0px 0px 0px !important;
	overflow: hidden;
}
/*#endregion*/

/*#region TyreShop Search */
.search_tyres {
	z-index: 50;
	position: absolute;
	bottom: 245px;
	border-top: 4px solid #304147;
	height: 33px;
	margin: 0 auto;
	color: #fff;
	width: 1140px;
	font-family: Arial;
}

.search_tyres_left {
	cursor: pointer;
	height: 29px;
	line-height: 29px;
	width: 59px;
	background-repeat: no-repeat;
	z-index: 61;
	position: relative;
	text-align: center;
}

.search_tyres_left_back {
	background-image: url('WIBS/images/SEARCH_left.png');
}

.search_tyres_span {
}

.search_tyres_left_hover {
	background-image: url('WIBS/images/SEARCH_left_hover.png');
}

.search_tyres_left img {
	/*padding-left: 5px;*/
}

.search_tyres_rigth {
	cursor: pointer;
	height: 29px;
	line-height: 29px;
	width: 59px;
	background-image: url('WIBS/images/SEARCH_right.png');
	background-repeat: no-repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	right: 0;
}

	.search_tyres_rigth:hover {
		background-image: url('WIBS/images/SEARCH_right_hover.png');
	}

.search_tyres_rigth_img {
	background-image: url('TDE/images/pfeil_M_weiss.png');
}

.search_tyres_rigth img {
	padding-left: 25px;
}

.search_tyres_filter {
	background: #FFFFFF;
	border-right: 4px solid #A0A0A0;
	height: 29px;
	position: absolute;
	top: 0;
}

.search_tyres_groupFilter {
	width: 180px;
	left: 45px;
}

.search_tyres_widthFilter {
	width: 110px;
	left: 225px;
}

.search_tyres_sectionFilter {
	width: 140px;
	left: 335px;
}

.search_tyres_inchFilter {
	width: 100px;
	left: 475px;
}

.search_tyres_loadFilter {
	width: 100px;
	left: 575px;
}

.search_tyres_speedFilter {
	width: 100px;
	left: 675px;
}

.search_tyres_manufacturerFilter {
	width: 150px;
	left: 775px;
}

.search_tyres_textFilter {
	width: 170px;
	left: 925px;
	border-right: none !important;
}
/*DevExpress Combobox */
.search_tyres .dxeButtonEdit_Techno {
	height: 29px !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url('TDE/images/pfeil_S_schwarz.png');
}

.search_tyres .search_tyres_groupFilter .dxeButtonEdit_Techno {
	background-position: 20px 50% !important;
}

.search_tyres .dxeEditArea_Techno {
	background: transparent !important;
	color: #000000 !important;
	text-align: left !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding-left: 20px !important;
}

.search_tyres .search_tyres_groupFilter .dxeEditArea_Techno {
	padding-left: 35px !important;
}

.search_tyres .search_tyres_textFilter .dxeEditArea_Techno {
	padding-left: 25px !important;
}

.search_tyres .dxeListBoxItem_Techno {
	cursor: pointer !important;
	padding: 5px 2px 5px 10px !important;
	text-align: left !important;
	color: #FFFFFF !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: bold !important;
	border: 0px solid !important;
	background: #304147 !important;
	padding-left: 20px !important;
}

	.search_tyres .dxeListBoxItem_Techno em {
		background: none !important;
	}

.search_tyres .dxeListBoxItemHover_Techno {
	background: #000000 !important;
}

.search_tyres .dxh2 {
	color: #A0A0A0 !important;
	font-size: 12px !important;
}

.search_tyres .dxh4 {
	color: #A0A0A0 !important;
	font-size: 12px !important;
	text-align: left !important;
}
/*DevExpress TextBox */
.search_tyres .dxeTextBox_Techno {
	background-color: transparent !important;
	color: #A0A0A0 !important;
	text-align: center !important;
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none !important;
}
/*DevExpress Loader */
#loadingCombo.dxlpLoadingPanel_Techno {
	border: 0px solid !important;
	width: 16px !important;
	height: 16px !important;
	background: transparent !important;
}
/*#endregion*/

/*#region User Profile */
.changePasswordBox {
	width: 250px;
}

.userInterestTree,
.userFunctionTree {
	width: 350px;
}

.userProfileButtons {
	margin-top: 20px;
	text-align: center;
}

#TDEUserInterestsTree .dxWeb_edtCheckBoxChecked_Techno,
#TDEUserFunctionsTree .dxWeb_edtCheckBoxChecked_Techno {
	background-image: url('TDE/images/X_clear_schwarz.png') !important;
	background-repeat: no-repeat;
	-ms-background-size: 8px 8px;
	background-size: 8px 8px;
	-moz-background-position-x: 50%;
	-o-background-position-x: 50%;
	background-position-x: 50%;
	-moz-background-position-y: 50%;
	-o-background-position-y: 50%;
	background-position-y: 50%;
}

/*#endregion*/

/*#region Limits */
.modalWindowLimitedBasketDetail {
	display: none;
	background-color: #FFFFFF;
	width: 1000px;
	height: 635px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-moz-box-shadow: 4px 5px 4px -1px #5a5a5a;
	-webkit-box-shadow: 4px 5px 4px -1px #5a5a5a;
	box-shadow: 4px 5px 4px -1px #5a5a5a;
	z-index: 29998 !important;
	border: 14px solid #A0A0A0;
	overflow-y: visible !important;
	padding: 15px;
}

	.modalWindowLimitedBasketDetail::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modalWindowLimitedBasketDetail::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}

#limitedBasketContainer {
	overflow-y: auto;
	max-height: 80%;
}

#limitedBasketDetailHeader {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.limitedBasketDetailHeaderButton {
	float: right;
	margin-top: 5px;
}

.limitedBasketDetailOrderLimitDetail {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	color: #4F5158 !important;
	font-family: Arial, sans-serif !important;
	font-size: 8pt !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.limitedBasketSupplierGroup {
	padding-bottom: 10px !important;
	color: #00285C !important;
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 11pt !important;
	text-decoration: underline !important;
}

.limitedBaskettEmpty {
	margin: 0px 15px 0px 15px;
	padding: 5px;
	background-color: #EEEEEE;
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.limitedBasketPanelFooter {
	width: 100%;
	max-height: 400px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.basketfooterTable {
	width: 100%;
	border-top: 1px solid #000000;
	padding-top: 5px;
	margin-top: 5px;
}

.basketfooterCell {
	margin-top: 2px;
	padding: 10px 3px 0px 3px;
	text-align: right;
	color: #00285C;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.basketFooterSummaryBoldValue {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.basketfooterButton {
	text-align: right;
	padding-right: 5px;
}

.dxeSpinIncButton_Techno {
	height: 10px !important;
}

.dxeEditArea_Techno.dxeDisabled_Techno {
	color: purple !important;
	font-weight: bolder !important;
}

.limitsButtons {
	display: inline-block !important;
	padding: 5px !important;
	color: #FFFFFF !important;
	background-color: #88989F !important;
	border: 1px solid #304147 !important;
	cursor: pointer !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
}

	.limitsButtons:hover {
		background-color: #304147 !important;
		color: #FFFFFF !important;
	}
/*#endregion*/

/*#region Favorite */
.favoritesHintPanel {
	margin-top: 10px;
	padding: 5px;
	background-color: #BCE8A6;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

/*#region Filter */
.favoriteFilter {
	background-image: url('images/pfeil_S_grau.png') !important;
	background-position: 14px 13px !important;
	background-repeat: no-repeat !important;
	border: 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	float: left !important;
	height: 100% !important;
	padding: 4px 0 0 30px !important;
	color: black !important;
}

	.favoriteFilter .dxeEditArea_Techno {
		text-transform: uppercase !important;
	}
/*#endregion*/

/*#region List*/
.ListQuantity {
	background-color: #8c007d !important;
	font-weight: bold !important;
	border: none !important;
}

	.ListQuantity tr > td > input {
		background-color: #8c007d !important;
		font-weight: bold !important;
		color: #FFFFFF !important;
		text-align: center !important;
	}

.ListNoQuantity {
	background-color: #E9E9E9 !important;
	font-weight: bold !important;
	border: none !important;
}

	.ListNoQuantity tr > td > input {
		background-color: #E9E9E9 !important;
		font-weight: bold !important;
		color: #4f5158 !important;
		text-align: center !important;
	}
/*#endregion*/

/*#endregion*/

/*#region Custom Upload */
.custom-upload {
	position: relative;
	height: 40px;
	width: 100%;
}

	.custom-upload input[type=file] {
		outline: none;
		position: relative;
		text-align: right;
		-moz-opacity: 0;
		-webkit-filter: alpha(opacity: 0);
		-moz-filter: alpha(opacity: 0);
		-o-filter: alpha(opacity: 0);
		filter: alpha(opacity: 0);
		-ms-opacity: 0;
		opacity: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}

	.custom-upload .fake-file {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 1;
		line-height: 100%;
	}

		.custom-upload .fake-file input {
			display: inline-block;
			font-size: 16px;
			height: 26px;
		}

			.custom-upload .fake-file input.fake-text {
				width: 450px;
				background-color: white;
				border: 1px solid #304147;
				font-size: 9pt;
				height: 24px;
				color: #88989f;
				padding: 5px;
			}
/*#endregion*/

/*#region EFA Stocks*/
.stock-badge-base {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8pt;
	padding: 2px 7px;
}

.stock-badge-green {
	color: #fff;
	background-color: #4caf50;
}

.stock-badge-none {
	color: #fff;
	background-color: #304147;
}
/*#endregion*/

/*#region Overrides */

/*#region Product */
.modalWindowProduct {
	display: none;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible !important;
	border: 14px solid #a0a0a0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}

	.modalWindowProduct::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modalWindowProduct::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}

.modalWindowProductMaximized {
	display: none;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible !important;
	border: 14px solid #a0a0a0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}

	.modalWindowProductMaximized::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modalWindowProductMaximized::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}
/*#endregion*/

/*#region TyreShop */
.modalWindowTyreProduct {
	display: none;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible !important;
	border: 14px solid #a0a0a0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}

	.modalWindowTyreProduct::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modalWindowTyreProduct::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}

#TyreProductDetailTabs {
	background-position: 5px 10px;
}

.TyreProductDetailHeader {
	font: 18pt Arial !important;
	-webkit-font-variant: small-caps !important;
	-moz-font-variant: small-caps !important;
	-ms-font-variant: small-caps !important;
	-o-font-variant: small-caps !important;
	font-variant: small-caps !important;
	color: #000 !important;
	font-weight: bold !important;
}

.TyreProductDetailPropertie {
	padding-bottom: 5px !important;
	font-weight: bold;
	text-align: left;
	font: 9pt Arial !important;
	-webkit-font-variant: small-caps !important;
	-moz-font-variant: small-caps !important;
	-ms-font-variant: small-caps !important;
	-o-font-variant: small-caps !important;
	font-variant: small-caps !important;
	color: #000 !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
}

.TyreProductDetailValue {
	text-align: left;
	vertical-align: top;
	font: 9pt Arial !important;
	color: #a0a0a0 !important;
}

#tyreShopFilter {
	margin-left: 0 !important;
	margin-top: 19px !important;
}

#TyreShopFilterBox {
	width: 200px !important;
	margin-top: 16px !important;
	height: 24px !important;
	line-height: 24px !important;
	background-color: #304147;
}

.TyreShopFilterBoxFiltered:hover {
	color: #FFFFFF !important;
	background-color: #C6027D !important;
}

#TyreShopFilterButton {
	width: 200px !important;
	margin-top: 10px !important;
	height: 22px !important;
	line-height: 17px !important;
	background-color: #304147 !important;
}

	#TyreShopFilterButton a {
		color: #FFFFFF !important;
		text-decoration: none;
	}

#tyreShopListGrid {
	margin: 0 0px 5px 0px !important;
	width: calc(100% - 200px) !important;
}

.modaldetailedTyreCompany {
	display: none;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible !important;
	border: 14px solid #a0a0a0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}

	.modaldetailedTyreCompany::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modaldetailedTyreCompany::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}

.modalWindowTyreProductMaximized {
	display: none;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible !important;
	border: 14px solid #a0a0a0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}

	.modalWindowTyreProductMaximized::before {
		display: block;
		position: absolute;
		top: -14px;
		left: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-left: 14px solid #000000;
		border-top: 14px solid #000000;
	}

	.modalWindowTyreProductMaximized::after {
		display: block;
		position: absolute;
		bottom: -14px;
		right: -14px;
		content: " ";
		width: 115px;
		height: 115px;
		border-right: 14px solid #000000;
		border-bottom: 14px solid #000000;
	}
/*#endregion*/

/*#region Central Basket */
#dgCentralBasketList .dxgvGroupRow_Techno {
	background-color: whitesmoke !important;
	font-family: Arial, sans-serif !important;
	font-size: 9pt !important;
	font-weight: bold !important;
	color: black !important;
}

#dgCentralBasketList .dxgvGroupFooter_Techno {
	background-color: transparent !important;
	font-weight: bold;
	font-size: 8pt;
}

#dgCentralBasketList .dxgvDataRow_Techno td.dxgvIndentCell, .dxgvGroupRow_Techno td.dxgvIndentCell, .dxgvGroupFooter_Techno td.dxgvIndentCell {
	background-color: white !important;
	border-right: none !important;
	border-left: none !important;
}

#dgCentralBasketList .dxgvFooter_Techno {
	background-color: transparent !important;
	font-weight: bold;
	font-size: 8pt;
	border-top: 2px solid #000;
}

#dgCentralBasketList .dxgvGroupFooter_Techno td.dxgv {
	border-bottom: none !important;
	border-right: none !important;
}

#dgCentralBasketList .dxgvGroupRow_Techno td.dxgv, .dxgvFocusedGroupRow_Techno td.dxgv {
	border-bottom: 1px solid #000000 !important;
}
/*#endregion*/

/*#endregion*/

/*#region Wibs Banners*/
.wb-indicators {
	top: 450px !important;
}

	.wb-indicators span {
		font-size: 60px;
		color: #ABABAB;
		cursor: pointer;
		background-color: transparent !important;
		width: 10px !important;
		height: 10px !important;
		margin-right: -15px;
	}

		.wb-indicators span.active {
			color: #89007E;
			margin-right: -15px;
		}

.wb-prev {
	position: absolute;
	top: 330px;
	left: 10%;
	z-index: 10000;
}

.wb-next {
	position: absolute;
	top: 330px;
	right: 10%;
	z-index: 10000;
}

.wb-wrapper {
	position: absolute;
	z-index: 10000;
	top: 40px;
	left: 860px;
}

.wb-wrapper-image {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
}

.wb-wrapper-details {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 57px;
	height: 32px;
	width: 207px;
	background: url('TDE/images/wibsBanners/mehr_erfahren.png') no-repeat;
	padding: 8px 0 0 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

	.wb-wrapper-details:hover {
		background: url('TDE/images/wibsBanners/mehr_erfahren_hover.png');
		color: #000000;
		text-decoration: none;
		cursor: pointer;
	}

.wb-wrapper-link {
	position: absolute;
	z-index: 10000;
	top: 30px;
	left: 57px;
	height: 29px;
	width: 179px;
	background: url('TDE/images/wibsBanners/jetzt_bestellen.png') no-repeat;
	padding: 7px 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

	.wb-wrapper-link:hover {
		background: url('TDE/images/wibsBanners/jetzt_bestellen_hover.png');
		color: #000000;
		text-decoration: none;
		cursor: pointer;
	}

.wb-tooltip {
	position: absolute;
	z-index: 10000;
	top: 350px;
	left: -1px;
	background-image: url('TDE/images/Text_Banner_gruen.png');
	background-position: -6px;
	background-repeat: no-repeat;
	background-size: 285px 62px;
	cursor: pointer;
	float: left;
	height: 52px;
	line-height: 52px;
	margin-top: 30px;
	padding: 0 0 0 15px;
	text-align: left;
	width: 285px;
	position: absolute;
	z-index: 20;
}

	.wb-tooltip p {
		display: table-cell;
		vertical-align: middle;
	}

	.wb-tooltip span {
		font-size: 12pt;
		font-weight: bold;
		color: #ffffff;
		width: 225px;
		overflow-wrap: break-word;
		vertical-align: middle;
		display: inline;
	}

.wb-detail {
	margin-top: 25px;
}

.wb-detail-left {
	width: 570px;
	float: left;
	position: relative;
}

.wb-detail-right {
	width: 570px;
	float: left;
	position: relative;
}

.wb-detail-close {
	position: absolute;
	top: 18px;
	right: 36px;
	cursor: pointer;
}

.wb-detail-content {
	padding: 52px 20px 0 55px;
	line-height: 17px;
	position: relative;
}

	.wb-detail-content h2 {
		font-size: 24px;
		margin: 0 0 10px 0;
		line-height: 24px;
		color: #838383;
		font-weight: bold;
	}

	.wb-detail-content p {
		margin: 0 0 10px 0;
		padding: 0;
		color: #838383;
		font-size: 12px;
	}

.wb-detail-scroller {
	overflow: auto;
	height: 280px;
}

.wb-detail-clear {
	clear: both;
}

.wb-detail-bottom {
	width: 100%;
	min-height: 74px;
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
}

.wb-detail-download {
	position: absolute;
	right: 112px;
	top: 0;
	height: 74px;
	padding-top: 20px;
	padding-left: 50px;
	background-image: url('TDE/images/wibsBanners/angebot_download.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	font-size: 9pt;
}

.wb-detail-print {
	position: absolute;
	right: 320px;
	top: 0;
	height: 74px;
	padding-top: 20px;
	padding-left: 50px;
	background-image: url('TDE/images/wibsBanners/angebot_print.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	font-size: 9pt;
	visibility: hidden;
}

	.wb-detail-print:hover {
		color: #00FF00;
		background-image: url('TDE/images/wibsBanners/angebot_print_hover.png');
		cursor: pointer;
	}

.wb-detail-downloads {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000000;
	width: 260px;
}

.wb-detail-downloads-header {
	padding: 8px 0 6px 40px;
	color: #000000;
	background-color: #00FF00;
	background-image: url('TDE/images/wibsBanners/angebot_download_hover.png');
	background-repeat: no-repeat;
	background-position: 12px 8px;
	font-size: 10pt;
}

.wb-detail-downloads-files {
	padding: 12px 18px 18px 15px;
}

	.wb-detail-downloads-files table tr td {
		padding: 4px 4px 10px 4px;
	}

		.wb-detail-downloads-files table tr td a {
			color: #FFFFFF;
		}
/*#endregion*/

/*#region WishList */
#wl-container {
	margin-top: 65px;
}

.wl-banner-list-hint {
	padding: 5px;
	background-color: #bce8a6;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	font-weight: 500;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.wl-suppliers-container {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

.wl-supplier-title-container {
	padding-bottom: 10px;
}

.wl-supplier-title {
	color: #00285C;
	font-size: 10pt;
	font-weight: bold;
}

.wl-supplier-list {
	padding-bottom: 10px;
}

.wl-supplier-list-footer-item {
	margin-top: 10px;
}

.wl-edit-icon {
	height: 17px;
	padding-top: 2px;
	cursor: pointer;
}

.wl-footer-container {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.wl-footer-btn {
	display: inline-block;
	width: 230px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 8pt;
	background: #8C007D;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

	.wl-footer-btn:focus, .wl-footer-btn:hover {
		text-decoration: none;
		color: white;
		font-size: 8pt;
		background: #8C007D;
		padding: 8px;
		border-radius: 5px;
		cursor: pointer;
		font-weight: bold;
	}

.wl-footer-row {
	margin-bottom: 10px;
	border-top: 1px solid black;
}

.wl-footer-price {
	display: inline-block;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 10px;
}

.wl-alert-icon {
	color: red;
	cursor: pointer;
}

.wl-banner-container {
	width: 100%;
	margin-left: 15px;
}

.dxgvFooter_Techno {
	background-color: transparent !important;
}
/*#endregion*/

