﻿.BrandPage
{
    width: 1024px;
    float: right;
    color: #6d6e71;
    font: 15px arial;
    text-align: right;
}

    .BrandPage .Title
    {
        display: inline-block;
        float: right;
        width: 100%;
        line-height: 30px;
        border-bottom: 1px solid #dbdbdb;
        font: bold 20px arial;
    }

    .BrandPage .BrandDetails
    {
        float: right;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .BrandPage .BrandDetails .RightSide
        {
            float: right;
            width: 325px;
            margin-left: 20px;
            margin-bottom: 20px;
        }

            .BrandPage .BrandDetails .RightSide .BrandLogo
            {
                float: left;
                width: 315px;
                height: 155px;
                text-align: center;
                border: 5px solid #f4f4f4;
                line-height: 150px;
            }

                .BrandPage .BrandDetails .RightSide .BrandLogo IMG
                {
                    vertical-align: middle;
                    margin: 0 auto;
                }

            .BrandPage .BrandDetails .RightSide .BrandDesc
            {
                width: 100%;
                float: right;
            }

                .BrandPage .BrandDetails .RightSide .BrandDesc .BrandSeperator
                {
                    width: 100%;
                    float: right;
                    height: 50px;
                    height: 1px;
                    background-color: #dbdbdb;
                }

                .BrandPage .BrandDetails .RightSide .BrandDesc .BrandRow
                {
                    width: 100%;
                    float: right;
                    height: 50px;
                    line-height: 50px;
                }

                    .BrandPage .BrandDetails .RightSide .BrandDesc .BrandRow .AttrName
                    {
                        float: right;
                        font: bold 16px arial;
                        color: #767779;
                        line-height: 50px;
                    }

                    .BrandPage .BrandDetails .RightSide .BrandDesc .BrandRow .AttrValue
                    {
                        float: right;
                        font: normal 16px arial;
                        color: #6d6e71;
                        line-height: 50px;
                        margin-right: 5px;
                        width: 220px;
                    }

                        .BrandPage .BrandDetails .RightSide .BrandDesc .BrandRow .AttrValue a
                        {
                            text-decoration: none;
                        }

        .BrandPage .BrandDetails .LeftSide
        {
            float: right;
            width: 636px;
            background-color: #f4f4f4;
            padding: 20px;
            min-height: 313px;
        }

    .BrandPage .BrandProducts
    {
        float: right;
        width: 100%;
        margin-top: 20px;
    }

        .BrandPage .BrandProducts .pTitle
        {
            display: inline-block;
            float: right;
            width: 100%;
            line-height: 30px;
            border-bottom: 1px solid #dbdbdb;
            font: bold 20px arial;
            margin-bottom: 10px;
        }

        .BrandPage .BrandProducts .BrandFilter
        {
        }

        .BrandPage .BrandProducts .ProductsPage
        {
        }

.AllBrandsPage
{
    float: right;
    width: 1024px;
}

    .AllBrandsPage .BrandsList
    {
        float: right;
        width: 1044px;
        margin-top: 10px;
    }

    .AllBrandsPage .bTitle
    {
        display: inline-block;
        float: right;
        width: 1024px;
        text-align: right;
        font: bold 20px Arial;
        color: #8299b1;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom:5px;
    }

    .AllBrandsPage .BrandsList .BrandBox
    {
        float: left;
        width: 315px;
        height: 168px;
        text-align: center;
        border: 5px solid #efefef;
        line-height: 150px;
        float: right;
        margin-top: 20px;
        margin-left: 23px;
        position: relative;
    }

        .AllBrandsPage .BrandsList .BrandBox:hover
        {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            border: 0px;
            width: 325px;
            height: 178px;
        }

        .AllBrandsPage .BrandsList .BrandBox a
        {
            width: 100%;
            height: 100%;
            float: right;
        }

        .AllBrandsPage .BrandsList .BrandBox IMG
        {
            vertical-align: middle;
            height: 75px;
        }

        .AllBrandsPage .BrandsList .BrandBox .toolTip
        {
            float: right;
            width: 100%;
            z-index: 9999;
            display: inline-block;
            height: 25px;
            background-color: #efefef;
            position: absolute;
            bottom: 0px;
            right: 0;
            color: #8b8b8b;
            font: bold 14px arial;
            padding-top: 10px;
        }

.BrandProducts .SearchFilters .FiltersList .FilterColumn {
    width: auto !important;
}

    .BrandProducts .SearchFilters .FiltersList .FilterColumn a {
        float: initial !important;
        width: auto !important;
        display: block;
    }

.BrandProducts .SearchFilters .FiltersList .FilterSeparator {
    margin-right: 10px;
}