﻿

#nsals-activesearch {
	width: 480px;
    background-color: #fff;
    border-radius: 2px;
    border: 4px solid #eaeaea;
    border-top-color: #eaeaea;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    box-shadow: 0;
    font-size: 14px;
    position: absolute;
    text-align: left;
    z-index: 9999;
    top: 35px;
}

#nsals-activesearch table.als-list.table {
	margin-bottom: 0!important;
}

#nsals-activesearch table.als-list.table td {
	padding: 0 8px;
	vertical-align: middle;
}

#nsals-activesearch a:not(.btn) {
	text-decoration: none;
	color: #000;
}

.als-listbox {

}

.als-listbox h3 {
    background-color: #eaeaea;
    border-left-color: #eaeaea;
    border-right-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #313131;
    font-weight: bold;
    font-size: 16px;
    margin: 0px -1px 0px -1px;
    padding: 5px 4px 5px 17px;
}

.als-listbox .als-item {
	clear: both;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom: 2px solid #eaeaea;
}

.als-listbox .als-item:last-child {
	border-bottom: none;
}

#als-list-produkte p {
	margin: 2px 0px 2px 0px;
	padding: 2px;
}

.als-item.als-selected,
#ac-more {
	background-color: #fafafa;
}
#ac-more .btn {
	border-radius: 0!important;
}

#ac-more.als-selected {
	background-color: #fafafa;	
}

.als-item h4 {
	margin: 0;
	max-width: 320px;
	min-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;	
}

#nsals-activesearch .als-item h4 a,
#nsals-activesearch .als-category a,
#nsals-activesearch .als-manufacturer a {
	display: inline!important;
	font-size: 12px!important;
	overflow: hidden;
	padding: 0!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

#nsals-activesearch .als-category,
#nsals-activesearch .als-manufacturer {
	font-size: 90%;
}
#nsals-activesearch .als-category a,
#nsals-activesearch .als-manufacturer a {
	display: inline!important;
	font-size: 100%!important;
}
.als-item.als-selected .als-image {

}

.als-image {
	padding: 0!important;
	text-align: center;
}

.als-image img {
	height: 50px;
	max-width: 100%;
}

#nsals-activesearch table.als-list.table td.als-pricelist {
	text-align: right;
	vertical-align: top;
} 
.als-pricelist span {
	white-space: nowrap!important;
	font-weight: bold;
}

.als-price2 {
	text-decoration: line-through;
}

.als-pricelist span {
	display: block;

}

#nsals-activesearch .als-info a:hover {
	text-decoration: underline;
}

#ac-more {
	clear: both;
	margin-top: 5px;
	line-height: 20pt;
	text-align: center;
}


/* Special Kategorien und Hersteller */

#als-list-kategorien {
	width: 50%;
	float: left;
	border-right: 1px solid #eaeaea;
}

#als-list-hersteller {
	float: right;
	width: 50%;
}

#als-list-kategorien.wide,
#als-list-hersteller.wide {
	width: auto;
	float: none;
}

#als-list-seiten .als-item,
#als-list-kategorien .als-item,
#als-list-hersteller .als-item {
	padding: 2px;
}

#als-list-seiten h4,
#als-list-kategorien h4,
#als-list-hersteller h4 {
	min-height: auto;
	padding: 2px 0;
}
#als-list-seiten a,
#als-list-kategorien a,
#als-list-hersteller a {
	display: inline!important;
}
#als-list-seiten .als-item h4 {
    padding-left: 15px;
    max-width: 410px;
}

#als-list-kategorien h4,
#als-list-hersteller h4 {
    max-width: 230px;
}

#als-list-kategorien h4:before,
#als-list-hersteller h4:before {
	content: '» ';
	position: relative;
    margin-right: 5px;
    margin-left: 15px;
    top: 2px;
}

.news {
	display: block;
	float: right;
	border: 1px solid #eaeaea;
	background-color: #f0f0f0;
	padding: 5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.als-item.als-selected .news {
	color: #000;
}