/* CSS Document */

body, #contentContainer, * { background: none; }

.printOnly { display: block; }

#header { display: none; }
	#cartDetails, #topTabs, #footer { display: none; }
	
	/* Need to display print logo and contact details in the header 
	#printLogo { display: block; }
	*/
	
	#printHeader { display: block; border-bottom: 1px solid #999; padding-bottom: 5px; margin-bottom: 5px; }
		#printContactInfo { float: right; }
		
	.holderTop, .holderFooter { display: none; }
	.holderContent { background: none; }
	
	#container { background: none; }
	#leftMenu, .viewMore, #breadcrumb, .pagination, .prodBottom, .catLink, .catLinks, .qtyPanel, .cartButton, .isoBox, .buttonHolderThird, .needHelp { display: none; }
	
	#innerContent { background: none; width: 100%; vertical-align: top; }
		.productBlock { background: none; }
			.sec1, .sec2 { width: 48%; }
	
	#mainContent, #cartHolder { width: 100%; padding: 0px; margin: 0px; }
		.holderContent { width: 100%; border-bottom: 1px solid #999; }
		.productBlock { float: left; width: 48%; border-right: 1px solid #999; border-bottom: 1px solid #999; }
			.prodBox { border-right: 1px solid #999; border-bottom: 1px solid #999; }
	
	
		.productPickerTable { margin: 0 auto; }
			.productPickerTable th, .productPickerTable td { padding: 4px; border-bottom: 1px solid #999; }
			.productPickerTable thead th { border-bottom: 2px solid black; font-weight: bold; color: #000; }
			
	
	ul { list-style-type: disc; list-style-image: url(../images/bullet.png); margin-left: 30px; padding-top: 8px; line-height: 1.2; color: #605f5f; }
		ul.listCats { float: left; width: 310px; }


