#results {
	display: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 999;
	border: 1px solid #E3E3E3;
	background: #FFF;
	padding: 0px;
	padding-bottom: 2px;
	width: 400px;
	height: 300px;
	color: #000;
	text-align: left;
}

#results_list {
	overflow: auto;
	height: 275px;
	padding-top: 5px;
}

#results ol {
	margin-bottom: 5px;
	list-style: none;
	border: 1px solid #FFF;
	padding-left: 10px;
}

#results li {
	margin: 0px;
	margin-bottom: 3px;
	color: #000;
}

#show_r {
	display: block;
	position: absolute;
	right: 2%;
	bottom: 45px;
	z-index: 7;
	background: #FFF;
	padding: 3px;
	text-align: right;
}

#show_r a {
	display: block;
}

#show_r img {
	opacity: .5;
}

#results_header {
	padding: 2px 5px;
	background: url(../images/results_back.png) top left repeat-x;
	height: 25px;
}
	
	#results_header a {
		margin: 6px 4px 0 0;
		font-family: verdana;
		font-size: 8px;
		color: #FFF;
		float: right;
		cursor: pointer;	
	}
	
	#results_header a img {
		vertical-align: middle;
	}
	
	
	
	#results_list a {
		color: #4F89B0;
		padding: 2px;
	}
	
	#results a:hover {
		background: #CCC;
	}
	
	.sub_result {
		background: #EEE;
		display: none;
		margin-left: 0px;
		list-style: lower-roman;
	}
