/* 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 {
}
#query {
	margin-right: 5px;
}
#searchbutton {
	margin-right: 15px;
}
#resultsselect {
}
a.navdown, a.navup {
	display: none;
}
span.resultNumber {
	font-size: 0.75em;
	font-weight: bold;
	display: none;
}
div.title {
	/*text-decoration: underline;*/
	font-weight: bold;
}
div.description {
	margin-top: 2px;
}
div.url {
	margin-bottom: 12px;
	margin-top: 2px;
	font-size: 80%; color: #808080; margin-top: 2px;
}
div#other_pages {
	font-size: 0.9em;
	margin-top: 20px;
}
span.mak_2 {
	color: black;
	background-color: #ffcc66;
	padding: 0px 2px 0px 2px;
}

#summary {
	font-style: italic;
	margin: 10px 0 20px 0;
}

.cntr {

}

.mainlist .cntr {
	display: none;
}

/* CSS BELOW APPLIES TO print layout */
@media print {

}
