﻿.ShopItems.ShopCategoryItemPictureList {
    margin-right: 2px;
}

.ShopCategoryItemPictureList {
}

    .ShopCategoryItemPictureList .Seperator {
        border-bottom: 1px solid gray;
        margin: 15px 0px;
    }

    .ShopCategoryItemPictureList .ItemTable {
        display: table;
        width: 100%;
    }

        .ShopCategoryItemPictureList .ItemTable > div {
            vertical-align: top;
            display: table-cell;
        }

    .ShopCategoryItemPictureList .ImageColumn {
        width: 150px;
    }

    .ShopCategoryItemPictureList .TextColumn {
        padding-left: 20px;
        width: 350px;
    }

    .ShopCategoryItemPictureList .InformationTable {
        display: table;
    }

        .ShopCategoryItemPictureList .InformationTable .InformationRow {
            display: table-row;
        }

            .ShopCategoryItemPictureList .InformationTable .InformationRow > div {
                padding-right: 15px;
                display: table-cell;
            }

                .ShopCategoryItemPictureList .InformationTable .InformationRow > div:first-child {
                    white-space: nowrap;
                }

    .ShopCategoryItemPictureList .AddToCart {
        float: right;
    }

        .ShopCategoryItemPictureList .AddToCart select {
            max-width: 85px;
            width: 85px;
        }

    .ShopCategoryItemPictureList .Vidmerking {
        -webkit-transform: rotate(15deg);
        background-color: yellow;
        margin-left: -30px;
        margin-top: 30px;
        text-align: center;
        position: absolute;
        font-size: 10px;
        padding: 3px;
        opacity: 1;
        width: 110px;
    }
