/* ######################################################################### */
/* Styles für suggest - angepasst*/
    .suggBox {
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
        padding: 0px;
        z-index: 5;
        position: absolute;
        visibility: hidden;
        background-color: #FFFFFF;
        color: #000000;
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        min-width: 220px;
    }
    .suggRow {
        background-color: #FFFFFF;
        color: #000000;
    }

    .suggUserRow {
        background-color: #FFFFFF;
        border-width: 0px 0px 1px 0px;
        border-color: #EDEDED;
        border-style: solid;
        padding: 3px 0px 0px 0px;
        margin: 0px 0px 4px 0px;
        color: #000000;
    }

    .suggItem {
        display: block;
        padding: 0px 3px 0px 3px;
        height: 18px;
        overflow: hidden;
        width: 220px;
    }

    .suggProduct {
        //width: 128px;
        float: left;
        text-align: left;
        color: #F25619;
        white-space: nowrap;
    }

    .suggCat {
        float: right;
        //width: 35%;
        font-size: 10px;
        text-align: right;
        padding-top: 3px;
        color: #000000;
        white-space: nowrap;
    }

    .suggText {
        width: 65%;
        float: left;
        text-align: left;
        color: #000000;
        white-space: nowrap;
        font-weight: bold;
    }

    .suggHelpRow {
        background-color: #FFFFFF;
        border-width: 1px 0px 0px 0px;
        border-color: #EDEDED;
        border-style: solid;
        padding: 3px 0px 0px 0px;
        margin: 4px 0px 4px 0px;
        color: #000000;
    }
