﻿.ShellAttributes
{
    float: left;
    clear: both;
    width: 100%;
}

.ShellAttribute
{
    float: left;
    clear: both;
    width: 100%;
}

.AttributeName
{
    float: left;
    width: 115px;
    padding-right: 5px;
    text-align: right;
}

.AttributeOptions
{
    float: left;
    width: 245px;
}

    .AttributeOptions select
    {
        width: 100%;
    }

div.ShellNewIcon
{
    float: right;
    height: 0;
    position: relative;
    top: -25px;
}

.LoadingImage
{
    text-align: center;
    display: none;
}

    .LoadingImage img
    {
        width: 100px;
    }

div.ShellAttribute
{
    float: left;
    width: 100%;
    height: 25px;
}

div.ShellImageAttribute
{
    float: left;
    width: 100%;
	margin-top: 8px;
    margin-bottom: 8px;
}

div.ShellAttribute {
    margin-bottom: 30px;
    margin-top: 10px;
}
.ShellDimensions {
    margin-top: 10px;
    float: left;
}
    .ShellDimensions .DimensionsGrid td {
        width: 135px;
        padding: 2px;
        vertical-align:top;
        text-align:center;
    }
img.catvalueimage
{
	border: solid 2px white;
	padding: 1px;
	width: 30px;
}

img.catvalueimage:hover
{ 
	cursor:pointer;
}

div.catimages
{
	width: 250px;
    float: left;
	border: 1px solid #DDDDDD;
}

.ProductAttributesLabel
{
    float: left;
    text-align: left;
    width: 100%;
    font-weight: bold;
    padding-right: 3px;
	margin-bottom: 5px;
}

.ProductAttributesList
{
    float: left;
    max-width: 200px;
}

.item_img {
    width: 200px;
}

@media (max-width: 500px)
{
    .ShellAttribute
    {
        padding-top: 5px;
    }

        .ShellAttribute .AttributeName
        {
            width: 100%;
            text-align: left;
        }

        .ShellAttribute .AttributeOptions
        {
            width: 100%;
        }
}