/* ------ Styling that is specific to the search screens ------ */

#contents #results {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 10px;
	top: 50px;
	background-color: #4A4A4A;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#contents #results p {
	font-size: 12px;
	margin: 8px;
	font-weight: 700;
}
.bottom {
	position: absolute;
	bottom: 3px;
	left: 2px;
}
.matches {
	position: absolute;
	bottom: 25px;
	left: 2px;
}


#contents #results a:link{
	color: #3CF;
	text-decoration: none;
}
#contents #results a:visited{
	color: #3CF;
	text-decoration: none;
}
#contents #results a:active{
	color: #3CF;
	text-decoration: none;
}
#contents #results a:hover{
	color: #CFC;
	text-decoration: none;
}

/* --- Where to display the search criteria --- */
#contents #criteria {
	position: absolute;
	text-align:center;
	top: 5px;
	width: 996px;
	font-size: 12px;
}
