﻿body {
	margin: 0;
	background: #fff url('');
}

div#cart_btn, ul.nav, h2#banner, div#contentRight, div#subNav, div#minPageHeight, div#addToCart, div#bottomCap, div#ergfooter ul, div.toolbar, div.bodyRight {
    display: none;
}

div#priContent {
    border: 0;
}

/*
Because some users may have background images turned off for printing and we are creating bulleted lists with background images in place of
actual bullets, reset bulleted lists to use real bullets.
*/
div#contentLeft ul {
    list-style-type: disc;
	margin: 0 0 13px 15px;
	padding-left: 15px;
	width: 500px;
	line-height: 13px;
}

div#contentLeft li {
	margin-bottom: 2px;
	background-image: none;
	padding: 0;
}

div#contentLeft div.threeDiskProgram ul {
    list-style-type: disc;
	margin: 4px 0 18px 15px;
	padding-left: 15px;
	width: 150px;
}

div#contentLeft div.threeDiskProgram li {
	background-image: none;
	padding: 0;
}

div#contentLeft ul#paths {
    list-style-type: none;
    list-style-image: url('');
    margin: 20px 0 18px 30px;
}

div#contentLeft ul#paths li {
	background-image: none;
	padding: 0;
}

div#popContent ul {
    list-style-type: disc;
	margin: 0 0 13px 15px;
	padding-left: 15px;
	width: 500px;
	line-height: 13px;
}

div#popContent li {
	margin-bottom: 2px;	
	background-image: none;
	padding: 0;
}

/* Pop up window styles */
div.popCap {
    display: none;
}

div#popContent {
    border: 0;
}
