/* Additional Styles for BIAC Resource Directory */
#main .directory-results {
	position: relative;
}
#main .directory-entry {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
#main .directory-entry li {
	background: url(../images/line.gif) repeat-x left bottom;
	list-style: none;
	padding: 15px 130px 15px 0;
	position: relative;
}
#main .directory-entry li.featured { 
	background-color: #caeafe; 
}
#main .directory-entry h3 {
	background: none !important;
	color: #3C9BD2 !important;
	height: auto !important;
	margin: 0 0 1em 0 !important;
}
#main .directory-entry dt {
	color: #304C73;
	clear: left;
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .directory-entry dd {
	margin-left: 120px;
}
#main .narrow-results ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
#main .narrow-results li {
	margin-right: 10px;
}
#main .narrow-results li a.facet {
	background: url(../images/icon_checkbox.png) no-repeat left top;
	padding-left: 18px;
}
#main .narrow-results li a.active {
	background-position: 0 -16px;
	color: #3C9BD2;
}
#main .narrow-results li a {
	color: #304C73;
	text-decoration: none;
}
#main .narrow-results li a:hover {
	color: #3C9BD2;
}
#main .downloads {
	line-height: inherit;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 15px;
}
#main .downloads li {
	background: none;
	margin-bottom: 0;
	padding: 0;
}
#main .downloads li a {
	text-decoration: none;
	padding-left: 20px;
}
a.vcard  {
	background: url(../images/icon_card.png) top left no-repeat;
}
a.map {
	background: url(../images/icon_map.png) top left no-repeat;
}
a.print {
	background: url(../images/icon_print.png) top left no-repeat;
}
a.email {
	background: url(../images/icon_email.png) top left no-repeat;
}
a.save {
	background: url(../images/icon_save.png) top left no-repeat;
}
a.saved {
	background: url(../images/icon_remove.png) top left no-repeat;
	color: #304C73;
}
img.printonly {
	display: none;
}
#printall {
	position: absolute;
	right: 0;
	top: 5px;
}
#printall a {
	background: url(../images/icon_print_all.png) top left no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
#savedItems p {
	background: #F3F3F3;
	padding: 10px !important;
}
#savedItems p a.view_all, #savedItems p a.email {
	margin-left: 10px;
	padding-left: 20px;
	text-decoration: none;	
}
#savedItems p a.view_all {
	background: url(../images/icon_view_all.png) top left no-repeat;
}
h3.heading {
 	background: url(../images/line.gif) repeat-x left bottom;
	margin-bottom: 0;
 	padding-bottom: 15px;
}
#directory_search .dir_right {
	width: 325px;
}
#directory_search .dir_right form {
	margin-bottom: 10px !important;
}
#directory_search fieldset {
	border: 0;
	margin: 0 0 1.5em;
	padding: 0;
}
#directory_search select {
	font-size: 12px;
	margin-right: 10px;
}
#directory_search select.inactive {
	border-color: #CCC;
	color: #999;
}
#directory_search label {
	color: #000;
	width: 65px !important;
}
.input_search {
	font-size: 14px;
}
.reset_btn a {
	padding: 0 10px;
}
#main #content label.error {
	color: #C00;
	float: left;
	margin-left: 15px;
}
#main #content input {
	float: left;
}
#main #content input.error {
	background: #fd9caa;
}

/* Autocomplete */
.ac_results {
	background-color: #fff;
	border: 1px solid #304C73;
	border-top: 0;
	color: #304C73;
	overflow: hidden;
	padding: 0px;
	z-index: 99999;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ac_results li {
	cursor: default;
	display: block;
	margin: 0px;
	padding: 2px 5px;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: #fff url(../images/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #304C73;
	color: #fff !important;
}
