#schnaeppchen_details {
    width: 590px;
    padding: 5px;
    font-size: 12px;
    border: 1px dashed #ccc;
    overflow: hidden;
}

.mainimg > img {
    max-width: 500px;
    padding: 5px;
    border: 1px dashed #aaa;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.mainimg .verkauft {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 15px;
    border-bottom: 1px dashed #000;
}

strong {
    font-size: 13px;
}

.articlemain .price {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.articlemain .price .standard,
.articlemain .price .sale-price,
.articlemain .price .price-saving {
    display: block;
    margin-bottom: 5px;
}

.detailsarea .benefits {
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.detailsarea .benefits .benefit {
    display: block;
}

.articleinfoarea {
    margin-top: 20px;
}

.attributes {
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
}

.attributes dt, .attributes dd {
    border-top: 1px solid #ebebeb;
    margin-top: 5px;
    padding: 5px 0 0;
}

.attributes dt {
    font-weight: 700;
}

.dl-horizontal dd {
    margin-left: 140px;
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
