/* styl elementow listy */

/* normalny */
.list_item
{
/*  background-color:#ffffff; */
  border:1px solid #ffffff;
  line-height: 1.1em;
  padding:5px;
  margin-bottom:5px;
}

/* najechany myszka */
.list_item_hover
{
/*  background-color:#e5e5e5; */
  border:1px solid #63C7DF;
  line-height: 1.1em;
  padding:5px;
  margin-bottom:5px;
}
