/* Accordion */
#accFilters{
	width:189px;
	z-index:9999;
}
.acc-heading{
	cursor:pointer;
	z-index: 999;
	position: relative;
	margin-top: 2px;
}
.acc-content{
	position:relative;
	background: #F6F8D3;
	padding: 7px;
}
#brandContentAcc{
	height:200px;
	overflow:auto;
}
