.filtered-page-list {
	position: relative;
}

#ajax-pages {
	padding-top: 220px;
}

#current-search {
	left: 500px;
	position: absolute;
	top: 0;
	width:230px;
	z-index: 1;
}

.content-body p.search-archive {
	margin: 0;
}

#current-search strong, .search-archive strong {
	border-bottom: 2px solid #cddee7;
	display: block;
	font-size: 110%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	width: 230px;
}

.page-list-filters {
	left: 250px;
	position: absolute;
	top: 0;
	width: 230px;
	z-index: 9;
}

.page-list-filters .clear {
    clear: both;
}

.page-list-filter {
	display: block;
    height: 30px;
	position: relative;
	width: 230px;
    z-index: 0;
}

span.list-label {
	z-index: 1;
    position: absolute;
}

.page-list-filter:first-child {
  z-index: 4
}

.page-list-filter:nth-child(2) {
  z-index: 3
}

.page-list-filter:nth-child(3) {
  z-index: 2
}

.page-list-filter:nth-child(4) {
  z-index: 1
}

.page-list-filter ul {
	background: #fff;
	border: 1px solid #adbac9;
	display: none;
    height: 100px;
    overflow-y: scroll;
    position: absolute;
    top: 23px;
    width: 228px;
}

.page-list-filter.activated ul {
	display: block;
}

.page-list-filter span.list-label {
	background: #fff;
	border: 1px solid #adbac9;
	color: #415b80;
	font-size: 90%;
	padding: 2px 5px;
	width: 218px;
	z-index: 5;
}

.page-list-filter:hover span.list-label {
	border: 1px solid #415b80;
}

.content-body .page-list-filter li {
	display: block;
	height:auto; 
	margin: 0;
}

.page-list-filter li a {
	color: #415b80;
	display: block;
	font-size: 90%;
	line-height:1.2em; 
    padding: 2px;
}

.page-list-filter ul a:hover {
	background: #d7e4ec;
}

.page-list-filter ul a.active {
	display: none;
	background: #c8d2d7;
}

.page-list-filter span.arrows {
	border-left: 1px solid #adbac9;
	background: #fff url('../../../../themes/ari/images/sprite.png') no-repeat -135px -1px;
	display: block;
	height: 19px;
	padding: 1px;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
}

#ajax-article-list {
	border-top: 2px solid #cddee7;
    clear: both;
    padding-top: 30px;
}

.archive-search label {
	display:none;
}

.archive-search input[type="text"] {
	margin: 0 0 5px;
	height: 23px;
    padding: 0 5px;
    width: 218px;
}

.criteria-item {
	width:200px;
}

.remove-item {
	color: #415b80;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 90%;
	margin-right: 10px;
}

.content-body p .remove-item a {
	background: #fff url('../../../../themes/ari/images/sprite.png') no-repeat -107px -22px;
	color: #000;
	font-size: 110%;
	padding: 0 5px 0 17px;
	text-decoration: none;
}

.content-body p .remove-item a:hover {
	background: #e9eff2 url('../../../../themes/ari/images/sprite.png') no-repeat -107px -22px;
}

.content-body p.no-results {
	background: #e9eff2;
	color: #415b80;
	width: 480px;
	padding: 2px 0;
	margin: 0 auto 20px;
	text-align: center;
}
