.brandHolder {
	text-align: center;
	position: relative;
	border-top: solid 2px #e8e8e8;
}
.brand {
	float: none;
	padding: 10px;
	display: inline-block;
}
.brand a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	border: 1px solid #ececec;
	font-size: 13px;
}
}
.brand a img {
	clear: both;
}
.AtoZlist {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	max-height: 100%;
	padding: 5px 20px 5px 5px;
	background: #f9f9f9;
	border-left: solid 2px #e8e8e8 ;
	border-bottom: solid 2px #e8e8e8 ;
}
.AtoZheading {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.AtoZbrands {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;t
	font-weight: bold;
}
.AtoZbrands .letter {
	padding: 10px 0;
	border-top: solid 1px #e8e8e8;
}
.AtoZbrands .letter:first-child {
	border-top: none;
}
.alphaDivider {
	display: none;
	float: left;
	width: 100%;
	margin: 0;
	background: #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
.brand {
	color: #000;
}

.brandLgShown{
	background:#fff;
}
@media (max-width: 767px) {
	.brand {
		width: 100%;
		padding: 0;
		border-bottom: solid 1px #e8e8e8;
	}
	.brand a {
		width: 100%;
		float: left;
		height: auto;
		border: none;
		padding: 10px;
		text-align: left;
		color: #000;
	}
	.brand a img {
		display: none;
	}
	.AtoZlist, .alphaDivider {
		display: block;
	}
}