
.tires {}

	.tires-filter {float:left;width:20%;border-right:4px solid #e3a31f}
		.tires-filter-title {padding:0 0 20px 0;font-size:18px}
		.tires-filter-property {padding:0 0 20px 10px}
		.tires-filter-property-title {padding:0 0 10px 0;font-size:16px}
		.tires-filter-property-value {padding:0 0 0 20px}
			.tires-filter-property-value input[type="checkbox"] {margin-top:-4px}
		
	
	.tires-content {float:left;width:80%;padding:0 0 0 10px}
		.tires-list {}
			.tires-list-element {height:50px;margin-bottom:10px;line-height:50px;border-left:4px solid rgba(0,0,0,.05)}
				.tires-list-element:hover {border-left:4px solid #e3a31f}
				
				.tires-list-element > div {width:10%;padding:0 5px}
				.tires-list-element-size {}
				.tires-list-element-season {}
				.tires-list-element-name {width:40% !important;}
				.tires-list-element-country {}
				.tires-list-element-manufacturer {}
				.tires-list-element-price {}
				.tires-list-element-buy {}
		.tires-list-button {width:220px;height:50px;margin:40px auto;line-height:50px;font-size:20px;color:#fff;background:#e3a31f;border:none}