﻿div.hr {
	height: 10px;
	border-top: 3px solid #f9f7f0;
	clear: both;
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #769f3b;
	font-weight: bold;
	float: left;
	margin: 10px 0 0 15px;
	padding: 3px 0 0 35px;
	background-repeat: no-repeat;
	height: 24px;
}
#collection {
	background-image: url(/images/articles/browse/collection.png);
}
#occasion2 {
	background-image: url(/images/articles/browse/occasion.png);
}
#price {
	background-image: url(/images/articles/browse/price.png);
}
.section {
	float: right;
	width: 600px;
	margin: 13px 0 20px;
	font-size: 0.95em;
}
.section td {
	width: 33%;
	padding: 0 30px 0 0;
}
.section p {
	margin: 0 0 0 0;
	font-size: 1.2em;
}
.section a {
	color: #F68402;
}
.section a:hover {
	color: #930
}
