/*** search drop downs ***/
#jquery-live-search { height: auto; width: 26.4em; padding: 0 1em 1em 1em; margin-left: -4.6em; margin-top: 1.3em; position: absolute;
	z-index: 10000; background: transparent url('/resources/img/layout/search_shadow.png') center bottom repeat-y; font-size: 1em; }
#jquery-live-search ul.searchResult { font-size: 0.8em; background: #d3cfd9; padding: 1.5em !important; border: none; }
#jquery-live-search ul.searchResult li { padding: 0; border: none; margin: 0; clear: both; width: 25.1em; }
#jquery-live-search ul.searchResult li a { background: none; font-weight: bold; color: #111; text-decoration: none; border: none; width: 20.8em; padding: 0 !important; }
#jquery-live-search ul.searchResult li a span { padding: 1em !important; display: block; }
#jquery-live-search ul.searchResult li a:hover { background: #f1eff4 url('/resources/img/layout/search_dropdown_t.gif') center top no-repeat; cursor: pointer; }
#jquery-live-search ul.searchResult li a:hover span { background: url('/resources/img/layout/search_dropdown_b.gif') center bottom no-repeat; cursor: pointer; }
#jquery-live-search ul.searchResult li p { font-weight: normal; font-size: 1em; color: #333; line-height: 1.2; }