/***************************************************
    PRINT CSS for Scavolini
    Author: WEB Marketing (www.wem.hr)
    Media: Print
***************************************************/

/*** Reset ***/

* { margin: 0; padding: 0; list-style: none; }
body { font: normal 9pt Tahoma, Geneva, sans-serif; line-height: 1.4em; color: #000; background-color: #fff; }
a { outline: none; color: #000; text-decoration: none; }
a img { border: none; }
.clear { clear: both; }

/*** Hide ***/

#navigation,
#subnavigation,
#tools,
#solidum,
#development { display: none !important; }

/*** Layout ***/

#printlogo { display: block; }
#info { overflow: hidden; clear: both; margin-top: 50px; font-size: 8pt; }

#homeItems { overflow: hidden; margin-top: 50px; }
.home-box { float: left; display: inline; width: 212px; margin-right: 20px; }
.home-box h2 { margin: 5px 0 0 0; }

/*** Typ. ***/

h1             { font-size: 11pt; font-weight: normal; margin: 20px 0 10px 0; color: #333; }
h2             { font-size: 10pt; font-weight: bold; margin: 20px 0 10px 0; color: #333; }
h3             { font-size: 9pt; font-weight: bold; margin: 20px 0 10px 0; color: #333; }
h4, h5, h6     { font-size: 9pt; font-weight: bold; margin: 15px 0 10px 0; color: #333; }

h1 a, h2 a, 
h3 a, h4 a, 
h5 a, h6 a     { color: #333; }

p, ul, ol      { margin: 10px 0; }
ul, ol         { padding-left: 10px; }
ul li          { list-style: outside disc; margin-left: 10px; }
ol li          { list-style: outside decimal; margin-left: 35px; }
ol li ul li    { list-style-type: disc; }
ol li ol li    { list-style-type: lower-alpha; }
ul li ul li    { list-style-type: circle; }
ul li ol li    { list-style-type: decimal; }

blockquote     { margin: 10px 0; padding: 0 20px; }

img            { margin: 0; }

table          { margin: 10px 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-collapse: collapse; border-spacing: 0; }
th, td         { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align: left; }
.blank         { margin: 10px 0; border: none; }
.blank th,
.blank td      { border: none; padding: 0; }
table p,
table ul,
table ol,
table table    { margin: 0; }
caption        { margin: 10px 0 0 0; }
