/*
* ACuteTox.org
* Stylesheet for print
*/

@page {
    size: auto;   /* auto is the initial value */
    margin: 10%;
}

body {
    background: white;
	color: black;
    overflow: visible;
    margin-top: 120px;
    margin-bottom: 50px;
}

#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

#left {
    width: 0;
    height: 0;
}

#menu, #logo, #footer, .no_print {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

#logo_print {
    display: block;
    position: fixed;
    top: 0;
    left: 570px;
    visibility: visible;
    width: 95px;
	height: 91px;
	padding: 0;
	margin:0;
}

#footer_print {
    display: block;
    position: fixed;
    bottom: -70px;
    left: 150px;
    font: 10pt "Times New Roman", Times, serif;
}

#main_content, #main_content2, #main_content3 {
	margin: 0 0 0 50px;
	padding: 0;
	background: white;
	color: black;
	width: 400px;
    height:auto;
    float: none !important;
    overflow: visible !important;
}
#main_content img, #main_content2 img, #main_content3 img {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}


p {
	font: 10pt "Times New Roman", Times, serif;
	color:#000;
	letter-spacing: -1,7px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    color: #000;
	page-break-after:avoid;
	page-break-inside:avoid;
}

#main_content ul li {
    font: 10pt "Times New Roman", Times, serif;
	color:#000;
	letter-spacing: -1,7px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#main_content ol li {
    font: 10pt "Times New Roman", Times, serif;
	color:#333333;
	letter-spacing: -1,7px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

ul, ol, dl  {
    font: "Times New Roman", Times, serif;
	page-break-before:avoid;
}

#main a {
	color:#742157;
	text-decoration:underline;
}