@import url(../css/form.css);
@import url(../css/paging.css);

.filterbar legend {
	display: none;
	}
.filterbar {
	background: url(../library/bg-filter.png) bottom left no-repeat #e7eef0;
	padding: 6px 10px 8px 10px;
	margin-bottom: 20px;
	border-top: 4px solid #abd3e1;
	}
.filterbar span,
.filterbar label {
	float: left;
	display: block;
	padding-right: 4px;
	position: relative;
	}	
.filterbar label {
	padding: .2em .6em .2em 0;
	color: #333;
	line-height: 1.6em;
	}	
.filterbar span {
	padding: .2em 4px 0 0;
	}		
.filterbar .filter-btn input {
	position: absolute;
	top: 1px;
	}
	
	
dl {
	padding: .5em 0 0 0em;
	position: relative;
	border-top: 1px solid #e5edf5;	
	display: block;
	}	
	

dd {
	margin-left: 0;
	}	
dt {
	font-weight: bold;
	}	
	
#index {
	list-style-type: none;
	padding: 0;
	margin: 0!important;
	width: 100%;
	height: 25px;
	}
#index li { 
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	color: #ccc;
	background-image: none;
	}
#index strong {
	color: #000;
	}	
#index span { 
	display: none;
	}		
#index li.view-all { 
	padding-left: 10px;
	}
#index em,		
#index a,
#index strong {
	display: block;
	font-style: normal;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: .5em 0;
	}	
#index a:link {color: #0081ab; text-decoration: none;}
#index a:visited {color: #0081ab; text-decoration: none;}
#index a:focus {color: #fff; background-color: #ffcf40; text-decoration: none;}
#index a:hover {color: #fff; background-color: #ffcf40; text-decoration: none;}	
#index a:active {color: #fff; background-color: #ffcf40; text-decoration: none;}	