/********** custom STYLE ********/
ul.custom {
	width: 89px;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	border: 1px solid #444;
	position: absolute;
	z-index: 9999;
	cursor: default;
	display: none;
}

ul.custom li {
	-moz-user-select: none;
	padding: 3px 0 3px 5px;
	_padding: 0 0 0 5px; /* IE ... */
	background: #fff;
	text-decoration: none;
	cursor: default;
	font-size:13px;
}

ul.custom li.selected {
	background: #eee;
}

a.custom {
	display: block;
	float:left;
	width: 89px;
	height: 20px;
	margin: 0 7px 7px 0;
	background: url(../images/bg-custom-select.gif) no-repeat right 0;
	text-decoration: none;
	border-left:1px solid #808080;
	cursor: pointer;
}
a.auswahl {
	margin-bottom:3px;
}
a.preis {
	margin-right: 0;
}

a.custom div {
	position:relative;
	padding:2px 0 0 3px;
	font-size:13px;
	white-space:nowrap;
}



a.focused,a.focused div{
	background: url(../images/bg-custom-select.gif) no-repeat right -20px;
}
