.brandListPage {

}
.brandListPage .allBrandTitle {
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	padding: 30px 0px;
	float: left;
}
.brandListPage .allBrandTitle span {
	font-size: 24px;
	text-transform: none;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.brandListPage .allBrandBlock .allBrandFilters {
	float: right;
	padding: 27px 0px;
	width: 60%;
}
.brandListPage .storeSearch {
	position: relative;
	float: right;
	width: 32%;
}
.brandListPage .storeSearch form {	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);	
}
.brandListPage .storeSearch input {
	width: 90%;
	height: 32px;
	padding: 7px 5%;
	border: 0;
}
.brandListPage .storeSearch .storeSearchSubmit {
	position: absolute;
	background: url('../../../elementsGlobal/search.png') transparent no-repeat center center;
	right: 0;
	top: 0;
	border: 0;
	width: 30px;
	height: 100%;
	cursor: pointer;
}
.brandListPage .storeFilter {
	float: left;
	width: 32%;
	margin-left: 1%;
}
.brandListPage .selectDiv {
	border: 1px solid #dcdcdc;
	background: #f2f2f2;
	color: #000;
	position: relative;
}
.brandListPage .selectDivWrapper {
	font-size: 12px;
	text-transform: normal;
	cursor: pointer;
}
.brandListPage .selectDiv .arrowDown {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #049bec;	
}
.brandListPage .selectDiv select {
	display: block;
	padding: 6px 25px 6px 15px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	padding: 0;
	margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.brandListPage .selectDiv select:focus {
    outline: none;
}
.brandListPage .allBrandList {
	border-top: 1px solid #dadada;
}
.brandListPage .brandLetterBlock {
	padding: 15px 0px 20px;
	border-bottom: 1px solid #dadada;
}
.brandListPage .brandLetter {
	float: left;
	width: 7%;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.brandListPage .brandList {
	float: right;
	width: 93%;
	font-size: 16px;
	line-height: 21px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}
.brandListPage .brandList .brand {
	margin-bottom: 4px;
}
.brandListPage .brandList .brand a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 900px){
	.brandListPage .brandList {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
	}
}
@media screen and (max-width: 600px){
	.brandListPage .allBrandTitle {
		float: none;
	}
	.brandListPage .allBrandBlock .allBrandFilters {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.brandListPage .storeSearch {
		width: 100%;
	}
	.brandListPage .brandList {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count:2; /* Firefox */
	    column-count: 2;
	}
}
@media screen and (max-width: 450px){
	.brandListPage .brandList {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
}