/*
 * Shopping Basket Summary.
 */

p#shopping-basket-summary {
  border-bottom: 1px solid #ccc;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
}
p#shopping-basket-summary a {
  text-decoration: none;
}


/*
 * Menu Items.
 */

div#menu-items {
}
div#menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#menu-items ul li {
  margin: 0 0 8px 0;
  padding: 0;
}
div#menu-items ul li a {
  text-decoration: none;
}
