*:focus {outline: none;}
ul.autocompleter-choices{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li{
	position:				relative; 
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	padding-left:			20px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
} 

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
	color:					#9FCFFF;
}	
.dedo_bar_option_border{border:none;border-bottom:solid 1px #e3e3e3;}
.dedo_bar_main_graphic{position:relative;z-index:10;margin:6px;width:480px;height:37px;}
.dedo_bar_wrapper{position:relative;height:47px;margin-bottom:10px;}
.dedo_bar_abs{position:absolute;}
.dedo_bar_input_field{border:none;background:transparent;margin-top:10px;margin-left:20px;padding-left:22px;padding-right:22px;width:326px;}
.dedo_bar_option_btn{cursor:pointer;position:absolute;top:7px;left:377px;width:29px;height:24px;}
.dedo_bar_go_btn{cursor:pointer;position:absolute;top:7px;left:418px;width:49px;height:24px;}
.dedo_bar_slide_menu{position:absolute;top:0px;left:0px;z-index:5;width:490px;height:47px;background:#d9d9d9;border:1px solid #000000;overflow:hidden;}
.dedo_bar_option_table{width:470px;border:none;margin-left:5px;margin-top:40px;color:#464646;font-size:13px;}

.dedo_graylink{color:#999999;text-decoration:none;font-size:12px;}
.dedo_smalldate{color:#999999;font-size:10px;}
.dedo_titlelink{font-size:13px;color:#000;}
.dedo_graydescription{color:#999999;height:15px;margin-top:3px;overflow:hidden;}
.clean tr td{border:none;color:#666666;}

