/* container for all search & search results elements */

	#search {
	        font-size: 8pt;
	}

	#search-container .reset {
		background: url(/images/close.gif);
		width: 11px;
		height: 11px;
		position: absolute;
		right: 4px;
		top: 4px;
		z-index: 1;
		cursor: pointer;
		overflow: hidden;
	}

	#search-container.empty .reset {
		display: none;
	}

	#search-spinner {
		position: absolute;
		right: 4px;
		top: 4px;
		z-index: 10;
	}

/* search results list */
	#search-results {
		display: none;
		background: url(/images/shortcuts_bg_mid_pinku.png) repeat-y 0 0;
		width: 328px;
		height: auto;
		position: absolute;
		right: 0;
		top: 45px;
		margin: 0;
		padding: 0;
		z-index: 1;
	}

	#search-results.active {
		display: block;
	}

	#search-results ul {
		width: 302px;
		font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		color: #333;
		margin: 0;
		padding: 0;
	}

/* stretch li elements to border */
	#search-results li {
		position: relative;
		list-style-type: none;
		list-style-image: none;
		list-style-position: outside;
		padding: 5px 10px;
		height: 50px;
		border-left: 1px solid #842174;
		border-right: 1px solid #842174;
		width: 300px;
		margin: 0 3px;
	}

/* category header */
	#search-results li.category {
		color: #f6f6f6;
		background: #842174;
		height: 8px;
		width: 302px;
		font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		font-weight: bold;
		border: none;
		padding-bottom: 12px;
	}

/* first header */
	#search-results li.header {
		position: absolute;
		background: url(/images/shortcuts_bg_pinku.png) no-repeat left top;
		width: 308px;
		height: 10px;
		top: -25px;
		margin: 0;
		overflow: hidden;
	}

/* result item */
	#search-results li img {
		height: 50px;
		width: 35px;
		position: absolute;
		left: 10px;
	}

	#search-results li span {
		width: 240px;
		position: absolute;
		left: 68px;
	}

	#search-results li h4 {
		margin: 0;
	}

	#search-results a:link, #search-results a:visited {
		color: #191919;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}

	#search-results li p {
		color: #444444;
		font-size: 10px;
		height: 2.7em;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

/* onmouseover version */
	#search-results li.hoverli {
		background: #b7b7b7 none repeat-x;
		color: #fff;
		cursor: pointer;
	}

	#search-results li.hoverli h4 a {
		color: #fff;
	}

	#search-results li.hoverli p {
		color: #f1f1f1;
	}

/* view all link */
	#search-results #view-all {
		position: absolute;
		background: url(/images/shortcuts_bg_pinku.png) no-repeat left bottom;
		height: 20px;
		width: 308px;
		border: 0;
		text-align: right;
		margin: 0;
	}

	#search-results #view-all a {
		background: url(/images/shortcuts_arrow.gif) no-repeat 99% 50%;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		padding-bottom: 3px;
		padding-right: 23px;
		padding-top: 3px;
		text-decoration: none;
	}

/* no results, make footer a bit deeper */
	#search-results #view-all.no-result {
		bottom: -27px;
		height: 30px;
	}

	#search-results #view-all.no-result a {
		font-size: 10px;
	}


