﻿div.ShellComponents
{
    float: left;
    clear: both;
    max-width: 100%;
}

.ShellCategory
{
    clear: both;
    float: right;
    width: 100%;
    margin: 5px 0;
    font-size: .9em;
}

    .ShellCategory.SingleComponent
    {
        margin: 0px;
    }

        .ShellCategory.SingleComponent .SingleComponentDescription
        {
            width: 100%;
        }

        .ShellCategory.SingleComponent .CategoryLabel
        {
            display: none;
        }

.CategoryLabel
{
    float: left;
    text-align: right;
    min-width: 150px;
    width: calc(100% - 265px);
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
}

.CategoryValue
{
    float: right;
    width: 260px;
}

.OptionalComponentList
{
    float: right;
    width: 200px;
}

div.SingleComponentDescription
{
    float: right;
    width: calc(100% - 65px);
    padding-top: 2px;
    margin-right: 60px;
    font-size: .9em;
    text-align: right;
}

.ShellShowImages
{
    text-align: right;
    float: right;
    padding-top: 3px;
    width: 60px;
}

    .ShellShowImages a
    {
        font-size: .8em;
    }

.ShellViewImagesLightBox
{
    display: none;
}

.ViewImagesLightBox
{
    width: 470px;
    height: 320px;
    overflow: auto;
}

.ShellViewImagesComponent
{
    float: left;
    width: 100px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-bottom:0;
}

    .ShellViewImagesComponent.NewLine
    {
        clear: both;
    }

.ShellViewImagesComponentsImage
{
    border-bottom: 1px solid #CCCCCC;
    height: 105px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    width: 100%;
    overflow:hidden;
}

.ViewImagesComponentsImage
{
    border: none;
    width:100%;
}

.ViewImagesComponentLabel
{
    font-size: .8em;
    color: #000000;
    text-decoration: none;
    background-color:#FFF;
}

.AccessoryWarningDisabled
{
    float: right;
}

/*MULTI-LAYER*/
.ShellCategory .ShellCategory .OptionalComponentList
{
    width: 180px;
}

.ShellCategory .ShellCategory .ShellCategory .OptionalComponentList
{
    width: 160px;
}

.ShellCategory .ShellCategory .ShellCategory .ShellCategory .OptionalComponentList
{
    width: 140px;
}

#PreloadImages
{
    position: absolute;
    left: 43%;
    z-index: 50;
}

@media (max-width: 750px)
{
    .ShellOptionalComponentsPriceBox
    {
        margin-right: 0;
        width: 100%;
    }

    .CategoryLabel
    {
        width: 100%;
        text-align: left;
    }

    .CategoryValue
    {
        width: 100%;
    }

    .OptionalComponentList
    {
        width: calc(100% - 60px);
    }

    .ShellComponents div.SingleComponentDescription
    {
        text-align: left;
        margin-right: 0;
    }
}
