/* Print Layout | 06.04.05 | Add URLs to printed page.  */
/* NEED TO ADD FORMS IN HERE */

/* Definitely worth looking at how to highlight links in a printed document!!! */
a:link { color: #666; font-weight: bold; text-decoration: none; }
a:visited { color: #666; font-weight: bold; }
a:hover { color: #DB0028; font-weight: bold; }
a:active { color: #DB0028; font-weight: bold; }
/* Insert URLs after links - not supported in IE */
p a:after, li a:after {
  content: " <" attr(href) "> " ;
}

/* LAYOUT */
#sidebar, #skipper { display: none; }

form#search, p#hook { display: none; }
#header a img { border: none; }

#tabnav, ul#bread, div#icon { display: none; }

body {
  background-color: white;
  color: black;
	text-align: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12pt;
}

#toppage { display: none; }
#right { display: none; }
#footer { clear: both; }

div.packaging {
  border: #ccc solid;
  border-width: 0 2px 2px 0;
  float: left;
  margin: 1em 1em 1em 0;
  padding-top: 10px;
  text-align: center;
  width: 135px;
}
div.packaging img { margin: 0; padding-bottom: 10px; }
div.packaging p { font: 10pt verdana, arial, sans-serif; }

#application { clear: both; }

/* GENERIC TAGS */
table {
  border: solid #000;
  border-width: 1px 0;
  font: 10pt verdana, arial, sans-serif;
  margin: 0 0 2em;
  width: 100%;
}
table th, #specs table#size th, table#size th { border-bottom: 1px solid #000; }
table#specs th, #specs table th { border: none; }
tr.even { background-color: #eee; }
caption { text-align: left; font-style: italic; font-weight: bold; }

h1 { background-color: #eee; }

h1, h2, h3, h6 {
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
h6 { border: none; }

p { margin: 0 0 1em 0; }

