.priceListAccordion div.table-active {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height:auto;
    display: block;
    margin-bottom: 15px;
}

.priceListAccordion div {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 0;
    display:none
}

.priceListAccordion h4 a {
    text-decoration: none
}

#pxPriceList .tag-img-headline {
    margin-right: 16px;
}

#pxPriceList .tag-img-headline img {
    border-radius: 3px;
    border: 1px solid #ddd;
}

#pxPriceList a.select-tag {
    text-decoration :auto;
}

#pxPriceList a.active-tag {
    text-decoration :none;
    cursor: default;
}

#pxPriceList a img:hover {
    border: 1px solid #08c;
}

#pxPriceList a.active-tag img {
    border: 1px solid #08c;
    cursor: default;
}

.wand_block {
    clear: both;
    padding-bottom: 25px;
    min-height: 120px;
    min-width: 600px;
    position: relative;
}
.wand_block:last-of-type {
    padding-bottom: 0;
}

.wand_block h3 {
    margin-bottom: 16px;
    margin-top: 16px;
}

.wand_block hr {
    display:none;
}

.wand_block img {
    float: left;
    margin-top: -20px;
    height: 120px;
}

.wand_block div:first-of-type {
    float: right;
    width: 340px;
    margin-right: 0;
}

.wand_block .preise {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.wand_block h3 {
    margin-left: 261px;
    margin-bottom: 5px;
}

.showAddonsLoading .dialogBody {
    height: 200px;
}
