/* Account management */

.myAccountControl {
	width: 100%;
	font-size: 1.4em;
}

.myAccountControl TD {
	vertical-align: top;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.simpleOrdersList {
	width: 100%;
	border: 2px solid #808080;
}

.simpleOrdersList TD {
	padding: 2px 0px;
}

.orderHistoryDetails {
	font-size: 1.4em;
	width: 100%;
}

.orderHistoryDetails TH, .orderHistoryDetails TD {
	text-align: left;
	padding: 2px 5px;
}
