/* -------------------------------------------------------------- 

   Based on Blueprint print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt;
}


/* Layout
-------------------------------------------------------------- */

#wrapper, #header-container, #main-container, #left-col { width: auto; }

#logo { margin: 0; }

#main-container {
  background: none;
  border: 0 none;
}
#left-col {
  float: none;
  margin: 0;
}

hr { 
  background: #ccc; 
  color: #ccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}

.listingTable { border-top: 1px solid #ccc; }

#footer-container {
  text-align: left;
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}

/* Elements to not display
-------------------------------------------------------------- */

#login-container, #search-container, .go, .basket-container, #newsletter, 
#menu-bar, .hidden-div, #right-col, .podgroup, #tabcontainer, 
#navBreadcrumb, .navPagethru, .navFooter, .orderBox, 
#footer-bar, #footer-menu, .site-link, 
object, embed { display: none; }

/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font: 0.9em "Courier New", Monaco, Courier, monospace; } 

a img { border: none; }

blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: 0.9em;
}

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: none;
  font-weight: 700;
  text-decoration: underline;
}

