.tabledata { 
	/*border: 1px solid #ddd;*/
	width: 100%;
}

.tabledata th {
	text-align: left;
	background-color: #A00000;
	padding: 2px 10px; 
	font-size: 11px;
	color: white;
}

.tabledata td { 
	vertical-align: middle;
	padding: 5px 10px;
	text-align: left;
}

.tabledata td label { 
}

.tabledata tr.odd {
	background-color: #FAFAFA;
}

.tabledata tr.even {
	background-color: #EEE;
}

.tabledata .td-id {
	font-weight: bold;
	font-style: italic;
	width: 40px;
	font-size: 16px;
	color: #D50202;
	border-right: 1px solid white;
}

.tabledata .td-date {
	font-weight: bold;
}

.tabledata .td-status {
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	color: #35752F;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	width: 80px;
}

.tabledata .td-price {
	font-weight: bold;
	color: #333;
	font-size: 13px;
	vertical-align: middle;
	white-space: nowrap;
}

.tabledata .td-action {
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}

.tabledata .td-action a {
	text-decoration: underline;
}

.tabledata .td-products {
	color: #666;
	padding-bottom: 15px;
}
