@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------
 * SUPPLIERS section
 * --------------------------------------------------------------------------------------------------------*/

	table.pageNav {
		margin-left: 20px;
		}

	table.pageNav td {
		padding-right: 50px;
		white-space: nowrap;
		}

	.supplierList tr td {
		border-top: 1px dotted #ceceff;
		}

	.supplierList tr.noBorder td {
		border-top-width: 0;
		}

	.supplierList td h4 {
		margin: 10px 0;
		}

	.supplierList td p {
		font-size: 10pt;
		}

