div.brand{
	width:100%;
}
ul.top-filter,
ul.top-filter li {
	margin: 0 0 0 -2px;
	padding: 0;
}
ul.top-filter li {
	display: inline-block;
	width: 150px;
	padding-left:5px;
	margin-bottom:8px;
}
.product-filter-left{
	float: left;
	color: #F28300;
	font-weight:bold;
	font-size:13px;
	width: 214px;
	height: 81px;
	margin: 0px 0px 3px 0px;
	padding-top:6px;
	background: none repeat scroll 0 0 #121212;
	border: 1px solid #121212;
}
.product-filter-left select{
	width: 145px;
}
.product-filter-main{
	float: right;
	height: 65px;
	margin: 0px 0px 0px 0;
	padding: 15px 10px 9px 18px;
	background: none repeat scroll 0 0 #121212;
	width: 534px;
}
.product-filter-main dl dt {
    display: block;
}
.product-filter-main dt label {
    color: #F28300;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}
.product-filter-main dd {
    display: block;
    margin: 0 0 15px;
    padding-bottom: 10px;
}

.product-filter-main dd .input-box {
    float: none;
}

.product-filter-main dd select {
    width: 88%;
}
.brand h3 {
	background: none repeat scroll 0 0 #F28300;
	color: #000000;
	font-family: Verdana,'Open Sans',sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	
}