﻿.searchContainer 
{
	padding:5px 0px;
	float:left;
}
div.row 
{
	float:left;
	width:695px;
	background-color:#F5F5F7;
	padding:5px;
}
div.row span.section
{
	display:block;
	float:left;
	width:140px;
	font-size:120%;
	padding:7px;
	font-weight:bold;
	margin-right:5px;
}
div.dark span.section
{
	background-color:#E7E6EC;
}
.searchArea 
{
	display:block;
	float:left;
	width:530px;
	margin:5px 0px;
}
span.filters input 
{
	margin:7px 4px 7px;
	float:left;
}
span.filters label
{
	margin-right:10px;
	margin-top:6px;
	float:left;
}

div.row input.stdButton 
{
	float:right;
}

/**************************
 Results styling
**************************/
div.resultsFeedback 
{
	background-color:#F5F5F7;
	width:685px;
	padding:10px 10px;
	float:left;
}
div.resultsFeedback span
{
	display:block;
	float:left;
}
a,
a:hover,
a.visited
{
	color:#5C3B8C;
	font-weight:bold;
	text-decoration:none;
}
div.resultsFeedback a.option 
{
	float:right;
}
div.resultsHeader 
{
	float:left;
	background:#E7E6EC url("/images/backgrounds/searchCorner.gif") no-repeat top right;
	margin-right:5px;
	margin-top:5px;
	padding:10px 10px;
}
div.resultsHeader.active a,
div.resultsHeader.active a:hover,
div.resultsHeader.active a:visited
{
	color:White;
}
div.resultsHeader.active
{
	background:#452475 url("/images/backgrounds/searchCornerActive.gif") no-repeat top right;
	color:White;
}
div.resultsList
{
	display:none;
}
div.resultsList.active
{
	display:block;
}
div.resultsList ul
{
	float:left;
	width:700px;
	border:solid 1px #452475;
	margin:0;
	padding:10px 0px;
	list-style:none;
}
div.resultsList ul li 
{
	border-bottom:solid 1px #E7E6EC;
	margin-right:10px;
	margin-bottom:10px;
}
div.pager {float:right;}
span.title {display:inline-block; width:650px; font-size:110%;font-weight:bold;}
span.path {display:inline-block; width:650px;}