.ui-accordion-content {
    max-height:265px;
    overflow-y: scroll;
}
.ce_accordionSingle h1 {
    font-size:16px;
}
.ui-accordion-content table td {
    padding-top:2px;
    padding-bottom:2px;
}
.ui-accordion-content table {
    border-collapse: collapse;
}
.toggler:not(.ui-state-active) h1::after {
    right:19px;
    top:15px;
    position:absolute;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #6e6e6e;
}
.toggler.ui-state-active h1::after {
    right:19px;
    top:15px;
    position:absolute;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #6e6e6e;
}
.toggler h1 {
    padding:10px;
}
.toggler {
    position:relative;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to bottom, #e4e4e4, #bebebe);
}
.ce_accordionSingle td.col_1 {
    width:100%;
    padding-right:1rem;
}
.ce_accordionSingle td.col_0 {
    padding-right:.5rem;
}
#main .ctlg_table tr[class^="row_"]:hover {
    background-color:#ccc;
}
.form-add > .widget > button:hover,
.form-delete > .widget > button:hover {
    background-position: initial !important;
}
.form-add > .widget > button,
.form-delete > .widget > button {
    padding-right:0;
    padding-left:0;
}
.form-add > .widget,
.form-delete > .widget {
    margin-bottom:0;
}
.ctlg_table > table {
    width:100%;
}
.wishlist-remove-button:hover {
    background-image:url("/files/felderonline/layout/checkbox_checked_red.png");
}
.wishlist-remove-button {
    width:15px;
    height:15px;
    vertical-align:bottom;
    background-image:url("/files/felderonline/layout/checkbox_checked.png");
    border:0;
    background-color: initial;
    font-size: inherit;
    font-family: inherit;
}
.wishlist-add-button:hover {
    background-image:url("/files/felderonline/layout/checkbox_checked.png");
}
.ctlg_table {
    color:#555;
}
.wishlist-add-button {
    width:15px;
    height:15px;
    vertical-align:bottom;
    background-image:url("/files/felderonline/layout/checkbox.png");
    border:0;
    background-color: initial;
    font-size: inherit;
    font-family: inherit;
}
