/* SEARCHBAR */
/* CASH ICONS */
#cash {
	width: 230px;
	padding: 27px 27px 27px 58px;
	float: left;
}

#cash #mastercard {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

#cash #visa {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	float: left;
}

#cash #sofort {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -54px;
	background-repeat: no-repeat;
	float: left;	
}

#cash #icon_paypal {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -82px;
	background-repeat: no-repeat;
	float: left;
}

#cash #icon_ec {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -350px;
	background-repeat: no-repeat;
	float: left;
}

#cash #icon_sodexo {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -374px;
	background-repeat: no-repeat;
	float: left;
}

#cash #icon_ticket {
	height: 25px;
	width: 46px;
	background-image: url("../img/icon_sprite.png");
	background-position: 0px -398px;
	background-repeat: no-repeat;
	float: left;
}

/* CASH ICONS */

/* SEARCH INPUT */
#search {
	width: 390px;
	margin: 20px auto;
}

#search input {
  background-image: url("../img/btn_sprite.png");
	background-position: -3px -768px;
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent !important;
  width: 234px;
  height: 23px;
  padding: 6px 10px;
  float: left;
  font-size: 1.4em;
  color: #444;
}

#search #plz_selection {
  position: absolute;
  width: 255px;
  top: 55px;
  overflow: hidden;
  z-index: 30;
  background-color: white;
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
}

#search #plz_selection ul {
  max-height: 300px; 
  overflow-x: auto; 
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0; 
}

#search #plz_selection li {
  padding: 8px 11px;
  height: 12px;
  cursor: default;
  display: block;
  font-size: 16px;
  color: #797979;
  line-height: 16px;
  overflow: hidden;
  border-bottom: 1px solid #CCC 
}

#search #plz_selection li.current {
  background-color: #9ED733;
}
/* /SEARCH INPUT */

#btn_letsgo {
  background-image: url("../img/btn_sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 130px;
  height: 35px;
  display: block;
  float: right;
  text-indent: -99999px;
}

#btn_letsgo:hover {
	background-position: 0px -36px;
}

#selfservice {
	padding-top: 15px;
	color: #FFF;
	width: 205px;
	float: right;
}

#selfservice .delivery_radio, #selfservice .selfservice_radio {
  margin-top: 5px;
}

#selfservice .radio_selected {
  background: url("../img/btn_sprite.png") no-repeat 0px -948px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#selfservice .radio_deselected {
  background: url("../img/btn_sprite.png") no-repeat 0px -970px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/* /SEARCHBAR */