/*	Product Recall Tables
*******************************************************************************/

	.prtable			{ width:100%; border-collapse:collapse; color:#555; }
	.prtable th			{ padding:6px 10px; text-align:center; vertical-align:top; border:1px solid #00A94F; border-bottom:none; background:#00A94F; color:#fff; }
	.prtable th.col1	{ width:25%; border-right:solid 1px #5FC990; }
	.prtable th.col2	{ width:50%; border-right:solid 1px #5FC990; }
	.prtable th.col3	{ width:25%; }
	.prtable td			{ border:1px solid #ccc; padding:8px 10px; vertical-align:top; font-size:.95em; }
	.prtable tr.altrow	{ background:#E0F5EA; }
