@charset "utf-8";
/* CSS Document */
.brands-list {
	width: 650px;
	background-color: #fff;
	font-size: 14px;
}
a.brand-link {
	clear: none;
	width: 200px;
	margin: 0 5px 10px 0;
	padding: 5px;
	padding-bottom: 7px;
	background: #eee;
	text-align: center;
	text-decoration: none;
}
a.brand-link:hover {
	background: #e71317;
	color: #fff;
	text-decoration: none;
}
.brand-letters {
	clear: both;
	width: 650px;
	border-bottom: #ccc solid 1px;
}
h2.page-title {
	display: block;
}
