div.productThumbnail
{
    width: 178px;
    display: inline-block;
    vertical-align: top;
    background-color: #e6ebf1;
    position: relative;
    padding-bottom: 40px;
    margin: 0;
}

div.productThumbnail a.productThumbnail
{
    text-decoration: none;
    outline: none;
}

@media only screen and (max-width: 940px)
{
    div.productThumbnail
    {
        margin: 0 5px;
    }
}

div.productThumbnail img.screenshot
{
    width: 178px;
    height: 83px;
}

div.productThumbnail span.name
{
    display: block;
    padding: 10px 10px 0 10px;
    color: #336eb4;
    font-weight: bold;
}

div.productThumbnail span.introduction
{
    display: block;
    padding: 0 10px 10px 10px;
    color: #1d1d1d;
}

div.productThumbnail div.platforms
{
    padding: 0 10px 10px 10px;
}

div.productThumbnail img.platform
{
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
}

div.productThumbnail div.preorder
{
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

div.productThumbnail div.preorder-label
{
    height: 0;
    border-bottom: solid 20px black;
    border-left: solid 5px transparent;
    line-height: 20px;
    font-size: 1em;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    color: white;
}

div.productThumbnail a.buynow
{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #565f73;
    padding: 0;
    text-align: right;
    text-decoration: none;
    color: black;
    border-radius: unset;
}

div.productThumbnail a.buynow div.discountPercent
{
    position: absolute;
    left: 5px;
    bottom: 0;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

div.productThumbnail a.buynow div.originalPrice
{
    position: absolute;
    left: 10px;
    top: 3px;
    color: white;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: line-through;
}

div.productThumbnail div.price
{
    height: 0;
    border-bottom: solid 40px #fbda00;
    border-left: solid 10px transparent;
    line-height: 40px;
    font-size: 1.2em;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
}
