﻿div.ShellComponents
{
    float: left;
    clear: both;
    width: 100%;
    font-size: 1em;
}

.ShellCategory
{
    clear: both;
    float: right;
    width: 100%;
    margin: 2px 0;
    font-size: 90%;
}

    .ShellCategory.SingleComponent
    {
        margin: 0px;
    }

div.ShellAttribues
{
    float: left;
}

.ProductAttributesLabel
{
    float: right;
    padding: 2px 5px 0 0;
    text-align: right;
    width: 100px;
    font-weight: bold;
}

.ProductAttributesList
{
    float: right;
    width: 200px;
    font-size: inherit;
}