div.pageControl {
	color: #eee;
	background-color: #666;
	font: bold 12px sans-serif !important;
	padding: 5px;
	margin: 5px 0px 1em 0px;
        text-align: right;
}

div.searchResults h3 {
	color: #eee !important;
	background-color: #666;
	font: bold 12px sans-serif !important;
	padding: 5px;
	margin: 5px 0px 1em 0px;
}

div.pageControl a,
div.pageControl a:visited{
    color: #eee;
}



div.pageControl div.numResults { 
	float: left;
}

div.pageControl span.disabled {
	color: #bbb;
}

div.searchResults li {
	background: url("/images/backgrounds/dots-horizontal.gif") repeat-x bottom;
	padding: 0 0 1px 2px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

div.searchResults li h4{ 
        margin-bottom: 0.5em !important;
}

div.searchResults li h4 a, 
div.searchResults li h4 a:visited {
	font: bold 12px sans-serif;
	color: #09c;
}

div.searchResults li h4 .term {
	font-size: 14px;
	
}

div.searchResults span.searchTerm{ 
        font-weight: bold;
        color: #a21e36;
}