.bestkit_brands_wrapper {
	text-align: center;
}
.bestkit_brands_wrapper img {
	width: 100%;
}
#module-bestkit_brands-brands .showall,
#module-bestkit_brands-brands .nbrItemPage {
	display: none;
}
/*******************************************************
Brand Styles
********************************************************/
.brand-letter-list {
	margin: 0 0 20px;
}
.brand-letter-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 5px 0;
}
.brand-letter-list li a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	background: #eee;
	text-decoration: none;
}
.brand-letter-list li a:hover {
	background: #333;
	color: #fff;
}
.brand-letter-list li.selected a,
.brand-letter-list li.selected a:hover {
	background: #3f3f3f;
	color: #fff;
	cursor: default;
}
.brand-name-list {
	padding: 14px 0;
	width: 100%;
	text-align: left;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
}
.brand-name-list .item {
}
.brand-name-list .lnk_img {
	color: #000;
	display: block;
	padding: 2px;
}
.brand-name-list .lnk_img:hover {
	text-decoration: underline;
}
.brand-links {
	text-align: center;
	padding: 40px 0 0;
}
.brand-links h4 {
	text-transform: none;
}
.brand-link-list {
	list-style: outside none;
	padding: 0;
	margin: 0;
}
.brand-link-list > li {
	display: block;
	margin: 4px 0 0;
}
.brand-link-list .btn {
	width: 80%;
	text-align: center;
	background: #3f3f3f;
	border: 0;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.brand-link-list .btn span {
	border: 0;
	padding: 6px 10px;
}