@charset "UTF-8";

body {

}

#filter {
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 35px;
	background-color: #b2bec7;
	box-shadow: 0 3px 3px rgba(0,0,0,.55);
	font-size: 11px;
	overflow-x: auto;
	width: 100%;
	position: relative;
	z-index: 100;
}

#filter #remove-all-filter {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../img/shop/filter_del.png');
	background-repeat: no-repeat;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
}

#filter table tr td {
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

#filter table tr td .filter-inner-box {
	font-weight: normal;
	height: 136px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	color: #000000;
	border: 1px solid #8A949C;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}

#filter table tr td .filter-inner-box p {
	display: inline;
	font-size: 11px;
}
		
#filter form {
	margin: 0 0 7px;
}
		
.artliste_ctrls {
	width: 100%;
}

.artikelliste, .warenkorb2 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.artikelliste tr th, .warenkorb2 tr th {
	background-color: #002948;
	color: #ffffff;
	padding: 5px;
	white-space: nowrap;
}

.artikelliste tr td, .warenkorb2 tr td {
	padding: 5px;
	text-align: center;
}

.artikelliste tr.alt td, .warenkorb2 tr.alt td {
	background-color: #f5f5f5;
}

#content input {
	margin-bottom: 0;
	margin-top: 0;
}

#art-wk-quickorder tr th {
	background-color: #f5f5f5;
	color: #333333;
}

#art-wk-quickorder tr td {
	background-color: #ffffff;
}

.art-wk-input {
	width: 50px;
}

#merklisten th {
	background-color: #f5f5f5;
}

#merklisten td {
	padding: 10px;
	text-align: center;
}