/* Special print css for mjv-mall */

@media print {

body {
	background:none;
	font-size:10pt;
	width:100%;
        overflow: visible !important;
}

p {
	line-height:1.2;
	font-family:Georgia, Times, serif;
	font-size:11pt;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        page-break-inside:avoid;
}


#topmenu, #menu, #right {
	display: none; float:none; height:0; position:relative; 
        overflow: visible;
}

#container {
	width: auto; 
	height: auto; 
	margin: 0; 
	position: static;
	display: block;
	float: none;
        overflow: visible !important;
}

#header {
	float: none;
	position: static;
	display: block;
	height: 70px;
        overflow: visible !important;
}

#header img {
	float: left;
	height: 70px;
        overflow: visible !important;
}


#content {
	width: auto; 
	height: auto; 
	display: inline; 
	margin: 0; 
	position: relative;
	display: block;
	float: none;
        overflow: visible !important;
	background:none;
}


#footer {
	position: relative;
	display: none;
	float: none !important;
        overflow: visible !important;
	width: auto; 
	height: auto; 
}


a:link, a:visited {
	color: #781351
}


#content p a:after {
	content: " [" attr(href) "] ";
}

}
