#footerShortcuts {
  overflow: hidden;
  padding: 0;
  text-align: center;
}
#footerShortcuts ul{
  list-style: none outside none;
  margin: 30px auto 0;
  overflow: hidden;
  padding: 0;
  width: auto;
}
#footerShortcuts a {
  background: url("images/border.gif") no-repeat scroll 0 50% transparent;
  color: #D3C2A2;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0 20px;
  width: auto;
}
#footerShortcuts a:hover { 
  text-decoration: none; 
  /* background-color:#ff3300; */
}
#footerShortcuts li.active a { 
  color: #845739;
  text-decoration: none;
}
#footerShortcuts li.a {
   background: none repeat scroll 0 0 transparent;
}
#footerShortcuts li {
    cursor: pointer;
    display: inline-block;
 /*   float: left; */
    white-space: nowrap;
}

#footerShortcuts li.un a {
  background: none repeat scroll 0 0 transparent;
}

#footerLinks p {
 color: #D3C2A2;
}
#footerLinks a {
 color: #D3C2A2;
}

#helpCookie div {
  overflow-x:auto;
  margin-top: 20px;
}
#helpCookie table {
  border-collapse: collapse;
}
#helpCookie table, #helpCookie th, #helpCookie td {
  border: 1px solid black;
}