/*
	Consult Gee Print CSS 
	Copyright 2006 Thomson Global Resources
*/

div#footer ul,
div#primaryNav,
div#primaryToc,
div#toolbar,
div.chunkNavigation,
div.contentBlockFooter,
div.contentBlockHeader,
div.contentList,
h2.quickViewContentsTitle,
p.topAndContents,
ul#docControlPanel,
ul#docControlPanelResults,
ul#pageNav,
.hide
{
	display: none;
}

div#wrapper,
div#contentWrapper,
div#contentToc
{
	width: 165mm;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.checklist li
{
	list-style-image: url('/images/print-delivery/checklistBullet_big.gif');
	position: relative;
	left: 3em;
}
/* Fix printing of checkboxes so that they show in ie with the magic height hack\*/
*html ul.checklist li {
list-style-image: url('/images/document/checklistBullet.gif');
list-style-position: inside;
height: 12px;
}
/* ends hide \*/
div#footer
{
	border: 0;
	padding-top: 1em;
	padding-left: 0;
	margin: 0;
}

div#footer p
{
	padding: 0;
}
