/***************************************** START Re-Order Styling *********************************************/

#lblItems {
 font: bold 17px Arial, Verdana, Sans-serif;
 color: #828282;
}

#PageLinkTop, #PageLinkBottom {
 padding: 5px 0px;
 font: 11px Arial, Verdana, Sans-serif;
}

#ReorderContainer {
 min-width: 600px;
}

.ReorderLineItemContainer_alt {
 background: #fff;
 border-top: 3px solid #828282;
 padding-bottom: 10px;
}

.ReorderLineItemContainer {
 background: #eee;
 padding-bottom: 10px;
}

.ReorderLineItemHeader {
 background: #828282;
 padding: 5px;
 text-align: left;
}

.ReorderLineItemLabel {
 padding: 5px;
 text-align: left;
}

.ReorderAddToCart {
 margin-right: 2em; 
 width: 15%;  
 padding-left: 10px;
 float: left;
 vertical-align: middle;
 text-align: center;


}
.ReorderProductImage {
float: left; 
margin-right: 2em; 
width: 30%; 
padding: 0px 0px 20px 10px;
font: 13px Verdana, Arial, Helvetica, Sans-Serif;
color:#333333;
text-align: center;
}

.ReorderProductLabel {
  display: none;
 float: left;
 width: 45%;
}

.ReorderPreviewLabel {
 display: none;
 text-align: left;
 width: 45%;
}

.ReorderItemHeader {
  font: bold 12px  Arial, Verdana, Helvetica, Sans-serif;
  color: #333333;
}

.ReorderCustomImage {
text-align: center;
}

.ReorderSpacer {
 display: none;
 margin-bottom: 20px;
 width:30%;
 float: left;
}

.ReorderSpacerTop {
 margin-top: 10px;
}

.ReorderSpacerBottom {
 padding-bottom: 10px;
 height: 25px;
}

#divOrders {
 width: 100%;
}

.ReorderNumber {
float: left; 
margin-right: 2em; 
width: 30%;
color: #fff;
font: bold 13px Arial, Verdana, Helvetica, Sans-serif;
text-transform: uppercase;
letter-spacing: .05em;
}

.ReorderDate {
color: #fff;
font: bold 13px Arial, Verdana, Helvetica, Sans-serif;
text-align: right;
text-transform: uppercase;
letter-spacing: .05em;
}

.ReorderItemDetail {
 margin-bottom: 10px;
 padding-bottom: 30px;
}


/***************************************** FINISH Re-Order Styling *********************************************/


/********* Add this to everyones stylesheet before deleting - ALK - 4/18/2013 - OnTime Issue #415 ************/

.BodyContent {
 width: 100%;
}

/******** End *******/