/*McC-NICO print CSS*/

address,
blockquote, 
body, dd, div, 
dl, dt, 
form,
h1, h2, h3, h4, 
h5, h6, 
object, ol, p, 
ul,
hr, pr e        { display: block }
li              { display: list-item }
head            { display: none }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { padding: 8px; line-height: 1.33 }
h1              { margin: .67em 0 }
h2              { margin: .83em 0 }
h3              { margin: 1em 0 }
h4, p,
blockquote, ul,
form,
ol, dl,         { margin: 1.33em 0 }
h5              { line-height: 1.17em; margin: 1.67em 0 }
h6              { margin: 2.33em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-size:13px; font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
big             {  }
small, sub, sup {  }
hr              { border: 1px  }
ol, ul, dd      { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
br       { content: "\A" }

@media print {
  @page         { margin: 10% }
  blockquote, 
  pre           { page-break-inside: avoid }
 
  img           {display: none; visibility:hidden; positon: absolute;}
}
#navigation, #header, #footer, #home_featured {
    visibility:hidden;
    display:none;
     positon: absolute;
}
