.brand .brand-header.alpha {
    height: auto;
    line-height: normal;
}
.brand .brand-header {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    text
}

.brandsList {
    border-bottom: 1px solid #AAAAAA;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.brandsList li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    font-size: 15px;
    list-style: none outside none;
    margin-right: 2px;
}

.brandsList li a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
}
.brand a {
    color: #000000;
}
.brandsList li.selected {
    background-color: #CCCCCC;
}
.brandsList li.selected a {
    color: #FFFFFF;
    text-decoration: none;
}
.brandsList li a:hover {
    background-color: #CCCCCC;
    color: #FFFFFF;
    text-decoration: none;
}

.brand .brand-header.alpha .alpha {
    height: 20px;
    margin-bottom: 20px;
    margin-top: 18px;
}

.brand .brand-header.alpha .alpha ul {
    margin: 0;
    padding: 0;
}

.brand .brand-header.alpha .alpha ul li {
    float: left;
    list-style: none outside none;
    padding-right: 5px;
}
.brand .brand-header.alpha .alpha ul span, .brand .brand-header.alpha .alpha ul a {
    color: #000000;
    font-size: 13px;
    padding: 3px;
    text-decoration: underline;
}
.brand .brand-header.alpha .alpha ul span, .brand .brand-header.alpha .alpha ul a:hover {
    background-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
}
.brand .brand-header.alpha .alpha ul a:hover {
    background-color: #CCCCCC;
    color: #FFFFFF;
}
.brand .brand-header.alpha .alpha ul .all-items a {
    font-weight: bolder;
    text-decoration: none;
}
.brand .brand-header.alpha .alpha ul label {
    color: #CCCCCC;
    font-size: 13px;
	margin-bottom: 0 !important;
}

.brand-content {
    clear: both;
    margin: 0;
    padding: 0 8px;
}
.brand .brandsCloud dl {
    margin: 10px 7px 20px;
}
.brandsCloud dl {
    color: #000000;
    float: left;
    font-size: 12px;
    margin: 10px 10px 20px;
    padding: 0;
    text-transform: capitalize;
    text-align: left;
   
}
.bwidth dl {
 /* width: 110px;   */
 float: left;
 margin-bottom: 0 !important;

}

div.brandsbox {
    float: left;
    width: 170px;
    padding: 3px;
    margin: 2px;
    
}

.bwidthnew dl {
 /*width: 135px;  */ 
}

.brandsCloud dl dt a {
    color: #000000;
    font-size: 13px;
    font-weight: bolder;
    line-height: 24px;
}

.brandsCloud dl dd {
    margin: 0;
    padding: 0;
}

.brandsCloud dl dd ul {
    margin: 0;
    padding: 0;
}

.brandsCloud dl dd ul li {
    line-height: 18px;
    list-style: none outside none;
}
.brandsCloud .clear {
    background-color: #AAAAAA;
    clear: both;
    height: 0px;
    line-height: 1px;
}
.brandsCloud dt {
    text-decoration: underline;
 }