/* results.css
 * style for display of search results
 */

div#searchInfo {
	width: auto;
	height: 1.3em;
	margin-top: 20px;
	padding: 2px;
	font-weight: bolder;
	/*background-color: #9C3;*/
	background-color: #A8B7AB;
	border-top: 2px black solid;
}

div#searchInfo span#leftInfo {
	position: relative;
	top: auto;
	left: 2px;
}

div#searchInfo span#rightInfo {
	position: relative;
	top: auto;
	right: -50%;
}

div.noResult {
	font-weight: bolder;
	font-size: larger;
	margin-left: 20px;
}

ol#resultList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol#resultList li {
	margin-bottom: 10px;
}

span.rank {
	margin-right: 10px;
}

span.snippet {
	margin-left: 30px;
}

a#pageTurner {
	margin-left: 1em;
	font-size: larger;
	font-weight: bolder;
}


a.resultLink {
	font-size: larger;
}

