﻿/**** SEARCH STATISTICS PAGE *****/
.AccordionBar
{
	cursor:pointer;
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	border: solid 1px #bbb;
	padding:8px 0 4px 30px;
	margin:2px 0 0;
	background-color:#efefef;
	background-image:url(../images/expand.jpg);
	background-repeat:no-repeat;
	background-position:8px 10px;
}		
.AccordionContent
{
    display:none;
    color:#ffffff;
}
.SearchResult
{
    width:35%;    
}
.SearchNum
{
    width:55%;
}
.SearchResult, .SearchNum
{
    margin-left:20px;
    background-color:White;
    color:Black;    
    float:left;
}
.clear
{
   visibility: hidden;
	font-size: 0.1em;
	display: block;
	line-height: 0;
	height: 0.1px;
    content: " ";
	clear: both;
}
.CategoryHeader
{    
    font-weight:normal;
    font-style:italic;
    font-size:.9em;
}
