.cars-category-list {
	border: 1px solid blue;
	width: 100%;
}
.cars-category-section {
	border: 1px solid red;
	width: 24%;
	float: left;
}


/* .models */

div.models{ width: 100%; overflow: hidden;}

.models table{ margin-left: -1px; width: 100%; border-collapse: collapse;}

.models table td{ border-left: 1px solid #B7B8B8;}

.models h3.titla{ height: 40px; background: #999999; line-height: 40px; text-align: center; font-size: 14px; color: #FFF9F9;
	font-weight: normal;
	text-transform: none;
}

.models .model{ display: block; margin-bottom: 20px; padding-top: 110px; height: 10px; background-position: center top; background-repeat: no-repeat; text-align: center; font-size: 12px; font-weight: bold; color: #595959; text-transform: uppercase; text-decoration: none;}

.models .model:hover{ text-decoration: underline;}