@charset "UTF-8";

body {
	margin: 0px; 
	padding: 0px;
	background: #fff;
	background: -moz-linear-gradient(left,  #e9e9e9 0%, #ffffff 15%, #ffffff 85%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9e9e9), color-stop(15%,#ffffff), color-stop(85%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(left,  #e9e9e9 0%,#ffffff 15%,#ffffff 85%,#e9e9e9 100%);
	background: -o-linear-gradient(left,  #e9e9e9 0%,#ffffff 15%,#ffffff 85%,#e9e9e9 100%);
	background: -ms-linear-gradient(left,  #e9e9e9 0%,#ffffff 15%,#ffffff 85%,#e9e9e9 100%);
	background: linear-gradient(to right,  #e9e9e9 0%,#ffffff 15%,#ffffff 85%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=1 );
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	transition: background 300ms linear;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #1c303e;
}

@media screen and (max-width: 1450px) {
  body {
    background: #fff;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear
  }
  #back-top {
  	display: none!important;
  }
}


.dd-select {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), 
				inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important; 
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05),
						inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05),
					inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
}

div.clear {
    clear:both;
}

div.line{
	width: 100%;
	height: 1px;
	background: #ccc;
	clear: both;
}

#main {
	background: rgba(255,255,255,0.0);
}

#main .container {
	background: rgba(255,255,255,0.0);
}

#main .container div.fc {
      position: absolute;
      width: 197px;
      line-height: 20px;
      padding: 5px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
      background: #1c303e;
      border: 4px solid #1c303e;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      right: 0px;
      top: 60px;
      margin-top:40px;
      display: none;
      z-index: 9999;
}

#main .container div.fc:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #1c303e transparent;
      top: -24px;
      left: 100px;
}

#main .container .fc .fc-item {
	padding: 0px;
	cursor: pointer;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #8996a0;
	height: 45px;
	margin-top: 5px;
}

#main .container .fc .fc-item:hover a {
	color: #f7941e;
}

#main .container .fc .fc-item:first-of-type {
	margin-top: 0px;
}

#main .container .fc .fc-item:last-of-type {
	border: 0px;
}

#main .container .fc-item a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;

}
#main .container .fc-item a:last-of-type {
	width: 150px;
	float: left;
	margin-left: 50px;
	line-height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -40px;
}

#main .container .fc .fc-img {
	height: 40px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main .container .fc .fc-item p {
	font-weight: bold;
	color: #f7941e!important;
	font-family: Arial, sans-serif;
	float: right;
	position: relative;
	top: -18px;
	font-size: 11px;
}

#footer {

}

.container {
	width: 981px;
	margin: 30px auto;
  	position: relative;
}

#header {
	background: rgba(255,255,255,0.0) url('../img/header.png') no-repeat;
	height: 134px;
	width: 981px;
}

#header .headinfo {
	background: rgba(255,255,255,0.0);
	width: 840px;
	float: right;
	height: 30px;
	position: relative;
}

#header .headinfo ul {
	list-style: none;
}

#header .headinfo ul li {
	display: inline;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#header .headinfo ul li img {
	height: 18px;
	width: 18px;
	margin: 0px 0 0 4px;
	padding: 0;
	position: relative;
	top: 4px;
	opacity: 1;
}


#header .headinfo ul li a {
	color: #ccc;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#header .headinfo ul li a:hover {
	color: #1c303e;
	text-decoration: none;
}

#header .headinfo ul li span {
	color: #f7941e;
}

#header .headinfo ul li.shipping {
	font-size: 13px;
	color: #00aeef;
	line-height: 30px;
	width: 240px;
	margin-right: 16px;
}

#header .headinfo ul li.hotline {
	font-size: 13px;
	color: #00aeef;
	line-height: 30px;
	margin-right: 25px;
	padding-left: 18px;
	background: #fff url('../img/phone.png') no-repeat left 3px;
}

#header .headinfo ul li.newcustomer {
	font-size: 13px;
	line-height: 30px;
	margin-right: 15px;
}

#header .headinfo ul li.login {
	font-size: 13px;
	line-height: 30px;
	margin-right: 25px;
}

#header .headinfo ul li.socialn {
	font-size: 13px;
	color: #ccc;
	line-height: 30px;
	margin-right: 4px;
}

#header .seals {
	position: relative;
	float: left;
	top: 23px;
	left: 470px;	
}

#header .seals img {
	height: 30px;
	display: inline-block;
	margin-right: 12px;
}

#header .basketpreview {
	width: 219px;
	background: #fff url('../img/cart.png');
	height: 32px;
	float: right;
	position: relative;
	top: 25px;
	left: 3px;
	cursor: pointer;
}

#header .basketpreview div.a10.hover  {
	background: url('../img/arrowdown.png') no-repeat center right;
	background-size: 10px;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 9px;
	right: 11px;

}

#header .basketpreview:hover div.a10  {
	background: url('../img/arrowdown.png') no-repeat center right;
	background-size: 10px;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 9px;
	right: 11px;
}
 
#header .basketpreview div {
	color: #f7941e;
	margin-left: 30px;
	line-height: 29px;
	font-size: 13px;
}

#header .basketpreview div span {
	color: #00aeef;
}

#header .link2home a {
	position: absolute;
	height: 140px;
	width: 130px;
}

#header .mainmenu {
	width: 800px;
	height: 35px;
	position: relative;
	top: 35px;
	float: right;
}

#header .mainmenu #suche {
	margin-top: 9px;
	position: absolute;
	top: 0px;
	left: -5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#header .mainmenu #suche {
		margin-top: 9px;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	
}

#header .mainmenu #suche input[type=text] {
	width: 160px;
	border: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #00aeef;
	text-indent: 5px;
	background: none;
	position: relative;
}

/* @group FO */

#FLhydro h1 {
	display: inline-block;
	margin-right: 10px;
}

#FLhydro .tdesc {
	margin-bottom: 0;
}

#FLhydro .moreMarg {
	margin-bottom: 47px!important;
}

#FLhydro .flFilters {
	display: none;
}

#FLhydro .colorPick .flFilters {
	display: block;
}

#FLhydro .colorPick ul {
	list-style: none;
}

#FLhydro .colorPick ul li {
	display: inline-block;
	width: 18px;
	margin: 0 3px	
}

#FLhydro .colorPick {
	float: right;
	width: auto!important;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	position: relative;
	cursor: pointer;
	padding: 3px;
	top: 11px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
}

#FLhydro .colorPick .colorPicker {
	width: 18px;
	height: 18px;
}

#FLhydro .colorPick a {
	padding: 0!important;
}

#FLhydro .colorPickerElementWrapper {
	position: relative;
	text-align: center;
	width: 18px;
	height: 18px;
	border: 1px solid #e6e6e6;
}


#FLhydro .leftmenu .flFilters li {
	width: 184px;
}

#FLhydro .leftmenu .flFilter a {
	background: url('../img/FLblank.png') left center no-repeat;
	display: inline-block;
	margin-left: 20px;
	padding-left: 22px!important;
	width: 137px;
	color: #ccc;
}

#FLhydro .leftmenu .flFilter a:hover {
	background: url('../img/FLhover.png') left center no-repeat;
	color: #ccc!important;
}

#FLhydro .flRemoveAllFilters {
	float: left;
	color: #1c303e!important;
	text-decoration: none!important;
	margin-left: 10px;
	background: #fff url('../img/delChoose.png') left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
	position: relative;
	top: 15px;
}

#FLhydro .flRemoveAllFilters:hover {
	text-decoration: underline!important;
}

#FLhydro .flChosenFilter {
	float: left;
	margin-right: 20px;
}

#flChosenPriceFilter {
	display: none!important;	
}

#FLhydro .flChosenFilter .flFilterName {
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 10px;
}

#FLhydro .flChosenFilter .flFilterValue {
	color: #1c303e;
	font-size: 12px;
	background: #fff url('../img/FLChoose.png') left center no-repeat;
	padding-left: 20px;
}

#FLhydro .flChosenFilter a:hover .flFilterValue {
	background: #fff url('../img/delChoose.png') left center no-repeat;
}

#FLhydro .flChosenFilter a:hover {
	background: #fff;
}

#FLhydro .flChosenFilter a img {
	display: none;
}

#flSearchHeader {
	float: right;
	text-align: right;
	margin-top: 10px;
}

#FLhydro .leftfinder {
	float: left;
	margin-top: 30px;
}

#FLhydro .leftfinder a {
	margin-top: 0;
}

#FLhydro .lastseen {
	top: 60px!important;
	margin-bottom: 50px;
}

#FLhydro h3 {
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
}

#FLhydro strong {
	font-weight: bold;
}

#FLhydro .non {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-left: 17px;
}

#FLhydro .nonF {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	color: #ccc;
}

#FLhydro .filter {
	margin-left: 0!important;
	padding-left: 0!important;
	width: 100%!important;
	margin-top: 0;
	margin-bottom: 15px;
}

#FLhydro .filter #flFilterContainer,
#FLhydro .filter .flFilterBox {
	width: 100%;
}

.fl-autocomplete.ui-autocomplete {
	border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	border: solid 1px #e6e6e6!important;
	
}

.fl-autocomplete li.ui-menu-item a {
	border-bottom: 1px solid #ccc!important;
	margin-left: 10px;
	margin-right: 10px;
}

.fl-autocomplete li.ui-menu-item:hover a {
	border-bottom: 1px solid #00aeef!important;
}

.fl-popOverImage {
	border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.05), inset 0 0 10px #fff;
	border: solid 1px #e6e6e6!important;
}

/* Beginn css-Styles für den FINDOLOGIC Priceslider */

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
 #fl-price-slider.ui-slider {
	position: relative;
	text-align: left;
}
#fl-price-slider.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 23px;
	cursor: pointer;
	border: none;
}
#fl-price-slider.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
#fl-price-slider.ui-slider-horizontal {
	height: .8em;
}
#fl-price-slider.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
#fl-price-slider.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
#fl-price-slider.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
#fl-price-slider.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* Component containers
----------------------------------*/
 #fl-price-slider.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
#fl-price-slider.ui-widget .ui-widget {
	font-size: 1em;
}
#fl-price-slider.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
#fl-price-slider.ui-widget-content {
	background: #ffffff url('../img/slider-bg_flat.png') 50% 50% repeat-x;
	color: #222222;
	margin-bottom: 10px;
	width: 144px;
	margin-left: 20px;
}
#fl-price-slider.ui-widget-content a {
	color: #222222;
}
#fl-price-slider .ui-widget-header {
	border: 1px solid #cacaca!important;
	background: #fff;
	color: #222222;
	font-weight: bold;
}
#fl-price-slider .ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
 #fl-price-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: url('../img/slider-handle.gif');
	outline: none;
	cursor: pointer;
}
#fl-price-slider .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
#fl-price-slider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-image: url('../img/slider-handle.gif');
	outline: none;
}
#fl-price-slider .ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
#fl-price-slider .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-image: url('../img/slider-handle.gif');
	outline: none;
}
#fl-price-slider .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
#fl-price-slider .ui-widget :active {
	outline: none;
}
#flpricemax {
	float: right;
}
#flChosenPriceFilter {
	margin-top: 20px;
}
/* Ende css-Styles für den FINDOLOGIC Priceslider */

/*

	Begin NUMERIC SLIDER Style

*/
 .flSlider.ui-slider {
	position: relative;
	text-align: left;
}
.flSlider.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 23px;
	cursor: default;
	border: none;
}
.flSlider.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.flSlider.ui-slider-horizontal {
	height: .8em;
}
.flSlider.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.flSlider.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.flSlider.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.flSlider.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* Component containers
----------------------------------*/
 .flSlider.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.flSlider.ui-widget .ui-widget {
	font-size: 1em;
}
.flSlider.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.flSlider.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/slider-bg_flat.png) 50% 50% repeat-x;
	color: #222222;
	margin-bottom: 10px;
}
.flSlider.ui-widget-content a {
	color: #222222;
}
.flSlider .ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/slider-bg_highlight.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.flSlider .ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
 .flSlider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: url(images/slider-handle.gif);
	outline: none;
}
.flSlider .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.flSlider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-image: url(images/slider-handle-active.gif);
	outline: none;
}
.flSlider .ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.flSlider .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-image: url(images/slider-handle-active.gif);
	outline: none;
}
.flSlider .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.flSlider .ui-widget :active {
	outline: none;
}
.flSlider {
	clear:both;
}
.flRightValue {
	float: right;
}
.flSliderWrapper {
	position:relative;
}
.flSliderWrapper .flLabels {
	margin-top:1em;
	margin-bottom:20px;
}
.flSliderToolTip {
	position: absolute;
	padding:4px;
	background:#CCC;
	left:0;
	top:75px;
	text-align:center;
}
.flSlideMarker {
	position: absolute;
	left:0;
	top:0;
	background:#CCC;
	width:1px;
	height:16px;
}
.flSlideMarker .label {
	display:none;
	position:relative;
	left:-5px;
	font-size: 80%;
	color:#777;
}
.flSlideMarker .label.top {
	top: -12px;
}
.flSlideMarker .label.bottom {
	top: 22px;
}
.flSlideMarker .activeMarkerLabel {
	color:#000;
}

#flpricemin {
	background: #f7941e!important;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
}

#flpricemax {
	background: #f7941e!important;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
}

#fl-price-slider {
	margin-top: 30px;
}

.flFilter {
	margin: 5px 0;	
}

.flFilter a, .flChosenFilter a {
	padding: 5px 5px!important;	
}

.flFrequency {
	color: #1e303c!important;
}


/* Ende css-Styles für den FINDOLOGIC NumericSlider */

/* @end */

#header .mainmenu #suche input[type=submit] {
	position: relative;
	border: 0px;
	width: 20px;
	background: #fff;
	opacity: 0!important;
	cursor: pointer;
}

#header .mainmenu > ul {
	width: 600px;
	float: left;
	position: relative;
	left: 200px;
}

#header .mainmenu > ul > li {
	float: left;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	min-height: 49px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	text-align: center;
	cursor: pointer;
}

#header .mainmenu > ul > li.home {
	background: url('../img/home.png') no-repeat center 13px;
	width: 35px;
	height: 16px;
	position: absolute;
	left: -245px;
}


#header .mainmenu li.tag1 {
	width: 81px;
}

#header .mainmenu li.tag2 {
	width: 147px;
}

#header .mainmenu li.tag3 {
	width: 96px;
}

#header .mainmenu li.tag4 {
	width: 69px;
}

#header .mainmenu li.tag5 {
	width: 104px;
}

#header .mainmenu li.tag6 {
	width: 89px;
}

#header .mainmenu > ul > li > a {
	height: 41px;
	color: #fff;
	text-decoration: none;
	float: left;
	width: 100%;
	background: url('../img/blank.gif') repeat;
	position: relative;
	z-index: 120;
}

#header .mainmenu > ul > li.home:hover > a {
	background: #1c303e url('../img/home.png') no-repeat center 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header .mainmenu > ul > li > .arrow {
	position: absolute;
	background: url('../img/blank.gif') no-repeat center bottom;
	height: 49px;
	width: 100%;
	z-index: 110;
}

#header .mainmenu > ul > li:hover > .arrow {
	background: url('../img/arrowdown.png') no-repeat center bottom;
	
}

#header .mainmenu > ul > li:hover > a {
	background: #1c303e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header .mainmenu .loader {
	background: #fff;
	padding: 20px 0;
	position: absolute;
	z-index: 3!important;
	top: 43px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	float: left;
	width: 340px;
	text-align: left;
	display: none;
}

.lastload {
	right: 0;
}

#loader4 {
	right: 0;
}

#header .mainmenu .loader li {
	height: 28px;
	float: left;
	width: 140px;
	margin-left: 20px;
	line-height: 28px;
	border-top: 1px solid #1c303e;
	background: #fff url('../img/subarrow.png') no-repeat 130px center;
}

#header .mainmenu .loader li:hover {
	background: #fff url('../img/subarrow_h.png') no-repeat 130px center;
}

#header .mainmenu .loader li:nth-of-type(9) {
	
}

#header .mainmenu .loader li:nth-of-type(10) {
	
}

#header .mainmenu .loader li a {
	text-decoration: none;
	color: #1c303e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	width: 110px;
	display: inherit;
	margin-left: 10px;	
}

#header .mainmenu .loader li:hover a {
	color: #f7941e;
}

#breadcrumbs {
	margin: 30px 15px 15px 15px;
	width: 966px;
	height: 13px;
	background: #fff;
}

#breadcrumbs a {
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
	color: #ccc;
}

#breadcrumbs a:last-of-type {
	color: #1c303e;
}

#breadcrumbs a:hover {
	color: #1c303e;
}

#breadcrumbs span {
	color: #00aeef;
	margin-right: 5px;
}

#content {
	background: #fff;
	width: 100%;
	float: left;
}

#content .maincontent {
	float: left;
	border-top: 1px solid #e6e6e6;
	width: 766px;
	position: relative;
}

.nob {
	border-top: 0px!important;
	width: 100%!important;
}

.ob {
	border-top: 1px solid #e6e6e6;
	width: 100%!important;
	padding-top: 20px;
	margin-bottom: 20px;
}

#content .maincontent #imageContainer {
	float: left;
	margin-top: 20px;
}

#content .maincontent #infoContainer {
	float: right;
}

#content .maincontent #zoomPos {
	position: absolute;
	top: 1px;
	right: 370px;
}

.zArrow {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 20px;
      border-style: solid;
      border-color: transparent #1c303e transparent transparent;
      top: 200px;
      left: -40px;
      z-index: 9999;
      display: none;
}

#content .maincontent .zoomInfo {
	width: 391px;
	color: #ccc;
	margin-top: 25px;
	margin-bottom: 30px;
	line-height: 18px;
}

#content .maincontent .descriptionshort {
	width: 330px;
    color: #888;  
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 18px;
}

#content .maincontent .descriptionshort a {
    color: #00aeef;
	text-decoration: none;
}

#content .maincontent .descriptionshort a:hover {
	color: #f7941c;
	text-decoration: none;
}

#content .maincontent .nachfolger {
	width: 330px;
    color: #f7941e;  
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 18px;
	font-weight: 500;
}

#content .maincontent .nachfolger a {
    color: #00aeef;
	text-decoration: none;
	text-transform: uppercase;
}

#content .maincontent .nachfolger a:hover {
	color: #f7941c;
	text-decoration: none;
	text-transform: uppercase;
}

#content .vSlider {
	width: 187px;
	float: right;
	height: 666px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}

#content .vSlider a {
	text-decoration: none;
}

#content .vSlider .sTitle {
	background: url('../img/crosstitle.png') no-repeat;
	height: 35px;
	width: 162px;
	position: absolute;
	top: -32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	left: 12px;
}

#content .vSlider p {
	font-size: 13px;
	width: 80%;
	margin: 0 auto;
	color: #1c303e;
	text-decoration: none;
	margin-top: 15px;
}

#content .vSlider p:last-of-type {
	color: #f7941e;
	font-size: 17px;
	font-weight: bold;
}

#content .vSlider p:last-of-type span {
	color: #969ea4;
	text-decoration: line-through;
	margin-right: 8px;
}

#content .vSlider .simscroll {
	height: 640px;
	width: 187px;
	position: relative;
	padding: 0;
	
}

#content .vSlider .simscroll a {
	float: left;
	text-align: center;
   	height: 180px!important;
   	border-bottom: 1px solid #e6e6e6;
   	padding-top: 30px;
   	width: 100%;
    margin-top: -5px;
}

#content .vSlider .simscroll a:nth-of-type(3n) {
	border-bottom: 0px;
}

#content .vSlider .simscroll a:last-of-type {
	border: 0px!important;
}

#content .vSlider .simscroll a img {
	display: block;
    margin: 0 auto;
    height: 45%;
}

#content .vSlider a.prev, #content .vSlider a.next {
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url('../js/graphics/arrownalin.png');
    padding: 0px !important;
    opacity: 1;
    text-indent: -999em;
}

#content .vSlider a.prev {
    background-position: 0 0;
    position: absolute;
    top: 10px;
    left: 82px;
}

#content .vSlider a.disabled {
	display: none!important;
}

#content .vSlider a.prev:hover {
	background-position: -25px 0px;
}

#content .vSlider a.next {
    background-position: 0px 24px;
    position: absolute;
    bottom: 10px;
    left: 82px;
}

#content .vSlider a.next:hover {
	background-position: -25px 24px;
}

large {
	border-collapse: collapse;
	width: 391px;
	height: 415px;
	background-position: -234px -639px;
}

.large td {
	width: 391px;
	height: 415px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.large td .img {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
}

#content .maincontent .pinfo {
	width: 336px;
	position: relative;
}

#content .maincontent .pinfo h1 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 30px 0;
	width: 100%;
}

#content .maincontent .pinfo .subs {
	color: #969ea4;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

#content .maincontent .pinfo .subs p {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}

#content .maincontent .pinfo .subs a {
	color: #1e303c;
	text-decoration: none;
}

#content .maincontent .pinfo .subs a:hover {
	color: #f7941c;
	text-decoration: none;
}

#content .maincontent .pinfo .subs p span {
	color: #1c303e;
	font-weight: normal;
	text-transform: none;
	margin-left: 10px;
}

#content .maincontent .pinfo .attrCon {
	margin-top: 20px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
	width: 100%;
}

.attrCon .PlentyFormContainer {
	margin-bottom: 10px;
}

.plentyAttributeSelectWrapper:nth-of-type(2) {
	margin-top: 15px;
}

.PlentyWebAttributeTitle,
.plentyAttributeSelectWrapperTitle {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #969ea4;
	font-weight: bold;
}

/* NEW ATTRIBUTE SELECT */


/* wrapper */
.plentyAttributeSelectWrapper {
	margin-bottom: 5px;
}
/* wrapper title */
.plentyAttributeSelectWrapperTitle { }
/* wrapper content */
.plentyAttributeSelectWrapperContent {
	display: inline-block;
	width: 200px;
}

/* ul (all) */

/* ul */
.plentyAttributeSelectWrapperContent ul {
padding-left: 0;
}
/* li */
.plentyAttributeSelectWrapperContent ul > li {
list-style: none;
margin-left: 0;
overflow: hidden;
}

/* disabled */
li.plentyAttributeSelectDisabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default !important;
}
li.plentyAttributeSelectDisabled a {
	cursor: default !important;
}

.plentyAttributeSelectHasDropdown {
	position: relative;
	width: 200px;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	position: relative;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
}
/* height if dropdown closed */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasDropdown > .plentyAttributeSelectWrapperInnerClosed:hover {
	height: 22px;

}

.plentyAttributeSelectHasDropdown > div {
	position: absolute;
	overflow: hidden;
}

.plentyAttributeSelectHasDropdown:hover > div {
	height: auto;
	z-index: 1;
}

/* arrow hover */
.plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent #1e303c transparent;
	text-align: center;
	margin-left: -2px;
	position: relative;
	top: -5px!important;
}


.plentyAttributeSelectedValue,
.plentyAttributeSelectValue > a {
	padding: 0 0 0 7px;
	white-space: nowrap;
	color: #1e303c;
	line-height: 22px;
}

/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
	position: relative;
	padding-right: 20px;
}
/* arrow container */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 18px;
	height: 16px;
}

.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	border-color: #1e303c transparent transparent;
	text-align: center;
	margin-left: -2px;
	margin-top: 7px;
}



/* list */

/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
	max-height: 150px; /*adapt to height of li*/
	overflow-y: auto;
	width: 200px;
	overflow-x: hidden;
	margin-top: 0px;
	border: 1px solid #e7e7e7;
	background: #fff;
	margin-left: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* ul */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul {
}
/* li */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li {

}
/* a */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
	display: block;
	line-height: 1.5em;
	padding-right: 20px;
	white-space: nowrap;
	color: #1e303c;
}
/* li hover / a focus */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus {
	background: #eee;
	color: #1e303c;
	cursor: pointer;
}
/* reset li hover / a focus if disabled */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
background: transparent;
color: #6a7786;
}
/* li / a selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a {
	background: #f7941c;
}
/* value & markup */
.plentyAttributeSelectValueName {
float: left;
display: inline-block;
}

.plentyAttributeSelectedValueName {
display: inline-block;
float: left;
}
.plentyAttributeSelectValueMarkup {
padding-left: 10px;
font-weight: 300;
padding-right: 10px;
}



.plentyAttributeSelectHasImageGallery {
	float: left;
	width: auto!important;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	position: relative;
	cursor: pointer;
	padding: 3px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
}


.plentyAttributeSelectHasImageGallery > ul > li {
	display: inline-block;
	width:  18px;
	margin: 0 2px;
	
}

.PlentyWebTableLayout {
	margin-bottom: 20px;
}

#content .maincontent .pinfo .buyContainer {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#content .maincontent .pinfo .buyContainer .uvp {
	float: left;
	width: 50%;
	font-size: 13px;
	font-weight: bold;
}

.uvp p {
	text-decoration: uppercase;
	color: #969ea4;
}

.uvp p span {
	margin-left: 10px;
	color: #1c303e;
	text-decoration: line-through;
}

#content .maincontent .pinfo .buyContainer .cheaper {
	background: #00aeef;
	float: right;
	width: 158px;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 10px;
	height: 13px;
	line-height: 13px;
	margin-top: -3px;
	text-transform: uppercase;
	cursor: pointer;
}

#content .maincontent .cheaperview {
	background: #fff;
	height: 540px;
	width: 370px;
	position: fixed;
	z-index: 99999!important;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	display: none;
	padding: 15px;
}

#content .maincontent .pinfo .buyContainer .cheaper:hover {
	background: #f7941e;
}

#content .maincontent .videoframe {
	background: #fff;
	height: 420px;
	width: 720px;
	position: absolute;
	z-index: 99999!important;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	display: none;
	padding: 22.5px;
	padding-top: 35px;
}

#content .maincontent #vfc {
	background: #fff;
	opacity: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

#content .maincontent .pinfo .buyContainer .price {
	float: left;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #969ea4;
}

#content .maincontent .pinfo .buyContainer .price .num {
	color: #f7941e;
	font-size: 36px;
	margin-top: 5px;
}

#content .maincontent .pinfo .buyContainer .price .priceinfo {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	margin-top: 10px;
}

#content .maincontent .pinfo .buyContainer .price .priceinfo .inkl {
	color: #f7941c;
	text-decoration: none;
}

#content .maincontent .pinfo .buyContainer .price .priceinfo .inkl:hover{
	color: #00aeef;
}

#content .maincontent .pinfo .buyContainer .price .priceinfo .zzgl {
	color: #969ea4;
	text-decoration: none;
}

#content .maincontent .pinfo .buyContainer .price .priceinfo .zzgl:hover{
	color: #f7941c;
}

.priceinfo #ship1 {
	color: #00aeef;
}

.priceinfo #ship2 {
	color: #969eaf;
}

.priceinfo #ship3 {
	color: #ccc;
}

.priceinfo #ship3 a {
	text-decoration: none;
	color: #ccc;
}

.priceinfo #ship4 {
	color: #1c303e;
}

.priceinfo #ship5 {
	color: #f7941e;
}

#content .maincontent .pinfo .buyContainer .buyButton {
	float: left;
	width: 246px;
	height: 33px;
	margin: 30px 0 30px 0px;
	position: relative;
}

.buyButton .to_cart {
	float: left;
	height: 100%;
	width: 100%;
	background: #fff url('../img/tocart.png') no-repeat;
	cursor: pointer;
	border: 0px;
	text-indent: -999em;
}

.buyButton .to_cart:hover {
	background: #fff url('../img/tocart_h.png') no-repeat;
}

.buyButton .quantity {
	position: relative;
	float: left;
	margin: -26px 0 0 21px;
	width: 18px;
	height: 18px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-indent: 1px;
	background: #fff;
	border: 0px;
	font-weight: bold;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.buyButton .quantity {
		position: relative;
		float: left;
		margin: -27px 0 0 18px;
		width: 15px;
		height: 15px;
		font-size: 13px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-indent: 1px;
		background: #fff;
		border: 0px;
		font-weight: bold;
	}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.buyButton .quantity {
		position: relative;
		float: left;
		margin: -27px 0 0 18px;
		width: 15px;
		height: 15px;
		font-size: 13px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-indent: 1px;
		background: #fff;
		border: 0px;
		font-weight: bold;
	}
}

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

.buyButton .quantity {
		position: relative;
		float: left;
		margin: -27px 0 0 18px;
		width: 15px;
		height: 15px;
		font-size: 13px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-indent: 1px;
		background: #fff;
		border: 0px;
		font-weight: bold;
	}
}


#content .maincontent .pinfo .buyContainer .moreinfo {
	position: relative;
	height: 30px;
	width: 100%;
	float: left;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}

.moreinfo img {
	float: left;
}

.moreinfo img:nth-of-type(2) {
	position: absolute;
	left: 42%;
	top: 23px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */	
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
	
}

#content .maincontent .subproduct {
	float: left;
	background: #fff;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;

}

.social ul,.social_small ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.social ul.inlined,.social_small ul.inlined {
	float: left;
}

.social ul li {
	width: 32px;
	height: 32px;
	margin: 5px;
	text-indent: -9999px;
}

.social ul li a,.social_small ul li a {
	display: block;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.social ul li a:hover,.social_small ul li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.social_small ul li {
	width: 16px;
	height: 16px;
	margin: 5px;
	text-indent: -9999px;
}

.social_small ul a.twitter, .social_small ul a.facebook, .social_small ul a.flickr, .social_small ul a.friendfeed, .social_small ul a.delicious, .social_small ul a.digg, .social_small ul a.lastfm, .social_small ul a.youtube, .social_small ul a.feed, .social_small ul a.linked-in {
	background: url('../img/social_icons_small.png');
}

.social_small ul a.twitter {
	background-position: 0px 0px;
}

.social_small ul a.facebook {
	background-position: 0px -26px;
}

.social_small ul a.flickr {
	background-position: 0px -52px;
}

.social_small ul a.google {
	background: url('../img/googleplus.png');
}

.social_small ul a.friendfeed {
	background-position: 0px -78px;
}

.social_small ul a.delicious {
	background-position: 0px -104px;
}

.social_small ul a.digg {
	background-position: 0px -130px;
}

.social_small ul a.lastfm {
	background-position: 0px -156px;
}

.social_small ul a.linked-in {
	background-position: 0px -182px;
}

.social_small ul a.youtube {
	background-position: 0px -208px;
}

.social_small ul a.feed {
	background-position: 0px -234px;
}

.getdata {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 1px;
}

.fb-like {
	top: 4px;
	left: 5px;
	float: left;
}

.getdata .recommend {
	float: left;
	background: #fff url('../img/blankbutton.png') no-repeat;
	width: 181px;
	height: 23px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.direct input {
	float: left;
	background: #fff url('../img/blankbutton.png') no-repeat;
	width: 181px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: 0px;
	line-height: 20px;
	padding: 0px!important;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 10px;
	position: absolute;
	z-index: 3!important;
}

.direct input:hover {
	background: #fff url('../img/blankbutton_h.png') no-repeat;
	color: #fff;
}

.rows h2 {
	font-size: 13px;
	color: #969ea4;
	font-weight: bold;
	margin: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.rows > .logoCon {
	width: 330px;
	float: right;
	height: 80px;
	margin-top: -10px;
	display: inline-block;	
}


.rows > .logoCon table {
	width: 150px;
	height: 80px;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.rows h2 + p {
	font-size: 12px;
	color: #1e303c;
	margin: 15px;
	width: 390px;
	line-height: 16px;
	float: left;
}

.getdata > input[type=submit] {
	float: left;
	background: #fff url('../img/blankbutton.png') no-repeat;
	width: 181px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: 0px;
	line-height: 20px;
	padding: 0px!important;
	font-family: 'Roboto Condensed', sans-serif;
}

.getdata > input[type=submit]:hover {
	background: #fff url('../img/blankbutton_h.png') no-repeat;
	color: #fff;
}
.getdata .printID {
	float: right;
	background: #fff url('../img/blankbutton.png') no-repeat;
	width: 181px;
	height: 23px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.getdata .printID input {
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	border: 0px;
	line-height: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.getdata .printID:hover input {
	color: #fff;
}

.getdata .printID:hover, .getdata .recommend:hover  {
	background: #fff url('../img/blankbutton_h.png') no-repeat;
	color: #fff;
}

#content .subcontent {
	width: 100%;
	background: #fff;
	min-height: 340px;
	margin-top: 20px;
}

#content .subcontent .productdes {
	float: left;
	width: 714px;
	padding: 25px;
	min-height: 208px;
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #f7f7f7 14%, #ebebeb 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(14%,#f7f7f7), color-stop(97%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#f7f7f7 14%,#ebebeb 97%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#f7f7f7 14%,#ebebeb 97%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#f7f7f7 14%,#ebebeb 97%);
	background: linear-gradient(to bottom,  #ebebeb 0%,#f7f7f7 14%,#ebebeb 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 );
	line-height: 18px;
}

#content .subcontent .productdes > div:last-of-type {
	width: 48%;
	float: right;
}

#content .subcontent .productdes div.merkmale {
	width: 48%;
	float: right;
}


#content .subcontent .productdes div.merkmale a {
	color: #1e303c;
}

#content .subcontent .productdes div.merkmale  .PlentyArticleCharacterGroupName {
	display: none;
}

#content .subcontent .productdes div.merkmale a:hover {
	color: #f7941c;	
}

#content .subcontent .productdes > div:first-of-type {
	width: 48%;
	float: left;
}

#content .subcontent .productdes > div p {
	margin-top: 10px;
}

#content .subcontent .productdes .PlentyArticleCharacter > div {
	
}

#content .subcontent .productdes a {
	color:  #f7941e;
	text-decoration: none;
}

#content .subcontent .productdes strong,
#content .subcontent .productdes b {
	font-weight: bold!important;
}


#content .subcontent .productdes h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
}

#content .subcontent .productdes i {
	font-style: italic!important;
}

#content .subcontent .productdes h3.toping {
	margin-top: 0;
}

#content .subcontent .productdes > div > ul {
	list-style: square;
	margin-left: 15px;
}

#content .subcontent .productdes ul {
	list-style: circle;
	margin-left: 15px;
}

#content .subcontent .lastseen {
	width: 186px;
	float: right;
	border: 1px solid #e6e6e6;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 50px;
	padding-bottom: 10px;
}

#content .subcontent .lastseen .lTitle {
	background: url('../img/crosstitle.png') no-repeat;
	height: 35px;
	width: 162px;
	position: absolute;
	top: -32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	left: 12px;
	z-index: 9;
}

.lastseen .lsart {
	float: left;
	height: 95px;
	position: relative;
	width: 90px!important;
}

.lastseen .lsart span {
	color:  #969ea4;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	top: -10px;
}

.lastseen .lsart:hover span {
	color:  #f7941e;
}

.lsart {
	position: relative;
}

.ls-img {
	overflow: hidden;
}
.lastseen table:nth-of-type(2n+1) {
	margin-left: 12px;
}
.lastseen table {
	width: 70px;
	height: 70px;
	float: left;
	background: #fff;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
.lastseen table .ls-img {
	height: 70px;
	float: left;
	opacity: 1;
} 

#content .crossall {
	width: 100%;
	float: left;
	margin-top: 35px;
}

#content .crossall #tab-container,
#content .crossall #top-container,
#content .crossall #brand-container,
#content .crossall #highlights {
	width: 981px;
}

#content .crossall #brand-container {
	height: 200px;
}

#content .crossall #tab-container ul,
#content .crossall #top-container ul,
#content .crossall #brand-container > ul,
#content .crossall #highlights ul {
	height: 70px;
	width: 951px;
	list-style: none;
	margin: 0;
	padding: 30px 0 30px 30px;
	background: #fff url('../img/crosshead_bg.png') repeat-x;
}

#content .crossall #brand-container > ul,
#content .crossall #highlights ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .crossall #tab-container ul li,
#content .crossall #top-container ul li,
#content .crossall #brand-container > ul >li:first-of-type,
#content .crossall #highlights ul li {
	float: left;
	border: 1px solid #e6e6e6;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 5px 10px;
	margin-right: 10px;
	height: 15px;
	cursor: pointer;
}

#content .crossall #tab-container ul li:hover {
	background: #1e303c;
	border: 1px solid #1e303c;
}

#content .crossall #tab-container ul li a,
#content .crossall #top-container ul li a,
#content .crossall #brand-container > ul > li:first-of-type a,
#content .crossall #highlights ul a {
	font-size: 13px;
	text-decoration: none;
	color: #1c303e;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	display: inline-block;
	position: relative;
	background: url('../img/blank.gif') no-repeat center bottom;
}

#content .crossall #brand-container .normalref a {
	color: #999;
	font-size: 18px;
	line-height: 23px;
	margin-left: 20px;
}

#content .crossall #brand-container .normalref a:hover {
	color: #1e303c;
}

#content .crossall #top-container ul li a,
#content .crossall #brand-container > ul > li:first-of-type a,
#content .crossall #tab-container ul li:hover a,
#content .crossall #highlights ul  li a {
	background: url('../img/arrowdown.png') no-repeat center bottom;
	color: #fff;
}

#content .crossall #tab-container ul li.active,
#content .crossall #top-container ul li,
#content .crossall #brand-container > ul > li:first-of-type,
#content .crossall #highlights ul li {
	background: #1c303e;
	border: 1px solid #1c303e;
}

#content .crossall #tab-container ul li.active a,
#content .crossall #top-container ul li a,
#content .crossall #brand-container > ul > li:first-of-type a,
#content .crossall #highlights ul li a {
	background: url('../img/arrowdown.png') no-repeat center bottom;
	color: #fff;
}

#content .crossall #tab-container #tab-0-div {
	background: #fff;
	width: 951px;

}

#content .crossall #tab-container #tab-1-div,
#content .crossall #tab-container #tab-2-div,
#content .crossall #tab-container #tab-3-div {
	background: #fff;
	display: none;
} 


#content .crossall #tab-container #crossall {
	padding: 0 0px;
	position: relative;
	margin-top: -30px;
	height: 300px!important;
	text-align: center;
}

#content .crossall #tab-container #crossall a{
	text-decoration: none;
}

#content .crossall #tab-container p.desc {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #1e303c;
	width: 90%;
	line-height: 16px;
	height: 50px;
}

#content .crossall #tab-container p.go {
	background: url('../img/go.png') no-repeat center center;
	text-indent: -999em;
	height: 22px;
	width: 100%;
	margin-top: 20px;
}

#content .crossall #tab-container .slider-item a:hover p.go {
	background: url('../img/go_h.png') no-repeat center center;
}

#content .crossall #tab-container #crossall p.pr span {
	text-decoration: line-through;
	font-weight: bold;
	margin-right: 10px;
	color: #969ea4;
	font-size: 17px;
}

#content .crossall #tab-container #crossall p.pr {
	color: #ff9b00;
	font-weight: bold;
	font-size: 17px;
}

#content .crossall #tab-container #crossall a.link {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	color: #fff;
	background: #00aeef;
	padding: 3px 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#content .crossall #top-container .topbox {
	width: 239px;
	height: 255px;
	float: left;
	margin-right: 9px;
	margin-top: -55px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#content .crossall #top-container .topbox a {
	width: 239px;
	height: 255px;
	display: inline-block;
	text-decoration: none;
	color: #1e303c;
	font-weight: bold;
	text-transform: uppercase;
}

#content .crossall #top-container .topbox a span {
	font-size: 21px;
	display: inline-block;
	margin-top: 206px;
	line-height: 21px;
	text-indent: -10px;
}

#content .crossall #top-container .topbox span > div {
	background: url('../img/bigarrow.png') no-repeat right;
	width: 15px;
	height: 15px;
	float: right;
	margin-top: 3px!important;	
}


#content .crossall #top-container .topbox:hover a {
	color: #f7941e;
}

#content .crossall #top-container .topbox:hover span > div {
	background: url('../img/bigarrow_h.png') no-repeat right;
}

.topbox.box1 {
	background: #fff url('../img/topbox1.png');
	margin-right: 8px!important;
}

.topbox.box2 {
	background: #fff url('../img/topbox2.png');
	margin-right: 8px!important;
}

.topbox.box3 {
	background: #fff url('../img/topbox3.png');
}

.topbox.box4 {
	background: #fff url('../img/topbox4.png');
	margin-right: 0!important;
}

#footer {
	float: left;
	background: #fff url('../img/crosshead_bg.png') repeat-x;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

#footer .promobox {
	width: 981px;
}

#footer .promobox > ul {
	width: 100%;
}

#footer .promobox > ul > li  {
	width: 200px;
	padding: 15px;
	height: 82px;
	background: #969ea4 url('../img/five.png') no-repeat 122px center;
	float: left;
	margin: 30px 20px 30px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

#footer .promobox > ul > li .parrow {
	background: url('../img/grayarrow.png') no-repeat center center;
	position: absolute;
	height: 22px;
	width: 200px;
	top: -22px;
	z-index: 12;
	display: none;
}

#footer .promobox > ul > li > ul {
	display: none;
}

#footer .promobox > ul > li:hover .parrow {
	display: block;
}

#footer .promobox > ul > li:hover > ul {

}

#footer .promocontent {
	width: 200px;
	padding: 15px;
	position: absolute;
	background: #fff;
	left: -1px;
	z-index: 11;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}


.longtype {
	width: 700px!important;	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

	.longtype {
		width: 470px!important;
		top: -690px!important;	
	}
	
}

#footer .longtype div.con {
	width: 100%!important;
}

#footer .promocontent .boxline {
	height: 1px;
	width: 230px;
	position: absolute;
	left: 0;
	float: left;
	background: #e7e7e7;
}

#footer .promocontent .con .ytbox,
#footer .promocontent .con .vimbox {
	height: 55px;
	padding-top: 15px;
}

#footer .promocontent .con .ytbox img,
#footer .promocontent .con .vimbox img {
	float: left;
}

#footer .promocontent .con .ytbox a,
#footer .promocontent .con .vimbox a {
	float: right;
	width: 80px;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	background: #fff url('../img/subarrow.png') no-repeat 70px center;
	margin-top: 10px;
	text-indent: 5px;
	text-decoration: none;
	color: #1e303c;
}

#footer .promocontent .con .vimbox a {
	margin-top: 15px;
}

#footer .promocontent .con .ytbox a:hover,
#footer .promocontent .con .vimbox a:hover {
	background: #fff url('../img/subarrow_h.png') no-repeat 70px center;
	color: #f7941e;
}

#footer .promocontent #nlform .formtable {
	width: 200px!important;
}

#footer .promocontent #nlform .formtable {
	width: 200px!important;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
}

#footer .promocontent #nlform .formtable .hint {
	line-height: 12px;
	vertical-align: bottom;
}

#footer .promocontent #nlform .formtable tr:nth-of-type(8) {
	vertical-align: bottom;
	position: relative!important;
	top: 10px!important;
	display: inline-block;
}

#footer .promocontent #nlform .formtable td {
	font-size: 11px;
	display: inline-block;
	float: left;
	margin-bottom: 3px;
}

#footer .promocontent #nlform .formtable tr:nth-of-type(7) td:first-of-type {
	display: none;
}

#footer .promocontent #nlform .formtable tr:nth-of-type(8) td:first-of-type {
	display: none;
}

#footer .promocontent #nlform .formtable tr:nth-of-type(5) {
	height: 100px;
}

#footer .promocontent #nlform .formtable td input[type=text] {
	font-size: 11px;
	width: 138px!important;
}

#footer .promocontent #nlform .formtable td input[type=submit] {
	font-size: 12px;
	width: 200px!important;
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 1px;
}

#footer .promocontent #nlform .formtable td img {
	height: 60px;
	width: 200px;
}

#footer .promocontent h1 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer .promocontent div.con {
	width: 200px;
	font-size: 11px;
	line-height: 18px;
}

#footer .promocontent div.con a {
	color: #f7941c;
	font-weight: bold;
	text-decoration: none;
}

#footer .promocontent div.con a:hover {
	color: rgb(150, 158, 164);
}

#footer .promocontent .close,
#ag .close, .videoframe .close {
	right: 10px;
	position: absolute;
	top: 12px;
	border: 1px solid #e7e7e7;
	padding: 2px 6px 4px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.videoframe .close {
	right: 15px;
}

#footer .promocontent .close:hover,
#ag .close:hover {
	color: #f7941e;
}

li.screw {
	background: #969ea4 url('../img/screw.png') no-repeat 140px center!important;
}

li.tv {
	background: #969ea4 url('../img/tv.png') no-repeat 130px center!important;
}

li.smile {
	background: #969ea4 url('../img/smile.png') no-repeat 140px center!important;
}

.lastbox {
	margin-right: 0px!important;
}

#footer .promobox .infos {
	width: 55%;
	font-size: 14px;
	line-height: 18px;
	height: 82px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 5px;
}

#footer .promobox .infos span {
	color: #fff;
}

#footer .line,
.treffer .line{
	width: 100%;
	height: 1px;
	background: #ccc;
	clear: both;
}

#footer .columns,
#footer .marken {
	margin: 30px 0;
	height: 92px;
}

#footer .columns div {
	margin: 0 10px;
	width: 100px;
	float: left;
}

#footer .columns div > a,
#footer .columns .fcats li a {
	text-decoration: none;
	display: inherit;
	line-height: 14px;
	font-size: 11px;
	color: #1e303c;
}

#footer .columns div > a:hover,
#footer .columns .fcats li a:hover {
	color: #f7941e;
}

#footer .columns div h3,
#footer .marken h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer .marken h3 {
	margin-left: 10px;
}

#footer .columns ul {
	width: 610px;
}

#footer .columns .fcats li {
	text-decoration: none;
	float: left;
	line-height: 14px;
	color: #1e303c;
	width: 120px;
	
}

#footer .columns .fcats li:nth-child(5n+1) {
	clear: left;
}

#footer .marken ul {
	margin: 0 10px;
	width: 961px;
	overflow:hidden;
}

#footer .marken ul li {
  line-height: 14px;
  float:left;
  display:inline;
  width: 12.5%;
}

#footer .marken ul li a {
	text-decoration: none;
	color: #1e303c;
	font-size: 11px;
}

#footer .marken ul li a:hover {
	color: #f7941e;
}

#footer .marken {
	float: left;
	margin-bottom: 0;
	padding-bottom: 30px;
	height: 110px;
}

#footer .buv {
	width: 961;
	float: left;
	margin: 30px 10px
}

#footer .buv h3 {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 15px;
}

#footer .buv .moreinfo {
	float: left;
	margin-top: -4px;
	margin-right: 220px;
	position: relative;
	
}

#footer .buv .moreinfo img:nth-of-type(2) {
	position: absolute;
	left: 42%;
	top: 3px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */	
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .buv ul {
	float: right;
}

#footer .buv ul li {
	display: inline;
}

#footer .buv li img:hover {
	opacity: 1;
}

#footer .buv li img:hover {
	opacity: 0.7;
}

#footer .socialfooter {
	padding: 30px 10px;
	width: 921px;
	height: 90px;
	float: left;
}

#footer .socialfooter a {
	float: left;
}

#footer .socialfooter iframe {
	margin-left: 30px;
	margin-top: 5px;
}

#footer .copy {
	width: 961px;
	float: left;
	padding: 30px 10px;
}

#footer .ssl {
	background: #fff url('../img/sslfoot.png') no-repeat center;
	float: left;
	width: 50px;
	height: 50px;
	margin-top: -15px;
	margin-left: -5px;
	margin-right: 10px;
}

#footer .asterisk {
	float: left;
	width: 520px;
	font-size: 11px;
}

#footer .asterisk a {
	text-decoration: none;
	color: #969ea4;
}

#footer .asterisk a:hover {
	text-decoration: none;
	color: #f7941c;
}

#footer .cyt {
	float: right;
	width: 220px;
	text-align: right;
	margin: 0;
	font-size: 11px;
}

#footer a {

}

#HomeSlider {
	float: left;
	width: 735px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

#HomeSlider * {
	margin: 0;
	padding: 0;
}

#HomeSlider .navi {
	position: absolute;
	float: left;
	width: 735px;
	z-index: 1;
}

#HomeSlider .navi a {
	position: relative;
	float: left;
	margin-right: 1px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	background-color: #fff;
	cursor: pointer;
	font-family: 'Lato', Arial;
	text-align: center;
	background: #464646;
	background: -webkit-linear-gradient(top, #464646 0%, #242424 100%);
	background: -moz-linear-gradient(top, #464646 0%, #242424 100%);
	background: -o-linear-gradient(top, #464646 0%, #242424 100%);
	background: -ms-linear-gradient(top, #464646 0%, #242424 100%);
	background: linear-gradient(top, #464646 0%, #242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#242424',GradientType=0 );
}

#HomeSlider .navi .touchslider-prev {
	width: 27px;
	height: 56px;
	background: url('../img/slideprev.png');
	position: absolute;
	top: 160px;
	left: 10px;
	cursor: pointer;
	z-index: 2;
}

#HomeSlider .navi .touchslider-next {
	width: 27px;
	height: 56px;
	background: url('../img/slidenext.png');
	position: absolute;
	top: 160px;
	right: 10px;
	cursor: pointer;
	z-index: 2;
}

#HomeSlider .slider {
	position: relative;
	float: left;
	width: 715px;
	height: 365px!important;
	overflow: hidden;
	background: #1e303c;
	border: 10px solid #1e303c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;

}

#HomeSlider .slider_all {
	width: 10000px;
}

#HomeSlider .slider-item {
	float: left;
	width: 735px;
	height: 385px;
}

#HomeSlider .slider-item .showall {
	width: 207px;
	height: 29px;
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 999;
	line-height: 28px;
	bottom: 50px;
	right: 50px;
	background: #00aeef;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

#HomeSlider .slider-item .showall:hover {
	background: #f7941e;
}

#GallerySlider .slider {
	position: relative;
	float: left;
	width: 320px;
	height: 97px;
	margin: 0px 0 0 36px;
	overflow: hidden;
}

#GallerySlider .slider_all {
	width: 10000px;
}

#GallerySlider .slider-item {
	float: left;
	width: 350px;
	height: 97px;
}

#GallerySlider .slider-item table {
	float: left;
	border-collapse: collapse;
	margin-right: 18px;
}

#GallerySlider .slider-item table td {
	height: 64px;
	width: 64px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#GallerySlider .slider-item table td:hover {
	border: 1px solid #f7941e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#GallerySlider .slider-item table td img {
	width: auto !important;
	width: 64px;
	max-width: 64px;
	height: auto !important;
	height: 64px;
	max-height: 64px !important;
}

#GallerySlider .navi {
	position: relative;
	float: left;
	width: 0px;
}

#GallerySlider .navi a {
	position: absolute;
	z-index: 1;
	top: 0;
	float: left;
	margin-top: 0px;
	width: 27px;
	height: 68px;
	line-height: 27px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#GallerySlider .navi a.prev {
	left: -360px;
	background-image: url('../js/graphics/slideleft.png');
}

#GallerySlider .navi a.next {
	left: 10px;
	background-image: url('../js/graphics/scrollright.png');
}

#GallerySlider .navi a.prev:hover {
	background-image: url('../js/graphics/slideleft_h.png');
}

#GallerySlider .navi a.next:hover {
	background-image: url('../js/graphics/slideright_h.png');
}

#GallerySlider .video_trigger div,
#GallerySlider .vimeo_trigger div,
#GallerySlider .video_trigger2 div,
#GallerySlider .vimeo_trigger2 div{
	background: url('../img/play.png') no-repeat center center;
	position: absolute;
	z-index: 999;
	width: 32px;
	height: 32px;
	top: 16px;
	margin-left: 16px;
	opacity: 0.6;
}

#brand-container .PlentyItemProducerList {
	width: 981px!important;
	position: relative;
}

#brand-container .PlentyItemProducerList ul {
	width: 100%;
}

#brand-container .PlentyItemProducerList li {
	float: left;
	height: 50px!important;
	margin: 10px 0;
	width: 25%;
	text-align: center;
}

#brand-container .PlentyItemProducerList li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */	
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#brand-container .PlentyItemProducerList li img:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(0%);
}


.touchslider-highlights .slider,
.touchslider-random .slider  {
	position: relative;
	float: left;
	width: 959px!important;
	height: 300px!important;
	margin: 0px 10px 0 10px;
	overflow: hidden;
	margin-left: 20px;
}

.touchslider-highlights .slider_all,
.touchslider-random .slider_all {
	width: 10000px;
}

.touchslider-highlights .slider-item,
.touchslider-random .slider-item {
	float: left;
	width: 959px;
	height: 300px;
}

.touchslider-highlights .slider-item a,
.touchslider-random .slider-item a {
	float: left;
	border-collapse: collapse;
	margin-right: 10px;
	height: 300px;
	width: 180px;
	text-align: center;
	text-decoration: none;
}

.touchslider-highlights .slider-item a img,
.touchslider-random .slider-item a img {
	display: block;
	margin: 0 auto;
	height: 30%;
}

.touchslider-highlights .slider-item a p.desc, 
.touchslider-random .slider-item a p.desc {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #1e303c;
	width: 100%;
	line-height: 16px;
	height: 50px;
}

.touchslider-highlights .slider-item a p.pr,
.touchslider-random .slider-item a p.pr  {
	color: #ff9b00;
	font-weight: bold;
	font-size: 17px;
}

.touchslider-highlights .slider-item a p.pr span,
.touchslider-random .slider-item a p.pr span {
	text-decoration: line-through;
	font-weight: bold;
	margin-right: 10px;
	color: #969ea4;
	font-size: 17px;
}

.touchslider-highlights .slider-item a p.go,
.touchslider-random .slider-item a p.go {
	background: url('../img/go.png') no-repeat center center;
	text-indent: -999em;
	height: 22px;
	width: 100%;
	margin-top: 20px;
}

.touchslider-highlights .slider-item a:hover p.go,
.touchslider-random .slider-item a:hover p.go {
	background: url('../img/go_h.png') no-repeat center center;
}

.touchslider-highlights .navi,
.touchslider-random .navi {
	position: relative;
	float: left;
	width: 981px;
}

.touchslider-highlights .navi a,
.touchslider-random .navi a {
	position: absolute;
	z-index: 1;
	top: 0;
	float: left;
	margin-top: -220px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	cursor: pointer;

}

.touchslider-highlights .navi a.prev,
.touchslider-random .navi a.prev {
	left: 0;
	background-image: url('../img/prev.png');
	background-repeat: no-repeat;
}

.touchslider-highlights .navi a.next,
.touchslider-random .navi a.next  {
	right: -14px;
	background-image: url('../img/next.png');
	background-repeat: no-repeat;
}

.touchslider-highlights .navi a.next:hover,
.touchslider-random .navi a.next:hover {
	background-image: url('../img/next_h.png');
}

.touchslider-highlights .navi a.prev:hover,
.touchslider-random .navi a.prev:hover {
	background-image: url('../img/prev_h.png');
}


.finder {
	background: url('../img/finderbg.png');
	width: 199px;
	height: 368px;
	float: right;
	padding: 10px;
}

.finder .dd-container,
.leftfinder .dd-container {
	margin-bottom: 10px;
}

.finder .hint,
.leftfinder .hint {
	background: url('../img/tooltip.png');
	width: 110px;
	height: 102px;
	position: absolute;
	right: -90px;
	z-index: 9;
	top: 20px;
	display: none;
}

.leftfinder .hint {
	top: 0px;
}

.finder h2,
.leftfinder h2 {
	font-size: 22px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	line-height: 24px;
}

.leftfinder h2 {
	font-size: 18px;
	width: 164px;
	margin-left: 10px;
	padding-top: 10px;
}

.finder h2 span,
.leftfinder h2 span {
	color: #f7941e;
}

.finder .gofind {
	background: url('../img/finderbtia.png');
	width: 196px;
	height: 33px;
	margin-top: 0px;
	float: left;
}


.articlenav {
	width: 215px;
	float: left;
	margin-top: 30px;
}

.treffer {
	float: right;
	width: 766px;
}

.articlenav .leftmenu {
	width: 184px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 20px 0 10px 0;
	margin-bottom: 25px;
}

.leftmenu li {
	list-style: none;
}

.leftmenu .hl {
	background: url('../img/crosstitle.png') no-repeat;
	height: 35px;
	width: 162px;
	position: absolute;
	top: -32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	left: 12px;
}

.leftmenu .level2,
.leftmenu .searchnavi {
	height: 29px;
	width: 164px;
	margin-left: 10px;
	line-height: 28px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-top: -1px;
	background: #fff url('../img/subarrow.png') no-repeat 150px center;
}

.leftmenu .level2:hover,
.leftmenu .searchnavi:hover {
	background: #fff url('../img/subarrow_h.png') no-repeat 150px center;
}

.leftmenu .level2.level2active {
	border-top: 1px solid #1e303c;
	border-bottom: 1px solid #1e303c;
	position: relative;
	z-index: 10;
}

.leftmenu .level2 a,
.leftmenu .searchnavi a {
	text-decoration: none;
	color: #1c303e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	width: 130px;
	display: inherit;
	margin-left: 10px;
}

.leftmenu .level2 a:hover,
.leftmenu .searchnavi a:hover {
	color: #f7941e;
}

.leftmenu .level3 {
	text-indent: 40px;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0px;
}

.leftmenu .level3 a {
	color: #ccc;
	text-decoration: none;
}

.leftmenu .level3 a:hover {
	color: #f7941e;
	text-decoration: none;
}

.leftmenu .selectBox {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftmenu .imagebrands {
	width: 164px;
	margin-left: 10px;
	height: 167px;
	position: relative;
}

.leftmenu .imagebrands a {
	text-align: center;
	display: inherit;
	margin-bottom: 10px;
	height: 30px;
	max-height: 30px;
	width: auto;
	display: inline-block;
}

.leftmenu .imagebrands a:nth-of-type(1) {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 3;
}
.leftmenu .imagebrands a:nth-of-type(2) {
	position: absolute;
	left: -8px;
	top: 24px;
	z-index: 2;
}
.leftmenu .imagebrands a:nth-of-type(3) {
	position: absolute;
	top: 100px;
	right:30px;
	z-index: 3;
}
.leftmenu .imagebrands a:nth-of-type(4) {
	position: absolute;
	top: 50px;
	right: -20px;
	z-index: 1;
}
.leftmenu .imagebrands a:nth-of-type(5) {
	position: absolute;
	top: 71px;
	left: 0px;
}
.leftmenu .imagebrands a:nth-of-type(6) {
	position: absolute;
	bottom: -12px;
}


.leftmenu .imagebrands a img {	
	max-height: 30px;
	max-width: 164px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */	
	filter: gray;
 	-webkit-filter: grayscale(100%);
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.leftmenu .imagebrands a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(0%);
}

.leftfinder {
	background: rgba(255,255,255,0.0) url('../img/leftfinder.png');
	width: 189px;
	height: 348px;
	position: relative;
}

.leftfinder #model,
.leftfinder #camera,
.leftfinder #object {
	margin-left: 10px;
}

.leftfinder .gofind {
	background: url('../img/leftgofindbtia.png');
	width: 166px;
	height: 33px;
	margin-top: 0px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.articlenav .lastseen {
	width: 184px; 
	float: left;
	border: 1px solid #e6e6e6;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 50px;
	padding-bottom: 20px;
	margin-bottom: 80px;
}

.articlenav .lastseen .lTitle {
	background: url('../img/crosstitle.png') no-repeat;
	height: 35px;
	width: 162px;
	position: absolute;
	top: -32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	left: 12px;
	z-index: 9;
}

.treffer .tdesc {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.treffer .tdesc h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.treffer .tdesc p {
	font-size: 12px;
	line-height: 18px!important;
}

.treffer .tdesc a {
	text-decoration: none;
	color: #f7941c;
}

.treffer .tdesc a:hover {
	color: #ccc;
}

.treffer .tdesc div {
	line-height: 18px;
	font-size: 12px!important;
}

.imgcats h3 {
	text-indent: 15px;
	margin-top: 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
}

.imgcats {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.imgcats ul {
	margin-left: 2px;
	margin-top: 20px;
	width: 764px;
}

.imgcats li.catpic {
	background: rgba(255,255,255,0.0) url('../img/catblank.png');
	height: 65px;
	width: 191px;
	line-height: 60px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.imgcats li a {
	width: 91px;
	display: inline-block;
	padding-left: 100px;
}

.imgcats li a:hover div {
	color: #f7941e;
}

.imgcats li div {
	width: 80px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	position: relative;
	font-weight: bold;
	color: #1e303c;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
}

.sorting {
	height: 49px;
	width: 100%;
	float: left;
	position: relative;
}

.sorting h3 {
	text-indent: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
	line-height: 49px;
	width: 200px;
	float: left;
}


.sorting .filtern .here {
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
	line-height: 25px;
	float: left;
	margin-left: 20px;
	margin-right: 5px;
}

.filtern .selectBox {
	float: left;
}

.sorting .filtern .here:first-of-type {
	float: left;
	line-height: 26px;
}

.sorting .filtern {
	position: relative;
	top: 11px;
	float: right;
	width: 550px;
}

.sorting .sres {
	width: 280px!important;
}

.filtern .ArticleOrderSelect,
.filtern #PlentyItemProducerFilterSelect {
	float: left;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
 	#new-menu,
 	#itemOrderSelect,
 	#PlentyItemProducerFilterSelect {
 		-webkit-appearance: none;
 		background: url('../img/blanksel.png');
 		width: 169px;
 		height: 28px;
 		border: 0px;
 		font-size: 13px;
 		font-weight: bold;
 		font-family: 'Roboto Condensed', sans-serif;
 	}
 	#new-menu {
 		margin: 10px;
 	}
}

.itemcontainer {
	width: 100%;
}

.item {
	position: relative;
	width: 160px;
	float: left;
	margin: 30px 15px 20px 15px;
	height: 301px;
}

.item a .action {
	position: absolute;
	right: 0;
	top: -5px;
}

.item a {
	border-collapse: collapse;
	margin-right: 10px;
	width: 160px;
	text-align: center;
	text-decoration: none;
}

.item .pImg {
	display: block;
	margin: 0 auto;
	height: 140px;
	width: 140px;
}

.item a p.desc {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #1e303c;
	width: 100%;
	line-height: 16px;
	height: 50px;
}

.item a p.pr {
	color: #ff9b00;
	font-weight: bold;
	font-size: 17px;
}

.item a p.pr span {
	text-decoration: line-through;
	font-weight: bold;
	margin-right: 10px;
	color: #969ea4;
	font-size: 17px;
}

.item a p.go {
	background: url('../img/go.png') no-repeat center center;
	text-indent: -999em;
	height: 22px;
	width: 100%;
	margin-top: 20px;
}

.item a:hover p.go {
	background: url('../img/go_h.png') no-repeat center center;
}

.item .zoomimages{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 160px;
	height: 50px;
	padding-top: 10px;
	display: none;
}

.item .zoomimages img {
	height: 40px;
	display: inline-block;
	
}

/*


   Magic Zoom Plus v4.5.2 
   Copyright 2013 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/


/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
    display: inline-block;
    cursor: url(../js/graphics/zoomin.cur), pointer;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr;
    max-width: 100%;
}

/* Style of the small image */
.MagicZoomPlus img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: auto;
}

.MagicZoomPlus > img {
    max-width: 100%;
}
.MagicZoomPlus.magic-for-ie8 img {
    max-width: none !important;
}
.MagicZoomPlus.magic-for-ie7 > img {
    width: auto;
}


/* Style of the span inside the small image link */
.MagicZoomPlus span {
    display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
    background: url(../js/graphics/hint.gif) no-repeat 2px 50%;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none;
}

/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
    display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
    background: #ffffff;
    border: 4px solid #1c303e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.MagicZoomBigImageCont img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    width: auto !important;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
    background: #1c303e;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important;
    padding-bottom: 5px!important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
    background: #fff;
    border: 1px solid #aaa;
    cursor:url(../js/graphics/zoomin.cur),pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
    background: #fff url(../js/graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
	display: none;
	visibility: hidden;
}
.MagicHotspots a {
	border: 1px solid #ccc;
	display: block !important;
	position: absolute !important;
}
.MagicHotspots a:hover {
	border: 1px solid red;
}

/* Style of the small image when the large image is expanded */ 
.MagicThumb-expanded-thumbnail {
    cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    cursor: url(../js/graphics/zoomout.cur), pointer;
    outline: 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.MagicThumb-expanded img {
    background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
    background: #1c303e;
    border: 0 !important;
    color: #fff;
    font-size: 13px;
    min-height: 18px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left;
    display: none!important;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
    background: transparent url(../js/graphics/buttons7.png) no-repeat 0 0;
    display: block;
    height: 24px;
}

.MagicThumb-buttons a {
    height: 24px;
    margin: 0px 1px !important;
    overflow: hidden;
    width: 24px;
}

/* Style of the loading message box */
.MagicThumb-loader {
    background: #fff url(../js/graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #000;
    font: normal 12pt sans-serif;
    line-height: 1.5em;
    margin: 0;
    padding: 2px 2px 2px 22px;
    text-align: left;
    text-decoration: none;
}

.MagicThumb-expanded > div > div > div > img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important;
}

.MagicThumb-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.magic-temporary-img img {
    max-height: none !important;
    max-width: none !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border-collapse: separate;
}

.tipsy {
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	padding: 5px;
	z-index: 1!important;
}

.tipsy-inner {
	background-color: #1e303c;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: center;
}

/* Rounded corners */
.tipsy-inner {
	border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner  {
	 box-shadow:  0 0 5px #000000;
	   }

*/
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #1e303c;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
	border-bottom-color: #1e303c;
}

.tipsy-arrow-s {
	border-top-color: #1e303c;
}

.tipsy-arrow-e {
	border-left-color: #1e303c;
}

.tipsy-arrow-w {
	border-right-color: #1e303c;
}

.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.formtable td {
	height: 23px;
	font-size: 13px;
}

.formtable input,
#PlentyWebMyAccountBankInformationContainer input,
#PlentyWebMyAccountUpdateCustomerContact input,
#PlentyWebMyAccountUpdatePassword input,
#PlentyWebMyAccountUpdateCustomerDetails input,
.PlentyWebMyAccountShippingDetailsFormPane input {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	height: 20px!important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#PlentyWebMyAccountBankInformationContainer input,
#PlentyWebMyAccountUpdateCustomerContact input,
#PlentyWebMyAccountUpdatePassword input,
#PlentyWebMyAccountUpdateCustomerDetails input,
.PlentyWebMyAccountShippingDetailsFormPane input {
	margin: 5px 0!important;
}

.PlentyWebMyAccountSelectSalutation,
.PlentyWebMyAccountSelectCountry {
	color: #1e303c!important;
	height: 20px!important;
	margin-top: 10px!important;
}

.formtable textarea {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
}

.formtable input:focus {
	border: 1px solid #00aeef;
}

#ag h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.formtable input[type=submit] {
	background: #00aeef;
	width: 210px;
	border: 0px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 1px;
}

.formtable input[type=submit]:hover {
	background: #f7941e;
}

.formtable strong {
	font-weight: 600;
}

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
	clear: both;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}

/* @group afterarticel2basket */
.ff01_msg .shadow,
.PlentyWebMyAccountPopupContainer {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 550px;
	margin: 0 auto;
	margin-top: 300px;
	background: #969ea4;
	border: 1px solid #969ea4;
}

.PlentyWebMyAccountPopupContainer {
	margin-top: 100px;
}

.ff01_msg,
#PlentyWebMyAccountOverlay {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	z-index: 999!important; 
	background: rgba(255,255,255,0.8)!important;
}

div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitleClose > a {
	background: none;
}

.PlentyWebMyAccountTitle {
	color: #fff;
}

.PlentyWebMyAccountPopupTitleContainer,
#PlentyWebMyAccountBankInformationTitle,
#PlentyWebMyAccountUpdateCustomerContactTitle,
#PlentyWebMyAccountUpdatePasswordTitle,
#PlentyWebMyAccountUpdateCustomerDetailsTitle {
	border-bottom: 1px solid #fff!important;
}

.PlentyWebMyAccountPopupContainer a[id^=button_] {
	float: right;
	background: #f7941c!important;
	border: 1px solid #f79f1c;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PlentyWebMyAccountPopupContainer a[id^=button_]:hover {
	background: #fff!important;
	color: #1e303c!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}



.PlentyMyAccountMainContainer * {
	color: #fff;
}

.aftermsg {
	height: 70px;
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 60px;
	position: relative;
}
.aftermsg .express {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 145px;
	font-size: 12px;
	text-align: left;
	color: #999;
	display: none!important;
}

.aftermsg .express img {
	margin-top: 20px;
}



table#PlentyOrderPayPalExpressPanel {
	background: #efefef;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	margin:  0 0 40px 0;
	text-indent: 15px;
	color: #1e303c;
	font-size: 14px;
}

#PlentyOrderPayPalExpressPanelB {
	text-align: right!important;
	position: relative;
	right: 13px;
	top: 2px;
}

.aftermsg p {
	line-height: 87px;
	margin-left: 20px;
	color: #1e303c;
}
.closex {
	display: none;
	position: absolute;
	top: -27px;
	right: 2px;
	padding: 7px;
	text-align: center;
	background: #fff;
	line-height: 10px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer; 
	text-transform: uppercase;
	color: #1e303c;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e6e6e6;
}

.closex:hover, .closelog:hover {
	color: #f7941e;
}
a.close-checkout {
	width: 245px;
	height: 28px;
	line-height: 28px;
	float: right;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	opacity: 1;
	position: relative;
	right: -10px;
	margin-left: 26px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f7941e;
	background: #f7941e;

	text-decoration: none;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.close-lightcart {
	width: 245px;
	height: 28px;
	line-height: 28px;
	float: left;
	border: 0;
	color: #1e303c;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0px;
	opacity: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);

}
.close-lightcart:hover {
	color: #f7941e;
}

a.close-checkout:hover {
	color: #f7941e;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.main-cart {
	background: url('../img/crosstitle.png') no-repeat;
	height: 35px;
	width: 162px;
	position: absolute;
	top: -30px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

.main-cart p {
	color: #fff;
	position: absolute;
	top: -30px;
	left: 0px;
}

.main-cart a, .main-cart {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	line-height: 20px;
	padding: 5px;
	text-decoration: none;
}
.maincheckout {
	color: #333;
}
/* @end */

.PlentyLostPWDContainerContent .plentyMessageBoxTitle  {
	background-image: none!important;
}

.plentyMessageBox,
.plentyErrorBox,
.PlentyErrorMessageBox {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00aeef;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 20px;
	position: relative;
	font-size: 14px;
	text-indent: 10px;
	margin-top: 2px!important;
}

 .plentyErrorBoxContent {
	position: absolute!important;
	top: 18px!important;
	left: 15%;
}

#PlentyWebCustomerRegistrationErrorPane .PlentyAdviceMessageBox span {
	text-indent: 30px;
}

#PlentyWebCustomerRegistrationErrorPane .plentyMessageBoxTitle {
	background-image: url('../img/message/hinweis.png')!important;
	background-repeat: no-repeat;
	font-size: 14px;
}

#PlentyWebCustomerRegistrationErrorPane .PlentyAdviceMessageBox {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.PlentyErrorMessageBox {
	margin-top: 0;
	margin-bottom: 0;
	border: 0px!important;
}

.plentyMessageBox .plentyMessageBoxTitle {
	color: #fff;
	text-transform: uppercase;
	background-image: url('../img/message/hinweis.png')!important;
	height: 32px;
	text-indent: 10px;
	line-height: 32px;
	font-size: 14px!important;
}

.PlentyAdviceCode {
	display: inline-block;	
}

.PlentyAdviceMsg a {
	color: #fff;
	margin-left: 10px;
}

.PlentyAdviceMsg a:hover {
	color: #ccc;
}

.plentyErrorBox .plentyErrorBoxTitle {
	background-image: url('../img/message/info.png')!important;
	height: 32px;
	text-indent: 10px;
	line-height: 32px;
	text-transform: uppercase;
}

.filter {
	width: 751px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
}
.filter * {
	margin: 0;
	padding: 0;
}
.filter .NavigationGroupFilter {
	width: 186px;
	float: left;
}

.filter .CharacterFilterGroupName {
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
	line-height: 32px;
}

.filter .CharacterFilterGroupName::after {
	content: ':';
}

.filter .CharacterFilterElement {
	margin: 3px 0;
}

.filter .CharacterFilterElement input[type=checkbox] {
    -webkit-appearance: none!important;
    appearance: none!important;
    -moz-appearance: none!important;
    -o-appearance: none!important;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.filter .CharacterFilterElement input[type=checkbox]:hover:after {
	content: '\2714';
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #1e303c;
}

.filter .CharacterFilterElement input[type=checkbox]:active, .filter .CharacterFilterElement input[type=checkbox]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
 
.filter .CharacterFilterElement input[type=checkbox]:checked {
    background-color: #1e303c;
    border: 1px solid #1e303c;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff!important;
}

.filter .CharacterFilterElement input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff!important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.filter .CharacterFilterElement input[type=checkbox] {
	    -webkit-appearance: none!important;
	    appearance: none!important;
	    -moz-appearance: none!important;
	    -o-appearance: none!important;
	    background-color: #fff!important;
	    border: 1px solid #e6e6e6;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	    padding: 7px;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    display: inline-block;
	    position: relative;
	    top: 3px;
	    cursor: pointer;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:hover:after {
		content: '\2714';
		font-size: 11px;
		position: absolute;
		top: 0px;
		left: 3px;
		color: #1e303c;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:active, .filter .CharacterFilterElement input[type=checkbox]:checked:active {
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    color: #fff!important;
	}
	 
	.filter .CharacterFilterElement input[type=checkbox]:checked {
	    background-color: #fff;
	    border: 1px solid #e6e6e6;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    color: #fff!important;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:checked:after {
	    content: '\2714';
	    font-size: 11px;
	    position: absolute;
	    top: 0px;
	    left: 3px;
	    color: #fff!important;
	}	
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

	.filter .CharacterFilterElement input[type=checkbox] {
	    -webkit-appearance: none!important;
	    appearance: none!important;
	    -moz-appearance: none!important;
	    -o-appearance: none!important;
	    background-color: #fff!important;
	    border: 1px solid #e6e6e6;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	    padding: 7px;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    display: inline-block;
	    position: relative;
	    top: 3px;
	    cursor: pointer;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:hover:after {
		content: '\2714';
		font-size: 11px;
		position: absolute;
		top: 0px;
		left: 3px;
		color: #1e303c;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:active, .filter .CharacterFilterElement input[type=checkbox]:checked:active {
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    color: #fff!important;
	}
	 
	.filter .CharacterFilterElement input[type=checkbox]:checked {
	    background-color: #fff;
	    border: 1px solid #e6e6e6;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	    color: #fff!important;
	}
	
	.filter .CharacterFilterElement input[type=checkbox]:checked:after {
	    content: '\2714';
	    font-size: 11px;
	    position: absolute;
	    top: 0px;
	    left: 3px;
	    color: #fff!important;
	}	
	
}


#back-top {
	position: fixed;
	bottom: 30px;
	left: 85%;
}

#back-top a {
	width: 82px;
	display: block;
	color: #bbb;
}
#back-top a:hover {
	color: #000;
}

#back-top span {
	width: 82px;
	height: 35px;
	display: block;
	background: url('../img/totop.png') no-repeat center center;
}

#markenliste {
	width: 981px;
	float: left;
	padding: 0;
	margin: 30px 0;
}

#markenliste h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #969ea4;
	font-weight: bold;
	line-height: 49px;
	float: left;
	text-indent: 15px;	
}

#markenliste > div {
	margin: 25px 0 0 80px;
}

#markenliste ul {
	width: 100%;
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    margin: 0!important;
    padding: 0!important;
}

#markenliste ul li {
	clear: both;
	margin: 0!important;
	padding: 0!important;
}

#markenliste .capital {
	font-weight: bold;
	color: #f7941c;
	line-height: 18px;
	font-size: 15px;
	margin: 0!important;
	padding: 0!important;
}

#markenliste li a {
	font-size: 13px;
	color: #1e303c;
	text-decoration: none;
	line-height: 18px;
	margin: 0!important;
	padding: 0!important;
}

#markenliste li a:hover {
	color: #f7941c;
}

#markenimage {
	width: 981px;
	float: left;
	padding: 0;
	margin: 30px 0;
}

#markenimage ul {
	width: 100%;
}

#markenimage ul li {
	overflow: hidden;
	display: inline-block;
	width: 195px;
	margin: 20px 25px;
	text-align: center;
}

#markenimage img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");	
	filter: gray;
	-webkit-filter: grayscale(100%);
	max-width: 195px;
	max-height: 45px;
}

#markenimage img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);	
}

#blankcontent * {
	font-family: 'Roboto Condensed', sans-serif!important;
}

#blankcontent p {
	line-height: 1.5;
}

#blankcontent {
	margin-top: 20px;
}

#blankcontent h1 {
	text-transform: uppercase;
}

#blankcontent a {
	color: #f7941c;
	text-decoration: none;
}

#blankcontent a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

#blankcontent b,
#blankcontent strong {
	font-weight: bold;
}

#blankcontent li {
	list-style: square;
	margin-left: 15px;
}

#blankcontent i {
	font-style: italic;
}

#blankcontent u {
	text-decoration: underline;
}

#blankcontent table {
	border-collapse: separate;
	border-spacing: 2px;
}

#blankcontent tbody {
	vertical-align: middle;
	border-color: inherit;
}

#blankcontent tr {
	vertical-align: inherit;
}

#blankcontent th {
	vertical-align: inherit;
	font-weight: bold;
}

#blankcontent td {
	vertical-align: inherit;
}

#blankcontent li li {
	list-style: circle;
	margin-left: 15px;
}

/* Dropdown control */
.selectBox-dropdown {
    min-width: 195px;
    position: relative;
    border: solid 1px #e6e6e6;
    line-height: 1.5;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    color: #1e303c;
    outline: none;
    vertical-align: middle;
    background: #fff;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;
    font-weight: bold;
}

.leftfinder .selectBox-dropdown,
.filtern .selectBox-dropdown,
.leftmenu .selectBox-dropdown {
	min-width: 164px;
	position: relative;
	border: solid 1px #e6e6e6;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	text-align: left;
	color: #1e303c;
	outline: none;
	vertical-align: middle;
	background: #fff;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05), inset -15px -5px 15px 2px rgba(0, 0, 0, 0.05)!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: default;
	font-weight: bold;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
   border: solid 5px transparent;
   border-top: solid 5px #1e303c;
   position: absolute;
   top: 9px;
   right: 9px;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	border: solid 5px transparent;
	border-bottom: solid 5px #1e303c;
	position: absolute;
	top: 4px;
	right: 9px;
	
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #e6e6e6; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 195px;
    outline: none;
    border: solid 1px #e6e6e6;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.leftfinder .selectBox-inline,
.filtern .selectBox-inline,
.leftmenu .selectBox-inline {
    min-width: 164px;
    outline: none;
    border: solid 1px #e6e6e6;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #ccc;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #f7941c;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    border: solid 5px transparent;
    border-top: solid 5px #1e303c;
    opacity: 0.5;
    position: absolute;
    top: 9px;
    right: 9px;
    
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

#searchstring p span {
	margin-right: 15px;
	position: relative;
}
#searchstring p span:nth-of-type(-n+2):after{
    content:"";
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1e303c;
    position: absolute;
    top: 4px;
    right: -10px;
}

