/* detailed search group checkboxes */

#detailed-search {
  padding-left: 0;
}

#detailed-search table {
  margin: 0;
}

#detailed-search table td {
  width: 30%;
  background: none;
  border: none;
  padding: 3px 0 0 0;
  margin: 0;
}

#detailed-search table td input {
  width: 20px;
}

#detailed-search table td label {
  margin-left: 46px;
  line-height: 14px;
}

#detailed-search table td.child-checked label {
  color: #E0151D;
}

#detailed-search div.expander {
  width: 10px;
  height: 18px;
  float: left;
  cursor: pointer;
}

#detailed-search td.level1 div.expander {
  margin-left: 15px;
}

#detailed-search td.level2 div.expander {
  margin-left: 25px;
}

#detailed-search td.level3 div.expander {
  margin-left: 35px;
}

#detailed-search td.expandable div.expander {
	background:url('images/sprite_icons_sm.png') no-repeat center 16px;
	background-position: -5px -20px;
}

#detailed-search td.expandable.expanded div.expander {
	background-position: -4px -32px;
}

div.detSearchElem {
	height: 24px;
}

/* no results */

div.searcherror {
  display: none;
  text-align: center;
}

div.searcherror.show {
  display: block;
}

div.loaderimage-hider {
  display: none;
}