/* NAVIGATION BAR */
#shop_overview #nav_bar {
  background-image: url("../img/shopuebersicht/bg_uebersicht_header.png");
  background-repeat: repeat-x;
	width: 960px;
	height: 77px;
}

#shop_overview #nav_bar div.container {
  height: 30px;
  width: 750px;
  position: relative;
  top: 22px;
}

/* PLZ SEARCH */
input#input_plz_search {
  width: 52px;
  height: 17px;
  float: left;
  margin-left: 10px;
  padding: 5px 0px 5px 8px;
}

a#btn_aendern {
  width: 96px;
  height: 29px;
  background-image: url("../img/shopuebersicht/btn_sprite_uebersicht.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 17px;
  text-indent: -99999px;
}

a#btn_aendern:hover {
  background-position: 0px -36px;
}
/* /PLZ SEARCH */

/* FILTER */
div#filter {
  margin-left: 56px;
  width: 216px;
  float: left;  
  margin-left: 70px;
}

div#filter_select {
  width: 204px;
  height: 15px;
  padding: 6px;
}

div#filter_text {
  float: left;
  padding-left: 5px;
}

div#dropdown_icon {
  background-image: url("../img/shopuebersicht/icon_sprite_uebersicht.png");
  background-position: 0px -18px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: right;
}

div#dropdown_list {
  position: absolute;
  width: 216px;
  font-size: 1.1em;
  overflow: hidden;
  z-index: 30;
  padding: 0px;
}

div#dropdown_list ul {
  overflow-x: auto; 
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0; 
}

div#dropdown_list li {
  padding: 5px 7px;
  height: 15px;
  cursor: default;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #aaa; 
}

div#dropdown_list li.current {
  background-color: #8CBE00;
}

div#dropdown_list li.item {
  padding-left: 30px;
}

div#dropdown_list li.item:hover {
  background-color: #8CBE00;
}

div#dropdown_list li.caption {
  font-style: italic;
  color: #999;
}
/* /FILTER */

/* SEARCH ITEM */
#input_item_search {
  width: 216px;
  height: 25px;
  float: left;
  margin-left: 80px;
}

#input_item_search .search_icon {
  width: 17px;
  height: 17px;
  position: absolute;
  margin: 6px 0px 0px 6px;
  background: url("../img/shopuebersicht/icon_sprite_uebersicht.png") no-repeat 0px 0px;
}

#input_item_search input {
  width: 186px;
  height: 15px;
  padding: 6px 0px 6px 30px;
  color: #999;
}

#empty_search_in {
	display: none;
}
/* /SEARCH ITEM */
/* /NAVIGATION BAR */