#SearchFilterBox{
	width:710px;
	background-color:#909090;
	border:1px solid #454545;
	padding:5px;
}
#SearchFilterContainer{
	width:150px;
	background-color:#454545;
	height:150px;
	overflow:auto;
}
#SearchFilterContainerSep{
	width:20px;
	background-color:#454545;
	height:150px;
	overflow:auto;
	float:left;
}

#SearchFilterOptionBox{
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	width:150px;
}

#SearchFilterBoxHeading{
	background-color:#cccccc;
	color:#454545;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	width:150px;
}
.leftSubheading{
	background-image:url(preload/titleheader.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:11px;
    font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	height:31px;
	padding-left:4px;


}