#avcontainer {
  display: block;
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
}
#avcontainer li {
	border-bottom: 1px solid #bfc0c1;
	margin-bottom: 24px;
}

h2.tax-title {
	margin: 16px 0 32px;
	/* font-family: ClanWeb-Bold; */
	color: #39f;
	font-size: 20px;
	line-height: 26px;
}


/* search box */

#avs {
	border-radius: 0;
	/*width: 365px;*/
	width: 354px;
	height: auto;
	float:left;
	margin-right:8px;
	-webkit-appearance:textfield;
}

.avsearchbox {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.avsearchbox form {
	width: 100% !important;
}
#avsearchsubmit {
	float: left;
	width: 27px;
	height: 27px;
}

.avsearchfilterclear {
	float: left;
	margin-top: 10px;
}


/* filters */

.controls form {
	width: 100% !important;
}

.controls label {
	width: 90px;
	float: left;
	clear: left;
}

a#avreset,
a#avreset:link,
a#avreset:visited,
.controls button {
	float:left;
	background-color: #dfe0e0;
	border: none;
	color: #000;
	font-family: "ClanWeb-News", Arial, sans-serif !important;
	font-size: 11px;
	line-height: 1;
	margin: 2px;
	padding: 4px 6px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block !important;
}
a#avreset,
a#avreset:link,
a#avreset:visited {
	background-color: #bfc1c1;
}
a#avreset:hover,
.controls button:hover {
	background-color: #bfc1c1;
}
.controls button.active {
	background-color: #3399ff;
}
a#avreset.active:hover,
a#avreset.active {
	color: #bfc1c1;
	background-color: #dfe0e0;
	pointer-events: none;
    cursor: default;
}

.controls .filter-wrapper {
	float: left;
	/*width: 328px*/
    width: 313px;
}