
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#navigate {
	display: none;
}

#header {
	display: none;
}

#sidebar {
	display: none;
}

#add_link {
	display: none;
}

#footer {
	display: none;
}

#footer-navigation {
	display: none;
}

.published {
	display: none;
}

.action {
	display: none;
}

.button_to {
	display: none;
}

a:link    { text-decoration: underline; color: red; }
a:visited { text-decoration: underline; color: black; }
a:active  { text-decoration: none; color: black; }
a:hover,
a:focus   { text-decoration: underline; color: red; }

#wish-list .list-image {
  width:        120px;
  height:       140px;
}

#wish-list .list-line-even {
	background:   #FFE74A;
}

#wish-list .list-line-odd {
	background:   #B3E2F2;
}

h1 {
  font:  150% sans-serif;
  color: black;
}

.print-icon
{
	display: none;
}
