div.extraWrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-color: transparent;
}

div.extraFilterScroll {
	display: none;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 206px;
	height: 307px;
	background-color: #efefef;
	border:solid 1px #c8c8c8;
	z-index: 1001;
	filter: alpha(opacity = 95);
	-moz-opacity: .95;
	opacity: .95;
	color: #666666;
	padding: 1em;
	padding:5px;
}



.h2iefix {
	margin-left: -10px;
	padding-left: 5px;
	margin-bottom: 9px;
	background-color: #666;
	color: #fff;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.flexcroll h4 {
	margin-left: -5px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	/*color:#666666;*/
}

.flexcroll h4 a:hover {
	color: #cc6600;
	text-decoration: none;
}

.flexcroll a {
	text-decoration: none;
}

.flexcroll h4 a {
	color: #666666;
	text-decoration: none;
}

.flexcroll ul {
	margin-left: 1em;
	list-style-type: none;
}

.flexcroll #extraFilterScrollContent {
	position: relative;
	overflow: auto;
	width: 200px;
	height: 300px;
	background-color:#FFFFFF;
	padding:3px;
}
.flexcroll #extraFilterScrollContent ul {
	margin:0;
}

#scrolledContent {
	position: relative;
	height: 345px;
	width: 700px;
	float: left;
	overflow: auto;
	color: #CCCCCC;
	top: 0px;
}



.extraFilterScroll a:hover {
	color:black;
}
.extraFilterScroll h4 {
	font-weight: bold;
	font-size: 10px;
}

.advSearch ul li a.removeFilterClass {
	float:left;
	color:red;
	padding-right:3px;
}
