/* ---------- STRUCTURE ---------- */

.findbar
{
	float: left;
	clear: both;
}

.findbar h3
{
	margin: 0;
	padding: 0;
}

.findbar ul
{
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	width: 180px;
}

.findbar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	margin-left: 18px;
	margin-bottom: 4px;
}

.findbar a,
.findbar h4
{
	float: left;
	clear: both;
	height: 20px;
	padding: 0 6px;
	display: block;
	white-space: nowrap;
}

.findbar a
{
	width: 126px;
	overflow: hidden;
}

.findbar .findbarSubHeader
{
	margin-left: 0;
}

.findbarSubHeader h4
{
	padding-right: 6px;
}

/* ---------- PRESENTATION ---------- */

.findbar
{
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
}

.findbar h3
{
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.findbar ul
{
	/* */
}

.findbar a:hover,
.findbar li.active a
{
	color: #2c66e3;
}

.findbar a,
.findbar h4
{
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
}

.findbar a
{
	/* */
}

.findbar h4
{
	font-size: 14px;
	background-color: white;
}

/* ---------- RESULTS NAV - STRUCTURE ---------- */

.findResultsNav
{
	margin-left: 12px;
}

.findResultsNav div
{
	margin-bottom: 12px;
}

.findResultsNav select
{
	margin-right: 24px;
}

.pagination
{
	float: right;
	margin-top: 24px;
}

.findResultsNav ul,
.pagination ul
{
	clear: both;
}

.findResultsNav ul li,
.pagination ul li
{
	float: left;
	list-style-type: none;
	display: block;
	margin: 0;
	margin-right: 6px;
}

/* ---------- RESULTS NAV - PRESENTATION ---------- */

.findResultsNav
{
	text-transform: uppercase;
	font-size: 12px;
}

.findResultsNav select
{
	text-transform: none;
}

.findResultsNav label,
.findResultsNav a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
