table.shop2-table-order td img{
	float:left;
}

table.shop2-table-order tr.info{
	background-color: #ffac83;
	font-weight: bold;
}


table.shop2-table-order tr.header{

}
table.shop2-table-order tr.header td{
	
}

table.shop2-table-order tr.header h3{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

table.shop2-table-order td{
	text-align:center;
}
table.shop2-table-order td:first-child{
	text-align:left;
}
table.shop2-table-order td:last-child,
table.shop2-table-order .td-right{
	text-align:right;
}

table.shop2-table-order tr.info td:first-child{
	text-align:right;
}