.buy-teaser {
    border: 2px solid #329bee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    margin: 1em 0;
}

.buy-teaser .header {
    font-size: 17px;
    height: 44px;
    line-height: 44px;
    background: transparent url(../images/buy_header.png) repeat-x left bottom;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    padding: 0 15px;
}

.buy-teaser .header,
.buy-teaser .header a {
    color: #fff;
    font-weight: bold;
}

.buy-teaser .header a {
    text-decoration: underline;
}

.buy-teaser .content {
    padding: 12px 9px;
}

.buy-teaser .content .columns {
    position: relative;
    background: transparent url(../images/buy_background.png) repeat-y left top;
}

.buy-teaser .content .columns .col-2.vorderansicht {
    width: 178px;
    margin-right: 10px;
}

.buy-teaser .content .vorderansicht {
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
}

.buy-teaser .content .vorderansicht .roundbutton {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.buy-teaser .content .columns .col-2.rueckansicht,
.buy-teaser .content .columns .col-2.bewertung {
    width: 199px;
    margin-right: 14px;
}

.buy-teaser .content .columns .col-2.amazon {
    width: 154px;
    font-size: 16px;
}

.buy-teaser .content .amazon {
    padding-bottom: 50px;
    line-height: 1.3;
}

.buy-teaser .content .amazon,
.buy-teaser .content .amazon a {
    color: #000;
    text-decoration: none;
}

.buy-teaser .content .amazon .price {
    font-size: 18px;
    font-weight: bold;
}

.buy-teaser .content .amazon .amazon-logo {
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: -11px;
}

.buy-teaser .content .amazon .amazon-info {
    margin-top: 0.5em;
    font-size: 9px;
    color: #bfbfbf;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.buy-teaser .content .amazon .call-to-action {
    position: absolute;
    bottom: -4px;
}

/* SMALL/TINY */

.buy-teaser-small,
.buy-teaser-tiny {
    text-align: center;
}

.buy-teaser-small .header,
.buy-teaser-tiny .header {
    padding: 3px 5px;
    height: 38px;
    font-size: 16px;
    line-height: 18px;
}

.buy-teaser-small .content,
.buy-teaser-tiny .content {
    padding: 12px 6px;
}

.buy-teaser-small .content .amazon,
.buy-teaser-tiny .content .amazon {
    position: relative;
}

.buy-teaser-small .content .amazon .call-to-action {
    left: 50%;
    margin-left: -74px;
}

.buy-teaser-tiny .content .amazon .call-to-action {
    left: 50%;
    margin-left: -64px;
}

