@charset "UTF-8";

#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/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;
}
		
.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;
}

.ui-menu-item-wrapper, .ui-selectmenu-text {
	font-size: 8pt;
}

.ui-menu-item-wrapper.ui-state-active {
	border: none;
	background-color: #f3f3f3;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.ui-button {
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: none;
}

.ui-widget {
	font-family: Arial, sans-serif;
}

.ui-icon.lista-blank {
	background-image: none;
}

.ui-icon.lista-occ {
	background-image: none;
	background-color: #d10000;
	width: 8px;
	height: 8px;
	margin-left: 4px;
}

.ui-icon.lista-free {
	background-image: none;
	background-color: #0b8200;
	width: 8px;
	height: 8px;
	margin-left: 4px;
}

.ui-menu {
	max-height: 300px;
	overflow: scroll;
}

.ui-selectmenu-menu {
	z-index: 2000;
}