/*/

Notes:

#gl2-dashboard #reminderForm : allows the reminder / reorder design to work in the dashboard 

/*/

/*/////////////////////
1. Structure
/////////////////////*/

#gl2-checkout p, #gl2-dashboard #reminderForm p { color: #6E3D8A; }
#gl2-checkout ol { padding-left: 0em; }
#gl2-checkout ol#checkoutSteps { margin: 20px 0; }
#gl2-checkout div.gl2-checkout-title, #gl2-dashboard div.gl2-checkout-title { margin-bottom: 12px; }
#gl2-checkout li:after { content: none; }
#gl2-checkout .opc, #gl2-dashboard { position: relative; }

#gl2-checkout .step-title { display: none; } /* Hides step titles */

#gl2-checkout .opc li.section { *display: none; } /* IE7 Fix */
#gl2-checkout .opc li.section.active { *display: inline-block; }  /* IE7 Fix */

/*/////////////////////
2. Radio Boxes
/////////////////////*/

#gl2-checkout .gl2-radio,
#gl2-dashboard #reminderForm .gl2-radio {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
    
#gl2-checkout .gl2-radio, 
#gl2-dashboard #reminderForm .gl2-radio { 
  display: inline-block; 
}

#gl2-checkout .gl2-radio li,
#gl2-dashboard #reminderForm .gl2-radio li { 
  position: relative; 
}

#gl2-checkout .gl2-radio span.radio-wrapper,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper {
  font: bold 14px/30px Arial, Sans-serif;
  display: block;
  border: solid 1px #bcbbbb;
  background: #e2d8e8;
  position: relative;
  padding: 20px;
  color: #6E3D8A;
}

#gl2-checkout .gl2-radio .checked span.radio-wrapper,
#gl2-dashboard #reminderForm .gl2-radio .checked span.radio-wrapper {
  background: #fff;
  background-repeat: no-repeat;
}

#gl2-checkout .gl2-radio .checked span.radio-wrapper .gl2-hide-unselected,
#gl2-dashboard #reminderForm .gl2-radio .checked span.radio-wrapper .gl2-hide-unselected {
  display: inline-block;
}

#gl2-checkout .gl2-radio span.radio-wrapper .gl2-hide-unselected,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper .gl2-hide-unselected {
  display: none;
}
    
#gl2-checkout .gl2-radio label,
#gl2-dashboard #reminderForm .gl2-radio label {
  cursor: pointer;
  position: relative;
  width: auto;
  text-align: left;
  padding: 0;
}
    
#gl2-checkout .gl2-radio input[type="radio"],
#gl2-dashboard #reminderForm .gl2-radio input[type="radio"] {
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

#gl2-checkout .gl2-radio span.radio-wrapper .gl2-help-button,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper .gl2-help-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 0px;
  height: 17px;
  width: 17px;
  background-image: url('../gl2-checkout-images/gl2/help-button.gif');
}

/*////////////////////////////
2A. Horizontals Radio Boxes
////////////////////////////*/

#gl2-checkout .horizontal .gl2-radio .checked span.radio-wrapper,
#gl2-dashboard #reminderForm .horizontal .gl2-radio .checked span.radio-wrapper {
  background-position: 20px 17px;
  background-repeat: no-repeat;
}

#gl2-checkout .horizontal .gl2-radio span.radio-wrapper,
#gl2-dashboard #reminderForm .horizontal .gl2-radio span.radio-wrapper {
  background-position: 20px 17px;
  background-repeat: no-repeat;
}
  
#gl2-checkout .horizontal .gl2-radio li,
#gl2-dashboard #reminderForm .horizontal .gl2-radio li {
  display: inline;
  float: left;
  padding-left: 8px;
}

#gl2-checkout .horizontal .gl2-radio li.gl2-first-child,
#gl2-dashboard #reminderForm .horizontal .gl2-radio li.gl2-first-child {
  padding-left: 0px;
}

#gl2-checkout .horizontal .gl2-radio span.radio-wrapper,
#gl2-dashboard #reminderForm .horizontal .gl2-radio span.radio-wrapper {
  height: 200px;
}

/*////////////////////////////
2B. Vertical Radio Boxes
////////////////////////////*/

#gl2-checkout .vertical .gl2-radio .checked span.radio-wrapper {
  background-position: 18px 24px;
  background-repeat: no-repeat;
  background-image: url('images/bg/1_box_checked.gif');
}

#gl2-checkout .vertical .gl2-radio span.radio-wrapper {
  background-position: 18px 24px;
  background-repeat: no-repeat;
  background-image: url('images/bg/1_box.gif');
}

#gl2-checkout .vertical .gl2-radio ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
    
#gl2-checkout .vertical .gl2-radio li {
  margin-top: 8px;
  display: block;
}

#gl2-checkout .vertical .gl2-radio span.radio-wrapper {
  width: 920px;
}

/*////////////////////////////
2C. Radio Box Text
////////////////////////////*/
    
#gl2-checkout .gl2-radio span.radio-wrapper h2,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper h2 {
  font-size: 29px;
  line-height: 15px;
  margin-bottom: 20px;
}

#gl2-checkout .gl2-radio span.radio-wrapper h3,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper h3 {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 20px;
  padding-left: 30px;
}

#gl2-checkout .gl2-radio span.radio-wrapper p.gl2-radio-title,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper p.gl2-radio-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

#gl2-checkout .gl2-radio span.radio-wrapper p,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper p {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}

#gl2-checkout .gl2-radio span.radio-wrapper p.gl2-box-small-text,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper p.gl2-box-small-text {
  font-size: 10px;
  line-height: 12px;
}

#gl2-checkout .vertical .vertical-text,
#gl2-dashboard #reminderForm .vertical .vertical-text {
  padding-left: 30px;
}

/* Check these over! Should be cleared / cleaned */

.customer-prefix {
    width: auto !important;
}

.customer-first-name {
    width: auto !important;
}

.customer-last-name {
    width: auto !important;
}

.customer-last-name-input {
    width: auto !important;
}

.customer-first-name-input {
    width: auto !important;
}

.sp-methods input.cvv {
    width: auto !important;
}

#gl2-checkout .buttons-set {
    clear: none;
    margin: 0;
    padding: 0;
}

#gl2-checkout .gl2-textbox-wrap .address-table {
    width: auto;
}

#gl2-checkout #pres_form .presc-label {
    margin: auto;
  *float: left; /* IE7 and below only */
}

/*////////////////////////////
?. Form Specifics
////////////////////////////*/

#gl2-checkout .input-box #address2, 
#gl2-checkout .input-box #pcaLine2_0, 
#gl2-checkout .input-box #pcaLine2_2 {
  margin-left: 177px;
  *margin-left: 0px; /* IE7 and below only */
}

#gl2-checkout .sp-methods select.month {
    margin-right: 5px;
}

/*////////////////////////////
2C. Form Widths
////////////////////////////*/

#gl2-checkout #pcaPostcode_0, 
#gl2-checkout #postcode {
  width: 65px;
}

#gl2-checkout #password, 
#gl2-checkout #confirmation, 
#gl2-checkout #login-password {
  width: 150px;
}

#gl2-checkout #pcaLine1_0, 
#gl2-checkout #pcaLine2_0, 
#gl2-checkout #pcaLine1_2, 
#gl2-checkout #pcaLine2_2, 
#gl2-checkout #address1, 
#gl2-checkout #address2 {
  width: 200px;
}

#gl2-checkout #upload-prescription #optician_file_upload_form #file {
  width: 300px;
}

#gl2-checkout .cvv {
  width: 35px !important; /*remove important when matt has made changes */
}

#gl2-checkout  #cybersource_soap_cc_number {
  width: 125px;
}

#gl2-checkout input#email_address,
#gl2-checkout input#email_address2 {
  width: 230px;
}

/*////////////////////////////
?. Form validation
////////////////////////////*/

#gl2-checkout .validation-advice {
  display: inline-block;
  margin-left: 20px;
  color: #FF0000;
  font-size: 10px;
}

/*

#gl2-checkout .validation-advice {
  width: 200px;
  background: none;
  padding: 0px;
  margin: 0px;
  color: #FF0000;
  font-size: 10px;
  min-height: none;
}

#gl2-checkout .input-box .validation-advice {
  position: absolute;
  left: 480px;
  top: 5px;
}

#gl2-checkout #gl2-login-email-address .input-box .validation-advice {
    left: 303px;
    top: -7px;
  width: 115px;
}

*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    #gl2-checkout #gl2-login-email-address .input-box .validation-advice {
        top: 0px;
    }
}

#gl2-checkout #gl2-login-password .input-box .validation-advice {
  left: 110px; 
  width: 83px;
}

/*////////////////////////////
?. Checkout Header
////////////////////////////*/

#gl2-checkout #gl2-site-header #gl2-checkout-nav-wrap {
  position: absolute;
  top: 100px;
  left: -16px;
}

#gl2-checkout #gl2-site-header .gl2-checkout-nav {
  width: 98px;
  float:left;
}

#gl2-checkout #gl2-site-header .gl2-checkout-nav  h3 {
  padding-top: 25px;
  text-align: center;
  width: 90px;
  margin: 0 auto;
  line-height: 17px;
  font-size: 13px;
}

#gl2-checkout #gl2-site-header #gl2-checkout-navbar {
    background: #fff;
    height: 29px;
    margin: 0 auto;
  border-bottom: 1px solid #6E3D8A;
}

#gl2-checkout #gl2-site-header #gl2-user-info {
  top: 6px;
  font-size: 12px;
}

#gl2-checkout #gl2-site-header #gl2-user-info span {
    color: black;
}

#gl2-checkout #gl2-site-header #gl2-user-info #gl2-user-info-name {
  font-weight: bold;
}

/* Header Checks */

#gl2-checkout .gl2-checkout-nav .checkout-past {
  background-image: url('images/check.gif');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin: 0 auto;
}

#gl2-checkout .gl2-checkout-nav .checkout-past h3 a {
  color: #70a3d5;
  text-decoration: underline;
}

#gl2-checkout .gl2-checkout-nav .checkout-present {
  background-image: url('images/nocheck.gif');
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

#gl2-checkout .gl2-checkout-nav .checkout-present h3 a{
  color: #536daf;
  text-decoration: none;
  cursor: default;
}

#gl2-checkout .gl2-checkout-nav .checkout-future {
  background-image: url('images/nocheck.gif');
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

#gl2-checkout .gl2-checkout-nav .checkout-future h3 a {
  color: #a0c1e2;
  text-decoration: none;
  cursor: default;
}

/*////////////////////////////
?. Checkout Footer
////////////////////////////*/

#gl2-checkout #gl2-checkout-footer {
  border-top: 1px solid #6E3D8A;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

#gl2-checkout #gl2-checkout-footer p {
  font-size: 11px;
}

#gl2-checkout #gl2-checkout-footer .gl2-card-strip {
  float: right;
}

/*////////////////////////////
?. Navigation buttons
////////////////////////////*/

#gl2-checkout button.button {
  background: url(images/button-medium.gif) no-repeat scroll 0% 50% transparent;
  cursor: pointer;
  border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 25px;
    width: auto;
}

#gl2-checkout button.button span {
    background: url(images/button-medium-span.gif) no-repeat scroll 100% 50% transparent;
  color: white;
  font-size: 18px;
    line-height: 41px;
    padding-right: 40px;
  font-weight: normal;
}

#gl2-checkout .gl2-reverse-button {
  background: url(images/button-medium-left.gif) no-repeat scroll 0% 50% transparent;
  cursor: pointer;
  border: 0 none;
  margin: 0;
  overflow: visible;
  padding: 0 0 0 24px;
  width: auto;
}

#gl2-checkout .gl2-reverse-button span {
  background: url(images/button-medium-left.gif) no-repeat scroll 100% 50% transparent;
  color: white;
  font-size: 18px;
  line-height: 41px;
  padding-left: 15px;
  padding-right: 35px;
  font-weight: normal;
}

#gl2-checkout .gl2-checkout-top-nav .gl2-checkout-title, 
#gl2-checkout #gl2-checkout-bot-nav .back-button {
  float:left;
}

#gl2-checkout .gl2-checkout-top-nav .submit-button-wrap, 
#gl2-checkout #gl2-checkout-bot-nav .submit-button-wrap {
  float:right;
}

#gl2-checkout #gl2-checkout-bot-nav {
  margin-top: 10px;
}

#gl2-checkout .gl2-top-button-container { display: none; } /* Removes the top button */
#gl2-checkout .gl2-checkout-top-nav .button { display: none; } /* Removes the top button (add to basket path) */
#gl2-checkout #gl2-checkout-reminder-top { display: none; } /* Removes the top reminder message */
#gl2-checkout #gl2-checkout-payment-top { display: none; } /* Removes the top reminder message */
#gl2-checkout #gl2-checkout-bot-nav .submit-button-wrap #reset_button { display: none; } /* Removes the reset button */


/*////////////////////////////
?. Step 1 - Login Boxes
////////////////////////////*/

#gl2-checkout #opc-login .gl2-textbox-wrap, 
#gl2-checkout #gl2-alt-login .gl2-textbox-wrap {
  *margin: 13px 0 0 0; /* IE7 and below */
}

/*

Step 1 - Login Boxes - Facebook Enabled 

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-enabled .gl2-radio li span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-enabled .gl2-radio li span.radio-wrapper {
  width: 404px;
}

#gl2-checkout #opc-login #gl2-login-boxes .gl2-radio .checked span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/2_box_checked.gif');
}

#gl2-checkout #opc-login #gl2-login-boxes .gl2-radio span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes .gl2-radio span.radio-wrapper {
  background-image: url('images/bg/2_box.gif');
}

*/

/* Step 1 - Login Boxes - Facebook Disabled */

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-disabled .gl2-facebook-li, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-disabled .gl2-facebook-li {
  display: none;
}

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio li span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio li span.radio-wrapper {
  width: 918px;
}

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper {
  background: none;
}

/* Step 1 - Login Inputs */

#gl2-checkout #opc-login #gl2-login-inputs .input-box label,
#gl2-checkout #gl2-alt-login #gl2-login-inputs .input-box label {
  float: none;
  width: auto;
  text-align: left;
}

#gl2-checkout #opc-login #gl2-login-box-wrap, 
#gl2-checkout #gl2-alt-login #gl2-login-box-wrap {
  position: relative;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-login-header, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-header {
  padding-bottom: 10px;
} 

#gl2-checkout #opc-login #gl2-login-inputs, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs {
  position: absolute;
  top: 60px;
  left: 20px;
}

#gl2-checkout #opc-login #gl2-login-inputs #login-email, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email {
  position: absolute;
  top: -5px;
  left: 130px;
  width: 200px;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-password-header p, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-password-header p {
  margin-bottom: 8px;
}

#gl2-checkout #opc-login #gl2-login-inputs .gl2-new-customer-selection, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs .gl2-new-customer-selection {
  padding-left: 50px;
}

#gl2-checkout #opc-login #gl2-login-inputs .gl2-new-customer-selection span, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs .gl2-new-customer-selection span {
  padding-left: 10px;
  font-weight: bold;
  color: #6E3D8A;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-login-email-address, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-email-address {
    padding-left: 50px;
    margin-top: 7px;
    margin-bottom: 25px;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password {
    position: absolute;
    top: 121px;
    left: 220px;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword {
  position: absolute;
  top: 147px;
  left: 220px;
  width: 200px;
}

#gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword a, 
#gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword a {
  font-size: 10px;
  text-decoration: underline;
}

/* Step 1A - Login - Registration */

#gl2-checkout #opc-login #lapsed-question-box, 
#gl2-checkout #gl2-alt-login #lapsed-question-box {
  margin-top: 10px;
}

#gl2-checkout #opc-login .gl2-taxvat-message, 
#gl2-checkout #gl2-alt-login .gl2-taxvat-message,
#gl2-dashboard .gl2-taxvat-message {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
}

/* Step 1 - Login - Radio Buttons */

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper {
     background-image: none;
}

#gl2-checkout #opc-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper h3, 
#gl2-checkout #gl2-alt-login #gl2-login-boxes.gl2-fb-disabled .gl2-radio .checked span.radio-wrapper h3 {
     padding-left: 0px;
}

/* Step 2 - Prescription Method */ 

#gl2-checkout #opc-custom_step .gl2-message-prescription-ok {
  background-color: #6ce196;
  background-image: url('images/bg/1_box_success.gif');
  background-position: 97.5% 50%;
  background-repeat: no-repeat;
}

/* Step 2 - Prescription Method - All */ 

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .horizontal .gl2-radio span.radio-wrapper {
  height: 268px;
}

/* Step 2 - Prescription Method - Upload Only */ 

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-only-wrapper li span {
  width: 858px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-only-wrapper .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/1_box_checked_notick.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-only-wrapper .gl2-call-optician-li, 
#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-only-wrapper .gl2-transfer-nl-li {
  display: none;
}

/* Step 2 - Prescription Method - Upload and Ring Optician */ 

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-wrapper li span {
  width: 404px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-wrapper .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/2_box_checked.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-wrapper .gl2-radio span.radio-wrapper {
  background-image: url('images/bg/2_box.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-wrapper .gl2-transfer-nl-li {
  display: none;
}

/* Step 2 - Prescription Method - Upload and Transfer to NL */ 

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-transfer-wrapper li span {
  width: 404px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-transfer-wrapper .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/2_box_checked.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-transfer-wrapper .gl2-radio span.radio-wrapper {
  background-image: url('images/bg/2_box.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-transfer-wrapper .gl2-call-optician-li {
  display: none;
}

/* Step 2 - Prescription Method - Upload, Ring Optician and Transfer to NL */ 

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-transfer-wrapper li span {
  width: 272.5px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-transfer-wrapper .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/3_box_checked.gif');
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method .gl2-upload-prescription-transfer-wrapper .gl2-radio span.radio-wrapper {
  background-image: url('images/bg/3_box.gif');
}

/* Step 2 - Prescription Method - 3 Boxes Inputs */

#gl2-checkout #opc-custom_step #checkout-step-prescription_method #upload-prescription-wrap {
  height: 80px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method #gl2-prescription-box-wrap {
  position: relative;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method #upload-prescription {
  position: absolute;
  top: 125px;
  left: 20px;
}

#gl2-checkout #opc-custom_step #checkout-step-prescription_method #upload-prescription input{
  width: 200px;
}

/* Step 2 - Prescription Method - Lens Type */

#gl2-checkout #opc-custom_step #lens-types h3 {
  margin-bottom: 15px;
}

#gl2-checkout #opc-custom_step #lens-types .product-image {
  padding: 15px;
  padding-left: 0px;
  float: left;
}

#gl2-checkout #opc-custom_step #lens-types .product-detail {
  padding: 15px;
  border: 1px solid #6E3D8A;
  margin-right: 12px;
  float: left;
}

/* Step 2 - Prescription Method - Wearer Selection */

#gl2-checkout #opc-custom_step h2.gl2-prescription-who {
  margin: 20px 0;
}

/* Step 2 - Custom Prescription - Select Prescription  */

#gl2-checkout #opc-custom_step #lens-types {
  *margin-top: 13px; /* IE7 and below */
}

#gl2-checkout #opc-custom_step .vertical .gl2-radio li {
  *margin-top: -10px; /* IE7 and below */
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription-selection {
  position: absolute;
  right: 70px;
  top: 22px;
  text-align: right;
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription-selection select {
  width: 350px;
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription-selection .presc-new-prescription img {
  margin-top: 5px;
  margin-right: 5px;
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription-selection .presc-new-prescription a {
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}

/* Step 2 - Custom Prescription - Upload Prescription  */

.gl2-checkout-presc-upload-file-content-body {
    margin: 0;
    padding: 0;
}

.gl2-checkout-presc-upload-filename {
    height: 14px;
    overflow: hidden;
}

.gl2-checkout-presc-upload-filename font {
    color: #6E3D8A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.gl2-checkout-presc-upload-filename a {
    color: #6E3D8A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

/* Step 3 and 4 - Billing and Address */

#gl2-checkout #opc-billing .vertical .gl2-radio li,
#gl2-checkout #opc-shipping .vertical .gl2-radio li {
  *margin-top: -10px; /* IE7 and below */
}

#gl2-checkout #opc-billing #gl2-select-delivery-adr,
#gl2-checkout #opc-shipping #shipping-same-as-billing {
  height: 30px;
}

#gl2-checkout #opc-billing #gl2-select-delivery-adr label,
#gl2-checkout #opc-shipping #shipping-same-as-billing label {
  padding-left: 11px;
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #6E3D8A;
}

/* Step 5 - Shipping Method */

#gl2-checkout #opc-shipping_method .vertical .gl2-radio li {
  *margin-top: -10px; /* IE7 and below */
}

/* Step 6 - Reminders and Reorders - Boxes */

#gl2-checkout #opc-reminder_step #gl2-reminder-step .gl2-radio li span,
#gl2-dashboard #reminderForm #gl2-reminder-step .gl2-radio li span {
  width: 434px;
}

#gl2-checkout #opc-reminder_step .gl2-radio .checked span.radio-wrapper,
#gl2-dashboard #reminderForm .gl2-radio .checked span.radio-wrapper {
  background-image: url('images/bg/2_box_checked.gif');
}

#gl2-checkout #opc-reminder_step .gl2-radio span.radio-wrapper,
#gl2-dashboard #reminderForm .gl2-radio span.radio-wrapper {
  background-image: url('images/bg/2_box.gif');
}

/* Step 6 - Reminders and Reorders - Reminders and Reorders */

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .horizontal .gl2-radio span.radio-wrapper,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .horizontal .gl2-radio span.radio-wrapper {
  height: 415px;
}

/*

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder {
  height: 315px;
}

*/

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-dontsend,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-dontsend {
  height: 20px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li {
  margin-top: 8px;
}

/* Step 6 - Reminders and Reorders - Reminders and Reorders Inputs */

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-step-box-wrap,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-step-box-wrap {
  position: relative;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs {
  position: absolute;
  padding: 0px 20px;
  width: 404px;
  top: 126px;
  left: 0px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-input-days, 
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-input-days,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-input-days, 
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-input-days {
  position: absolute;
  top: -5px;
  left: 165px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-text-on, 
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-text-on,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-text-on, 
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-text-on {
  position: absolute;
  top: -6px;
  left: 72px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-inputs-header, 
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-inputs-header,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-inputs-header, 
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-inputs-header {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs .gl2-reorder-text-days, 
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs .gl2-reorder-text-date, 
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs .gl2-reminder-text-date,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs .gl2-reorder-text-days, 
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs .gl2-reorder-text-date, 
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs .gl2-reminder-text-date {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text {
  padding: 0px 20px;
  width: 404px;
  position: absolute;
  top: 157px;
  left: 0;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text ul,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text ul {
  font-size: 12px;
  padding-left: 4px;
  line-height: 16px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text li,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text li {
    display: list-item;
    float: none;
    font-weight: bold;
    list-style: square outside none;
    margin-bottom: 5px;
    margin-left: 11px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text ul li.gl2-reorder-text-header,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-text ul li.gl2-reorder-text-header {
  list-style-type: disc;
  font-weight: bold;
  font-size: 11px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes {
  position: absolute;
  top: 114px;
  left: 507px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-text-email,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-text-email {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap {
  position: relative;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes #gl2-reminder-sms-wrap,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes #gl2-reminder-sms-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes #gl2-reminder-email-wrap,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes #gl2-reminder-email-wrap {
  position: absolute;
  left: 0px;
  top: 25px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap .gl2-reminder-checkbox-text,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap .gl2-reminder-checkbox-text {
  position: absolute;
  left: 22px;
  top: 5px;
  width: 325px;
  color: #6E3D8A;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number {
  position: absolute;
  left: 173px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs {
  position: absolute;
  top: 180px;
  left: 485px;
  padding: 0px 20px;
}

/* Step 6 - Reminders and Reorders - Reminders Only */

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap .horizontal .gl2-radio  {
  height: 250px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap .horizontal .gl2-radio li.gl2-reorder-li {
  display:none;
}

/* Step 6 - Reminders and Reorders - Reminders Only Inputs */

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reorder-inputs,
#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reorder-text {
  display: none;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-step-box-wrap {
  position: relative;
}

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-inputs #gl2-reminder-input-days {
  position: absolute;
  top: -5px;
  left: 165px;
}

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-inputs #gl2-reminder-text-on {
  position: absolute;
  top: 25px;
}

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-inputs #gl2-reminder-inputs-header {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-inputs .gl2-reminder-text-date {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes {
  position: absolute;
  top: 114px;
  left: 20px;
}

#gl2-dashboard #reminderForm .gl2-reminder-only-wrap #gl2-reminder-checkboxes {
  position: absolute;
  top: 140px;
  left: 20px;
}

#gl2-dashboard #reminderForm .gl2-reminder-only-wrap #gl2-reminder-checkboxes label {
  position: relative;
}

#gl2-dashboard #reminderForm .gl2-reminder-only-wrap #gl2-reminder-checkboxes label input {
  position: relative;
  top: 5px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-text-email,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-text-email {
  font-weight: bold;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-wrap {
  position: relative;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes #gl2-reminder-sms-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes #gl2-reminder-email-wrap {
  position: absolute;
  left: 0px;
  top: 25px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-text,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-checkbox-text {
  position: absolute;
  left: 22px;
  top: 5px;
  width: 325px;
}

#gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
#gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number {
  position: absolute;
  left: 173px;
  top: -1px;
}

#gl2-checkout #opc-reminder_step  #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-inputs {
  position: absolute;
  top: 180px;
  left: 0px;
  padding: 0px 20px;
}

/* Step 6 - Reminders and Reorders - ? */

#gl2-checkout .gl2-reminder-reorder-wrap-load .is_in_reminder #date_picker_interval_value_wrap { display: none; }
#gl2-checkout .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_interval_value_wrap { display: none; }

#gl2-checkout #reorder_date_picker_button,
#gl2-dashboard #reorder_date_picker_button { 
  background-image: url("images/cal-icon.gif");
  background-repeat: no-repeat;
  border: medium none;
    height: 24px;
    width: 24px;
    position: absolute;
    cursor: pointer;
}

#gl2-wrapper #reminder-reorder-overlay-canceldialog h3 { color: #000000; }

/* Step 7 - Payments */

#gl2-checkout #opc-payment #customerbalance_placer { 
  height: 30px;
}

#gl2-checkout #opc-payment #customerbalance_placer label {
  padding-left: 11px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#gl2-checkout #opc-payment .payment-text-info {
  position: absolute;
  padding-left: 15px;
}

#gl2-checkout .vertical .gl2-radio #p_method_cybersourcestored-wrap span.radio-wrapper {
    height: 30px; /* Fixes Webkit browsers from collapsing */
}

#gl2-checkout .vertical .gl2-radio #p_method_cybersourcestored-wrap .checked span.radio-wrapper {
    background-image: url("images/bg/1_box_checked_notick.gif");
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    #gl2-checkout .vertical .gl2-radio #p_method_cybersourcestored-wrap span.radio-wrapper  {
    margin-bottom: -5px;
    }
}

#gl2-checkout .vertical #gl2-creditcard-list .gl2-radio span.radio-wrapper {
    width: 850px;
  margin-left: 70px;
  background-image: url("images/bg/1_box_credit.gif");
  background-color: #E1E1E1;
}

#gl2-checkout .vertical #gl2-creditcard-list .gl2-radio .checked span.radio-wrapper {
  background-image: url("images/bg/1_box_credit_checked.gif");
  background-color: #FFFFFF;
}

#gl2-checkout #opc-payment .vertical .gl2-radio li {
  *margin-top: -10px; /* IE7 and below */
}

#gl2-checkout #opc-payment ul#payment_form_cybersource_soap li .cvv-what-is-this {
  font-size: 10px;
  text-decoration: underline;
  padding-left: 3px;
} 

#gl2-checkout #opc-payment #gl2-checkout-verified-img {
  position: absolute;
  right: 10px;
  top: 10px;
}

#gl2-wrapper .gl2-message-box {
    padding: 20px;
    width: 920px;
    border: 1px solid #BCBBBB;
    position: relative;
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

#gl2-wrapper .gl2-message-error {
    background-color: #ff5a5a;
}

#gl2-wrapper .gl2-message-credit {
    background-color: #fffa71;
}

#gl2-checkout #opc-payment .gl2-payment-wrap ul.form-list {
  margin: 10px 0 1px;
  border: 1px solid #BCBBBB;
  padding: 20px;
  position: relative;
}

#gl2-checkout #opc-payment .gl2-payment-wrap ul.form-list .checkmo-mailing-address { float: left; }

/* Step 8 - Confirmation */

#gl2-checkout #opc-review .data-table td { border: none; }
#gl2-checkout #opc-review .gl2-textbox-wrap { padding: 10px 20px; }
#gl2-checkout #opc-review p { line-height: 1.25; }
#gl2-checkout #opc-review #checkout-review-customer-table { margin-top: 0px; }
#gl2-checkout .one-page-checkout-progress h3 { text-transform:none; }
#gl2-checkout #opc-review address { font-style: normal; }
#gl2-checkout #opc-review #checkout-review-customer-table h3 { margin-bottom: 10px; }
#gl2-checkout #opc-review #checkout-review-customer-table #gl2-order-review-billing h3 { padding-left: 19px; }
#gl2-checkout #opc-review #checkout-review-customer-table #gl2-order-review-delivery h3 { padding-left: 18px; }
#gl2-checkout #opc-review #checkout-review-customer-table #gl2-order-review-shipping h3 { padding-left: 18px; }
#gl2-checkout #opc-review #checkout-review-customer-table #gl2-order-review-payment h3 { padding-left: 20px; }
#gl2-checkout #opc-review #checkout-review-customer-table h3 .gl2-order-review-change { font-size: 9px; }

#gl2-checkout #opc-review #checkout-review-customer-table .content {
  font-size: 12px;
  width: 90%;
  padding-left: 20px;
}

#gl2-checkout #opc-review #checkout-review-customer-table .content p { color: #000; }

#gl2-checkout #opc-review .gl2-order-review-image-col {
  width:20%;
  text-align: center;
}

#gl2-checkout #opc-review .gl2-order-review-image-col .gl2-order-review-image {
  margin-bottom: 20px;
}

#gl2-checkout #opc-review .gl2-order-review-product-col {
  width:40%;
  color: #000;
}

#gl2-checkout #opc-review .gl2-order-review-product {
    margin-bottom: 20px;
  padding-left: 30px;
  line-height: 15px;
}

#gl2-checkout #opc-review .gl2-order-review-product h3 {
    margin-bottom: 4px;
    color: #000;
}

#gl2-checkout #opc-review .gl2-order-review-quantity-col {
  width:15%;
}

#gl2-checkout #opc-review .product-quantity-value {
  text-align: right;
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#gl2-checkout #opc-review .gl2-order-review-cart-price-col {
  width:25%;
  text-align: center;
}

#gl2-checkout #opc-review .gl2-order-review-cart-price-col h2 {
  text-align: right;
  padding-right: 20px;
  font-size: 12px;
  color: #000;
}

#gl2-checkout #opc-review #checkout-review-totals-table {
  font-size: 16px;
  padding: 10px 20px;
}

#gl2-checkout #opc-review #checkout-review-totals-table td {
  font-weight: bold;
  text-align: right;
  font-size: 12px;
}

#gl2-checkout #opc-review .gl2-order-review-total-text-col {
  width:75%;
  text-align: right;
  padding-bottom: 5px;
}

#gl2-checkout #opc-review .gl2-order-review-total-value-col {
  width:10%;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 24px;
}

#gl2-checkout #opc-review .gl2-order-review-total-text-col h2, 
#gl2-checkout #opc-review .gl2-order-review-total-value-col h2 {
  font-size: 20px;
  text-align: right;
  padding-top: 5px;
  color: #000;
}

#gl2-checkout #opc-review .gl2-order-review-total-text-col .gl2-shipping-details { font-size: 12px; }

#gl2-checkout #opc-review #checkout-review-customer-table td,
#gl2-checkout #opc-review #checkout-review-table td,
#gl2-checkout #opc-review #checkout-review-totals-table td {
  *padding-top: 20px; /* IE7 and below only */
  *padding-bottom: 20px; /* IE7 and below only */
}

#gl2-checkout #opc-review .product-attribute {
  font-size: 11px;
  line-height: 1.2;
}

#gl2-checkout #opc-review .product-attribute .product-attribute-header {
  font-weight: bold;
}

#gl2-checkout #opc-review .checkout-agreements .agreement-content {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    display: none;
    height: 10em;
    overflow: auto;
    padding: 5px;
}

#gl2-checkout #opc-review #gl2-checkout-review-agreement ol { padding: 0; margin: 0; }
#gl2-checkout #opc-review #gl2-order-review-agreement .agree { padding-left: 595px; padding-left: 545px\9; }
#gl2-checkout #opc-review #gl2-order-review-agreement .checkout-agreements input.checkbox { margin-top: -2px; }
#gl2-checkout #opc-review #gl2-order-review-agreement { border: 0; height: 30px; padding: 0 20px; }
#gl2-checkout #opc-review #gl2-order-review-agreement label .gl2-checkout-review-agreement-text { font-size: 14px; font-weight: bold; padding-left: 11px; }
#gl2-checkout #opc-review #gl2-order-review-agreement label .gl2-checkout-review-agreement-text a { text-decoration: underline; }

/*////////////////////////////
?. Order Success
////////////////////////////*/

#gl2-wrapper .checkout-success-div h2,
#gl2-wrapper #checkout-raf-success-div h2 { margin-bottom: 10px; }

/*////////////////////////////
?. Postcode validation
////////////////////////////*/

#gl2-checkout .gl2-address-autocomplete, 
#gl2-checkout #optician_selector,
#gl2-dashboard #address_select {
    background-color: #FFFFFF;
    border: 1px solid #6E3D8A;
    display: none;
    height: 150px;
  margin-left: 177px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 390px;
}

#gl2-checkout .gl2-address-autocomplete, 
#gl2-checkout #optician_selector {
  margin-top: 5px;
}

#gl2-checkout #optician_selector,
#gl2-dashboard #address_select {
  margin-bottom: 5px;
}

#gl2-checkout .gl2_select_span {
  color: #000;
  border: 1px solid #6E3D8A;
}

/*////////////////////////////
?. Ajax Loading
////////////////////////////*/

#gl2-checkout .please-wait { margin-right: 10px; float: right; margin-top: 10px; }

/*/////////////////////
?. UK / GBP-NL / IE specifics
/////////////////////*/

.getlensescouk #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder,
.gpbgetlensesnleng #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder,
.getlensesie #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder {
  height: 415px;
}

.getlensescouk #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li,
.gpbgetlensesnleng #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li,
.getlensesie #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li {
    display: none;
}

.getlensescouk #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder,
.gpbgetlensesnleng #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder,
.getlensesie #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder {
  height: 345px;
}

.getlensescouk .gl2-reminder-reorder-wrap-load .is_in_reorder #customer_days_worn_info_wrap,
.gpbgetlensesnleng .gl2-reminder-reorder-wrap-load .is_in_reorder #customer_days_worn_info_wrap,
.getlensesie .gl2-reminder-reorder-wrap-load .is_in_reorder #customer_days_worn_info_wrap {
    position: absolute;
    left: 187px;
    top: 133px;
}

.getlensescouk .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_calendar_wrap,
.gpbgetlensesnleng .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_calendar_wrap,
.getlensesie .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_calendar_wrap {
    position: absolute;
    left: 218px;
    top: 190px;
}

.getlensescouk .gl2-reminder-reorder-wrap-load .is_in_reminder #date_picker_calendar_wrap,
.gpbgetlensesnleng .gl2-reminder-reorder-wrap-load .is_in_reminder #date_picker_calendar_wrap,
.getlensesie .gl2-reminder-reorder-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    position: absolute;
    left: 638px;
    top: 214px;
}

.getlensescouk .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_interval_value_wrap,
.gpbgetlensesnleng .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_interval_value_wrap,
.getlensesie .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_interval_value_wrap {
    font-weight: bold;
    left: 20px;
    position: absolute;
    top: 230px;
    width: 350px;
}

.getlensescouk #reminderForm #reorder_customer_cards,
.gpbgetlensesnleng #reminderForm #reorder_customer_cards,
.getlensesie #reminderForm #reorder_customer_cards {
  position: absolute;
    left: 20px;
    top: 385px;
    color: #6E3D8A;
}

.getlensescouk #reminderForm #reorder_customer_cards select,
.gpbgetlensesnleng #reminderForm #reorder_customer_cards select,
.getlensesie #reminderForm #reorder_customer_cards select {
  position: absolute;
    left: 0px;
    top: 25px;
}

.getlensescouk #reminderForm #reorder_interval_select, 
.gpbgetlensesnleng #reminderForm #reorder_interval_select, 
.getlensesie #reminderForm #reorder_interval_select {
  font-weight: bold;
  color: #6E3D8A;
    left: 20px;
    position: absolute;
    top: 230px;
    width: 350px;
}

.getlensescouk #reminderForm .is_in_reminder #reorder_interval_select,
.gpbgetlensesnleng #reminderForm .is_in_reminder #reorder_interval_select,
.getlensesie #reminderForm .is_in_reminder #reorder_interval_select { display: none; }

.getlensescouk #reminderForm .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap, 
.gpbgetlensesnleng #reminderForm .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap, 
.getlensesie #reminderForm .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    left: 20px;
    position: absolute;
    top: 240px;
}


/*/////////////////////
?. ES specifics
/////////////////////*/

.getlenseses #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder {
  height: 415px;
}

.getlenseses #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio li.gl2-reminder-dontsend-li {
    display: none;
}

.getlenseses #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap .gl2-radio span.radio-wrapper.gl2-reminder-reminder {
  height: 345px;
}

.getlenseses #gl2-checkout #opc-login #gl2-login-inputs #login-email, 
.getlenseses #gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email {
    left: 77px;
}

.getlenseses #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
.getlenseses #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password {
    left: 229px;
}

.getlenseses #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
.getlenseses #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword {
    left: 229px;
}

.getlenseses .gl2-reminder-reorder-wrap-load .is_in_reorder #customer_days_worn_info_wrap {
    position: absolute;
    left: 205px;
    top: 162px;
}

.getlenseses .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_calendar_wrap {
    position: absolute;
    left: 218px;
    top: 224px;
}

.getlenseses .gl2-reminder-reorder-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    position: absolute;
    left: 685px;
    top: 214px;
}

.getlenseses .gl2-reminder-reorder-wrap-load .is_in_reorder #date_picker_interval_value_wrap {
    position: absolute;
    left: 20px;
    top: 275px;
    width: 250px;
    font-weight: bold;
}

.getlenseses #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-text-on, 
.getlenseses #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-text-on, 
.getlenseses #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reorder-inputs #gl2-reorder-text-on, 
.getlenseses #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-reorder-wrap #gl2-reminder-inputs #gl2-reminder-text-on {
  left: 141px;
    position: absolute;
    top: 28px;
}

.getlenseses #reminderForm #reorder_customer_cards {
  position: absolute;
    left: 20px;
    top: 415px;
    color: #6E3D8A;
}

.getlenseses #reminderForm #reorder_customer_cards select {
  position: absolute;
    left: 0px;
    top: 25px;
}

.getlenseses #reminderForm #reorder_interval_select {
  font-weight: bold;
  color: #6E3D8A;
    left: 20px;
    position: absolute;
    top: 275px;
    width: 350px;
}

.getlenseses #reminderForm .is_in_reminder #reorder_interval_select { display: none; }

/*/////////////////////
?. IT specifics
/////////////////////*/

.getlensesit #gl2-checkout #opc-login #gl2-login-inputs #login-email, 
.getlensesit #gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email {
    left: 137px;
}

.getlensesit #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
.getlensesit #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password {
    left: 208px;
}

.getlensesit #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
.getlensesit #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword {
    left: 208px;
}

.getlensesit #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
.getlensesit #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number {
    left: 201px;
    position: absolute;
    top: 0;
}

.getlensesit .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    position: absolute;
    left: 166px;
    top: 215px;
}

.getlensesit #reminderForm .is_in_reminder #reorder_interval_select { display: none; }

/*/////////////////////
?. DE specifics
/////////////////////*/

.getlensesde #gl2-checkout #opc-login #gl2-login-inputs #login-email, 
.getlensesde #gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email {
    left: 172px;
}

.getlensesde #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
.getlensesde #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password {
    left: 235px;
}

.getlensesde #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
.getlensesde #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword {
    left: 235px;
}

.getlensesde #reminderForm .is_in_reminder #reorder_interval_select { display: none; }

.getlensesde .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    left: 175px;
    position: absolute;
    top: 200px;
}

.getlensesde #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number, 
.getlensesde #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number {
    left: 145px;
    position: absolute;
    top: 3px;
}

/*/////////////////////
?. BE / NL specifics
/////////////////////*/

.getlensesbe #gl2-checkout #opc-login #gl2-login-inputs #login-email, 
.getlensesbe #gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email,
.eurgetlensesnldut #gl2-checkout #opc-login #gl2-login-inputs #login-email, 
.eurgetlensesnldut #gl2-checkout #gl2-alt-login #gl2-login-inputs #login-email {
    left: 120px;
}

.getlensesbe #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
.getlensesbe #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password,
.eurgetlensesnldut #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-password, 
.eurgetlensesnldut #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-password {
    left: 240px;
}

.getlensesbe #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
.getlensesbe #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword,
.eurgetlensesnldut #gl2-checkout #opc-login #gl2-login-inputs #gl2-login-forgotpassword, 
.eurgetlensesnldut #gl2-checkout #gl2-alt-login #gl2-login-inputs #gl2-login-forgotpassword {
    left: 240px;
}

.getlensesbe .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap,
.eurgetlensesnldut .gl2-reminder-only-wrap-load .is_in_reminder #date_picker_calendar_wrap {
    position: absolute;
    left: 166px;
    top: 215px;
}

.getlensesbe #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
.eurgetlensesnldut #gl2-checkout #opc-reminder_step #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
.getlensesbe #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number,
.eurgetlensesnldut #gl2-dashboard #reminderForm #gl2-reminder-step.gl2-reminder-only-wrap #gl2-reminder-checkboxes .gl2-reminder-input-number {
    left: 143px;
    top: 0;
}

.getlensesbe #reminderForm .is_in_reminder #reorder_interval_select,
.eurgetlensesnldut #reminderForm .is_in_reminder #reorder_interval_select { display: none; }

/*/////////////////////
?. Anas' Checkout #2
/////////////////////*/

/**
CSS Replacements

input[type="radio"] + span  to span.radio-wrapper
input[type="radio"]:checked + span to .checked span.radio-wrapper

**/ /** hide dummmy submit buttons for when you press enter in form **/
#gl2-checkout input.submit-hide {
  padding: 0;
  border: none;
  height: 0;
  width: 0;
}

#gl2-checkout #opc-login #gl2-login-boxes .gl2-radio li span {
  width: auto;
}

#gl2-checkout .gl2-message-credit .gl2-store-credit-text {
  padding-left: 0px;
}

/** end remove **/
#gl2-checkout #opc-login #gl2-login-boxes .gl2-radio li .radio-wrapper {
  width: 404px;
}

#gl2-checkout .page-title {
  display: none;
}

/** Review section **/
#gl2-checkout #checkout-review-customer-table .complete p {
  text-align: left;
}

#checkout-review-totals-table .gl2-store-credit-remove {
  font-size: 9px;
}

/** Prescription option colours **/
.presc-item-already-verified {
  color: #446423;
}

.disabledOption {
  color: #BCBBBB;
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription-selection select {
  width: 375px;
  height: 22px;
}

.dropdownselect {
  position: absolute;
  right: 0;
}

#gl2-checkout #opc-custom_step .wearer-optician-detail .wearer_list .prescription_selection_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 352px -1px transparent;
  width: 368px;
  left: 0px;
}

#gl2-checkout  .prescription_selection {
  width: 300px;
}

.gl2_select_span {
  height: 20px;
  position: absolute;
  padding-left: 5px;
  padding-top: 2px;
  text-align: left;
  border: 1px solid;
}

#gl2-checkout .gl2_country_select_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 267px -1px transparent;
  width: 282px;
  left: 177px;
}

#gl2-checkout .gl2_country_select {
  width: 289px;
}

#gl2-checkout .gl2_date_day_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 30px -1px transparent;
  width: 45px;
  left: 177px;
}

#gl2-checkout .gl2_date_day {
  width: 52px;
}

#gl2-checkout .gl2-prefix_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 46px -1px transparent;
  width: 62px;
}

#gl2-checkout .gl2-prefix {
  width: 69px;
}

#gl2-checkout .lapsed-question-select_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 109px -1px transparent;
  width: 125px;
}

#gl2-checkout .lapsed-question-select {
  width: 125px;
}

#gl2-checkout .gl2_date_month_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 64px -1px transparent;
  width: 80px;
}

#gl2-checkout .gl2_date_month {
  width: 87px;
}

#gl2-checkout .gl2_date_year_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 34px -1px transparent;
  width: 50px;
}

#gl2-checkout .gl2_date_year {
  width: 57px;
}

#gl2-checkout .reorder_period_select_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 70px -1px transparent;
  width: 85px;
}

#gl2-checkout .reorder_period_select {
  width: 92px;
}

#gl2-checkout .reminder_period_select_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 74px -1px transparent;
  width: 90px;
}

#gl2-checkout .reminder_period_select {
  width: 97px;
}

#gl2-checkout .gl2_payment_cc_types_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 199px -1px transparent;
  width: 215px;
}

#gl2-checkout .gl2_payment_cc_types { width: 222px; }

#gl2-checkout .gl2_payment_cc_month_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 95px -1px transparent;
  width: 111px;
}

#gl2-checkout .gl2_payment_cc_month { width: 118px; }

#gl2-checkout .gl2_payment_cc_year_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 39px -1px transparent;
  width: 55px;
}

#gl2-checkout .gl2_payment_cc_year {
  width: 62px;
}

#gl2-checkout .gl2CheckBox_checked {
  background-image: url("images/check_tick.gif");
  /*background-position: 0 24px;*/
  background-repeat: no-repeat;
  background-position: 0px 5px;
  /*padding-left: 26px;*/
  padding-bottom: 5px;
  position: absolute;
  width: 400px;
}

#gl2-checkout .gl2CheckBox_unchecked {
  background-image: url("images/check_untick.gif");
  /*background-position: 0 24px;*/
  background-repeat: no-repeat;
  background-position: 0px 5px;
  /*padding-left: 26px;*/
  padding-bottom: 5px;
  position: absolute;
  width: 400px;
}

.gl2-upload-file-list { /*overflow: auto;*/
  height: 60px;
  width: 260px;
  margin-top: 5px;
}

.gl2-upload-comma {
  padding-top: 6px;
  float: left;
}

.gl2-upload-each-file {
  height: 16px;
  /*float:left;*/ /*max-width:80px;*/
  overflow: hidden;
}

.gl2-reminder-presc-expiry-msg {
  width: 450px;
  margin-top: 30px;
  margin-left: -155px
}

/* *** For Dashboard Reminder Section *** */
.gl2-dashboard-reminder-presc-expiry-msg {
  /*width:450px; margin-top:50px; margin-left:155px*/
}

#gl2-reorder-inputs {
  position: absolute;
  width: 404px;
  top: 325px;
  left: 270px;
}

#gl2-reminder-inputs {
  position: absolute;
  top: 410px;
  left: 270px;
  padding: 0px 20px;
}

#gl2-reminder-checkboxes {
  position: absolute;
  top: 450px;
  left: 290px;
  width: 300px;
}

#gl2-all-valid-presc-update {
  margin-top: 5px;
}

.gl2-checkout-presc-upload-filename {
  height: 14px;
  overflow: hidden;
}

.gl2-checkout-presc-upload-filename a {
  color: #6E3D8A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.gl2-checkout-presc-upload-filename font {
  color: #6E3D8A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.gl2-checkout-presc-upload-file-content-body {
  padding: 0px;
  margin: 0px;
}

#paypal_special {
  display: block;
  font-weight: bold;
}

.gl2-optician-lens-product-show {
  display: block;
}

.gl2-optician-lens-product-hide {
  display: none;
}

.gl2-optician-lookup-popup-wrap {
  padding: 0;
  margin: 0;
  display: block;
  font-family: arial;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.gl2-optician-lookup-popup {
  color: #000000;
  text-decoration: none;
  font-family: Arial;
  font-size: 9pt;
}

.gl2-optician-lookup-popup-wrap-hover {
  padding: 0;
  margin: 0;
  display: block;
  font-family: arial;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
  background-color: #E2D8E8;
}

/* Checkout specific */

#gl2-checkout .gl2-optician-lookup-popup-wrap {
  padding: 0;
  margin: 0;
  display: block;
  font-family: arial;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

#gl2-checkout .gl2-optician-lookup-popup {
  color: #000000;
  text-decoration: none;
  font-family: Arial;
  font-size: 9pt;
}

#gl2-checkout .gl2-optician-lookup-popup-wrap-hover {
  padding: 0;
  margin: 0;
  display: block;
  font-family: arial;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
  background-color: #E2D8E8;
}

#gl2-checkout .gl2-optician-lookup-popup-wrap-hover a:hover {
  color: #000000;
  text-decoration: none;
}

#gl2-checkout .gl2-postcode-lookup-popup,
#gl2-dashboard .gl2-postcode-lookup-popup {
  color: #000000;
  text-decoration: none;
  font-size: 9pt;
}

#gl2-checkout .gl2-postcode-lookup-popup-wrap,
#gl2-dashboard .gl2-postcode-lookup-popup-wrap {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
}

#gl2-checkout .gl2-postcode-lookup-popup-wrap-hover,
#gl2-dashboard .gl2-postcode-lookup-popup-wrap-hover {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 9pt;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  cursor: pointer;
  background-color: #E2D8E8;
}

#gl2-checkout .gl2-postcode-lookup-popup-wrap-hover a:hover,
#gl2-dashboard .gl2-postcode-lookup-popup-wrap-hover a:hover {
  color: #000000;
  text-decoration: none;
}

#gl2-checkout #found_us_info_span {
  background: url("images/dropdownicon.gif") no-repeat scroll 274px -1px transparent;
  width: 290px;
}

#gl2-checkout #found_us_info {
  width: 297px;
}

/* Credit card overlay message */

#cctopmsg {
    background-color: #A587BE;
    color: #FFFFFF;
    padding: 3px 2px 2px 6px;
    text-align: left;
}

.getlenseses #show-cc-issue {
                display:none;
}
