/* CSS für Plugin sfx_manufacturers_page_Legacy by sfx.de */
.letterlist  {
    width:100%;
    background-color: #ececec;
    padding: 5px 0;
    text-align: center;
    margin-top: 9px;
}

.letterlist li {display:inline;padding: 6px;;margin: 0;text-align: center;}
.letterlist.numbers li  {padding: 6px 2px;}
.letterlist li a {color:#333; font-size:1.5em;text-decoration:none;}

#list_manufacturers .manufacturerlist li {
    width:49%;
    float: left;
    height: 88px;
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}

@media (max-width: 567px){
    #list_manufacturers .manufacturerlist li{
        width: 100%;
    }
    #list_manufacturers .manufacturerlist .rowlast {
        margin-left: unset;
    }
}

#list_manufacturers .manufacturerlist .rowlast {
    margin-left: 2%;
}
#list_manufacturers div.img {
    border: 1px solid #ececec;
    /*padding: 3px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 40%;
    height: 80px;
    text-align: center;
}
#list_manufacturers .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#list_manufacturers div.img a {
    vertical-align: middle;
    display: inline-block;
    width: 95%;
    transform: scale(.95);
}
#list_manufacturers div.img img {
    max-width: 100%;
    max-height: 80px;
}
#list_manufacturers .manufacturer {
    margin-left: 45%;
    margin-top: 16px;
}
#list_manufacturers h2 {
    clear: both;
    border-bottom: 1px dotted #ececec;
    margin: 2em 0 1em 0;
}
#list_manufacturers h3 {
    margin: 0;
    position: absolute;
    top: 0;
}
#list_manufacturers .desc {
    display: table-cell;
    height: 65px;
    vertical-align: middle;
    padding-top: 0.125rem;
}
.fader {
    height: 2em;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}