	
	
	.bfTitle{
		display:block;
		overflow:auto;
		margin:0;
		max-width:90%;
	}
		
		.bfTitle span{
			display:block;
			float:left;
			padding:0 8px;
			border-radius:4px 4px 0 0;
			line-height:24px;
			font-size:12px;
			background:#e8e8e8;
			color:#333;
		}
		
	
	.brandsFilter,
	.productsFilter{
		padding:5px;
		border:none;
		background: #e8e8e8;
		background: linear-gradient(0deg,rgba(232, 232, 232, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(232, 232, 232, 1) 100%);
		border-radius:0 5px 5px 5px;
		float:left;
		width:auto;
		clear:both;
	}
		
		.brandsFilter a.brandOption,
		.productsFilter a.brandOption{
			background-color:#fff;
			opacity:0.9;
		}
			
			.brandsFilter a.brandOptionActive,
			.productsFilter a.brandOptionActive{
				background-color:#fff;
				border:3px solid #353535;
				opacity:1;
			}
			
		
	
	