table.catProducts {
	empty-cells: show;
	width: 100%;
}
/* ie6 100% width bug */ *html table.catProducts {width: 99%;}

table.catProducts th {
	background-color: #017901;
	background-image: url(../images/cart_table_header.gif);
	background-repeat: repeat-x;
	color: #fff;
	line-height: 21px;
}

table.catProducts tr td {
	border-bottom: 1px dotted #838383;
	padding: 5px;
}

h3 {
	color: #303030;
}

table.invoicePaymentDetails {
	border-top:1px dotted #838383;
}
table.invoicePaymentDetails th {
	text-align: right;
	background-color: #f2f2f2;
	font-weight: normal;
	border-bottom:1px dotted #838383;
	padding: 5px;
	color: #666;
}
table.invoicePaymentDetails td {
	border-bottom:1px dotted #838383;
	padding: 5px;
}