h2 {
	clear: left;
}

h2 small {
	color: #777;
	font-size: 75%;
	font-weight: normal;
}

h2 small a {
	font-weight: bold;
}

body {
	zoom: 1;
}

#test_catalog .data_field {
	font-family: "ms sans serif", arial, helvetica, sans-serif;
	font-size: 110%;
	margin: 0 0 1em;
}

#test_catalog .data_field_previous {
	font-family: "ms sans serif", arial, helvetica, sans-serif;
	font-size: 110%;
	margin: 0 0 2em 1em;
	padding-left: 1em;
	color: #777;
	border-left: .5em solid #fe9;
}

#test_catalog .data_field_previous a {
	color: #444;
}

#test_catalog table {
	font-size: 100%;
	margin-left: 0;
	margin-right: 0;
}

#test_catalog th, td {
	text-align: left;
}

#test_catalog form, #test_catalog input {
	display: inline;
	margin: 0;
}

#test_catalog .data_field p {
	margin: 0;
}

.highlight {
	background: #ff9;
	padding-left: .25em;
	padding-right: .25em;
}

#test_catalog a img {
	border: none;
}

div.auto_complete {
	background: #fff;
	position:relative;
    border:1px solid #ddd;
	border-bottom: 2px groove #ddd;
	border-top: none;
	width: 40em;
	height: 15.75em;
	overflow:hidden;
	font-size: 90%;
	padding-bottom: 1px;
	z-index: 4 !important;
	width: 24em !important;
	opacity: .9;
 	filter: alpha(opacity:90);
}

div.auto_complete ul {
	border:1px solid #777;
	margin:0;
	padding:0 0 .5em;
	list-style:none;
	display: block;
	height: 15.75em;
	overflow:hidden;
}

div.auto_complete ul li {
	margin:0;
	padding: 0 .5em 0 1.7em;
	display: block;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	text-indent: -1.2em;
}

div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	color: #800; 
	margin:0;
	padding:0;
}


/* Search Results */

div.search_result {
	margin:4px 0 18px 0;
}
div.search_resource {
	margin:4px 0 24px 0;
}
div.search_resource a {
	font-weight:bold;
}
div.search_pagination {
	margin:8px 0 0 0;
}
span.search_summary {
}