HTML {
	font-family: OpenSans;
	margin: 0px;
}

BODY {
	padding: 0px;
	margin: 0px;
	background-image: url("files/bg3.jpg");
	background-position: center center;
	font-size: 14px;
	background-attachment: fixed;
	background-size: cover;
}

TABLE {
	font-size: inherit;
}

A IMG {
	border: 0px none;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
}

H1 {
	font-size: inherit;
	margin: 0px;
	display: block;
	font-weight: inherit;
}

H2 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

H3 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

.menu_level1 A {
	color: #FFFFFF;
}

.menu_level1 {
	padding: 8px 20px 0px 20px;
}

.menu_level2 A {
	color: #FFFFFF;
}

.menu_level2 {
	padding: 0px 7px 0px 7px;
}

.article P {
	margin: 0px 0px 13px 0px;
	min-height: 16px;
}

.article UL LI {
	margin-bottom: 13px;
}

.article UL {
	margin: 0px 0px 13px 0px;
	padding-left: 25px;
}

.article OL {
	margin: 0px 0px 13px 0px;
}

.article .search-reg-wrap {
	text-align: center;
}

.article IMG {
	max-width: 100%;
}

.article video {
	max-width: 100%;
}

.article_head {
	font-size: 28px;
	margin-top: 10px;
}

.article_head_insert {
	font-size: 18px;
}

.article_head_between {
	font-size: 22px;
}

.article_head_sub {
	font-size: 22px;
}

.article_ingress {
	margin-top: 0.5em;
	font-size: 120%;
	font-style: italic;
}

.article_content {
	padding-top: 13px;
}

.article_ingress_list {
	margin-top: 0.5em;
}

.article_readmore_list {
	font-size: 11px;
}

.recent TH {
	border: 1px solid #000000;
}

.recent TD {
	border: 1px solid #000000;
}

.recent {
	border-collapse: collapse;
}

.webshop_list TD {
	padding: 3px 6px;
}

.webshop_list TH {
	padding: 2px;
}

.webshop_list .promo IMG {
	height: 24px;
	vertical-align: middle;
	width: auto;
}

.webshop_list .promo SPAN {
	font-weight: bold;
	font-style: italic;
	color: #666;
	margin-right: 26px;
}

.webshop_list .promo {
	padding: 20px 0px;
	text-align: center;
}

.toplogo .topmenuarea .menu DIV:nth-of-type(1) A {
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.toplogo .topmenuarea .menu DIV:nth-of-type(1) A:before {
	color: #FFFFFF;
	background-image: url("files/yline.png");
	background-position: 0px 20px;
	animation: slideline 10s linear 0s infinite;
	-webkit-animation: slideline 10s linear 0s infinite;
	-moz-animation: slideline 10s linear 0s infinite;
	-ms-animation: slideline 10s linear 0s infinite;
	background-repeat: no-repeat;
	background-size: 201px;
	padding-bottom: 10px;
	content: "";
	position: absolute;
	top: 0px;
	width: 200%;
	height: 100%;
}

.toplogo .topmenuarea .menu {
	display: inline-block;
}

.toplogo .topmenuarea {
	font-size: 12px;
	text-align: right;
}

.toplogo .promobuttons .promobutton A {
	background-color: #770000;
	color: #ffffff;
	border: 0px none ;
	padding: 5px 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	cursor: pointer;
}

.toplogo .promobuttons .promobutton A:HOVER {
	margin-right: 10px;
	background-color: #c30000;
}

.toplogo .promobuttons .promobutton {
	padding: 5px;
}

.toplogo .promobuttons {
	position: absolute;
	top: 40px;
	right: -11px;
	text-align: right;
	overflow: visible;
}

.toplogo {
	background-image: url("files/top1.png");
	color: #FFFFFF;
	box-shadow: 0px 8px 7px -4px rgba(0, 0, 0, 0.3);
	padding-top: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 130px;
	overflow: hidden;
	position: relative;
}

.topmenu .menu .sub {
	display: block;
	font-size: 10px;
}

.topmenu .menu DIV {
	vertical-align: top;
}

.topmenu .menu A {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.topmenu .menu A:HOVER {
	text-decoration: underline;
}

.topmenu .menu {
	display: inline-block;
}

.topmenu .menu_trigger {
	color: #ffffff;
	font-size: 20px;
}

.topmenu {
	background-color: #c30000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px 0px 2px 0px;
}

.inlinebox {
	display: inline-block;
	vertical-align: top;
}

.mainarea .brandmenu .mainbrand A {
	color: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 32px;
	font-style: italic;
	font-weight: 600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0px 0px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	left: 50%;
}

.mainarea .brandmenu .mainbrand {
	background-color: #c1c1c1;
	width: 20%;
	height: 90px;
	box-shadow: 4px 4px 8px -4px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-position: left center;
	background-size: 110%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	opacity: 0.8;
	filter:alpha(opacity=80);
	filter: hue-rotate(180deg);
	overflow: hidden;
}

.mainarea .brandmenu .mainbrand.active FORM {
	display: none;
}

.mainarea .brandmenu .mainbrand.active A {
	color: #FFFFFF;
	position: relative;
	padding-bottom: 0px;
}

.mainarea .brandmenu .mainbrand.active A:before {
	color: #FFFFFF;
	background-image: url("files/yline.png");
	background-position: 0px 0px;
	animation: slideline 5s linear 0s infinite;
	-webkit-animation: slideline 5s linear 0s infinite;
	-moz-animation: slideline 5s linear 0s infinite;
	-ms-animation: slideline 5s linear 0s infinite;
	background-repeat: no-repeat;
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
	background-size: 105%;
}

.mainarea .brandmenu .mainbrand.active {
	box-shadow: 4px 0px 8px -4px rgba(0,0,0,0.3);
	opacity: 1;
	filter:alpha(opacity=100);
}

.mainarea .brandmenu .mainbrand:HOVER A {
	background-image: url("files/yline.png");
	background-position: 0px 80px;
	background-repeat: no-repeat;
}

.mainarea .brandmenu .mainbrand:HOVER {
	background-position: right center;
}

.mainarea .brandmenu .mainbrand:hover {
	background-position: right center;
	opacity: 1;
	filter:alpha(opacity=100);
}

.mainarea .brands A {
	display: inline-block;
	width: 104px;
	height: 20px;
	padding: 4px 0px 0px 20px;
	color: #FFFFFF;
}

.mainarea .brands A:HOVER {
	font-weight: bold;
}

.mainarea .brands H2 {
	color: #ffffff;
	font-size: 18px;
	margin: 0px 0px 5px 10px;
}

.mainarea .brands {
	background-color: #c30000;
	font-size: 13px;
	padding: 8px 0px 8px 0px;
	box-shadow: 0px 8px 4px -4px rgba(0,0,0,0.3);
	position: relative;
	display: none;
	column-count: 8;
	list-style-type: none;
	margin: 0px;
}

.mainarea .webshop_list .stripes {
	background-color: #dadada;
}

.mainarea .webshop_list .article_ingress_list {
	font-size: 13px;
	line-height: 1.2em;
}

.mainarea .webshop_list .leftborder {
	border-left: 1px solid #b8b8b8;
}

.mainarea .webshop_list .centerrow TD {
	text-align: center;
}

.mainarea .webshop_list .price {
	width: 80px;
}

.mainarea .webshop_list .buybutton {
	width: 90px;
	padding: 2px 0px 2px 0px;
}

.mainarea .webshop_list .ecu {
	font-weight: bold;
}

.mainarea .webshop_list {
	font-size: 13px;
}

.mainarea .webshop_path A {
	display: inline-block;
	padding: 4px 0px;
}

.mainarea .webshop_path {
	font-size: 12px;
}

.mainarea .bottomlogo {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.mainarea .bottomtext .inline {
	display: inline-block;
}

.mainarea .bottomtext {
	width: 600px;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.5em;
}

.mainarea .bottompayment {
	width: 310px;
	display: inline-block;
	vertical-align: top;
}

.mainarea .brands.popup LI {
	margin: 0px;
	padding: 0px;
}

.mainarea .brands.popup {
	display: none;
	position: absolute;
	z-index: 20;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mainarea .brandwrap {
	position: relative;
	margin: 0px -12px 0px -12px;
}

.mainarea .productgrid .productheader {
	background-color: #660000;
	color: #ffffff;
	height: 32px;
}

.mainarea .productgrid .buy BUTTON {
	width: 60%;
	background-color: #333332;
	color: #ffffff;
	border: 0px none #000000;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	display: block;
	cursor: pointer;
	margin: 5px auto 5px auto;
}

.mainarea .productgrid .buy {
	text-align: center;
}

.mainarea .productgrid .price {
	color: #ca1d20;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}

.mainarea .productgrid .vertsep {
	border-left: 1px solid #dddedf;
}

.mainarea .productgrid TH {
	font-weight: normal;
}

.mainarea .productgrid H2 {
	font-weight: normal;
	padding-top: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-transform: uppercase;
	font-size: 15px;
}

.mainarea .productgrid TH.productheader .modelstats {
	font-size: 12px;
}

.mainarea .productgrid TH.productheader {
	font-size: 20px;
	padding: 5px 0px;
}

.mainarea .productgrid H1 {
	font-size: 24px;
}

.mainarea .productgrid .active .price {
	color: #ca1d20;
}

.mainarea .productgrid .active {
	background-color: #c1c1c1;
	color: #000000;
	z-index: 5;
	animation: blink 1s linear 0s infinite;
	-webkit-animation: blink 1s linear 0s infinite;
	-moz-animation: blink 1s linear 0s infinite;
	-ms-animation: blink 1s linear 0s infinite;
}

.mainarea .productgrid H3 {
	text-transform: uppercase;
	font-size: 18px;
}

.mainarea .productgrid .pad {
	padding: 4px 0px 4px 0px;
}

.mainarea .productgrid .c1, .mainarea .productgrid .c3, .mainarea .productgrid .c4 {
	width: 230px;
}

.mainarea .productgrid .product BUTTON {
	width: 60%;
	background-color: #333332;
	color: #ffffff;
	border: 0px none #000000;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	display: block;
	cursor: pointer;
	margin: 5px auto 5px auto;
}

.mainarea .productgrid .product .productheader {
	background-color: #660000;
	color: #ffffff;
	padding: 5px 0px;
}

.mainarea .productgrid .product .pro {
	margin-top: 1em;
}

.mainarea .productgrid .product .pro::first-line {
	font-weight: bold;
}

.mainarea .productgrid .product .description .price.before {
	color: #aaaaaa;
	text-decoration: line-through;
	margin-top: 5px;
	margin-bottom: -5px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
}

.mainarea .productgrid .product .description {
	min-height: 70px;
	margin-bottom: 5px;
}

.mainarea .productgrid .product {
	width: 32%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0.5em 0px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0px 1% 2% 0px;
}

.mainarea .productgrid .product.hidden {
	display: none;
}

.mainarea .deliveryprice {
	font-size: 75%;
	color: #888888;
}

.mainarea .graybutton A {
	color: #FFFFFF;
}

.mainarea .graybutton {
	background-image: url("files/bg3.jpg");
	background-attachment: fixed;
	background-position: center center;
	text-transform: uppercase;
	border: 1px solid #555555;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 48%;
	padding: 15px 5px 15px 5px;
	text-align: center;
}

.mainarea .grayarea {
	background-image: url("files/bg2.jpg");
	margin: 0px -12px 0px -12px;
	text-align: center;
	padding: 12px 0px 12px 0px;
	background-attachment: fixed;
	background-position: left top;
}

.mainarea .productinfo .productheader {
	background-color: #660000;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-align: center;
	padding: 10px 0px;
	margin: 10px 0px 10px 0px;
}

.mainarea .productinfo H1 {
	font-size: 30px;
}

.mainarea .productinfo p.description {
	text-align: center;
}

.mainarea .productgrid.compare H3 {
	margin: 0px 0px 10px 0px;
}

.mainarea .article_image_list IMG {
	width: auto;
	height: auto;
}

.mainarea {
	background-color: #ffffff;
	padding: 0px 12px 12px 12px;
	text-align: left;
	width: 1100px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.slideshow .slidehud {
	bottom: 17px;
	position: absolute;
	width: 654px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: bold;
	background-image: url("files/gray_slider.png");
	padding: 12px 12px 0px 32px;
	line-height: 1.2em;
	display: none;
}

.slideshow .slideimage {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.slideshow .navi .button .thumbnail {
	width: 75px;
	height: 38px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	margin: 2px;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.8);
	display: none;
}

.slideshow .navi .button .text {
	margin: 4px 0px 0px 0px;
}

.slideshow .navi .button {
	display: inline-block;
	width: 33.33%;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	vertical-align: top;
	border-right: 1px solid #000000;
	background-color: rgba(252, 189, 0, 0.2);
}

.slideshow .navi .active .thumbnail {
	opacity: 1;
	filter:alpha(opacity=100);
	border: 2px solid #FFFFFF;
	margin: 0px;
}

.slideshow .navi .active {
	background-color: rgba(252, 189, 0, 0.9);
	color: #000000;
}

.slideshow .navi .thumbnail:HOVER {
	opacity: 1;
	filter:alpha(opacity=100);
	border: 2px solid #FFFFFF;
	margin: 0px;
}

.slideshow .navi .title {
	font-size: 16px;
	font-weight: bold;
}

.slideshow .navi {
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
}

.slideshow .slides {
	height: 590px;
}

.slideshow {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.lay_2 .ele_1_0 {
	display: none;
}

.lay_2 .ele_6_1 .slides {
	height: 0px;
	padding-bottom: 65%;
}

.lay_2 .ele_6_1 .slide {
	height: 100% !important;
}

.lay_2 {
	margin: 0px -12px 0px -12px;
}

.mlay_1 .mrow_1 .mcell .article_ingress_list {
	display: none;
}

.mlay_1 .mrow_1 .mcell A {
	color: #000000;
}

.mlay_1 .mrow_1 .mcell .article {
	background-color: rgba(252,189,0,0.9);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.6);
	padding: 13px 13px 13px 13px;
	min-height: 80px;
	color: #000000;
}

.mlay_1 .mrow_1 .mcell .article_image_list {
	display: none;
}

.mlay_1 .mcell .article_head_list {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1;
}

.mlay_1 .mcell A {
	color: #5c5c5c;
}

.mlay_1 .mcell {
	display: inline-block;
}

.mlay_1 .mrow_5 .mcell .article_ingress_list {
	display: none;
}

.mlay_1 .mrow_5 .mcell A {
	color: #000000;
}

.mlay_1 .mrow_5 .mcell .article {
	background-color: rgba(252,189,0,0.9);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.6);
	padding: 13px 13px 13px 13px;
	min-height: 80px;
}

.mlay_1 .mrow_5 .mcell .article_image_list {
	display: none;
}

.mlay_1 .mrow_0 .mcell, .mlay_1 .mrow_7 .mcell {
	width: 90%;
	margin: 0px 5% 0px 5%;
	margin-top: 20px;
}

.nrsearch .title {
	font-size: 170%;
}

.nrsearch .ingress {
	font-size: 85%;
}

.nrsearch BUTTON {
	border: 0px none;
	background-color: transparent;
	font-size: 125%;
	color: inherit;
}

.nrsearch {
	background-image: url("files/red_slider.png");
	color: #FFFFFF;
}

.watermark {
	background-image: url("files/best.png");
	width: 119px;
	height: 121px;
	position: absolute;
	z-index: 11;
	display: none;
	right: 40px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.shopping_cart A {
	display: block;
	color: #000000;
}

.shopping_cart .items_amount {
	display: inline-block;
}

.shopping_cart .price_amount {
	display: inline-block;
	font-weight: bold;
}

.shopping_cart .itemsprice {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
}

.shopping_cart .arrow {
	display: inline-block;
	font-size: 16px;
	padding-left: 6px;
}

.shopping_cart {
	width: 115px;
	height: 34px;
	background-color: #FFFFFF;
	background-image: url("files/cart.png");
	background-position: 6px center;
	color: #000000;
	background-repeat: no-repeat;
	text-align: left;
	display: inline-block;
}

.search .text INPUT {
	background-color: transparent;
	border: 1px solid #858585;
	color: #FFFFFF;
}

.search .submit BUTTON {
	border: 0px none;
	color: #858585;
	cursor: pointer;
	background-color: transparent;
	font-size: 11px;
}

.poweredby A {
	color: #FFFFFF;
	font-size: 11px;
}

.poweredby {
	background-color: rgba(0,0,0,0.5);
	width: 250px;
	right: 0px;
	position: absolute;
}

BUTTON {
	font-family: inherit;
}

.mainwrap .leftbar A {
	color: #FFFFFF;
}

.mainwrap .leftbar .article .article_ingress_list {
	font-style: italic;
}

.mainwrap .leftbar .article {
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
	width: 160px;
	margin-left: 5px;
	padding-top: 10px;
}

.mainwrap .leftbar {
	margin-left: -190px;
	width: 170px;
	background-color: rgba(0, 0, 0, 0.8);
	top: 12px;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	position: absolute;
}

.mainwrap {
	width: 1100px;
	display: block;
	margin: 0px auto;
	position: relative;
	max-width: 100%;
}

.mobile {
	display: none;
}

A.button {
	display: inline-block;
	border: 1px solid #000000;
	padding: 3px 8px 3px 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #EEEEEE;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

A.button:HOVER {
	border: 1px solid #ca1d20;
	background-color: #DABBBB;
}

BUTTON.container * {
	cursor: pointer;
}

BUTTON.container {
	border: 0px none #000000;
	padding: 0px;
}

.productgrid .slideshow .navi .button {
	width: 200px;
	background-color: #ca8888;
}

.productgrid .slideshow .navi .active {
	background-color: #ca1d20;
}

.productgrid .slideshow .navi {
	left: 0px;
	top: -340px;
}

.productgrid .slideshow .slidehud {
	display: none;
}

.productgrid .slideshow .slides {
	height: 200px;
}

.productgrid .slideshow .slideimage {
	width: 100%;
}

.productgrid .slideshow {
	width: 220px;
	margin: 340px 0px 0px 0px;
}

.productgrid .cx {
	padding-left: 10px;
	margin-right: -5px;
}

.productgrid .option {
	position: relative;
	z-index: 4;
}

.productgrid .product > * {
	padding: 0px 1%;
}

.productgrid #showall {
	background-color: #880000;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	padding: 10px 20px;
	border: 0px none ;
}

.productgrid {
	font-size: 12px;
	cursor: default;
	position: relative;
	text-align: center;
}

.footnote {
	background-color: #5c5c5c;
	color: #FFFFFF;
	margin: 60px 0px 10px 0px;
	font-size: 20px;
	padding: 8px;
	font-weight: bold;
}

.punchline {
	position: absolute;
	z-index: 11;
	font-size: 80px;
	font-weight: 100;
	color: rgba(252,189,0,0.9);
	text-shadow: 1px 1px 0px #000000;
	margin: 310px 0px 0px -12px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 97px;
	width: 100%;
	padding: 0px 0px 0px 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

@keyframes slideline {
 from {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
}

 to {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

}

@-webkit-keyframes slideline {
 from {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
}

 to {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

}

@keyframes blink {
 0% {
	background-color: #FFFFFF;
}

 50% {
	background-color: #EEEEEE;
}

 100% {
	background-color: #FFFFFF;
}

}

@-webkit-keyframes blink {
 0% {
	background-color: #FFFFFF;
}

 50% {
	background-color: #EEEEEE;
}

 100% {
	background-color: #FFFFFF;
}

}

@keyframes scroll {
 from {
	background-position-x: 0%;
}

 to {
	background-position-x: 1000%;
}

}

@-webkit-keyframes scroll {
 from {
	background-position-x: 0%;
}

 to {
	background-position-x: 1000%;
}

}

.reseller LABEL {
	display: block;
	padding: 5px 0px 2px 0px;
}

.reseller .col50 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding-top: 30px;
}

.reseller H2 {
	padding-bottom: 10px;
}

.reseller .errors {
	color: #dd0000;
}

.reseller .pricecat {
	width: 26%;
	padding: 1%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.reseller .pricecats .pc_0 {
	background-color: #AAAABB;
}

.reseller .pricecats .pc_1 {
	background-color: #EEDDAA;
}

.reseller .pricecats .pc_2 {
	background-color: #BBCCDD;
}

.reseller .pricecats LABEL {
	font-weight: bold;
}

.reseller .pricecats H3 {
	font-size: 20px;
}

.reseller .pricecats .pc_active {
	outline: 3px solid #000000;
	opacity: 1;
	filter:alpha(opacity=100);
}

.reseller TABLE .center {
	text-align: center;
}

.reseller TABLE {
	width: 100%;
	max-width: 600px;
}

.reseller .article_ingress {
	margin: 15px 0px;
}

.reseller .input[type=text] {
	width: 200px;
	padding: 4px;
}

.reseller .input[type=password] {
	width: 200px;
	padding: 4px;
}

.reseller .input[type=submit] {
	padding: 10px 20px;
	font-size: 18px;
}

.reseller {
	position: relative;
}

.menu_241 .mainarea > .article {
	color: #ffffff;
	background-color: #000000;
	padding: 20px;
	margin-top: 10px;
}

.col30 .pricecat {
	width: 90%;
}

.col30 {
	float: left;
	width: 33%;
}

.clear {
	clear: both;
}

.popup.content > H1 {
	font-size: 150%;
	margin-bottom: 5px;
	text-align: center;
}

.popup.content > P {
	text-align: center;
}

.popup.content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-size: auto 100px;
	background-repeat: no-repeat;
	background-position: center 20px;
	padding: 140px 40px 40px 40px;
	background-image: url("files/logo2015.png");
}

.close {
	top: 0px;
	right: 0px;
	position: absolute;
	padding: 10px;
	cursor: pointer;
}

.bubble .diamond {
	background-color: inherit;
	position: absolute;
	left: 50%;
	top: -8px;
	width: 15px;
	height: 15px;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	z-index: -1;
}

.bubble {
	background-color: #800000;
	color: #ffffff;
	width: 50%;
	padding: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 1;
	filter:alpha(opacity=100);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	top: 8px;
}

.bubble.fadein {
	opacity: 0;
	filter:alpha(opacity=0);
	display: none;
}

.bubble.over .diamond {
	top: auto;
	bottom: -8px;
}

.bubble.over {
	bottom: 14px;
	top: auto;
}

.info {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	font-family: serif;
	cursor: pointer;
	margin-left: 3px;
	text-align: center;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
}

.popup.curtain.scrollable .popup.content {
	top: 150px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	width: 990px;
	max-width: 100%;
}

.popup.curtain.scrollable {
	position: absolute;
}

.campaign {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 96px;
	height: 96px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-size: contain;
}

.speedupgrade H2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.speedupgrade .images-before-after IMG {
	margin: 0px 10px;
	display: inline-block;
}

.speedupgrade .images-before-after {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.speedupgrade .benefits {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.speedupgrade BUTTON {
	width: 60%;
	background-color: #333332;
	color: #ffffff;
	border: 0px none #000000;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	display: block;
	cursor: pointer;
}

.speedupgrade .price {
	font-size: 24px;
	font-weight: bold;
	color: #DD0000;
}

.speedupgrade .images {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.speedupgrade {
	border: 3px solid #DD0000;
	padding: 20px;
	background-color: #dddddd;
	margin-bottom: 40px;
	background-image: url("files/scroll.png");
	background-size: auto 100%;
	animation: scroll 500s linear 0s infinite;
	-webkit-animation: scroll 500s linear 0s infinite;
	-moz-animation: scroll 500s linear 0s infinite;
	-ms-animation: scroll 500s linear 0s infinite;
}

.menu_245 .mainarea > .article {
	color: #ffffff;
	background-color: #000000;
	padding: 20px;
	margin-top: 10px;
}

.rightbanner {
	position: absolute;
	left: 104%;
	top: 180px;
	z-index: 12;
}

.stats TD IMG {
	display: inline-block;
	vertical-align: middle;
}

.stats TD {
	text-align: left;
	vertical-align: top;
}

.stats .stat {
	padding: 4px 0px 4px 0px;
}

.preheader {
	font-size: 12px;
}

h2.compare-header {
	font-size: 24px;
	border-bottom: 1px solid #000000;
	margin: 30px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
}

.productgrid.compare {
	width: 100%;
}

.brandmenu {
	background-image: linear-gradient(rgb(195, 0, 0) 0%, rgb(0, 96, 128) 10%);
}

.menu_106 .mainarea .brands A {
	width: 150px;
}

.menu_107 .mainarea .brands A {
	width: 150px;
}

.menu_105 .mainarea .brands A {
	width: 150px;
}

.lay_4 .row_1 {
	margin: 0px -13px 0px -13px;
}

.lay_4 .article_image IMG {
	width: 100%;
}

.article_image IMG {
	max-width: 100%;
}

button.action {
	background-color: #c30000;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 16px;
	border: 0px none ;
	margin-top: 10px;
	cursor: pointer;
}

.campaign.text {
	font-size: 24px;
	padding-top: 9%;
	z-index: 1;
}

.lay_6 .ele_1 IMG {
	vertical-align: middle;
	margin-right: 20px;
}

.lay_6 .ele_1 {
	font-size: 32px;
	color: #ffffff;
	margin: 2% 0px 2% 33%;
	pointer-events: none;
}

.lay_6 .article_image IMG {
	position: absolute;
	top: 0px;
	left: 0px;
}

.lay_6 .article_image {
	padding-bottom: 56.27%;
	position: relative;
	background-color: #000;
}

.lay_6 BUTTON {
	background-color: #41ad49;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	border: 0px none ;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin: 2% 0px 2% 8%;
	padding: 1% 3%;
	text-transform: uppercase;
	pointer-events: none;
}

.lay_6 FORM SELECT {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	border: 0px none ;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}

.lay_6 FORM {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}

.lay_6 .wrap {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	pointer-events: none;
}

.lay_6 .article_head {
	font-size: 48px;
	color: #ffff66;
	font-weight: 900;
}

.lay_6 .ele_11 {
	margin: 2% 0px 2% 33%;
}

.lay_6 {
	position: relative;
	margin: 0px -12px;
}

a.button:hover {
	border: 1px solid #41ad49;
	background-color: rgba(181, 227, 184, 1);
}

.article.webshop .filters {
	margin-bottom: 20px;
}

.article.webshop > .error {
	color: #dd0000;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px;
}

.filters SELECT {
	padding: 5px;
	margin: 5px 15px 5px 0px;
}

.filters {
	background-color: #c30000;
	border: 1px solid #bbb;
	padding: 5px 10px;
}

.survey H2 {
	margin: 10px 0px 10px 0px;
}

.survey H3 {
	margin: 10px 0px 5px 0px;
}

.survey .option LABEL {
	padding: 4px;
	min-width: 50px;
	display: inline-block;
}

.survey TEXTAREA {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

.surveyquestion.sq_radio {
	margin-left: 50px;
}

.popup.content.scroll {
	top: 10%;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	width: 100%;
	max-width: 800px;
}

.scrollbar {
	overflow-y: scroll;
}

.noscrollbar {
	overflow: hidden;
}

.search-reg .reg-country .flag {
	width: 70%;
	margin-top: 10px;
}

.search-reg .reg-country .letter {
	font-size: 18px;
	color: #fff;
	font-weight: 900;
}

.search-reg .reg-country {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 88%;
	background-color: #003399;
	text-align: center;
}

.search-reg .reg-number INPUT {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 0px none ;
	font-size: 44px;
	padding: 2px 10px;
	text-align: center;
	background-color: transparent;
}

.search-reg .reg-number {
	position: absolute;
	left: 12%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
}

.search-reg {
	border: 2px solid #666;
	width: 300px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 60px;
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.4);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 10px 0px 10px 0px;
}

.search-reg-button {
	width: 150px;
	height: 60px;
	margin-left: 5px;
	display: inline-block;
	font-size: 24px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 2px solid #990000;
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.4);
	color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 10px 0px 10px 5px;
	background-color: #990000;
}

.your-car {
	margin: 10px 0px;
	text-align: center;
	color: #666;
}

.front-reg-search {
	position: absolute;
	z-index: 1;
	right: 10px;
}

.top-section {
	position: relative;
}

.countdown {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	z-index: 1;
}

.webshop-navi BUTTON {
	font-size: 16px;
	font-weight: bold;
	border: 0px none ;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding: 10px 20px;
	background-color: #666;
	color: #fff;
	cursor: pointer;
}

.webshop-navi button.next {
	background-color: #009900;
}

.country-flags IMG {
	width: 40px;
	height: 30px;
	object-fit: cover;
	object-position: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
	filter:alpha(opacity=70);
	background-color: #aaa;
}

.country-flags img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.country-flags A {
	display: inline-block;
	padding: 5px;
}

p.obvious {
	color: #008800;
	font-size: 20px;
}

P.error {
	color: #DD0000;
	font-weight: bold;
}

.orderpage .chip-order .field {
	font-weight: bold;
	width: 120px;
}

.orderpage .chip-order .value {
	width: 300px;
}

.orderpage .chip-order .row > * {
	display: inline-block;
}

.orderpage .chip-order .row {
	line-height: 1.8;
}

.orderpage .chip-order {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 20px;
	font-size: 16px;
	margin: 20px 0px;
}

.orderpage UL div.header {
	background-color: #ccc;
	color: #000;
	padding: 10px;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	position: relative;
	cursor: pointer;
}

.orderpage UL li.ingress {
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 40px 0px;
}

.orderpage UL {
	list-style-type: none;
	padding: 0px;
	position: relative;
	font-size: 16px;
}

.orderpage ul.categories > LI > .header {
	background-color: #bb0000;
	color: #fff;
}

.orderpage .collapsed > UL {
	display: none;
}

.orderpage .collapsed > .header > .expand {
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
}

.orderpage .collapsible > UL {
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	border: 1px solid #ddd;
	padding: 2%;
}

.orderpage .header .expand {
	position: absolute;
	right: 10px;
	top: 10px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.orderpage .collapsible:not(.collapsed) .header {
	background-color: #aaffaa;
}

.orderpage IMG {
	max-width: 100%;
}

.translation.row .translation {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.translation.row .confirm {
	width: 9%;
}

.translation.row {
	padding: 5px 0px;
}

.translation .text {
	border: 1px solid #aaa;
	padding: 3px;
	width: 90%;
	overflow-wrap: break-word;
}

.translation TEXTAREA {
	width: 90%;
}

.translation.row:nth-of-type(2n) {
	background-color: rgba(0, 0, 0, 0.05);
}

p.warning {
	background-color: #DD6600;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	margin: 50px 0px;
}

.hidden {
	display: none;
}

.return-steps > LI * {
	font-size: 14px;
}

.return-steps > LI {
	font-size: 20px;
	margin: 20px 0px;
}

.return-steps .reasons .field .description {
	font-weight: bold;
	padding-left: 20px;
	margin-top: 3px;
	color: #AA0000;
}

.return-steps .reasons .field {
	font-weight: 600;
	padding: 5px 0px;
}

.return-steps LI UL LI {
	margin-bottom: 10px;
}

INPUT[type=text] {
	margin: 2px 0px;
}

.blackweek H1 {
	text-shadow: 0px 0px 20px rgb(255 255 255 / 80%);
	color: #000000;
}

.product_head H1 {
	font-size: 24px;
	padding-top: 20px;
}

.shoppingcart_large .price {
	min-width: 56px;
}

.shoppingcart_large TD {
	padding: 0px 4px;
}

.shoppingcart_large .cart_amount {
	width: 30px;
}

.search-reg.vin .reg-number INPUT {
	font-size: 28px;
}

.search-reg.vin .reg-country .letter {
	margin-top: 7px;
}

.search-reg.vin ~.search-reg-button {
	height: 40px;
}

.search-reg.vin {
	height: 40px;
	width: 400px;
}

.support-wrap {
	display: none;
}

@media only screen and (max-width: 1600px)  {
.rightbanner IMG {
	width: 180px;
}

.rightbanner {
	position: absolute;
	left: -60px;
	top: 35px;
	z-index: 21;
}

.toplogo .promobuttons {
	display: none;
}

}
@media only screen and (max-width: 1200px)  {
.mainwrap .leftbar {
	display: none;
}

.rightbanner IMG {
	width: 105px;
}

.rightbanner {
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 21;
}

}
@media only screen and (min-width: 768px) and (max-width: 1043px)  {
BODY {
	overflow-x: hidden;
}

.mainarea .bottomtext {
	width: 360px;
}

.mainarea .bottompayment {
	width: 280px;
	text-align: right;
}

.mainarea .brandmenu .mainbrand A {
	font-size: 26px;
}

.mainarea .article_image_list IMG {
	width: 150px;
}

.mainarea .article_image_list {
	float: left;
	margin-right: 12px;
}

.mainarea .brands {
	display: block;
	column-count: 6;
}

.mainarea .webshop_list .buybutton {
	height: 30px;
	width: 86px;
	padding-top: 8px;
}

.mainarea .productgrid TD TABLE TD, .mainarea .productgrid TD TABLE TH, .mainarea .productgrid TH TABLE TD, .mainarea .productgrid TH TABLE TH {
	display: table-cell;
	float: none;
}

.mainarea .productgrid TD, .mainarea .productgrid TH {
	display: block;
	float: left;
}

.mainarea .productgrid .vertleft {
	display: none;
}

.mainarea .productgrid .vertsep {
	display: none;
}

.mainarea .productgrid .c1, .mainarea .productgrid .c3, .mainarea .productgrid .c4 {
	width: 222px;
	margin: 2px;
}

.mainarea .productgrid .c {
	width: 700px;
}

.mainarea {
	width: 744px;
}

.toplogo .searcharea {
	width: 300px;
}

.toplogo .logoarea {
	width: 140px;
}

.toplogo .topmenuarea .menu {
	display: inline-block;
}

.toplogo .topmenuarea {
	width: 300px;
	font-size: 12px;
	text-align: right;
}

.slideshow .slidehud {
	font-size: 20px;
	width: 400px;
	height: 70px;
	bottom: 10px;
}

.slideshow .slides {
	height: 400px;
}

.slideshow .navi .button .thumbnail {
	display: none;
}

.slideshow .navi .button {
	padding: 5px 10px 5px 10px;
}

.nrsearch .ingress {
	padding: 20px 0px 20px 0px;
	line-height: 1.5em;
}

.nrsearch BUTTON {
	margin-top: 10px;
	text-align: right;
	width: 100%;
	cursor: pointer;
}

.nrsearch INPUT {
	width: 100%;
	font-size: 30px;
	text-align: center;
}

.nrsearch {
	position: absolute;
	margin: 90px 0px 0px 520px;
	width: 191px;
	height: 186px;
	padding: 12px;
	z-index: 12;
}

.mlay_1 .mcell ~ .mcell {
	padding: 0px 0px 0px 13px;
	margin: 13px 13px 13px 0px;
	border-left: 1px solid #b6b6b8;
}

.mlay_1 .mcell .article_head_list A {
	font-size: 22px;
	text-transform: uppercase;
}

.mlay_1 .mcell A {
	color: #5c5c5c;
}

.mlay_1 .mcell {
	width: 351px;
	vertical-align: top;
	margin: 13px 13px 13px 0px;
	padding: 0px 0px 13px 0px;
}

.mlay_1 .mrow {
	border-bottom: 1px solid #b6b6b8;
}

.productgrid .cx {
	padding-left: 10px;
	display: block;
}

.punchline {
	font-size: 60px;
}

.lay_6 .ele_1 IMG {
	width: 30px;
	height: 30px;
}

.lay_6 .ele_1 {
	font-size: 18px;
}

.lay_6 BUTTON {
	font-size: 24px;
}

}
@media only screen and (max-width: 767px)  {
BODY {
	overflow-x: hidden;
}

.mainarea .bottomtext {
	width: 360px;
}

.mainarea .bottompayment {
	width: 456px;
	text-align: right;
}

.mainarea .brandmenu .brands_trigger {
	display: none;
}

.mainarea .brandmenu .mainbrand .sub {
	display: none;
}

.mainarea .brandmenu .mainbrand A {
	font-size: 24px;
	text-align: left;
	padding: 10px 0px;
}

.mainarea .brandmenu .mainbrand FORM SELECT {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}

.mainarea .brandmenu .mainbrand FORM {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 6;
}

.mainarea .brandmenu .mainbrand {
	background-color: #c1c1c1;
	width: 49.99%;
	height: 60px;
	box-shadow: 4px 4px 8px -4px rgba(0,0,0,0.3);
	display: inline-block;
	color: #333333;
	position: relative;
	padding: 8px 0px 0px 8px;
}

.mainarea .brandmenu .mainbrand.active FORM SELECT {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}

.mainarea .brandmenu .mainbrand.active FORM {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 6;
}

.mainarea .brandmenu .mainbrand.active A {
	background-position: left bottom;
	background-size: 120%;
}

.mainarea .brandmenu .mainbrand.active {
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.mainarea .brandmenu {
	position: relative;
}

.mainarea .brands {
	display: none;
}

.mainarea .brandwrap .brands_trigger {
	display: none;
}

.mainarea .brandwrap {
	position: relative;
}

.mainarea .article_image_list IMG {
	width: 100px;
}

.mainarea .article_image_list {
	float: left;
	margin-right: 12px;
}

.mainarea .webshop_list .buybutton {
	height: 34px;
	width: 80px;
	padding-top: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.mainarea .productgrid TD TABLE TD, .mainarea .productgrid TD TABLE TH, .mainarea .productgrid TH TABLE TD, .mainarea .productgrid TH TABLE TH {
	display: table-cell;
	float: none;
}

.mainarea .productgrid TD, .mainarea .productgrid TH {
	display: block;
	float: left;
}

.mainarea .productgrid .vertleft {
	display: none;
}

.mainarea .productgrid .vertsep {
	display: none;
}

.mainarea .productgrid .c1, .mainarea .productgrid .c3, .mainarea .productgrid .c4 {
	width: 222px;
	margin: 2px;
}

.mainarea .graybutton {
	font-size: 15px;
	margin: 0.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.mainarea {
	width: 100%;
}

.slideshow .slidehud {
	font-size: 20px;
	width: 424px;
	height: 70px;
	bottom: 0px;
	margin-left: -12px;
}

.slideshow .slides .slide {
	height: 100% !important;
	top: 0px;
	bottom: 0px;
}

.slideshow .slides {
	height: 0px;
	padding-bottom: 55%;
}

.slideshow .navi .button .thumbnail {
	display: none;
}

.slideshow .navi .button {
	padding: 5px;
	width: 100%;
	height: 75px;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left: 0px none ;
	border-right: 0px none ;
	border-top: 1px solid rgba(252,189,0,0.9);
}

.slideshow .navi .active .text {
	font-size: 130%;
}

.slideshow .navi .active {
	font-size: 110%;
}

.toplogo .topmenuarea .menu {
	display: block;
	height: 16px;
}

.toplogo .topmenuarea {
	width: 100%;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	height: 32px;
}

.toplogo .logoarea IMG {
	height: 66px;
	width: auto;
}

.toplogo .logoarea {
	width: 320px;
	margin: 16px 0px 4px 0px;
}

.toplogo .searcharea {
	display: none;
}

.toplogo .promobuttons {
	display: none;
}

.toplogo {
	height: auto;
}

.nrsearch INPUT {
	width: 120px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	right: 8px;
	top: 8px;
	height: 20px;
}

.nrsearch BUTTON {
	text-align: right;
	width: 140px;
	cursor: pointer;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.nrsearch .title {
	width: 140px;
}

.nrsearch .ingress {
	width: 140px;
}

.nrsearch {
	font-size: 11px;
	position: relative;
	width: 280px;
	height: 50px;
	padding: 8px;
	margin-bottom: 8px;
}

.mlay_1 .mcell .article_head_list A {
	font-size: 20px;
	text-transform: uppercase;
}

.mlay_1 .mcell {
	width: 456px;
	margin: 5px 0px 5px 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #b8b8b8;
}

.topmenu .menu DIV {
	display: block;
}

.topmenu .menu {
	display: none;
}

.productgrid .slideshow .navi .button * {
	display: block;
}

.punchline {
	font-size: 37px;
	margin: 140px 0px 0px -12px;
	height: 50px;
}

.rightbanner IMG {
	width: 95px;
}

.rightbanner {
	left: 5px;
	top: 5px;
}

.slideshow_single {
	overflow: visible;
}

button.container {
	position: absolute;
	right: 20px;
}

.campaign.text {
	padding-top: 15%;
}

.lay_6 .ele_1 IMG {
	width: 5vw;
	margin-right: 2%;
	height: 5vw;
}

.lay_6 .ele_1 {
	font-size: 3vw;
}

.lay_6 BUTTON {
	font-size: 4vw;
}

.lay_6 FORM {
	display: block;
}

.lay_6 .article_head {
	font-size: 6vw;
}

.webshop_list .promo SPAN {
	margin-right: 15px;
	display: inline-block;
}

.popup.content {
	padding: 140px 2% 2% 2%;
}

.front-reg-search {
	right: auto;
	top: auto;
	position: relative;
	padding: 20px;
	background-color: #222;
	text-align: center;
	margin: 0px -12px;
}

.speedupgrade BUTTON {
	width: 100%;
}

.speedupgrade .images IMG {
	max-width: 80%;
}

.webshop-navi BUTTON {
	padding: 6px 12px;
	font-size: 12px;
}

.shoppingcart_large .cart_amount {
	width: 30px;
}

.shoppingcart_large .price {
	min-width: 66px;
}

}
@media only screen and (max-width: 479px)  {
.article_head {
	font-size: 22px;
}

.mainarea .bottomtext {
	width: 212px;
}

.mainarea .bottompayment {
	width: 296px;
	text-align: right;
}

.mainarea .brands {
	display: none;
}

.mainarea .webshop_list .stripes {
	background-color: #dadada;
}

.mainarea .webshop_list .article_ingress_list {
	font-size: 13px;
	line-height: 1.2em;
	width: 296px;
	text-align: justify;
}

.mainarea .webshop_list .leftborder {
	border-left: 1px solid #b8b8b8;
	clear: left;
}

.mainarea .webshop_list .centerrow TD {
	text-align: left;
}

.mainarea .webshop_list TD {
	float: left;
	display: inline-block;
}

.mainarea .webshop_list TH {
	display: none;
	text-align: left;
}

.mainarea .webshop_list TD.pname {
	font-weight: bold;
	font-size: 14px;
}

.mainarea .webshop_list TD.price {
	font-size: 14px;
	padding-top: 5px;
	width: 160px;
}

.mainarea .webshop_list TD.ccm, .mainarea .webshop_list TD.kw, .mainarea .webshop_list TD.hk, .mainarea .webshop_list TD.nm {
	width: 70px;
	border-top: 1px solid #666666;
}

.mainarea .webshop_list .percent {
	display: block;
}

.mainarea .webshop_list TD.hkc .h {
	display: none;
}

.mainarea .webshop_list TD.hkc .percent {
	display: block;
	position: absolute;
	margin: -40px 0px 0px 240px;
	font-size: 15px;
}

.mainarea .webshop_list TD.nmc {
	display: none;
}

.mainarea .webshop_list TD.engine {
	font-size: 11px;
	margin-right: 60px;
}

.mainarea .webshop_list TD.buy {
	text-align: right;
	width: 126px;
	padding-bottom: 6px;
}

.mainarea .webshop_list TH.pname {
	background-color: #666666;
	color: #FFFFFF;
	display: block;
	width: 200px;
	height: 25px;
}

.mainarea .webshop_list th.pname {
	background-color: #666666;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 25px;
	margin-top: 10px;
}

.mainarea .webshop_list {
	font-size: 12px;
}

.mainarea .brandwrap .brands_trigger {
	display: none;
}

.mainarea .brandwrap {
	position: relative;
}

.mainarea .article_image_list IMG {
	width: 100px;
}

.mainarea .article_image_list {
	float: left;
	margin-right: 12px;
}

.mainarea .productgrid TD TABLE TD, .mainarea .productgrid TD TABLE TH, .mainarea .productgrid TH TABLE TD, .mainarea .productgrid TH TABLE TH {
	display: table-cell;
	float: none;
}

.mainarea .productgrid TD, .mainarea .productgrid TH {
	display: block;
	float: left;
}

.mainarea .productgrid .c, .mainarea .productgrid .c1, .mainarea .productgrid .c3, .mainarea .productgrid .c4 {
	width: 296px;
}

.mainarea .productgrid .product BUTTON IMG {
	width: 20px;
	margin: 0px 2px 4px 0px;
}

.mainarea .productgrid .product {
	width: 49%;
	margin-bottom: 2%;
}

.mainarea .productgrid TH {
	display: block;
	margin-bottom: 20px;
}

.mainarea .graybutton {
	width: 95%;
	font-size: 12px;
	padding: 8px 5px 8px 5px;
}

.mainarea {
	padding: 0px 12px 12px 12px;
}

.slideshow .slide {
	width: 296px;
}

.slideshow .slidehud {
	font-size: 13px;
	width: 274px;
	height: 50px;
	bottom: 0px;
	padding-left: 10px;
}

.slideshow .navi .button .thumbnail {
	display: none;
}

.mlay_1 .mcell .article_head_list A {
	font-size: 20px;
	text-transform: uppercase;
}

.mlay_1 .mcell {
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #b8b8b8;
}

.toplogo .searcharea {
	width: 320px;
	display: none;
}

.toplogo .logoarea IMG {
	height: 60px;
}

.toplogo .logoarea {
	width: 320px;
	margin: 16px 0px 4px 0px;
}

.toplogo {
	background-image: url("files/top1.png");
	color: #FFFFFF;
	position: relative;
	height: 90px;
}

.topmenu .menu DIV:hover {
	background-color: rgba(64,64,64,0.8);
}

.topmenu .menu_trigger {
	display: inline-block;
	width: 296px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 3px 5px 3px;
	text-transform: uppercase;
}

.nrsearch INPUT {
	width: 120px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	right: 8px;
	top: 8px;
	height: 20px;
}

.nrsearch BUTTON {
	text-align: right;
	width: 140px;
	cursor: pointer;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.nrsearch .title {
	width: 140px;
}

.nrsearch .ingress {
	width: 140px;
}

.nrsearch {
	font-size: 11px;
	position: relative;
	width: 280px;
	height: 50px;
	padding: 8px;
	margin-bottom: 8px;
}

.shopping_cart {
	margin-left: 0px;
}

SPAN.article_head {
	display: block;
}

.shoppingcart_large .cart_amount {
	width: 24px;
}

.shoppingcart_large TD {
	padding: 1px;
}

.shoppingcart_large TH {
	text-align: left;
}

.shoppingcart_large .pcode {
	display: none;
}

.shoppingcart_large {
	font-size: 12px;
}

.submit_button {
	font-size: 12px;
	padding: 6px 6px 6px 6px;
}

.shipping_address INPUT {
	margin: 0px 4px 2px 0px;
}

.shipping_address .wide {
	width: 160px;
}

.shipping_address .tiny {
	width: 40px;
}

.shipping_address .medium {
	width: 114px;
}

.shipping_address TEXTAREA {
	margin: 0px 6px 2px 0px;
}

.mobile {
	display: inline-block;
}

.rightbanner {
	left: 5px;
	top: 17px;
}

.productgrid .slideshow .navi .button * {
	display: block;
}

.productgrid .slideshow .navi .button {
	width: 280px;
}

.productgrid .slideshow .navi {
	top: -340px;
}

.productgrid .slideshow {
	width: 300px;
	margin: 360px 0px 0px 0px;
}

.productgrid .cx {
	padding: 0px;
}

.punchline {
	font-size: 20px;
	margin: 120px 0px 0px -12px;
	height: auto;
}

.bubble .diamond {
	z-index: 0;
}

.bubble {
	width: 300px;
	max-width: 90%;
}

.speedupgrade .benefits {
	width: 100%;
}

.speedupgrade .images-before-after IMG {
	height: 70px;
	margin: 0px 2%;
}

.speedupgrade .images-before-after {
	width: 100%;
	text-align: center;
}

.speedupgrade H2 {
	font-size: 15px;
}

.speedupgrade .images {
	width: 100%;
	margin-top: 20px;
}

.filters SELECT {
	display: block;
	margin: 10px 0px;
	width: 100%;
	border: 0px none ;
	font-size: 20px;
	color: #000;
}

.front-reg-search {
	margin: 0px -20px;
	zoom: 0.6;
}

.webshop-navi BUTTON {
	padding: 6px 12px;
	font-size: 12px;
}

}
@media only screen and (min-width: 1044px)  and (min-device-width: 801px) {
A {
	color: #1060D0;
}

.mlay_1 .mrow_1 .mcell .article_ingress_list {
	display: none;
}

.mlay_1 .mrow_1 .mcell .article {
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.6);
	padding: 13px 13px 13px 13px;
}

.mlay_1 .mcell ~ .mcell {
	padding: 0px 0px 0px 13px;
	margin: 13px 13px 13px -1px;
	border-left: 1px solid #b6b6b8;
}

.mlay_1 .mcell A {
	color: #5c5c5c;
}

.mlay_1 .mcell .article_content A {
	color: #1060D0;
}

.mlay_1 .mcell {
	width: 475px;
	display: inline-block;
	vertical-align: top;
	margin: 13px 13px 13px 0px;
	padding: 0px 0px 13px 0px;
}

.mlay_1 .mrow {
	border-bottom: 1px solid #b6b6b8;
}

.mlay_1 .mrow_0 .mcell {
	width: 950px;
}

.nrsearch .ingress {
	padding: 20px 0px 20px 0px;
	line-height: 1.5em;
}

.nrsearch BUTTON {
	margin-top: 10px;
	text-align: right;
	width: 100%;
	cursor: pointer;
}

.nrsearch INPUT {
	width: 100%;
	font-size: 30px;
	text-align: center;
}

.nrsearch {
	position: absolute;
	margin: 181px 0px 0px 760px;
	width: 191px;
	height: 186px;
	padding: 12px;
	z-index: 11;
}

.watermark {
	margin: 90px 0px 0px 0px;
	display: block;
}

.mainarea .brandmenu FORM {
	display: none;
}

.mainarea .webshop_list .article_ingress_list {
	font-size: 13px;
	line-height: 1.2em;
	width: 750px;
}

.mainarea .webshop_list .pname {
	text-align: left;
}

.mainarea .webshop_list .centerrow .pname {
	text-align: left;
}

.mainarea .article_image_list {
	margin-right: 12px;
}

.mainarea .brands {
	display: block;
}

.toplogo .searcharea {
	width: 400px;
}

.toplogo .topmenuarea .menu {
	display: inline-block;
}

.toplogo .topmenuarea {
	width: 400px;
	font-size: 12px;
	text-align: right;
}

.shoppingcart_large .cart_amount {
	width: 24px;
}

.shoppingcart_large TD {
	padding: 5px;
}

.shoppingcart_large TH {
	text-align: left;
	padding: 5px;
}

.shoppingcart_large {
	font-size: 14px;
}

.shipping_address .tiny {
	width: 60px;
}

.shipping_address .wide {
	width: 250px;
}

.shipping_address INPUT {
	margin: 0px 4px 2px 0px;
	padding: 2px;
}

.shipping_address TEXTAREA {
	margin: 0px 6px 2px 0px;
	padding: 2px;
}

.shipping_address .medium {
	width: 180px;
}

}
