﻿
.MyOrdersListBox
{
  float:left;
  background-color:White;
  width:796px;
  margin-top:10px;
  min-height:600px;
}

.MyOrdersOrderList
{
  width:600px;
  margin-left:30px;
  margin-bottom:30px;
}

.MyOrdersOrderListItemHeader
{
  width: 600px;
  padding-top: 25px;
}

.MyOrdersOrderListItemOrderIdHeader
{
  float:left;
  width:75px;
  padding-right: 6px;
  font-weight: bold;
  background-color: #DCDCDC;
}

.MyOrdersOrderListItemOrderDateHeader
{
  float:left;
  width:200px;
  padding-right: 6px;
  font-weight: bold;
  background-color: #DCDCDC;
}

.MyOrdersOrderListItemTotalHeader
{
  float:left;
  width:75px;
  text-align:right;
  padding-right: 10px;
  font-weight: bold;
  background-color: #DCDCDC;
}

.MyOrdersOrderListItemPaidOnHeader
{
  float:left;
  width:200px;
  font-weight: bold;
  background-color: #DCDCDC;
}

.MyOrdersOrderListItemOrderId 
{
  float:left;
  width:75px;
  margin-right: 6px;
}

.MyOrdersOrderListItemOrderDate
{
  float:left;
  width:200px;
  margin-right: 6px;
}

.MyOrdersOrderListItemTotal
{
  float:left;
  width:75px;
  text-align:right;
  margin-right: 10px;
}

.MyOrdersOrderListItemPaidOn
{
  float:left;
  width:200px;
/*  margin-right: 6px;*/
}


.MyOrdersOrderListItem
{
  clear:both;
  margin-bottom: 3px;
}


.MyOrdersOrderItemList
{
  clear:both;
  margin-left:20px;
  width:580px;
}

.MyOrdersOrderItemListItemHeader
{
  /*background-color: #DCDCDC;*/
  font-weight: bold;
  width: 580px;
  margin-bottom: 3px;
  margin-top: 5px;
  /*border: solid 1px green;*/
}

.MyOrdersOrderItemListItemOrderItemIdHeader
{
  float:left;
  width:120px;
  padding-right: 6px;
  background-color: #DCDCDC;
}

.MyOrdersOrderItemListItemOrderDescriptionHeader
{
  float:left;
  width:210px;
  padding-right: 6px;
  overflow:hidden;
  background-color: #DCDCDC;
}

.MyOrdersOrderItemListItemStatusHeader
{
  float:left;
  width:200px;
  padding-right: 6px;
  overflow:hidden;
  background-color: #DCDCDC;
}

.MyOrdersOrderItemListItemOrderItemId 
{
  float:left;
  width:120px;
  padding-right: 6px;
}

.MyOrdersOrderItemListItemOrderDescription
{
  float:left;
  width:210px;
  padding-right: 6px;
  overflow:hidden;
}

.MyOrdersOrderItemListItemStatus
{
  float:left;
  width:200px;
  margin-right: 6px;
  overflow:hidden;
  border: solid 1px red;
}


.MyOrdersOrderItemListItem
{
  margin-bottom: 3px;
  width: 580px;
}



