div.past_sale_filters{
	float: right;
	width: 310px;
	text-align: right;
	margin-top: 17px;
}

div.past_sale_filters label{
	font-weight: bold;
	margin-right: 5px;
}

div.past_sale_filters label:not(:first-child){
	margin-left: 10px;
}

div.past_sale_filters select.category{
	width: 90px;
}

ul.past_sales{
	text-align: center;
	margin-top: 15px;
}

ul.past_sales li{
	vertical-align: top;
	display: inline-block;
	width: 125px;
	margin: 10px;
	font-size: 12px;
	line-height: 1.2em;
}

ul.past_sales li img{
	display: block;
	margin: 0px auto 5px;
	opacity: 0.8;
}

ul.past_sales li a{
	text-decoration: none;
	color: #475474;
}

ul.past_sales li a:hover img{
	opacity: 1;
}

@media (max-width: 1000px) {
	div.past_sale_filters{
		float: none;
		width: auto;
		text-align: left;
	}
}