/*MOD CONTENT-SEARCH*/

/*Extend Search*/
div.content div.search div.extend {
	border:1px solid #808080;
	padding:8px;
}

/*Results*/
div.content div.search div.results {
}
div.content div.search div.results div.item {
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px dotted #C0C0C0;
}
div.content div.search div.results div.top {
	border:1px solid #808080;
	background-color:#CCCCCC;
	padding:8px;
	margin-bottom:22px;
	overflow:auto;
}
div.content div.search div.results h4,div.content div.search div.results h3 {
	color:#000000;
	font-size:1em;
	text-transform:none;
	display:inline;
	margin:0;
	font-family:Verdana;
	font-weight:normal;
}
div.content div.search div.results h3 {
	font-weight:bold;
}
div.content div.search div.results div.item_jquery {
	display:none;
}

