/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 *****************************************/
 /* This package designed for Magento COMMUNITY edition
 * BelVG does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * BelVG does not provide extension support in case of
 * incorrect edition usage.
 /***************************************
 *         DISCLAIMER   *
 *****************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Belvg
 * @package    Belvg_Brands
 * @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 */

.brand-grid li.item-brands { float:left; width:134px; padding:12px 10px 10px; }
.brand-grid .aplhabethead { font-size:20px; margin-top:10px;  }
.brand-grid .brands-image { display:block; width:135px; margin:0 0 10px; }
.product-brand-image { float: left; margin-right: 15px}
.category-nodescription { clear: left; margin: 5px;}
.brandimage { float:left; /*border:1px solid #7D0025;*/ padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px; margin-bottom:20px; }
.brands-view-index .category-description{border:1px solid #cccccc; padding-left:20px; width:480px; float:right; min-height:50px; vertical-align:middle; padding:16px 10px; margin-bottom:20px;}
.brands-view-index .toolbar { clear:both;
}

/* BEGIN: Shaun Chong */
#brand-category-selector li { float: left; }
#brand-category-selector li  a{ display: block; width: 476px; height: 48px; text-align: center; font-size: 18px; line-height: 48px; background-color: #d7d7d7; margin-right: 4px; color: #fff; }
#brand-category-selector li  a.category-selected { background: #7d7d7d; }
/* END: Shaun Chong */