table.adcosts {
	margin:10px 0 0 90px;
	border-collapse:collapse;
}
table.adcosts.big {
	margin:0;
}
table.adcosts td {
	padding:5px 0;
	font-size:12px;
	border-top:1px solid #ccc;
}
table.adcosts thead td {
	font-weight:bold;
	border-top:0;
}
table.adcosts td.item {
	width:210px;
}
table.adcosts.big td.item {
	width:300px;
}
table.adcosts td.quantity {
	width:70px;
	text-align:right;
}
table.adcosts td.price {
	text-align:right;
	width:70px; 
}
table.adcosts td.amount {
	text-align:right;
	width:70px;
}
table.adcosts tr.sum td {
	font-weight:bold;
	border-top:1px solid #000;
}
table.adcosts tr.tax td {
	border-top:2px solid #000;
	font-size:11px;
}