﻿/*###########################     ##########################*/
.brandHome_name {
    font-family: 'DINCond-Light';
    font-size: 22px;
    color: #4B4B4B;
}

.Brand_home_DIV_separatore {
    background-color: #EAEAEA;
    height: 1px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}



.Brand_home_DIV {
    /*background-color: #F2F2F2;*/
    text-align: center;
}

.BRANDHOME_LEFT_DIV {
    width: 485px;
    float: left;
}

.BRANDHOME_RIGHT_DIV {
    width: 485px;
    float: left;
    padding-left: 20px;
}

 
.Brand_home_AllBrands {
    font-family: 'DINCond-Light';
    padding-left: 0px;
    font-size: 18px;
    color: #4B4B4B;
    text-align: left;
    text-decoration: none;
    background-color: #F2F2F2;
    padding: 10px;
}

    .Brand_home_AllBrands:hover {
       background-color: #DFDFDF;
    }



.BRAND_divList {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 5px;
}

.BRAND_brandlist {
    font-family: 'DINCond-Light';
    font-size: 18px;
    color: #4B4B4B;
    text-decoration: none;
}

    .BRAND_brandlist:hover {
        text-decoration: underline;
    }

.BRAND_DIV_INNER {
    width: 50%;
    float: left;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 11px;
}
