/* Stylesheet for Sphider-plus */

/* Put your search results styles here */
/* Some example code for the usual things you'll want to style is shown below */

.searchBox {
}
a.navdown, a.navup {
	display: none;
}
span.resultNumber {
	font-weight: bold;
}
div.title {
	/*text-decoration: underline;*/
	font-weight: bold;
	font-size: 1.1em;
}
div.description {
	line-height: 1.5em;
	letter-spacing: 0.025em;
	color: #474a4e;
}
div.url {
	margin-bottom: 12px;
	margin-top: 2px;
}
div#other_pages {
	margin-top: 20px;
}
span.mak_2 {
	color: #1b386f;
	background-color: #dbeeff;
	padding: 0px 2px 0px 2px;
}

/* CSS BELOW APPLIES TO print layout */
@media print {



}