#main FORM	{
	float: left;
	padding: 0 10px 10px 0;
}
#main .categoryhomepage	{
	line-height: 21px;
}
#main H2	{
	clear: both;
}
#main H3	{
	margin: 0;
	padding: 10px 0 10px;
}

.autocompleter-choices LI .resultsfound	{
	float: right;
	font-size: 10px;
}

/* CATEGORY HOME */
.categories	{
	border-top: 1px solid #DDD;
	clear: both;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
	.categories LI	{
		border-bottom: 1px solid #DDD;
		float: left;
		margin: 0 40px 20px 0;
		padding: 0 0 20px;
		width: 315px;
	}
	.categories .first	{
		clear: left;
	}
	.categories .subcategory	{
		margin: 0 5px 0 0;
	}

/* CATEGORY SEARCH */
.breadcrumbs	{
	border-top: 1px solid #DDD;
	clear: both;
	font-size: 12px;
	margin: 10px 0 5px;
	padding: 10px 0 0;
}
.searchtype	{
	font-size: 12px;
	margin: 0;
}
#results.categoryresults	{
	border-top: 1px solid #DDD;
	clear: both;
	font-size: 10px;
	list-style: none;
	margin: 10px 0 0;
	padding: 25px 0 0;
}

/* TAG CLOUD */
#tags	{
	clear: both;
}

/* SEARCH RESULTS */
#results	{
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	#results LI	{
		margin: 0 0 25px;
	}
	#results H3	{
		display: inline-block;
		margin: 0;
		padding: 0 0 5px;
	}
	#results P	{
		margin: 0;
		padding: 0;
	}
	#results .url	{
		color: green;
	}

#result_report	{
	border-top: 1px solid #DDD;
	clear: both;
	color: #999;
	font-size: 11px;
	margin: 10px 0 0;
	padding: 1px 0 25px;
	text-align: right;
}
#other_pages	{
	clear: left;
}
#did_you_mean	{
	clear: both;
	font-style: italic;
}

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;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	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;
	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;
}
