.presserly_car_sales {
	display:inline-block;
	vertical-align:top;
}

.presserly_car_sales.presserly_column_1 {
	width:25%;
	margin-right:2%;
}
.presserly_car_sales.presserly_column_3 {
	max-width:72%;
}

.presserly_car_sales h3 {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom:30px;
}

.drop_down_box h4 {
	display:block;
	text-transform:uppercase;
	font-size: 18px;
	padding: 10px;
	width:100%;
	margin-bottom:10px;
	cursor: pointer;
	color:#5F5F5F;	
    background: #eeeeee url('./images/arrow.png') no-repeat center right+10px;	
}
.drop_down_box.open h4 {
    background: #eeeeee url('./images/arrowdown.png') no-repeat center right+10px;	
}

.drop_down_box .options {
	display:none;
	color: #5F5F5F;
	padding-bottom:10px;
}

.drop_down_box.open .options {
	display:block;
}

.drop_down_box .options select {
	padding:10px 20px;
	margin: 10px;
}
.drop_down_box .options option {
	padding:5px 20px;
}

.drop_down_box .options span {
	width: 190px;
	display:inline-block;
	margin:0px 10px;
}

.brand_options {
	margin: 0px 0px 10px 0px;
}



.presserly_car_sales h2 {
	text-transform: uppercase;
	font-size: 24px !important;
	margin-bottom:10px;
}

.car-for-sale {
	width:260px; 
	height:400px;
	display: inline-block;
	margin:10px;
    vertical-align:top;
}
.type-new-cars-for-sale .car-for-sale{
	height: 320px;
}
.car-for-sale .imgcontainer {
	width:100%;
    max-height:180px;
    overflow:hidden;
}

.car-for-sale h3 {
	margin-bottom:0px;
    font-size: 18px !important;
}
.car-for-sale a.details {
	margin-top:10px;
	display:block;
}


.other_cars_for_sale {
	display:block;
    clear:both;
}
