/* Styles for complex-search.js
 * author danyastuff 
 * 29 aug 2009
 */

	.complex-search {
		font-family: 'Arial', sans-serif;
		font-size: 0.9em;
		color: #444;
		background: #EEE;
	}
	.complex-search B {
		color: #222;
	}
	.complex-search UL {
		margin: 0;
		padding: 0;
	}
	.complex-search LI {
		margin: 0;
		padding: 0.25em 0.5em;
		cursor: pointer;
	}
	.complex-search LI SMALL {
		font-size: 0.9em
	}
	.complex-search .selected {
		background: #87c9eb;
	}
	
 