.table-blank {
	border-left-style: none;
	border-style: none;
}

.table-item {
	background: #ffffff;
}

.table-total {
	background: url(../images/bg_table.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.table-ship {
	background: url(../images/bg_table2.gif) repeat-x;
	font-weight: bold;
	color: #000000;
}

.table-head {
	font-size: 11px;
	font-weight: bold;
	background: url(../images/bg_table2.gif) repeat-x;
}

.table-article {
	width: 220px;
	text-align: left;
}



table {
	font-size: 10px;
	border-top: 1px solid #999;
	border-collapse: collapse;
}

td,th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 8px;
	text-align: center;
	border-left: solid #999 1px;
}

