body {
  min-width: 970px;
}
header {
  /*padding-bottom: 50px;*/
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background: #eeeeee url('../images/avid_loader.gif') center no-repeat;
  z-index: 1;
}
.loading#ecom-spinner {
  z-index: 6000;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-backdrop.fade.in {
  z-index: 9000 !important;
}
#shadowboxModal * {
  box-sizing: content-box;
}
#shadowboxModal.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  padding: 0;
  width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  opacity: 1;
  border-radius: 2px;
  z-index: 10000;
}
#shadowboxModal.modal .modal-header {
  background-color: #f5f5f5;
}
#shadowboxModal.modal .modal-header h2 {
  min-height: 36px;
  font-family: "AvidOmnesLight", sans-serif;
}
#shadowboxModal.modal .modal-header .close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 18px;
  height: 18px;
  color: #aaa9ca;
  background: url('../images/icon_close.png') top no-repeat;
}
#shadowboxModal.modal .modal-header .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
#shadowboxModal.modal .modal-body {
  padding: 20px;
}
#shadowboxModal.modal .modal-body .modal-inline-label {
  margin-right: 20px;
  width: 120px;
  text-align: right;
  color: #aaaaaa;
}
#shadowboxModal.modal .modal-body .modal-inline-field {
  width: 260px;
  text-align: left;
}
#shadowboxModal.modal .modal-body .modal-msg-successful,
#shadowboxModal.modal .modal-body .modal-msg-error {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 30px;
}
#shadowboxModal.modal .modal-body .modal-msg-successful .modal-msg-icon,
#shadowboxModal.modal .modal-body .modal-msg-error .modal-msg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
#shadowboxModal.modal .modal-body .modal-msg-successful {
  color: #4b9917;
}
#shadowboxModal.modal .modal-body .modal-msg-successful .modal-msg-icon {
  background-color: #4b9917;
}
#shadowboxModal.modal .modal-body .modal-msg-error {
  color: #cc0000;
}
#shadowboxModal.modal .modal-body .modal-msg-error .modal-msg-icon {
  background-color: #cc0000;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder span[style="color:Red"] {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-family: akzidenz-grotesk_proregular, sans-serif;
  color: #cc0000 !important;
  background-color: #FFE7E7;
  border-radius: 2px;
  border: 0;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder a {
  color: #1687c5;
  text-decoration: none;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder a:hover {
  text-decoration: underline;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder p {
  font-size: 14px;
  font-family: akzidenz-grotesk_proregular, sans-serif;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form {
  font-size: 14px;
  font-family: akzidenz-grotesk_proregular, sans-serif;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table {
  margin: 5px auto;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td {
  padding: 5px 10px 0 5px;
  font-family: 'AvidOmnesMedium', Arial, Helvetica, sans-serif;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td select,
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td input[type="text"],
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td input[type="password"] {
  width: 260px !important;
  height: 18px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td b {
  font-weight: normal;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form table tr td strong {
  font-size: 17px;
  font-weight: normal;
  color: #8604a6;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix .float-left {
  float: left;
  text-align: right;
  width: 150px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix .float-left label {
  padding: 10px 10px 0 5px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix .float-right {
  float: left;
  text-align: left;
  width: 270px;
  padding: 5px 10px 0 5px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix select,
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix input[type="text"],
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .clearfix input[type="password"] {
  width: 260px !important;
  height: 18px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form .btn {
  margin: 10px 0 0 155px;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form#login table tr td[colspan] {
  text-align: left;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder form#login table tr a {
  font-size: 14px;
  font-family: akzidenz-grotesk_proregular, sans-serif;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder .btn,
#shadowboxModal.modal .modal-body .shadowBoxContentHolder input[type="submit"] {
  display: block;
  min-width: 150px;
  padding: 0 12px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  font-family: "AvidOmnesLight", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #0083df;
  background: #006bb6;
}
#shadowboxModal.modal .modal-body .shadowBoxContentHolder .btn:hover,
#shadowboxModal.modal .modal-body .shadowBoxContentHolder input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #004c9c;
  border: 1px solid #004c9c;
}
#shadowboxModal.modal .modal-footer {
  text-align: center;
}
.my-account-wrapper section,
.my-account-wrapper article,
.my-account-wrapper aside,
.my-account-wrapper header,
.my-account-wrapper footer,
.my-account-wrapper div,
.my-account-wrapper span,
.my-account-wrapper a,
.my-account-wrapper a:visited,
.my-account-wrapper p,
.my-account-wrapper ul,
.my-account-wrapper li,
.my-account-wrapper form,
.my-account-wrapper input,
.my-account-wrapper textarea {
  box-sizing: content-box !important;
}
.my-account-wrapper {
  background: url('../../Static/Resources/Common/images/interface/content_bgslice.gif') top left repeat-x #dddddd;
}
.my-account-wrapper .my-account {
  margin: 0 auto;
  width: 940px;
  padding: 25px 0 20px 0;
}
.my-account-wrapper .my-account * {
  font-family: 'AvidOmnesMedium', Arial, Helvetica, sans-serif;
}
.my-account-wrapper .my-account h1,
.my-account-wrapper .my-account h2,
.my-account-wrapper .my-account h3,
.my-account-wrapper .my-account h4,
.my-account-wrapper .my-account h5,
.my-account-wrapper .my-account h6 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: normal;
}
.my-account-wrapper .my-account ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.my-account-wrapper .my-account p,
.my-account-wrapper .my-account section {
  margin: 0;
  padding: 0;
}
.my-account-wrapper .my-account .clearfix:before,
.my-account-wrapper .my-account .clearfix:after {
  content: " ";
  display: table;
}
.my-account-wrapper .my-account .clearfix:after {
  clear: both;
}
.my-account-wrapper .my-account .float-left {
  float: left;
}
.my-account-wrapper .my-account .float-right {
  float: right;
}
.my-account-wrapper .my-account .align-left {
  text-align: left;
}
.my-account-wrapper .my-account .align-right {
  text-align: right;
}
.my-account-wrapper .my-account .my-link,
.my-account-wrapper .my-account .last a {
  font-family: inherit;
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
}
.my-account-wrapper .my-account .my-link:hover,
.my-account-wrapper .my-account .last a:hover {
  text-decoration: underline;
}
.my-account-wrapper .my-account .to-uppercase {
  text-transform: uppercase;
}
.my-account-wrapper .my-account .upperline {
  border-top: 1px solid #eeeeee;
}
.my-account-wrapper .my-account .my-inline {
  display: inline-block;
  vertical-align: top;
}
.my-account-wrapper .my-account .my-inline-notification {
  position: relative;
  margin: 10px 0 -5px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #aaaaaa;
}
.my-account-wrapper .my-account .my-inline-notification .my-icon {
  position: absolute;
  top: 1px;
  left: -1px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: #aaaaaa;
  border-radius: 16px;
}
.my-account-wrapper .my-account .notification {
  position: relative;
  margin: 0 0 20px 0;
  padding: 12px 20px 10px 50px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
}
.my-account-wrapper .my-account .notification .notification-icon {
  position: absolute;
  display: block;
  top: 9px;
  left: 18px;
  width: 33px;
  height: 25px;
}
.my-account-wrapper .my-account .notification .notification-message {
  display: inline-block;
  max-width: 780px;
  margin-left: 10px;
  font-family: 'AvidOmnesMedium', sans-serif;
}
.my-account-wrapper .my-account .notification .notification-message a {
  font-family: 'AvidOmnesMedium', sans-serif;
  color: #0066cc;
}
.my-account-wrapper .my-account .notification .close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: url('../images/icon_close.png') top no-repeat;
}
.my-account-wrapper .my-account .notification .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.my-account-wrapper .my-account .notification.success {
  color: #4b9917;
  background-color: #C1EED6;
}
.my-account-wrapper .my-account .notification.success .notification-icon {
  background: url('../images/icon_active.png') top no-repeat;
}
.my-account-wrapper .my-account .notification.info {
  color: #aaaaaa;
  background-color: #eeeeee;
}
.my-account-wrapper .my-account .notification.info .notification-icon {
  background: url('../images/icon_cancel.png') top no-repeat;
}
.my-account-wrapper .my-account .notification.warning {
  color: #e58800;
  background-color: #FBFDDF;
}
.my-account-wrapper .my-account .notification.warning .notification-icon {
  background: url('../images/icon_days-alert.png') top no-repeat;
}
.my-account-wrapper .my-account .notification.error {
  color: #cc0000;
  background-color: #FFE7E7;
}
.my-account-wrapper .my-account .notification.error .notification-icon {
  background: url('../images/icon_axpired.png') top no-repeat;
}
.my-account-wrapper .my-account .field-validation-error {
  display: block;
  margin: -12px 0 10px 0;
  padding: 5px 8px 3px 8px;
  width: 250px;
  font-size: 11px;
  color: #cc0000;
  background-color: #FFE7E7;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.my-account-wrapper .my-account .btn {
  min-width: 150px;
  height: auto;
  color: #ffffff;
  padding: 7px 10px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMzgzODM4IiBzdG9wLW9wYWNpdHk9IjAuMTYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.16) 1%, rgba(79, 79, 79, 0.77) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56, 56, 56, 0.15)), color-stop(1%, rgba(56, 56, 56, 0.16)), color-stop(100%, rgba(79, 79, 79, 0.77)));
  background: -webkit-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.16) 1%, rgba(79, 79, 79, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.16) 1%, rgba(79, 79, 79, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.16) 1%, rgba(79, 79, 79, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.16) 1%, rgba(79, 79, 79, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26383838', endColorstr='#c44f4f4f', GradientType=0);
}
.my-account-wrapper .my-account .btn:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMzgzODM4IiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.15) 1%, rgba(79, 79, 79, 0.45) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56, 56, 56, 0.15)), color-stop(1%, rgba(56, 56, 56, 0.15)), color-stop(100%, rgba(79, 79, 79, 0.45)));
  background: -webkit-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.15) 1%, rgba(79, 79, 79, 0.45) 100%);
  background: -o-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.15) 1%, rgba(79, 79, 79, 0.45) 100%);
  background: -ms-linear-gradient(top, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.15) 1%, rgba(79, 79, 79, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(56, 56, 56, 0.15) 0%, rgba(56, 56, 56, 0.15) 1%, rgba(79, 79, 79, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26383838', endColorstr='#734f4f4f', GradientType=0);
}
.my-account-wrapper .my-account .btn.btn-fiolet {
  border: 1px solid #8604a6;
  background: #c068e2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwNjhlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2M2MmZjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTA4YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c068e2 0%, #c62fc4 48%, #8908a3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c068e2), color-stop(48%, #c62fc4), color-stop(100%, #8908a3));
  background: -webkit-linear-gradient(top, #c068e2 0%, #c62fc4 48%, #8908a3 100%);
  background: -o-linear-gradient(top, #c068e2 0%, #c62fc4 48%, #8908a3 100%);
  background: -ms-linear-gradient(top, #c068e2 0%, #c62fc4 48%, #8908a3 100%);
  background: linear-gradient(to bottom, #c068e2 0%, #c62fc4 48%, #8908a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c068e2', endColorstr='#8908a3', GradientType=0);
}
.my-account-wrapper .my-account .btn.btn-fiolet:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwNjhlMiIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2M2MmZjNCIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTA4YTMiIHN0b3Atb3BhY2l0eT0iMC43OCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(192, 104, 226, 0.76) 0%, rgba(198, 47, 196, 0.77) 48%, rgba(137, 8, 163, 0.78) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(192, 104, 226, 0.76)), color-stop(48%, rgba(198, 47, 196, 0.77)), color-stop(100%, rgba(137, 8, 163, 0.78)));
  background: -webkit-linear-gradient(top, rgba(192, 104, 226, 0.76) 0%, rgba(198, 47, 196, 0.77) 48%, rgba(137, 8, 163, 0.78) 100%);
  background: -o-linear-gradient(top, rgba(192, 104, 226, 0.76) 0%, rgba(198, 47, 196, 0.77) 48%, rgba(137, 8, 163, 0.78) 100%);
  background: -ms-linear-gradient(top, rgba(192, 104, 226, 0.76) 0%, rgba(198, 47, 196, 0.77) 48%, rgba(137, 8, 163, 0.78) 100%);
  background: linear-gradient(to bottom, rgba(192, 104, 226, 0.76) 0%, rgba(198, 47, 196, 0.77) 48%, rgba(137, 8, 163, 0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c068e2', endColorstr='#c78908a3', GradientType=0);
}
.my-account-wrapper .my-account .btn + .btn {
  margin-left: 15px;
}
.my-account-wrapper .my-account .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -225px;
  padding: 0;
  width: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  opacity: 1;
  border-radius: 2px;
  z-index: 10000;
}
.my-account-wrapper .my-account .modal .modal-header {
  background-color: #f5f5f5;
}
.my-account-wrapper .my-account .modal .modal-header .close {
  margin: 0;
}
.my-account-wrapper .my-account .modal .modal-body {
  padding: 10px 20px 20px 20px;
}
.my-account-wrapper .my-account .modal .modal-body .modal-inline-label {
  margin-right: 20px;
  width: 120px;
  text-align: right;
  color: #aaaaaa;
}
.my-account-wrapper .my-account .modal .modal-body .modal-inline-field {
  width: 260px;
  text-align: left;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-successful,
.my-account-wrapper .my-account .modal .modal-body .modal-msg-error {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 30px;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-successful .modal-msg-icon,
.my-account-wrapper .my-account .modal .modal-body .modal-msg-error .modal-msg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-successful {
  color: #4b9917;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-successful .modal-msg-icon {
  background-color: #4b9917;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-error {
  color: #cc0000;
}
.my-account-wrapper .my-account .modal .modal-body .modal-msg-error .modal-msg-icon {
  background-color: #cc0000;
}
.my-account-wrapper .my-account .modal .modal-footer {
  text-align: center;
}
.my-account-wrapper .my-account .my-block {
  margin: 20px 0;
  padding: 10px 20px 20px 50px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
}
.my-account-wrapper .my-account .my-block .close {
  position: absolute;
  display: block;
  top: 7px;
  right: 10px;
}
.my-account-wrapper .my-account .my-block .label-new {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 120px;
  height: 15px;
  max-width: 120px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8604a6;
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  transform: rotate(50deg);
}
.my-account-wrapper .my-account .my-block .my-block-subtitle {
  padding-top: 5px;
  font-size: 15px;
}
.my-account-wrapper .my-account .my-block .my-block-subtitle2 {
  margin: 0 0 5px 10px;
  padding: 5px 0 1px 0;
  font-size: 15px;
  color: #e58800;
  border-bottom: 1px solid #aaaaaa;
}
.my-account-wrapper .my-account .my-block .my-text {
  padding: 5px 0;
  font-size: 14px;
}
.my-account-wrapper .my-account .my-inline-list {
  list-style-type: none;
}
.my-account-wrapper .my-account .my-inline-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 11px;
  line-height: 1em;
  border-left: 1px solid #dddddd;
}
.my-account-wrapper .my-account .my-inline-list li:first-child {
  padding-left: 0;
  border-left: none;
}
.my-account-wrapper .my-account .my-inline-list li:last-child {
  padding-right: 0;
}
.my-account-wrapper .my-account .my-list.list-labeled {
  list-style-type: disc;
}
.my-account-wrapper .my-account .my-list.list-labeled > li {
  margin-left: 20px;
}
.my-account-wrapper .my-account .my-list > li {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
}
.my-account-wrapper .my-account .my-list > li .my-list-field {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.my-account-wrapper .my-account .wrapper {
  position: relative;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #ffffff;
}
.my-account-wrapper .my-account .wrapper .my-header {
  padding-bottom: 15px;
}
.my-account-wrapper .my-account .wrapper .my-header .my-title {
  width: 500px;
  font-size: 27px;
}
.my-account-wrapper .my-account .wrapper .my-header .my-subtitle {
  font-size: 16px;
}
.my-account-wrapper .my-account .wrapper .my-header .my-link,
.my-account-wrapper .my-account .wrapper .my-header .last a {
  text-decoration: underline;
}
.my-account-wrapper .my-account .wrapper .my-header .my-link:hover,
.my-account-wrapper .my-account .wrapper .my-header .last a:hover {
  text-decoration: none;
}
.my-account-wrapper .my-account .wrapper .my-notifications.loading {
  position: relative;
  height: 150px;
  opacity: 1;
  background: #ffffff url('../../Static/Resources/Common/images/interface/ecom-loader.gif') center no-repeat;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block {
  display: none;
  /* by default */
  border-radius: 5px;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-red {
  background-color: #f0d3d7;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-red .my-block-title {
  color: #cc0000;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-red .my-block-title .my-icon {
  background: url('../images/icon_axpired.png') no-repeat;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-yellow {
  position: relative;
  background-color: #f4e0bd;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-yellow .my-block-title {
  color: #e58800;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block.block-yellow .my-block-title .my-icon {
  background: url('../images/icon_days-alert.png') no-repeat;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block .my-block-title {
  position: relative;
  font-size: 18px;
  line-height: 20px;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block .my-block-title .my-icon {
  position: absolute;
  display: block;
  top: -2px;
  left: -40px;
  width: 33px;
  height: 25px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 18px;
  color: white;
  border-radius: 20px;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block .my-inline-list {
  display: inline-block;
  vertical-align: top;
}
.my-account-wrapper .my-account .wrapper .my-notifications .my-block .close {
  font-size: 15px;
  line-height: 15px;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks {
  overflow: hidden;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-block {
  position: relative;
  width: 385px;
  margin: 20px 0 -9980px 0;
  padding-left: 20px;
  padding-bottom: 10000px;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-block .my-block-title {
  position: relative;
  font-size: 18px;
  line-height: 20px;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-linked-accounts .my-status {
  margin-left: 10px;
  font-size: 14px;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-linked-accounts .my-status .status-green {
  padding-left: 5px;
  color: #4b9917;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-linked-accounts .my-status .status-red {
  padding-left: 5px;
  color: #cc0000;
}
.my-account-wrapper .my-account .wrapper .my-info .my-blocks .my-linked-accounts .my-inline-list li {
  vertical-align: middle;
}
.my-account-wrapper .my-account .wrapper .my-info .my-block-border-bottom {
  padding: 0 21px;
  width: 385px;
  height: 1px;
  background-color: #dddddd;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block {
  padding-left: 20px;
  background-color: #dddddd;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block .my-other-links {
  margin-right: 60px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block h2 {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block p {
  font-size: 14px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block b {
  display: block;
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 15px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block a {
  display: block;
  font-family: inherit;
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block a:hover {
  text-decoration: underline;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block table {
  font-size: 14px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block table tbody {
  display: block;
  padding-top: 5px;
}
.my-account-wrapper .my-account .wrapper .my-footer .my-block table tbody tr td {
  vertical-align: top;
  padding-right: 70px;
}
.my-account-wrapper .my-account .wrapper.account-orientation h2 {
  padding-bottom: 20px;
  color: #006bb6;
  font-size: 22px;
  font-family: "AvidOmnesLight", sans-serif;
  font-weight: normal;
}
.my-account-wrapper .my-account .wrapper.account-orientation h3 {
  padding-bottom: 5px;
  color: #6e2a8d;
  font-size: 18px;
  font-family: "AvidOmnesLight", sans-serif;
  font-weight: normal;
}
.my-account-wrapper .my-account .wrapper.account-orientation .emphasized {
  color: #999;
  font-size: 12px;
  font-family: akzidenz-grotesk_proregular, sans-serif;
  font-style: italic;
}
.my-account-wrapper .my-account .wrapper.account-orientation a,
.my-account-wrapper .my-account .wrapper.account-orientation a.emphasized {
  color: #1687c5;
  text-decoration: none;
}
.my-account-wrapper .my-account .wrapper.account-orientation a:hover,
.my-account-wrapper .my-account .wrapper.account-orientation a.emphasized:hover {
  text-decoration: underline;
}
.my-account-wrapper .my-account .wrapper.account-orientation .control-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.my-account-wrapper .my-account .wrapper.account-orientation .control-group .control-label {
  float: left;
  padding: 0;
  text-align: right;
}
.my-account-wrapper .my-account .wrapper.account-orientation label {
  padding-top: 5px;
  font-size: 15px;
  line-height: 18px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .field-validation-error {
  margin-top: -9px;
  width: 204px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .field-validation-error * {
  font-size: 12px !important;
}
.my-account-wrapper .my-account .wrapper.account-orientation .btn {
  display: block;
  min-width: 150px;
  margin: 10px auto;
  padding: 0 12px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  font-family: "AvidOmnesLight", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #0083df;
  background: #006bb6;
}
.my-account-wrapper .my-account .wrapper.account-orientation .btn:hover {
  text-decoration: none;
  color: #fff;
  background: #004c9c;
  border: 1px solid #004c9c;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login {
  width: 350px;
  margin: 10px 0 0 0;
  padding: 0 20px 10px 10px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form {
  margin-top: 10px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form .control-group .control-label {
  width: 100px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form .control-group .controls {
  margin-left: 120px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form a.emphasized {
  margin-left: 120px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form .clearfix {
  margin-left: 120px;
  width: 220px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-login form .clearfix .editor-field {
  float: left;
  margin: 3px 5px 0 0;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create {
  width: 440px;
  margin: 10px 0 0 0;
  padding: 0 20px 10px 35px;
  border-left: 1px solid #ddd;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create form {
  margin-top: 10px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create form .span5 .clearfix {
  margin-bottom: 10px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create form .span5 .clearfix .float-left {
  width: 140px;
  text-align: right;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create form .span5 .control-group .control-label {
  width: 140px;
}
.my-account-wrapper .my-account .wrapper.account-orientation .account-create form .span5 .control-group .controls {
  margin-left: 160px;
}
.my-account-wrapper .my-account.my-address {
  position: initial;
}
.my-account-wrapper .my-account.my-address .wrapper {
  padding-top: 0;
}
.my-account-wrapper .my-account.my-address .wrapper .breadcrumbs {
  margin: 10px 0 5px 0;
}
.my-account-wrapper .my-account.my-address .wrapper .my-header .my-title {
  width: auto;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info {
  overflow: hidden;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks.loading {
  position: relative;
  height: 150px;
  opacity: 1;
  background: #ffffff url('../../Static/Resources/Common/images/interface/ecom-loader.gif') center no-repeat;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks.clearfix .my-block {
  width: 385px;
  margin: 20px 0 -9980px 0;
  padding-left: 20px;
  padding-bottom: 10000px;
  border: 0;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks.clearfix .my-block .my-address-block {
  font-size: 13px;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks.clearfix .my-block .my-address-block .my-subblock {
  margin-top: 20px;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks.clearfix .my-block .my-address-block span {
  display: block;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block {
  position: initial;
  margin: 0;
  width: auto;
  padding-left: 20px;
  border: 0;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block.loading {
  position: relative;
  height: 150px;
  opacity: 1;
  background: #ffffff url('../../Static/Resources/Common/images/interface/ecom-loader.gif') center no-repeat;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-block-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-payment-block {
  margin: 0 20px 20px 0;
  width: 250px;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-payment-block:nth-child(4n) {
  clear: both;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-payment-block .my-subtitle {
  font-size: 13px;
  font-weight: bold;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-payment-block span {
  display: block;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-address-notification {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-address .wrapper .my-address-info .my-blocks .my-block .my-address-notification .my-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  line-height: 15px;
  padding: 0 6px;
  font-size: 13px;
  color: white;
  border-radius: 15px;
  background-color: #8604a6;
}
.my-account-wrapper .my-account.my-address .modal {
  width: 500px;
}
.my-account-wrapper .my-account.my-address .modal .modal-body {
  padding: 20px 40px 0 40px;
}
.my-account-wrapper .my-account.my-address .modal .modal-body.loading {
  position: relative;
  height: 200px;
  opacity: 1;
  cursor: progress;
  background: #ffffff url('../../Static/Resources/Common/images/interface/ecom-loader.gif') center no-repeat;
}
.my-account-wrapper .my-account.my-address .modal .modal-body .my-notification {
  min-height: 24px;
  padding-left: 35px;
  background: none;
  border: 0;
}
.my-account-wrapper .my-account.my-address .modal .modal-body .my-notification .my-icon {
  top: 8px;
  left: 0;
}
.my-account-wrapper .my-account.my-address .modal .modal-body form .float-right {
  position: relative;
}
.my-account-wrapper .my-account.my-address .modal .modal-body form label,
.my-account-wrapper .my-account.my-address .modal .modal-body form input {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-address .modal .modal-body form label {
  padding-top: 5px;
  padding-right: 10px;
  width: 140px;
  line-height: 15px;
}
.my-account-wrapper .my-account.my-address .modal .modal-body form input {
  padding-left: 10px;
  width: 250px;
  height: 18px;
}
.my-account-wrapper .my-account.my-address .modal .modal-body form select {
  margin: 0 0 10px 0;
  width: 266px;
  height: 28px;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-redemption .wrapper {
  padding-top: 0;
}
.my-account-wrapper .my-account.my-redemption .wrapper .breadcrumbs {
  margin: 10px 0 5px 0;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-header .my-title {
  width: auto;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form {
  margin: 0 5px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-notification .my-icon {
  padding: 0 8px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-section-title {
  font-size: 15px;
  color: #aaaaaa;
  text-transform: uppercase;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper {
  margin-bottom: 10px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .field-validation-error {
  display: block;
  margin: -12px 0 10px 0;
  padding: 5px 2px 3px 8px;
  width: 350px;
  font-size: 11px;
  color: #cc0000;
  background-color: #FFE7E7;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-left {
  margin: 10px 20px 0 20px;
  width: 400px;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-left label {
  width: 360px;
  font-size: 15px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-left input {
  width: 350px;
  height: 24px;
  font-size: 17px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-right {
  margin: 10px 20px 0 20px;
  width: 350px;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-right span {
  display: block;
  width: 315px;
  padding-top: 5px;
  padding-right: 10px;
  line-height: 13px;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-code-wrapper .float-right img {
  margin-top: 5px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper {
  padding: 5px 0;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .field-validation-error {
  display: block;
  margin: -12px 0 10px 0;
  padding: 5px 8px 3px 8px;
  width: 200px;
  font-size: 11px;
  color: #cc0000;
  background-color: #FFE7E7;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-label {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0 5px 25px;
  font-size: 14px;
  font-weight: normal;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-label .my-icon {
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 0 7px;
  color: #ffffff;
  background-color: #8604a6;
  border-radius: 16px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form {
  margin: 20px 20px 0 20px;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .float-left,
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .float-right {
  width: 400px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix .float-left {
  width: 150px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix .float-right {
  position: relative;
  float: left;
  width: 230px;
  overflow: hidden;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix label,
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix input {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix label {
  padding-top: 5px;
  padding-right: 10px;
  line-height: 15px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix input {
  padding-left: 10px;
  width: 200px;
  height: 18px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .clearfix select {
  margin: 0 0 10px 0;
  width: 216px;
  height: 28px;
  font-size: 13px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .my-address-block {
  margin-left: 5px;
  font-style: italic;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .my-address-block span {
  display: block;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .my-address-block span.my-head-item {
  font-weight: bold;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .my-inner-form .my-address-block .my-subblock {
  margin-top: 10px;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .item-link.address-update {
  display: inline-block;
  margin: 15px 0 0 25px;
  *display: inline;
  *zoom: 1;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-redemption-form .my-inner-form-wrapper .item-link.address-update:hover {
  text-decoration: none;
}
.my-account-wrapper .my-account.my-redemption .wrapper .my-button-wrapper {
  margin-top: 20px;
  padding: 20px 20px 0 0;
  text-align: right;
}
.my-account-wrapper .validate-account-wrapper h2 {
  border-bottom: 1px solid #eee;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper {
  margin-bottom: 20px;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper h3 {
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper .control-group {
  margin: 10px 0 0 0;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper .control-group input {
  height: 18px;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper .control-group .field-validation-error {
  margin: -2px 0 10px 0;
  width: 204px;
}
.my-account-wrapper .validate-account-wrapper .my-block-wrapper .my-button-wrapper {
  margin: 20px 100px 0 0;
}
html.ie8 .my-account-wrapper .label-new {
  top: 0 !important;
  right: 0 !important;
  width: 100px !important;
}
.gsa-page * {
  box-sizing: content-box !important;
}
.gsa-page {
  font-family: AvidOmnesLight, sans-serif;
  font-weight: normal;
  color: #999999;
  font-size: 15px;
  border-top: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 25px 20px 0 20px;
}
.gsa-page h1,
.gsa-page h2,
.gsa-page h3,
.gsa-page h4,
.gsa-page h5 {
  font-family: AvidOmnesLight, sans-serif;
  font-weight: normal;
}
.gsa-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gsa-page .inner {
  width: 900px;
  margin: 0 auto;
}
.gsa-page .inner #mainwrap.fullCol {
  position: relative;
  min-height: 166px;
  padding: 30px 0 60px 0;
  margin-top: -45px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel {
  position: relative;
  width: 840px;
  padding: 0 30px;
  margin: 5px 0 -135px 0;
  clear: both;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel h1 {
  padding-top: 1ex;
  color: #6e2a8d;
  margin: 10px 0 10px 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters h2 {
  font: normal 20px AvidOmnesLight, sans-serif;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters h3 {
  font-size: 18px;
  color: #6e2a8d;
  margin: 10px 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters ul li {
  font: 12px normal Arial, sans-serif;
  margin: 5px 0;
  line-height: 14px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters ul li label {
  cursor: pointer;
  font: 12px normal Arial, sans-serif;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters ul li a {
  color: #333;
  text-decoration: none;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters ul li.filterSelected {
  font-weight: bold;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters ul input[type=checkbox] {
  margin: 1px 6px 0 0;
  display: inline-block;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters hr {
  display: block;
  width: 100%;
  margin: 12px 0;
  border-top: 1px solid #e5e5e5;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters .moreLink a {
  color: #333;
  text-decoration: none !important;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #divFilters .moreLink a:hover {
  text-decoration: underline !important;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer {
  float: right;
  width: 630px;
  padding-top: 5px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search {
  position: relative;
  margin-bottom: 12px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search * {
  vertical-align: middle;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search input[type=submit] {
  width: auto;
  padding: 6px 18px;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #007fc2;
  background: -moz-linear-gradient(top, #007fc2 0%, #005686 92%, #005c8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007fc2), color-stop(92%, #005686), color-stop(100%, #005c8f));
  background: -webkit-linear-gradient(top, #007fc2 0%, #005686 92%, #005c8f 100%);
  background: -o-linear-gradient(top, #007fc2 0%, #005686 92%, #005c8f 100%);
  background: -ms-linear-gradient(top, #007fc2 0%, #005686 92%, #005c8f 100%);
  background: linear-gradient(top, #007fc2 0%, #005686 92%, #005c8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fc2', endColorstr='#005c8f', GradientType=0);
  color: #FFFFFF;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 15.5px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  margin: 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search input[type=submit]:hover {
  padding: 5px 17px;
  text-decoration: none;
  color: #0080c3;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 12%, #e2eff7 84%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(84%, #e2eff7));
  background: -webkit-linear-gradient(top, #ffffff 12%, #e2eff7 84%);
  background: -o-linear-gradient(top, #ffffff 12%, #e2eff7 84%);
  background: -ms-linear-gradient(top, #ffffff 12%, #e2eff7 84%);
  background: linear-gradient(top, #ffffff 12%, #e2eff7 84%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2eff7', GradientType=0);
  border: solid 1px #419cd0;
  cursor: pointer;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search img {
  display: inline-block;
  zoom: 1;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search ul.search-sayt {
  color: #000000;
  list-style: none;
  position: absolute;
  background: white;
  width: 468px;
  padding: 0;
  margin: 0;
  z-index: 5;
  border: 1px solid #0080c3;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search ul.search-sayt .search-sayt-item {
  margin: 0;
  padding: 0 10px;
  text-align: left;
  line-height: 22px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .search ul.search-sayt .search-sayt-item.hover {
  background: #0080c3;
  color: white;
  cursor: default;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .item {
  margin: 20px 0 0;
  font-family: akzidenz-grotesk_proregular, sans-serif;
  position: relative;
  font-size: 13px;
  color: #999999;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .item h4 {
  font: normal 16px Arial, sans-serif;
  color: #006BB6;
  border-bottom: 1px dashed #eee;
  line-height: 14px;
  margin-bottom: 5px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .item .date {
  position: absolute;
  background-color: white;
  padding-left: 5px;
  top: 0;
  right: 0;
  color: #363636;
  font-style: italic;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .item .url {
  color: #009933;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer input {
  font: normal 15px Arial;
  padding: 5px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer input[type=text] {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #eeeeee 0%, #f9f9f9 10%, #f5f5f5 97%, #ffffff 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(10%, #f9f9f9), color-stop(97%, #f5f5f5), color-stop(98%, #ffffff));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #f9f9f9 10%, #f5f5f5 97%, #ffffff 98%);
  background: -o-linear-gradient(top, #eeeeee 0%, #f9f9f9 10%, #f5f5f5 97%, #ffffff 98%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #f9f9f9 10%, #f5f5f5 97%, #ffffff 98%);
  background: linear-gradient(top, #eeeeee 0%, #f9f9f9 10%, #f5f5f5 97%, #ffffff 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 8px;
  font-size: 15px;
  color: #3a3a3a;
  margin: 0;
  width: 450px;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer input[type=text]:focus {
  border: 1px solid #419cd0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .suggest-link_wraper {
  padding: 0 0 0 3px;
  font: normal 15px Arial;
  color: #333;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .suggest-link_wraper ul {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.gsa-page .inner #mainwrap.fullCol #singlePanel #searchResultsLayer .suggest-link_wraper ul li {
  display: inline-block;
  margin: 0 0 0 6px;
}
.gsa-page .inner #mainwrap.fullCol #mainPanelTop {
  background: none;
  width: 675px;
  height: 2px;
  margin-left: -30px;
}
.gsa-page #newsNav {
  font-family: akzidenz-grotesk_proregular, sans-serif;
  color: #999999;
  font-size: 15px;
  margin: 15px 0 0;
  padding: 0 0 10px 0;
}
.gsa-page #newsNav ul {
  margin: 0;
  padding: 0;
  height: 22px;
}
.gsa-page #newsNav ul li {
  display: inline;
  margin: 0;
  color: #666;
  list-style-type: none;
}
.gsa-page #newsNav ul li a {
  text-decoration: none;
  margin: 0;
  color: #666;
  padding: 6px 8px 6px 6px;
  text-align: center;
}
.gsa-page #newsNav ul li a.active {
  font-weight: bold;
}
#top_nav {
  border-bottom: 1px solid #e2e2e2;
}
#logout-content {
  background: #ffffff;
  padding: 25px 20px 0 20px;
  margin-top: 20px;
  height: 288px;
}
#logout-content div.inner {
  width: 900px;
  margin: 0 auto;
}
#logout-content div.inner #logoutLinkHolder {
  font-family: akzidenz-grotesk_proregular, sans-serif;
  color: #999999;
  margin-top: 80px;
  margin-left: 30px;
}
#logout-content div.inner #logoutLinkHolder a {
  text-decoration: none;
}
