﻿#ItemDetailsLargeImage {
    margin-bottom: 1px;
    max-width: 100%;
}

.ItemDetails {
    font-family: Arial;
}

.ItemDetails h1 {
    margin-bottom: 40px;
    font-family: MaxBold;
    line-height: 27px;
    margin-top: 0px;
    font-size: 24px;
    color: #273543;
}
.ItemDetails h1:after {
    content: '';
}

.RelatedItems h2 {
    margin-bottom: 50px;
    color: black;
}
.RelatedItems h2:after {
    content: url('../Images/Posta/Arrow.png');
}

.ItemDetails .PriceMain {
    display: inline-block;
}

.ItemDetails .TechnicalInfo {
    margin-top: 10px;
    font-size: 10px;
}

.ItemDetails .Thumbnails {
    margin-right: auto;
    margin-left: auto;
    display: table;
}
    .ItemDetails .Thumbnails > div {
        display: table-cell;
        padding: 0px 10px;
    }
    .ItemDetails .ItemDetailsThumbnailDiv {
        border: 1px solid white;
    }
    .ItemDetails .ItemDetailsThumbnailDiv.focus {
        border: 1px solid #1279be;
    }

.ItemDetails .variants .VariantsTitle {
    background-color: #273543;
    font-family: MaxRegular;
    line-height: 18px;
    font-size: 14px;
    padding: 9px; 
    color: white;
}

.ItemDetails .variants .VariantItem {
    background-color: #d8e9f4; 
    margin-bottom: 4px;
    padding: 9px; 
}

.ItemDetails .variants h2 {
    font-family: MaxBold;
    font-size: 14px;
    line-height: normal;
}

.ItemDetails .variants .PriceMain {
    line-height: 19px;
    font-size: 16px;
}
.ItemDetails .variants .PriceAlternative {
    line-height: 17px;
    font-size: 14px;
}

.ItemDetails .ItemText {
    font-size: 13px;
    color: #565657;
}

.ItemDetails h3 {
    margin-bottom: 0px;
}

.ItemDetails .TextSeperator {
    margin-bottom: 10px;
    border-color: #d8e9f4;
    margin-top: 10px;
}

/*
.ItemDetails {
    width: 100%;
}

    .ItemDetails .ItemHeader {
        padding-bottom: 0px;
        border-bottom: 1px solid #d3d1d1;
        padding-top: 0px;
        display: table;
        width: 100%;
    }

        .ItemDetails .ItemHeader h2 {
            margin-bottom: 13px;
        }

        .ItemDetails .ItemHeader > div {
            display: table-cell;
        }

            .ItemDetails .ItemHeader > div:last-child {
                text-align: right;
            }

    .ItemDetails .ItemTable {
        display: table;
        width: 100%;
    }

    .ItemDetails .ThumbnailColumn {
        vertical-align: top;
        display: table-cell;
        width: 100px;
    }

    .ItemDetails .ImageColumn {
        vertical-align: top;
        display: table-cell;
        width: 400px;
    }

    .ItemDetails .SeperatorColumn {
        display: table-cell;
        width: 20px;
    }

    .ItemDetails .TextColumn {
        vertical-align: top;
        display: table-cell;
    }

    .ItemDetails .Thumbnails {
        overflow: auto;
        display: block;
        height: 350px;
    }

        .ItemDetails .Thumbnails > div {
            margin-bottom: 5px;
            text-align: center;
            width: 52px;
        }

    .ItemDetails .ItemDetailsThumbnailPicture {
        max-height: 75px;
        max-width: 50px;
        cursor: pointer;
        border: 1px solid white;
    }

        .ItemDetails .ItemDetailsThumbnailPicture.hover {
            border: 1px solid #b2b2b2;
        }

        .ItemDetails .ItemDetailsThumbnailPicture.focus {
            border: 1px solid #2c3795;
        }

    .ItemDetails #LargeImage {
        background-color: white;
        vertical-align: middle;
        min-height: 150px;
        text-align: center;
        border: 1px solid #ebebeb;
        width: 100%;
    }

        .ItemDetails #LargeImage .NoImage {
            padding-top: 60px;
        }

    .ItemDetails #ItemDetailsLargeImage {
        max-height: 600px;
        max-width: 400px;
        cursor: pointer;
    }

    .ItemDetails .DetailsTable td {
        vertical-align: top;
        padding: 0px;
        margin: 0px;
    }

    .ItemDetails .DetailsTable tr td:first-child {
        padding-right: 20px;
    }

    .ItemDetails .Vidmerking {
        -webkit-transform: rotate(-15deg);
        background-color: yellow;
        margin-left: 20px;
        margin-top: 45px;
        text-align: center;
        position: absolute;
        padding: 5px;
        width: 150px;
        opacity: 1;
    }

.ItemDetails .ListPrice {
    color: #a2a2a2;
}

    .ItemDetails .ListPrice > div {
        display: inline-block;
    }

    .ItemDetails .ListPrice .Kronur {
        text-decoration: line-through;
        font-size: 24px;
    }

    .ItemDetails .ListPrice .Oyru {
        vertical-align: top;
        padding-top: 3px;
        font-size: 14px;
    }
*/