@charset "utf-8";
/* CSS Document */

.r_title {
  font-weight: bold;
  vertical-align: bottom;
}


.r_alert {
  font-weight: bold;
  color: red;
}


.r_info {
  font-weight: bold;
  color: green;
}


.r_required {
  font-weight: bold;
  color: red;
  background-color: yellow;
}


.footer_small {
  font-size: 10px;
  line-height: 14px;
}


tbody {
  border-top: 0px solid #ccc;
}


.form_my_account_col_1_width {
  width: 40%;
}


.form_my_account_col_2_width {
  width: 60%;
}


.delivery_message_box {
  background-color: #FFFFB0;
  border-style: ridge;
  text-align: center;
  line-height: 26px;
}

.delivery_message_text {
  color: blue;
  font-weight: bold;
}


.order_table {
  background-color: #FFFFCC;
 }
 
 
.order_row {
  text-align: center;
}


.order_title {
  text-align: center;
  font-weight: bold;
}


a.order_link {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}


.show_details_row {
   border: groove;
 }
 

.show_details_close {
   border: groove;
   text-align: center;
 }

