/* Vitradirect print stylesheet
------------------------------------------------------------------*/
/* this is not tested and finished yet */
html,body {
	background:#fff;
	margin:0;
	padding:0;
	width:100%;
	}
body {
	font:9pt/12pt Helvetica,Arial,Verdana,sans-serif;
	color:#000;
}
#wrapper {width:100%;}
#content img {
	border:1px solid #ccc;
}
ul, ol {margin:0 0 10px 0; padding:0;}

/* Show printed version of logo */

#skip img#logo-print {
	display:block;	
	width:268px;
	height:85px;
}

/* Show external URL's */

a:link, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}
#content a:link:after,
#content a:visited:after {
  content:" (" attr(href) ") ";
  font-size:90%;
  color:#ccc;
  font-weight:normal;
  font-style:italic;
}

/* Don't show URL's of internal anchors */

#content a[href*="#"]:link:after,
#content a[href*="#"]:visited:after {
	content:"";
}
#content a[href*="#"] {
	border:none;
}

/* Elements not to print */
#skip a,
#logo {
	display:none;
	}

/* CSS not finished yet */