﻿@import url(../css/form.css);

/* Filter Bar */	
.filterbar-outer {
	line-height: 2.5em;
	background: url(../library/bg-filter-bottom.png) no-repeat bottom; 
	margin: 20px -25px 25px -15px;
	width: 580px;
	position: relative;
	z-index: 1;
	}
.filterbar {
	line-height: 2.5em;
	background: url(../library/bg-filter-top.png) no-repeat top;
	clear: both;
	padding: 3px 5px 8px 15px;
	width: 560px;
	}
.filterbar fieldset {
	position: absolute;
	left: 368px;
	top: .6em;
	width: 340px;
	z-index: 1;
	}
.filterbar legend {
	display: none;
	}
.filterbar input {
	margin-left: 4px;
	position: static;
	}
.filterbar fieldset label,
.filterbar fieldset span {
	/*position: absolute;*/
	/*bottom: .4em;*/
	float: left;
	}
.filterbar fieldset span input.btn-search {
	/*margin-bottom: -.5em;*/
	margin-top: -.1em;
	}	
	
.filterbar .field	{
	width: 120px;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	background-color: #fff;
	}
	
.filterbar h3	{
	margin-top: .2em;
	}	
	
/* Catogeries List*/	

.categories {
	margin: 0 !important;
	padding: 0 !important;
	width: 545px;
	clear:left;
	
	}
	
.categories ul {
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	float:left;
	width:260px;
	}	

.categories li {
	clear:left;
	border-top: 1px solid #dfdfdf;
	background: url(../library/icn-expand.png) no-repeat 0 .7em !important;
	padding-left: 14px !important;
	}	
.categories li li {
	border-top: none;
	background: url(../library/icn-link.gif) no-repeat 0px .7em !important; 
	padding-left: 13px;
	}		
	
/* Results Listing */
.list {
	margin: 0 !important;
	padding: 0 !important;
	}
.list li {
	padding: 0 !important;
	margin: 0 !important;
	border-top: 1px solid #eee;
	background-image: none !important;
	}
.list h3 {
	margin: .7em 0 .6em 0;
	}		
.list h3 em {
	font-weight: normal;
	font-size: 83.3%;
	color: #666;
	}	

.catLink
{
	cursor:pointer;
}

.subCatLink
{
	display:none;
}

