#searchresults {
	background: #f6f6f6;
	padding:6px;
	display: block;
	height: 100%;
	overflow: auto;
}
a, a:visited, a:active, a:link, a:hover {
	text-decoration: none;
	color: #222222;
}

a.back, a.back:visited, a.back:active, a.back:link {
	text-decoration: underline;
	color: #900000;
}

a.back:hover {
	color: #DD0000;
}

.result {
	background-color: #ffffff;
	font-size: 9px;
	display: block; 
	border: 1px solid #cccccc;
	padding: 4px;
	height: 96px;
	width: 200px;
	float: left;
	margin: 6px;
	cursor: pointer;
	overflow: hidden;
}

.imgresult {
	background-color: #ffffff;
	font-size: 9px;
	display: block; 
	border: 1px solid #cccccc;
	padding: 4px;
	height: 185px;
	width: 150px;
	float: left;
	margin: 6px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.result:hover, .imgresult:hover  {
	border: 1px solid #900000;
}

.result img {
	float: left;
	margin-right: 4px;
}

.searchresult {
	background-color: #ffff99;
}
p.pageinfo {
	margin-top:4px;
	color: #888888;
	font-size: 9pt;
}