#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;
	vertical-align: middle;	
}
	.searchtype INPUT	{
		vertical-align: middle;	
	}
#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;
}
