#myOrdersContainer
{
	display:table;
	width: 100%;
	border:3px solid  #C668D6;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

#myOrdersHeader
{
	background: #C668D6;
	color: white;
	display: table-row;
	width:auto;
	text-align: left;	
	font-size: large;
}

.myOrdersRow
{
	display: table-row;
	width:auto;
	text-align: center;
	background-color: white;

	height: 100%;
	margin-top: 5px;
}

.myOrdersDetails
{
	float:left;
	display:  table-cell;
	text-align: left;
	width:48%;
	height: 100%;
	overflow: auto;
	margin-left: 10px;
}

.myOrdersProductsContainer
{
	float:right;
	display:  table-cell;
	text-align: left;
	width:50%;
	height: 100%;
}

.myOrdersProducts
{
	margin-left: 30px;
}

.myOrdersItem
{
	text-align: center;
}

.myOrdersHR
{
	background-color: #C668D6;
	height: 1px;
	border: none;
	width: 97%;
}
