ul.car-brands{
    list-style: none;
    clear: both;
    border-bottom: 3px solid #F3F0EB;
    margin: 10px 0;
}
ul.car-brands li{
    float: left;
    width: 19%;
    height: 22px;
    position: relative;
    background-repeat:no-repeat;
    background-position: 20px 0;
}
ul.car-brands li b{
    font-size:1.8em;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: -15px;
    color: #000;
    text-shadow:0px 1px 0px #d4d4d4;
}
ul.car-brands li a{
    padding-left: 50px;
    color: #000;
}
ul.car-models{
    list-style: none;
}
ul.car-models li{
    float: left;
    width: 33%;
    text-align: center;
}
ul.car-models li a{
    color: #000;
}
ul.car-models.v2{
    padding-top: 20px;
}
ul.car-models.v2 li{
    width: 25%;
}
ul.car-generations{
    list-style: none;
}
ul.car-generations > li{
    clear: both;
}
ul.car-generations ul.photos{
    list-style: none;
}
ul.car-generations ul.photos li{
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
}
ul.car-generations ul.photos li img{
    margin: auto;
}
ul.car-modifications{
    list-style: none;
    clear: both;
}
.car-delimeter{
    clear: both;
    margin-bottom:10px;
    padding-top: 30px;
    border-bottom: 5px solid #F0F0F0;
}
.car-products_title{
}
.car-products_title a{
    color: #000;
}
.car-products_list-all{
    float: right;
}
.car-products_list{
    clear: both;
}
.car-products_list .product_item {
    width:230px;
    height:290px;
    /*margin-right:10px;
    margin-left:2px;*/
    /*margin-bottom:30px;*/
    float:left;
    position:relative;
    /*display:table;*/
    overflow: hidden;
}

.car-products_list .product_item .image {
    height:190px;
    /*display:table-cell;*/
    vertical-align:middle;
    text-align:center;
    position:relative;
    padding-top: 5px;
}

.car-products_list .product_item .name {
    position:relative;
    display:table-row;
    text-align:center;
    color: #595959;
    height:35px;
}

.car-products_list .product_item .name  a {
    display:inline-block;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
    width:215px;
}

.car-products_list .product_item .name a:hover {
    color:#146ac0;
}


.car-products_list .price {
    color:#000;
    font-size:18px;
    background-color: #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}