/* print styles for what to bring list ----------------- */

body {
  background-images:none !important;
  background-color:#fff !important;
  color:#000;
  border:none;
}
a, h1, h2, h3, h4, h5, h6, h1 span {color:#000 !important;}
#rightCol, #globalNav, #footer, #featuredArea {display:none;}
#featuredArea {height:70px !important;}
#featuredArea h2, #header, #homeContent {margin:0;}

ul#packingList li, #myOwnList ul li {
  margin:10px 0;
  list-style-type:none;
  background: url(images/checkBox.gif) no-repeat top left;
  padding-left:20px;
  line-height:20px;
}
#myOwnList {
  display:block;
}
#myOwnList ul li {
  border-bottom:1px solid #000;
}
.printButton {
  display: none;
}
