#logo {
  float: left;
  width: 270px;
  height: 90px;
  background: transparent url('/img/header_bar/logo.gif') left center no-repeat;
  }

/* gorne prawe menu */
#top_links {
  list-style: none;
  float: right;
  width: 520px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  }
#top_links li {
  list-style: none;
  display: inline;
  padding: 25px 20px;
  background: transparent url('/img/header_bar/vline.gif') left center no-repeat;
  display: block;
  float: right;
  }
#top_links li.no_vline {
  background: none;
  }
#top_links li a {
  color: #09addc;
  display: block;
  padding-left: 50px;
  line-height: 44px;
  font-weight: bold;
  }
#top_links li a:hover {
  
  }
#top_links li a#twoj_koszyk {
  background: transparent url('/img/header_bar/twoj_koszyk.gif') left 5px no-repeat;
  }
#top_links li a#zaloguj_sie {
  background: transparent url('/img/header_bar/zaloguj_sie.gif') left 5px no-repeat;
  }
#top_links li a#zaloz_konto {
  background: transparent url('/img/header_bar/zaloz_konto.gif') left 5px no-repeat;
  }

