/* toolbar */
#toolbar {
  position: fixed;
  z-index: 3;
  margin-left: 564px;
  width: 417px;
  height: 41px;
  background: url('../../images/toolbar/toolbar.png') no-repeat 0 0;
}

/* languages */
#toolbar .languages {
  position: absolute;
  top: 13px;
  left: 5px;
}
#toolbar .languages li {
  padding: 0 9px 0 8px;
  border-right: 1px solid #5e5e5f;
  float: left;
}
  #toolbar .languages li.last {
    border: none;
  }
#toolbar .languages a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 13px;
}
  #toolbar .languages a:hover {
    color: #acacac;
  }
  #toolbar .languages li.sel a,
  #toolbar .languages li.sel a:hover {
    text-decoration: underline;
    color: #fff;
  }

/* search */
#toolbar .text-container {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 247px; 
  height: 29px; 
  background: url('../../images/toolbar/search-input.png') no-repeat 0 0;
}
#toolbar .text-container input {
  width: 200px;
  padding: 7px 0 4px 10px;
  font-size: 13px;
  color: #959595;
  border: none;
  background: none;
}
#toolbar .submit {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 29px;
  height: 29px;
  background: url('../../images/toolbar/search-submit.png') no-repeat 7px 7px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}