@media print
{

	*
	{
		float: none !important;
		text-align: left !important;
		width: auto !important;
		height:auto !important;
		overflow:visible !important;
	}
	.product
	{
		height: auto !important;
	}
	address
	{
		font-style: normal;
	}
	a
	{
		text-decoration: none;
		font-weight: bold;
	}
	#copy
	{
		text-align: left;
		padding: 10px 25px;
	}
	.row
	{
		float: left;
		width: 500px;
	}
	.row3, .column, .column2, .column .br, .column .bl, .column2 .br, .column2 .bl, .column .bl, .column2 .bl
	{
		float: none !important;
		width: auto !important;
		display:block !important;
		height:auto !important;
	}
	#head h1 a
	{
		height: auto !important;
		text-indent: 0;
		font-size: 2em;
		color: #000;
		font-family: "Century Gothic" , sans-serif;
	}
	#index * 
	{
		border:none !important;
		display:inline !important;
		padding:0 !important;
	}
	#index li 
	{
		display:block !important;
	}
	#index a span
	{
		padding-left:10px !important;
	}
	.product 
	{
		page-break-before:always;
	}
	.noprint
	{
		display: none !important;
	}

}
