/*********************************************/
/*              ORDER HISTORY                */
/*********************************************/
#my-account #shipping-options thead th {
	color: #982f4b;
}
#my-account table td h2 {
	margin-top: 1em;
}


#billing-info {
	width: 48%;
	float: left;
}
#shipping-info {
	width: 48%;
	float: right;
}

	.order-details-table {
		width: 100%;
	}
		.order-details-table th {
			width: 150px;
		}
		.order-details-table td {
			/*width: 60%;*/
		}

/* Order types colours */
.awaiting_unpaid, .awaiting, .acknowledged, .shipped, .cancelled, .cc_cancelled, .backordered, .returned {
	color: White;
	padding: 2px 4px;
	display: block;
	font-weight: bold;
	float: left;
}
.awaiting_unpaid, .awaiting {
	background-color: #ddab7a;
}
.acknowledged {
	background-color: #55b6c6;
}
.shipped {
	background-color: #9ec654;
}
.cancelled, .cc_cancelled {
	background-color: #ee5c43;
}
.backordered {
	background-color: #c5c5c5;
}
.returned {
	background-color: #676767;
}
