#autocomplete-searchResults {
    position: absolute;
    right: 20px;
    margin-left: -267px;
    border: 1px solid #002f31;
    z-index: 10000;
    box-shadow: 0 0 8px 0 #000;
    background: #002f31; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NGY4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDcyYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #002f31 0%, #18b581 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18b581), color-stop(100%, #18b581)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #002f31 0%, #18b581 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #002f31 0%, #18b581 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #002f31 0%, #18b581 100%); /* IE10+ */
    background: linear-gradient(to bottom, #002f31 0%, #18b581 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f31', endColorstr='#18b581', GradientType=0); /* IE6-8 */
}

#autocomplete-searchResults .paddingbox {
    padding: 0;
}

#autocomplete-searchResults .wf_box {
    margin: 0;
}

#autocomplete-searchResults .productData {
    overflow-y: scroll;
    width: 406px;
    height: 387px;
}

#autocomplete-searchResults .otherData {
    width: 229px;
    height: 387px;
    overflow: hidden;
}

#autocomplete-searchResults .heading {
    padding: 13px 13px 9px;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

#autocomplete-searchResults .otherData .heading {
    padding: 13px 15px 9px;
}

#autocomplete-searchResults li.odd {
    background: #eee;
}

#autocomplete-searchResults li {
    overflow: hidden;
}

#autocomplete-searchResults li:hover {
    background: #ddd;
}

#autocomplete-searchResults a {
    display: block;
    padding: 3px 15px;
    color: #333;
    font-weight: normal;
}

#autocomplete-searchResults a:hover {
    color: #000;
    text-decoration: underline;
}

#autocomplete-searchResults .productData a, #autocomplete-searchResults .otherData a {
    display: block;
    height: 50px;
}

#autocomplete-searchResults li p {
    width: 310px;
    height: 38px;
    line-height: 1.2em;
    font-size: 13px;
    color: #333;
    position: relative;
    margin-bottom: 0;
}

#autocomplete-searchResults .product-title, .cat_title {
    height: 21px;
    overflow: hidden;
    position: relative;
    width: 315px;
}

#autocomplete-searchResults .product-select {
    font-weight: bold;
}

#autocomplete-searchResults .product-price {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
}

#autocomplete-searchResults .product-artnr {
    bottom: 0;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
}

#autocomplete-searchResults li ul {
    margin: 0 0 10px 10px;
}

#autocomplete-searchResults li ul a {
    padding: 0 15px;
}

#autocomplete-searchResults .otherData li {
    background: url('../bg/list-seperator.png') center top no-repeat;
}

#autocomplete-searchResults .otherData li ul li {
    background: none;
}

#autocomplete-searchResults img {
    margin: 0 9px 0 0;
    width: 37px;
    max-height: 46px;
    display: block;
    overflow: hidden;
}

#autocomplete-searchResults ul, ol {
    margin: 0;
}

#autocomplete-searchResults li {
    list-style: none;
    overflow: hidden;
    display: block;
    height: 55px;
}

.wf_left {
    float: left;
}

.wf_box {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ccc;
    margin-top: 3px;
    overflow: hidden;
}

.wf_box.hide {
    display: none;
}

.wf_right {
    float: right !important;
}

.paddingbox {
    display: block;
    overflow: hidden;
    padding: 15px;
}

#autocomplete-searchResults #productoverview {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ddd;
    border-radius: 3px;
    bottom: 8px;
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    right: 8px;
}

.highlight {
    color: #18b581;
}

#autocomplete-searchResults .eins_as_category {
    width: 75%;
}

#autocomplete-searchResults .eins_as_content {
    width: 90%;
}

p.eins_as_no_result {
    padding: 13px 13px 9px;
}

#autocomplete-searchResults img.eins_image_exists {
    opacity: 0.5;
}

#autocomplete-searchResults ul {
    padding: 0;
}
