.search_area {
  height: 60px;
}

.btn_search {
  display: block;
  width: 113px;
  height: 24px;
  margin: 0 0 0 5px;
  padding: 0 0 2px 0;
  background: url(/images/search_btn.gif);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.btn_createnewsearch {
  display: block;
  width: 160px;
  height: 24px;
  background: url(/images/createnew_btn.gif);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.search_chair_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_chair.gif) bottom no-repeat;
  cursor: pointer;
}

.search_chair_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_chair.gif) top no-repeat;
  cursor: pointer;
}

.search_lighting_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_lighting.gif) bottom no-repeat;
  cursor: pointer;
}

.search_lighting_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_lighting.gif) top no-repeat;
  cursor: pointer;
}

.search_table_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_table.gif) bottom no-repeat;
  cursor: pointer;
}

.search_table_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_table.gif) top no-repeat;
  cursor: pointer;
}

.search_art_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_art.gif) bottom no-repeat;
  cursor: pointer;
}

.search_art_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_art.gif) top no-repeat;
  cursor: pointer;
}

.search_cabinet_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_cabinet.gif) bottom no-repeat;
  cursor: pointer;
}

.search_cabinet_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_cabinet.gif) top no-repeat;
  cursor: pointer;
}

.search_garden_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_garden.gif) bottom no-repeat;
  cursor: pointer;
}

.search_garden_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_garden.gif) top no-repeat;
  cursor: pointer;
}

.search_other_on {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_other.gif) bottom no-repeat;
  cursor: pointer;
}

.search_other_off {
  width: 60px;
  height: 60px;
  background: url(/images/filter_btn_other.gif) top no-repeat;
  cursor: pointer;
}