/*******************************************************************
* SEARCH SUMMARY
*******************************************************************/
div.searchSummaryIntro
{
	/* background-color:#6C7E2F; */
	padding:0 14px 0 14px;
}

div.searchSummaryIntro p
{
	font-size:1.1em;
	color:#333;
}

div.searchSummaryIntro a
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

div.searchSummaryIntro a:hover
{
	text-decoration:underline;
}

div.searchSummaryIntro div.didyoumeanseperator
{
	height:3px;
	background:#6C7E2F url(/Shared/css/images/searchsum/seperator.gif);
	font-size:0em;
	margin:10px 0 0 0;
}



div.noRecordsFoundSummary
{
	clear:both;
}

div.searchSummary div.noRecordsFoundSummary
{

}

div.searchSummary div.noRecordsFoundSummary h3
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.4em;
	color:#000;
	/* margin-bottom: 10px; */
}

div.searchSummary div.noRecordsFoundSummary h5
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.2em;
	color:#016789;
	/* margin-bottom: 10px; */
}

div.searchSummary div.noRecordsFoundSummary ul
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size: 1.1em;
	margin:10px 0 0 25px;
	color:#000;
}

h2.searchresultsheader
{
    width:616px;
    height:37px;
    color:#000;
    font-family:Arial, Trebuchet MS, Sans-Serif;
    font-size:1.5em;
    line-height:37px;
    text-indent:15px;
    background:no-repeat url(/Shared/css/images/searchresults/headerbg.gif);
}




div.searchSummary
{
	/* margin-bottom: 10px; */
	padding:10px 8px 10px 14px;
	/* background: #6C7E2F url(images/bg_header_review.gif) 0 100% repeat-x; */
	color:#fff;
}

div.summaryContent
{
	position:relative;
	float:right;
	top:-5px;
	width:164px;
	margin-left:10px;
}

div.summaryContent p
{
	float:right;
	background:no-repeat url(/Shared/css/images/searchsum/andfoundbg.gif);
	padding:0px;
	margin:0px;
	width:164px;
	height:46px;
	
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	line-height:46px;
	text-align:center;
}

div.SearchSummaryContent
{
	float:left;
	width:160px;
}

div.SearchSummaryContent h2
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.2em;
	color:#333;
}

div.SearchSummaryContent h2 span
{
	font-size:0.9em;
	font-weight:normal;
}

div.summaryText
{
	float: left;
	display: inline;
	width: 230px;
}

div.summaryText ul
{
	font-weight:bold;
	color:#000;
	list-style:none;
	padding:0 5px 0 5px;
}

div.summaryText ul ul
{
	border-left: none;
}

div.summaryText ul li {
	float: left;
	display: inline;
}

div.summaryText ul li ul li {
	display: inline;
	float: none;
	font-size: 1.1em;
}

div.summaryText ul li ul li a
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	float:none;
	display:block;
	color:#0099cc;
	font-size:1.1em;
	text-decoration:none;
}

div.summaryText ul li ul li a:hover
{
	text-decoration:underline;
}


div.summaryText ul li ul li.remove a
{
	font-size:1.0em;
	font-weight:bold;
	color:#056d90;
	text-decoration:none;
}

div.summaryText ul li ul li.remove a:hover
{
	color:#056d90;
	text-decoration:underline;
}
