.order_item {margin: 10px 0; border: 1px solid #CCC;}
.order_item th {background: #F2F2F2;}

.order_item table.price {width: 200px; border-collapse: collapse;}
.order_item table.price th {border: none; background: none;}
.order_item table.price td {border: 1px solid #DDD;}
.order_item table.price td.price {padding-right: 10px;}

.order_item table.attr th {
	padding: 2px 4px; text-align: right;
	background: none; font-weight:bold;
}

.order_item .action {margin:5px;}

.order_item .shipping {background: #F6F6F6;}

.jobstatus {font-size:13px; color:#333;}
.jobstatus.staff {color:#333;}
.jobstatus.customer {color:purple; font-weight:bold;}

.order_total {
    background-color: #e9e9e9; font-weight: bold;
}

.order_item .job-actions .btn {width:110px; padding:2px 0;}
img.job-thumb {margin:2px;}
