.nextProductBox {
    /* position: relative; */
    /* background: url(../../2014/box/guide-30.png) 0 1px no-repeat; */
    width: 544px;
    font: 12px Verdana;
    /* padding-top: 25px; */
    padding-bottom: 27px; /* was: 25px */
    margin-top: 25px; /* was: 25px; */
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c8a9;
}
/*
@media only screen and (max-device-width: 960px) {
    .nextProductBox { 
        -webkit-text-size-adjust: none; 
    }
}
*/
.nextProductBox.lastInBlock {
    border-bottom: none;
    padding-bottom: 0px;
}
.nextProductBox .cover {
    float: left;
    width: 120px;
    overflow: hidden;
    line-height: 0px; /* img + div gap */
    text-align: center;
}
.nextProductBox .cover img {
    max-width: 120px;
    max-height: 225px;
    /* display: none; */
}
.nextProductBox .cover .additionalCovers::after {
    display: block;
    width: 100%;
    height: 10px;
    background-image: url(../../2015/box/cover-dots.2x.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 25px 5px;
    content: "";
}
.nextProductBox .productInfo {
    margin-left: 138px;
}
.nextProductBox .bonusMarker {
    margin-top: 3px;
    float: right;
}
.nextProductBox .productTitle {
    font-weight: bold;
    font-size: 14px; /* was: 16px; */
    /* @@15 was: color: #2f2778; */
    color: #00509d;
}
.nextProductBox .productTitle a {
    /* @@15 was: color: #2f2778; /* #1e2f7c; */
    color: #00509d;
    text-decoration: none;
}
.nextProductBox .productTitle a:hover {
    text-decoration: underline;
}
.nextProductBox .productSubTitle {
    display: block;
    font-size: 10px;
    margin-top: 7px;
    margin-left: 1px; /* @@tmp */
}
.nextProductBox .coreInfo {
    display: block;
    margin-top: 7px;
    margin-left: 1px; /* @@tmp */
    padding-bottom: 12px;
    border-bottom: 1px solid #edeee5;
}
.nextProductBox .coreInfo .platform,
.nextProductBox .coreInfo .ageRestriction {
    text-decoration: underline;
}

.nextProductBox .coreInfo a {
    color: black;
}
.nextProductBox .coreInfo .sep {
    padding: 0px 4px 0px 5px;
    color: #c5c8a9;
}
.nextProductBox .uncutInfo {
    font-weight: bold;
    color: #d7002a;
}
.nextProductBox .languageAndOriginInfo {
    margin-top: 7px;
    margin-left: 1px; /* @@tmp */
    padding-bottom: 7px;
    border-bottom: 1px solid #edeee5;
}
.nextProductBox .languageAndOriginInfo .flag2 {
    padding-left: 5px; 
}
.nextProductBox .originInfo {
    display: block;
    float: left;
    width: 203px;
}
.nextProductBox .languageAndOriginInfo img {
    position: relative;
    top: 1px;
}
.nextProductBox .stockInfo {
    margin-top: 7px;
    margin-left: 0px; /* was: 4px */
    padding-bottom: 7px;
    border-bottom: 1px solid #edeee5;
}
.nextProductBox .stockInfo img {
    position: relative;
    min-width: 10px;
    height: 10px;
    top: 1px;
    margin-left: 2px;
    margin-right: 3px;
}
.nextProductBox .subContainer {
    margin-top: 13px;
    position: relative;
    padding-left: 2px;
}
.nextProductBox .articleActions {
    display: block;
    position: absolute;
    width: 202px;
    top: 7px;
    right: 0px;
}
.nextProductBox .articleActions .buyButton {
    display: block;
    width: 172px;
    height: 30px;
    line-height: 30px;
    background-color: #408a30;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.nextProductBox .articleActions .buyButton.inactive {
    background-color: #868686;
    cursor: not-allowed;
}
.nextProductBox .articleActions .menuExpander {
    display: block;
    float: right;
    position: relative;
    height: 30px;
    width: 29px;
    background-color: #468c3a;
    border-left: 1px solid #7eaf75;
}
.nextProductBox .articleActions.open .menuExpander {
    background-color: #44763c;
}
.nextProductBox .articleActions .menuExpander img {
    display: block;
    position: absolute;
    top: 13px;
    left: 11px;
}
.nextProductBox .articleActions .menu {
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 10px;
    border: 1px solid #cac6a9;
    border-top: none;
}
.nextProductBox .articleActions.open .menu {
    display: block;
}
.nextProductBox .articleActions .menu a {
    display: block;
    padding: 3px 0px 3px 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid #efede7;
    color: #003681;
    background-color: #faf9f5;
    text-decoration: none;
}
.nextProductBox .articleActions .menu a:hover {
    background-color: #f2f0ea;
    text-decoration: underline;
}
.nextProductBox .articleActions .menu :first-child a {
    padding-top: 4px;
}
.nextProductBox .priceInfo {
    display: inline-block;
}
.nextProductBox .priceInfo.hidden {
    visibility: hidden;
}
.nextProductBox .priceInfo .amount {
    font-size: 23px;
    font-weight: bold;
    color: #d7002a;
}
.nextProductBox .priceInfo .amount .cents {
    display: inline-block;
    position: relative;
    top: -8px;
    font-size: 14px;
}
.nextProductBox .priceInfo .alternate {
    float: right;
    margin-top: 3px;
    font-size: 10px;
}
.nextProductBox .priceInfo .taxAndDelivery {
    font-size: 10px;
    margin-top: -1px;
}
.nextProductBox .priceInfo .delivery {
    color: #468c3a;
    font-weight: bold;
    margin-left: 3px;
}
.nextProductBox .priceInfo .delivery img {
    margin-left: 2px;
    width: 13px;
    height: 10px;
}
.nextProductBox .skuInfo {
    font-size: 10px;
    margin-top: 16px;
}
.nextProductBox .skuLinkedInfo {
    margin-top: 16px; /* was: 16px */
    padding-top: 7px;
    /* border-top: 1px solid #edeee5; */
}
.nextProductBox .bonusInfo + .skuLinkedInfo {
    margin-top: 6px;
}
.nextProductBox .skuLinkedInfo.closed .skuLinkedInfoContent {
    display: none;
}
.nextProductBox .skuLinkedInfo.open .skuLinkedInfoContent {
    display: block;
}
.nextProductBox .skuLinkedInfo.closed .skuLinkedInfoHeader {
    background: url(../../2015/box/arrow-closed.png) 2px 4px no-repeat;
}
.nextProductBox .skuLinkedInfo.open .skuLinkedInfoHeader {
    background: url(../../2015/box/arrow-open.png) 0px 5px no-repeat;
}
.nextProductBox .skuLinkedInfoHeader {
    /* @@15 was: color: #2f2778; */
    color: #00509d;
    font-weight: bold;
    padding-left: 16px;
    cursor: pointer;
    margin-left: -2px;
}
.nextProductBox .skuLinkedInfoContent {
    margin-top: 10px;
    padding-left: 16px;
}
