
.orderConfirmationInfo {
  padding: 10px;
  width: auto;
  float: left;
}

.orderConfirmationInfo p {
  padding: 5px 0px;
}

.orderConfirmationInfo p span {
  color: #015ba7;
  font-weight: bold;
  text-decoration: underline;
}

.orderConfirmationDetail {
  float: left;
  width: 277px;
  padding: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  overflow: hidden;
}

.orderConfirmationDetail h4 {
  padding: 6px 10px;
  margin: 0 0px 10px 0px;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #616161;
}

.orderConfirmationDetail p {
  padding-left: 10px;
  padding-bottom: 5px;
}

.orderConfirmationDetail hr {
  border: 0px;
  border-top: 1px dashed #bdcfe9;
  color: #FFFFFF;
  height: 4px;
}

/*--------------OrderListing Page---------------*/

.orderNumberList {
  text-align: center;
}

.orderNumberList strong a {
  text-decoration: underline;
  color: #035fb1;
}

.orderNumberList strong a:hover {
  text-decoration: none;
}

.orderNumnerCell {
  width: 25%;
}

.orderbuttonwrapperSmall {
  margin: 10px 0 0px 28px;
  padding: 0px;
  overflow: hidden;
  width: 140px;
}

.orderListProductName {
  margin: 0px 0 0px 8px;
  padding: 0px;
  overflow: hidden;
  width: auto;
}

.orderListProductName ul li {
  font: normal 12px Verdana, Geneva, sans-serif;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 10px;
  padding: 1px 10px;
  background: url(../images/blue_arrow.gif) no-repeat left 5px;
}

.orderListProductName ul li strong {
  color: #000000;
}

.orderListingDate {
  text-align: center;
}

.orderListingContent td {
  border-bottom: 1px solid #e1ecf4;
}

/*---------------Order History Page---------*/

.reorderButtonwrapper {

/* Container you can use to surround a CSS button to clear float */
margin: 0px;
  padding: 0px;
  width: auto;
  float: right;
  overflow: hidden;
  text-align: right;
  padding: 20px 0 20px 50px;
}

.orderDetailContainer {
  clear: both;
}

.orderListingP {
  padding: 0 0 0px 15px;
  margin: -5px 0 -15px 0;
  font: normal 11px Verdana;
  color: #000000;
  text-align: left;
}

.singleOrderContainers {
  margin: 20px 0 !important;
  float: right;
  width: 334px;
  padding: 0px 10px 12px 0;

  border: 1px solid #ddd !important;
}

.singleOrderHeadding {
  padding: 0px 0px 5px 0px;
  font: normal 17px Verdana;
  color: #1e1e1e;
  margin: 0 0 10px 0;
  border: none;
  background-color: none;
  border-bottom: 1px dashed #d3d3d3;
}

.singleOrder {
  background: url("../images/guestBG.gif") no-repeat scroll right bottom transparent;
  float: left;
  min-height: 170px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: center;
  width: 300px;
}

/*.singleOrder{
 
background:url("../images/guestBG.gif") no-repeat scroll right bottom transparent;

float:left;
min-height:170px;
margin:10px 0 0;
padding:10px 0 0;
text-align:center;
width:329px;
  border: 1px solid #D8D8D8;
  border-bottom: none;
  border-right: none;
 
  }*/

.singleOrderForm {
  width: 218px;
  margin: 10px auto 0px auto;
  padding-bottom: 10px;
}

.singleOrderForm label {
  color: #4a4b4c;
  width: 200px;
  clear: both;
  text-align: left;
  line-height: 140%;
  font: bold 11px Verdana, Geneva, sans-serif;
  float: left;
  margin-bottom: 6px;
}

.singleOrderForm input {
  width:  210px;
  margin-bottom: 10px;
  padding: 2px;
  color: #000000;
}

.orZipCode {
  /*

background:transparent url(../images/or-orderList.gif) no-repeat left center; */
  clear: both;
  overflow: hidden;
  margin-left: -20px;
  padding-left: 20px;
}

.viewOrderBtn {
  margin: 10px auto 10px 110px;
  width: auto;
  overflow: hidden;
  text-align: center;
  float: left;
  clear: both;
}

.singleOrderContainers p {
  margin: 2px 5px 0px 0px;
}

.singleOrderHeading {
  padding: 10px !important;
  font: normal 17px Verdana;
  color: #1e1e1e;
  margin: 0px;
  border: none;
  background-color: none;
  border-bottom: none;
}

#ctl00_MainContent_HBSOrderHistory1_Locfilter {
  clear: both;
}

.Intacct .singleOrderHeading { padding:0 0 6px 3px !important; margin-bottom:10px !important; }