/* TEST voor body */
body{
	font-family: 			verdana;
}

/* FACETSEARCH BOX */

#column_fill_brown_dark{
	background-color: 		#392726;
	margin: 				0px;
	padding: 				0px 7px 7px 7px;
	float: 					left;
	position: 				relative;
	width: 					340px;
}

#facetsearch_bottom{
	background: 			url('/images/background_facetsearch_bottom.gif') no-repeat;
	height: 				30px;
	float: 					left;
	position: 				relative;
	width: 					320px;
}

#facetsearch_container{
	background-color: 		#79594f;
	float: 					left;
	position: 				relative;
	padding: 				0px 10px 10px 10px;
	width: 					320px;
}
#facetsearch_container h2,
#facetsearch_container h3{
	color: 					#fff;
	font-weight: 			normal;
}
#facetsearch_container h2{
	font-size: 				18px;
	margin: 				10px 0px 10px 0px;
}
#facetsearch_container h3{
  position: relative;
  float: left;
	font-size: 				17px;
	margin: 				0px 0px 5px 15px;
	padding-top: 			10px;
}

#facetsearch{
	background: 			url('/images/background_facetsearch.gif') no-repeat 0 40px;
	border-top: 			2px solid #AF9B9F;
	border-right: 			2px solid #AF9B9F;
	border-left: 			2px solid #AF9B9F;
	float: 					left;
	font-size: 				10px;
	line-height: 			160%;
	position: 				relative;
	width: 					316px;
}

#facetsearch h3{
  width: 316px;
}

#facetsearch ul{
  position: relative;
  float: left;
  filter:alpha(opacity=55);
  opacity:0.55;
	background-color: 		#fff;
	list-style-type: 		none;
	margin: 				0px;
	padding: 				10px 0px 10px 15px;
	width: 					301px;
}

#facetsearch ul.col_1 li{
  position: relative;
  float: left;
  font-size: 10px;
  width: 300px;
}

#facetsearch ul.col_1 li .label{
  position: relative;
  float: left;
  width: 200px;
}

#facetsearch ul.col_1 li .label a,
#facetsearch ul.cols_2 li .label a{
  color: #000;
  text-decoration: none;
}

#facetsearch ul.col_1 li .label a.active,
#facetsearch ul.cols_2 li .label a.active{
  color: #000;
  text-decoration: bold;
}

#facetsearch ul.col_1 li .label a:hover,
#facetsearch ul.cols_2 li .label a:hover{
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

#facetsearch ul.col_1 li .label.active,
#facetsearch ul.col_1 li .number.active{
  font-weight: bold;
}

#facetsearch ul.col_1 li .label a.active{
  text-decoration: underline;
  font-weight: bold;
}

#facetsearch ul.col_1 li .number{
  position: relative;
  float: right;
  text-align: center;
  width: 30px;
}

#facetsearch ul.cols_2 li{
  position: relative;
  float: left;
  font-size: 10px;
  width: 150px;
}

#facetsearch ul.cols_2 li .label{
  position: relative;
  float: left;
  width: 120px;
}

#facetsearch ul.cols_2 li .label.active,
#facetsearch ul.cols_2 li .number.active{
  font-weight: bold;
}

#facetsearch ul.cols_2 li .label a.active{
  text-decoration: underline;
  font-weight: bold;
}

#facetsearch ul.cols_2 li .number{
  position: relative;
  float: right;
  text-align: center;
  width: 30px;
}

#facetsearch_container .facetsearch_header{
  position: relative;
  float: left;
  width: 					200px;
}

#facetsearch_container .facetsearch_delete_selection{
  position: relative; 
  float: right;
  margin-top: 15px;
  font-size: 10px;
}

#facetsearch_container .facetsearch_delete_selection a{
  color: #fff;
  text-decoration: none;
}

#facetsearch_container .facetsearch_delete_selection a:hover{
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
