@charset "utf-8";
/* CSS Document */

.login_holder {
  padding: 60px 0 0 120px;
  float: left;
  clear: left;
  width: auto;
}
.login_holder label {
  color:#777;
  display:block;
  float:left;
  font-weight:bold;
  height:20px;
  line-height:20px;
  text-align:right;
  width:auto;
  text-align: right;
}
.login_holder input {
  background-color:#fff;
  border:1px solid #ddd;
  float:left;
  height:18px;
  width:200px;
  padding: 0 5px;
  color: #777;
}
.login_holder_btn {
  float: left;
  clear: left;
  padding-left: 280px;
  padding-top: 20px;
  width: auto;
  height: auto;
}
.login_holder_btn input {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
}
.login_holder ul.error_list {
  float: right !important;
  color: #A4000B;
  padding: 2px 0 0 0px;
  margin: 0;
  list-style: none;
  width: 100px !important;

}
.login_holder ul.error_list li,
.login_holder tr:FIRST-CHILD td ul.error_list li{
  width: 100% !important;
}
.login_holder tr:FIRST-CHILD td ul.error_list{
  float: right !important;
  color: #A4000B;
  padding: 2px 0 0 0px;
  margin: 0;
  list-style: none;
  width: 100px !important;
}
.error_text {
  font-size: 150% !important;
  font-weight: bold;
  padding: 20px !important;
  margin: 0 0 10px 0 !important;
  list-style: none;
  text-align: center;
  width: 605px !important;
  float: left;
  clear: left;
  color: #A4000B;
  border-bottom: 1px dotted #A4000B;
}
.error_text li {
  width: 100% !important;
  text-align: center;
}
.email_login_details {
  float: left;
  line-height: 20px;
  padding-left: 5px;
  font-size: 120%;
}
.query_sent {
  float: left;
  clear: left;
  border: 1px solid #A4000B;
  width: 536px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  font-size: 130%;
  color: #A4000B;
  background-color: #333333;
}
.contact_radio_holder ul.radio_list li {
  width: auto;
  clear: none;
  padding: 0;
}
.contact_radio_holder ul.radio_list li label {
  color: #A4000B;
  padding-right: 0;
}
.contact_form ul li ul.error_list {
  width: 100px;
  float: left;
  clear: none;
}
.contact_form ul li ul.error_list li {
  width: 95px;
  padding: 0 0 0 5px;
  margin: 0;
  color: #CF73A4;
}
.text_form p {
  padding-top: 10px;
}
.ajax_loader {
  width: 206px;
  height: 55px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.loyalty_link {
  float: left;
  padding: 10px 0 20px 0;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px dotted #333;

}
.loyalty_link a:link, .loyalty_link a:visited, .loyalty_link a:active {
  text-decoration: none;
  color: #777;
  font-size: 120%;
}
.loyalty_link a:hover {
  color: #A4000B;
  text-decoration: underline;
}
#catDesc {
  width: 96%;
  background-color: #f7f7f7;
  padding: 10px 2%;
  margin: 5px 0;
  float: left;

}
.holder_fp {
  float: left;
  width: 100%;
  text-align: right;
}
.holder_fp a:link, .holder_fp a:visited, .holder_fp a:active {
  text-decoration: none;
  color: #aaa;
  font-size: 90%;
}
.holder_fp a:hover {
  color: #A4000B;
  text-decoration: underline;
}
.fp_info {
  width: 96%;
  background-color: #f7f7f7;
  padding: 10px 2%;
  margin: 5px 0;
  text-align: center;
  float: left;
  font-size: 110%;
  color: #999;
  font-weight: bold;
}
.fp_form {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.fp_form ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.fp_form li {
  float: left;
  width: 100%;
  clear: left;
}
.fp_form li ul.error_list {
  width: 200px !important;
  padding-left: 10px;
  line-height: 22px;
}
.fp_form li ul.error_list li{
  width: 200px !important;

}
.fp_form li label {
  float: left;
  text-align: right;
  padding-right: 10px;
  color: #777;
  font-size: 110%;
  display: block;
  width: 130px;
  line-height: 22px;
}
.fp_form li input {
  float: left;
  padding-right: 5px;
  color: #333;
  width: 250px;
  border: 1px solid #ddd;
}
.fp_form li div.form_btn {
  float: left;
  width: 393px;
  padding-top: 20px;

}
.fp_form li div.form_btn input {
  width: auto;
  border: none;
  float: right;
  height: auto;
}
