/* Print CSS */


/* 
	Container
-----------------------------*/
.container { background: transparent none; }


/* 
	Header
-----------------------------*/
	.header ul { display: none; }

/* 
	Information Block
-----------------------------*/
	.infoBlock .top { background: transparent none; }
	.infoBlock .bottom { background: transparent none; }

	
/* Second Version */
	.secondBlock .top { background-image: none; }
	.secondBlock .bottom { background-image: none; }	
	
		#zipCode { background: transparent none; border: 1px solid #cccccc; } 	


/* 
	Content Wrapper
-----------------------------*/
.contentWrapper { background: #ffffff none; border-top: 6px solid #055b92; }
	.contentWrapper .top { background: transparent none; }
	.contentWrapper .bottom { background: transparent none; }

	
/* 
	Content
-----------------------------*/
.content { margin-top: -238px; }	


/* 
	Sidebar
-----------------------------*/
	.productTable { background: transparent none; border-bottom: 3px solid #d5dbde; }
		.productTable td { background: transparent none; vertical-align: middle; border-top: 3px solid #d5dbde; }
		
	/* Product Links */
	.productLink { display: inline; background: transparent none; text-indent: 0; }


/* 
	Lister Page
-----------------------------*/
	body.lister .infoBlock .top { background-image: none; }
	body.lister .infoBlock .bottom { background-image: none; }