/* Brand Styles */

.BrandView
{

}
.BrandView .LeftPanel
{
    float: left;
    width: 25%;
}
.BrandView .MidPanel
{
    float: left;
    width: 30%
}
.BrandView .RightPanel
{
    float: left;
    width: 30%;
}