/* @override http://localhost:8084/css/print.css */

/* 
    Document   : print
    Created on : Oct 23, 2009, 10:26:49 AM
    Author     : STudor
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.quote-tabs, .pull-out, .compare, .customize, .ss-menu, .section-select, .print, .button {
    display:none !important;
    }

body {
    background:#fff;
    padding:2em;
    }
	h1,h2,h3,h4,h5,h6,p,ul,ol {
		margin-bottom:1em;
		}
	p,ul,ol {
		line-height:1.3;
		}
    #content-wrapper {
        margin:0;
        width:100%;
        }
		#hdr {
			position:relative;
			}
			#hdr a.close {
				position:absolute;
				right:0;
				top:0;
				}
        #bdy {
            background:#fff;
            padding:1.5em 0;
            }
            #article {
                color:#000 !important;
                float:none;
                padding:0;
                width:100%;
                }
        #ftr {
            background:#fff;
            padding:1.5em 0;
            }

@media print {
    body {
        font-size:10pt;
        padding:0;
        }
        #content-wrapper {}
			#hdr {}
				#hdr a.close {
					display:none;
					}
            #bdy {
                padding:18pt 0;
                }
                #article {}
            #ftr {
                padding:18pt 0;
                }
    }
a.close {
	display: none;
}
p.button-set {
	display: none;
}

#ftr .section p {
	width: 80%;
}



