﻿/* chemicalwatch.com print styles*/
#frame {
	background-color:#FFF;
	border:none;
	color:#000;
	font:12pt/14pt "Georgia","Times New roman",serif;
	overflow:visible;
	width:18.5cm;
}
h1,h2,h3,h4 {
	line-height:22pt;
}
/* display urls after links (CSS 2+ browsers only)
a:link:after {
	content:" ( " attr( href ) ") ";
} */
img {
	border:0;	
}
/* elements to remove from print view */
a.printVersion
,#user
,#masthead #searchform
,#nav 
,#contentsub 
,#developer {
	display:none;
}
#sitelogo span.printLink {
	display:block;
}
#content {
	overflow:visible;
	width:auto;
}
#content #contentmain {	
	float:none;
	overflow:visible;
	width:80%;
}
#contentmain ul li {
	list-style-image:url( ../img/bullet16x16.png );
}
#contentmain div {
	margin:0;
}
#news #articlecontent img {
	float:right;
	margin-left:10px;
	padding:5px;
	width:auto;
}