#bottom_links_dotted_bg {
  background: transparent url('/img/backgrounds/background_blue_dots.gif');
  line-height: 44px;
  clear: both;
  height: 44px;
  }
/* lewe linki */
#bottom_left_links {
  list-style: none;
  float: left;
  width: 230px;
  margin: 0px;
  padding: 0px;
  }
#bottom_left_links li {
  list-style: none;
  display: inline;
  padding: 0px 10px;
  border-left: 1px solid #fff;
  }
#bottom_left_links li.no_left_border {
  border-left: none;
  }
#bottom_left_links li a {
  color: #fff;
  }
#bottom_left_links li a:hover {
 
  }
/* prawe linki */
#bottom_right_links {
  list-style: none;
  float: right;
  width: 720px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  }
#bottom_right_links li {
  list-style: none;
  display: inline;
  padding: 0px 10px;
  border-left: 1px solid #fff;
  }
#bottom_right_links li.no_left_border {
  border-left: none;
  }
#bottom_right_links li a {
  color: #fff;
  }
#bottom_right_links li a:hover {
  
  }

