.filter_container
{
	background-color:#dfdfdf;
	height:325px;
	width:825px;
}
.filter_section_container
{
	clear:both; 
	height:285px; 
	color:Black;
	font-weight:bold;
	padding:5px;
}
.filter_section
{
	float:left;
	padding:0 8px 0 8px;
	border-left:solid 1px #cccccc;
	height:285px;
}
.filter_section_first
{
	float:left;
	padding:0 8px 0 8px;
	height:285px;
}
.filter_section_title
{
	color:#626262;
	font-weight:bold;
	font-size:11px;
	padding:5px 5px 5px 0;
}
.filter_control_listbox
{
	font-size:11px;
	height:230px;
	width:200px;
}
.filter_header
{
	padding:10px;
	background-color:#ffffff;
	font-size:14px;
	color:#787878;
	font-weight:bold;
	width:803px;
	border: solid 1px #cccccc;
}
.filter_header:hover
{
	background-color:#ffffcc;
}
.filter_footer
{
	clear:both; 
	text-align:center;
	padding:5px;
	background-color:#d4d4d4;
}