/* TEIL VON NORMCHECKOUT */
/* CSS Document */

#norm_checkout a.norm_checkout_product_link{
  color:black!important;
  text-decoration:underline!important;
}

#norm_checkout a.norm_checkout_product_link:hover{
  color:black!important;
  text-decoration:underline!important;
}

#norm_checkout {
  text-align:left;
  margin: 0 0 50px 0;
  font-size: 14px;
  line-height:18px;
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    display: inline;
}

#norm_checkout td {
  font-size: 14px;
  line-height:18px;
}

#norm_checkout p {
  margin:0;
  padding:0;
}

#norm_checkout p + p {
  margin-top:9px;
}

#norm_checkout b {
  font-weight:bold;
}

#norm_checkout a {
  text-decoration:underline;
  color:blue !important;
}

#norm_register_container a{
color:blue !important;
}

#norm_checkout div {
  margin-left: 0px;
}

.norm_cart_picture img  {
    width: 60px;
    display: block;
    border: 1px solid lightgray;
}

.norm_contentbox{
  border:1px solid #d8d8d8;
  background-color:#efefef;
  border-radius: 5px;
  padding:15px;
  margin-bottom:10px;
  width:510px;
  clear:both;
  text-align:left;
}

.norm_contentwidth {
  width:474px;
}

.norm_contentbox_narrow{
  border:1px solid #d8d8d8;
  background-color:#efefef;
  border-radius: 5px;
  padding:15px;
  margin-bottom:10px;
  width:350px;
}

.norm_error_box{
  border: 3px solid red;padding:5px;margin-bottom:10px;width:458px;
}

.norm_error_box_narrow{
  border: 3px solid red;padding:5px;margin-bottom:10px;width:368px;
}

.norm_table {
  margin-bottom:15px;
  margin-left:30px;
}

.norm_table tr td {
  padding: 4px 0;
}

.norm_table tr td {
  text-align:right;
}

.norm_table tr td+td, .norm_table tr td[colspan="2"] {
  text-align:left;
  width:auto;
}

#norm_checkout label {
    padding: 0 4px 0 0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

#norm_checkout #id_checkout2 label, #contentbox_payment label, #contentbox_shipping label {
    display: block !important;
    width: 480px;
    margin-bottom: 8px !important;
    margin-top: 12px!important;
}

#norm_checkout #contentbox_payment #bankeinzug_table label, #norm_checkout #payment_form_Bankeinzug #bankeinzug_table label{
    width: 186px;
}

#paymentform_bankeinzug {
    margin-top: 15px;
}

#contentbox_shipping label img{
    margin-top: -20px !important;
}

#id_checkout2 .norm_payment_info    {
    font-size: 12px;
    margin-left: 25px !important;
}

.norm_payment_icon  {
    float: right;
    margin-top: -6px;
}

#norm_checkout input[type="text"], #norm_checkout input[type="date"], #norm_checkout input[type="password"], #norm_checkout input[type="email"], #norm_checkout input[type="number"], #norm_checkout select, #norm_checkout textarea {
  border:1px solid #999;
  border-radius:3px;
  font-size:14px;
}

#norm_checkout input[type="text"], #norm_checkout input[type="date"], #norm_checkout input[type="password"], #norm_checkout input[type="email"], #norm_checkout input[type="number"], #norm_checkout textarea {
  padding:6px;
}

#norm_checkout select {
  padding:6px 6px 6px 3px;
}

#norm_checkout input[type="text"]:focus, #norm_checkout input[type="password"]:focus, #norm_checkout input[type="email"]:focus, #norm_checkout input[type="number"]:focus, #norm_checkout textarea:focus, #norm_checkout select:focus {
    background:#ffe;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
#norm_checkout select option {
    background:#fff;
}

.radio_checkbox_set {
    color:#999999;
    margin-bottom:7px;
    display:block;
}

#norm_checkout input[type="checkbox"], #norm_checkout input[type="radio"] {
	width: 18px;
	height: 18px;
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
}
#norm_checkout input[type="checkbox"] + label, #norm_checkout input[type="radio"] + label {
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	padding: 0 25px 0 10px;
}
#norm_checkout:not(#foo) input[type="checkbox"], #norm_checkout:not(#foo) input[type="radio"] {
	position: absolute;
	left: -3000px;
}
#norm_checkout:not(#foo) input[type="checkbox"] + label, #norm_checkout:not(#foo) input[type="radio"] + label {
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	padding: 6px 15px 0 33px;
	margin: 0 10px 0 -4px;
}
#norm_checkout:not(#foo) input[type="checkbox"] + label:hover, #norm_checkout:not(#foo) input[type="radio"] + label:hover {
    background-color:#f7f7f7;
    border-radius:5px;
}
#norm_checkout:not(#foo) label[for="newsletter_flag"] {
	white-space: nowrap;
}
#norm_checkout:not(#foo) input[type="checkbox"] + label:before, #norm_checkout:not(#foo) input[type="radio"] + label:before {
	content: "";
	display: block;
	float:left;
	height: 28px;
	margin: -5px 5px 0 -33px;
	vertical-align: middle;
	width: 28px;
}
#norm_checkout:not(#foo) input[type="checkbox"] + label:before {
	background: url(/assets/img/norm_checkout/input_checkbox_2.png) -28px top no-repeat;
}
#norm_checkout:not(#foo) input[type="checkbox"] + label:hover:before {
	background: url(/assets/img/norm_checkout/input_checkbox_2.png) -56px top no-repeat;
}
#norm_checkout:not(#foo) input[type="checkbox"]:checked + label:before {
	background: url(/assets/img/norm_checkout/input_checkbox_2.png) left top no-repeat;
}
#norm_checkout:not(#foo) input[type="checkbox"]:disabled + label:before {
	background: url(/assets/img/norm_checkout/input_checkbox_2.png) -84px top no-repeat;
}
#norm_checkout:not(#foo) input[type="radio"] + label:before {
	background: url(/assets/img/norm_checkout/input_radio_2.png) -28px top no-repeat;
}
#norm_checkout:not(#foo) input[type="radio"] + label:hover:before {
	background: url(/assets/img/norm_checkout/input_radio_2.png) -56px top no-repeat;
}
#norm_checkout:not(#foo) input[type="radio"]:checked + label:before {
	background: url(/assets/img/norm_checkout/input_radio_2.png) left top no-repeat;
}
#norm_checkout:not(#foo) input[type="radio"]:disabled + label:before {
	background: url(/assets/img/norm_checkout/input_radio_2.png) -84px top no-repeat;
}








#norm_checkout .norm_form_spacer {
  display:inline-block;
  width:6px;
  text-align:center;
}

.norm_step_number {
  margin:0 0 0 -31px;
  display:block;
  float:left;
  width:30px;
  height:30px;
  background: url(/assets/img/norm_checkout/norm_step_number_bg_edit.png) no-repeat;
  text-align:right;
  font-weight:bold;
  color: #fff;
  font-size:26px;
  font-style:italic;
  font-family:Georgia;
  line-height:24px;
}

#norm_checkout h2.norm_step_heading {
  color:#333;
  font-size:18px;
  font-style:italic;
  font-family:Georgia;
  line-height:28px;
  font-weight:normal;
  background:#d8d8d8;
  height:30px;
  padding:0 0 0 20px;
  margin:0 0 20px -1px;
  float:left;
}

#norm_checkout h2.norm_step_heading:after {
	content: url(/assets/img/norm_checkout/norm_step_number_bg.png);
	display:block;
	float:right;
	position:relative;
	left:15px;
}

#norm_checkout h3.norm_step_heading {
  font-size:17px;
  color:#333;
  line-height:28px;
  font-weight:normal;
  padding:0;
  margin:-7px 0 13px 0;
}

#norm_checkout h4.norm_step_heading {
  font-size:14px;
  color:#333;
  line-height:21px;
  font-weight:normal;
  height:21px;
  padding:0;
  margin:1px 0 2px 0;
  text-transform:none;
}

#norm_checkout .norm_table tr td h3.norm_step_heading {
  margin:16px 0 7px 0;
}

.norm_label_extension {
  font-style:italic;
  color:#999;
}

#norm_progress_bar_container {
    margin:0 0 10px 0;
    overflow:hidden;
    line-height:18px;
    font-size:14px;
}

.norm_progress_bar {
  color:#333333;
  float:left;
  border: 1px solid #bababa;
  border-radius:5px;
  padding:15px !important;
  margin:0 10px 0 0;
  background-color:#d8d8d8;
}

a.norm_progress_bar {
    background-color:#d8d8d8 !important;
    border: 1px solid #bababa !important;
}

.norm_progress_bar_optional {
  color:#333;
  float:left;
  border: 1px solid #d8d8d8;
  padding:15px;
  margin:0px 5px 0 0;
  background-color:#ffffef;
}

a.norm_progress_bar:hover {
  background-color:white;
  color:#333;
}

/* Darf shopspezifisch (!important) überschrieben werden */
.norm_progress_active {
  color:#333333 ;
  float:left;
  border: 1px solid #d9d9ad;
  border-radius:5px;
  padding:15px;
  margin:0 10px 0 0;
  background-color:#ffffcc;
  text-decoration:none;
  cursor:default;
}

a.norm_progress_active:hover {
  background-color:#ffffcc;
  color:#333;
}

.norm_payment_info {
  border-radius: 5px;
  background-color:white;
  padding: 5px 15px 5px 15px;
  margin: 5px 0px 5px 7px ! important;
}

.norm_input {
  padding: 5px 4px 5px 4px  ! important;
  display: block;
}

.norm_input:hover {
  background-color: #f7f7f7;
}

#norm_checkout1_vorteile {
  padding: 0px;
}

#norm_checkout1_vorteile li {
  margin-left: 0px;
  list-style-type : none;
  height : 25px;
  vertical-align : middle;
  padding-left : 35px;
}

#norm_checkout_vorteile {
  float:left;
  margin-left:20px !important;
  display:none;
}

.norm_checkout_advice {
    border-color:#dedeab;
    background-color:#ffffcc;
}

#norm_progress_bar_clearer {
    clear:both;
}

.norm_button_container{
  margin: 0 0 10px 0;
  float:left;
  clear:both;
}

.error_register{
 	border:3px solid red ! important;
}

.norm_adress_box{
  border:1px solid #d8d8d8;
  background-color:#efefef;
  border-radius: 5px;
  padding:15px;
  margin: 0px 10px 10px 0px;
  width:200px;
  float:left;
}

.norm_adress_box_div{
  display:block;
  padding: 15px ! important;
  border-radius: 5px;
}

.norm_adress_box label:hover{
  background-color: #f7f7f7;
}

.norm_adress_box input{
  float:left;
}

.norm_adress_box input[type=radio], .norm_adress_box input[type=checkbox]{
  float:none;
}

.norm_adress_box_title{
  font-weight:bold;
  display:block;
}

.norm_adress_box_adress{
  display:block;
}

.norm_adress_box_title + .norm_adress_box_title, .norm_adress_box_adress + .norm_adress_box_adress, .norm_adress_box_title + .norm_adress_box_adress {
  margin-top: 9px;
}

.norm_help_bubble_outer{
  position:absolute;width:200px;border:none;margin-left:10px;
}

.norm_help_bubble_inner{
  display:block;border:1px solid #999;position:relative;width:200px;background-color:white;top:-8px;
  padding:5px;
  color:#555555;
}

.norm_help_bubble_arrow{
  position:absolute;left:-10px;
}

/*
Folgt auf ein Input ein span mit Title=help ist es wohl eine Helpbubble, nur bei Hover einblenden
*/
input + span[title = "help"]{
  visibility:hidden;
}

/* sko - 16.01.2014 ---> Muss focus statt hover sein, sonst löst es einen Bug aus, der auf dem IPad bewirkt, dass der Kunde bei der Registrierung kein Passwort eingeben kann. Uncool.*/
input:focus + span[title = "help"]{
  visibility:visible;
}

.norm_cart_item_table {
    border:0!important;
    margin-top:-33px;
}

.norm_cart_item_table td {
    padding: 5px;
    vertical-align: top;

}

.norm_cart_item_table_slim {
    padding-top:0!important;
}

.monospaced {
    font-family: "Courier New", Consolas, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; white-space: nowrap;
}

.norm_cart_item_quantity {
    padding-right:8px;
}

.norm_cart_item_gesprice    {
    padding-right: 7px;
}

.norm_checkout_linkicon {
    padding-left:13px;
    color: blue!important;
    background:url(/assets/img/norm_checkout/norm_checkout_linkicon.png) no-repeat 0 4px;
}

.norm_checkout_linkicon_back {
    padding-left:13px;
    color: blue!important;
    background:url(/assets/img/norm_checkout/norm_checkout_linkicon_back.png) no-repeat 0 4px;
}

.norm_checkout_hook {
    margin:-2px -5px -3px 5px;
    border:0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.norm_button {
    display:inline;
    border:none;
    cursor:pointer;
    margin:0 6px 0 0;
    padding:0;
    overflow:visible;
    background:transparent none;
    position:relative;
    top:-1px;
}

.norm_button span, #iPaymentSubmit {
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:26px;
    height:28px;
    border-top:   1px solid #aed26c;
    border-right: 1px solid #85a647;
    border-bottom:1px solid #688a2a;
    border-left:  1px solid #aed26d;
    background-color:#93c33c;
    background-image: url(/assets/img/norm_checkout/norm_button_large_bg.png);
    background-position:0 -1px;
    background-repeat:repeat-x;
    border-radius:3px;
    margin:0;
    padding:0 18px 0 18px;
    white-space:nowrap;
}


#iPaymentSubmit {
    margin-top: 25px !important;
}


.norm_button:hover span, .norm_button:focus span, #iPaymentSubmit:hover {
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:26px;
    height:28px;
    border-top:   1px solid #688a2a;
    border-right: 1px solid #aed26d;
    border-bottom:1px solid #aed26c;
    border-left:  1px solid #85a647;
    background-color:#559015;
    background-image: url(/assets/img/norm_checkout/norm_button_large_bg.png);
    background-position:0 -1px;
    background-repeat:repeat-x;
    border-radius:3px;
    margin:0;
    padding:0 18px 0 18px;
    white-space:nowrap;
}


.norm_button_grey {
    display:inline;
    border:none;
    cursor:pointer;
    margin:0 6px 0 0;
    padding:0;
    overflow:visible;
    background:transparent none;
    position:relative;
    top:-1px;
}

.norm_button_grey span {
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:26px;
    height:28px;
    border-top:   1px solid #b6b6b6;
    border-right: 1px solid #989898;
    border-bottom:1px solid #838383;
    border-left:  1px solid #b7b7b7;
    background-color:#9f9f9f;
    background-image: url(/assets/img/norm_checkout/norm_button_large_bg.png);
    background-position:0 -1px;
    background-repeat:repeat-x;
    border-radius:3px;
    margin:0;
    padding:0 18px 0 18px;
    white-space:nowrap;
}

.norm_button_grey:hover span, .norm_button_grey:focus span {
    border-top:   1px solid #838383;
    border-right: 1px solid #b7b7b7;
    border-bottom:1px solid #b6b6b6;
    border-left:  1px solid #989898;
    background-color:#888888;
}






.norm_button_large {
    display:inline;
    border:none;
    cursor:pointer;
    margin:0 10px 0 0;
    padding:0;
    overflow:visible;
    background:transparent none;
}

.norm_button_large span {
    display:block;
    color:#fff;
    font-size:25px;
    font-weight:normal;
    line-height:50px;
    height:52px;
    border-top:   1px solid #aed26c;
    border-right: 1px solid #85a647;
    border-bottom:1px solid #688a2a;
    border-left:  1px solid #aed26d;
    background-color:#93c33c;
    background-image: url(/assets/img/norm_checkout/norm_button_large_bg.png);
    background-position:0 -1px;
    background-repeat:repeat-x;
    border-radius:5px;
    margin:0;
    padding:0 36px 0 36px;
    white-space:nowrap;
}

.norm_button_large:hover span, .norm_button_large:focus span {
    border-top:   1px solid #688a2a;
    border-right: 1px solid #aed26d;
    border-bottom:1px solid #aed26c;
    border-left:  1px solid #85a647;
    background-color:#559015;
}

.norm_button_large_grey {
    display:inline;
    border:none;
    cursor:pointer;
    margin:0 10px 0 0;
    padding:0;
    overflow:visible;
    background:transparent none;
}

.norm_button_large_grey span {
    display:block;
    color:#fff;
    font-size:25px;
    font-weight:normal;
    line-height:50px;
    height:52px;
    border-top:   1px solid #b6b6b6;
    border-right: 1px solid #989898;
    border-bottom:1px solid #838383;
    border-left:  1px solid #b7b7b7;
    background-color:#9f9f9f;
    background-image: url(/assets/img/norm_checkout/norm_button_large_bg.png);
    background-position:0 -1px;
    background-repeat:repeat-x;
    border-radius:5px;
    margin:0;
    padding:0 36px 0 36px;
    white-space:nowrap;
}

.norm_button_large_grey:hover span, .norm_button_large_grey:focus span {
    border-top:   1px solid #838383;
    border-right: 1px solid #b7b7b7;
    border-bottom:1px solid #b6b6b6;
    border-left:  1px solid #989898;
    background-color:#888888;
}

.norm_button_large_last span {
    background-image: url(/assets/img/norm_checkout/norm_button_large_last.png);
    background-position:-24px -1px;
    background-repeat:no-repeat;
    padding-left:75px !important;
}

.norm_button_large_next span {
    background-image: url(/assets/img/norm_checkout/norm_button_large_next.png);
    background-position:-24px -1px;
    background-repeat:no-repeat;
    padding-left:75px !important;
}

/* NORM PROFIL */

.norm_table_solitary tr td, .norm_table_solitary tr th    {
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 25px;
}

.normcheckout_order_even    {
    background: #f9f9f9;
}

.norm_checkout_additional_text  {
    display:block;
    margin-bottom: 15px !important;
}

.order_versendet    {
color: green;
display:block;
margin-top: 5px;
margin-bottom: 10px;
font-weight:bold;
}

.order_bearbeitung  {
color: orange;
display:block;
margin-top: 5px;
margin-bottom: 10px;
font-weight: bold;
}

.order_offen    {
color: darkorange;
display:block;
margin-top: 5px;
margin-bottom: 10px;
font-weight: bold;
}

.order_storniert{
    color: red;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.norm_checkout_notavailable {
    font-size: 12px;
    background: #f9f9f9;
}

.norm_checkout_coupon_table tr td {
    padding-top: 7px;
}
/* NORM PROFIL ENDE */

.ceg_link_radio {
     background: url(/assets/img/norm_checkout/input_radio_2.png) -84px top no-repeat; padding-left: 33px; padding-bottom: 6px; padding-top: 6px; display: block; margin-left: -4px;
}


.hide_label {
    display: none;
}


.ceg_link_radio span , .ceg_link_radio   {
    text-decoration: none !important;
}


/* CHECKOUT 4 */

#checkout4_container b  {
    display: block;
    margin-top: 10px;
    margin-bottom: 70px;
}

#checkout4_container    {
    position: relative;
}

#checkout4_container img    {
    position: absolute; top: 150px;
}

#checkout4_iPayment_footnote   {
    font-size: 12px;
    margin-top: 10px;
}

.login_error_in_box_grey    {
    color: red;
    margin-top: 2px;
}

.adresses_checkout2 .norm_adress_box    {
    width: 234px;
}

/* Subscriptions */
 .sad_smiley    {color: #ea1417; font-weight: bold;}
 .happy_smiley  {color: #4b7a13; font-weight: bold;}
 .norm_subscription_left    {display: block; float: left; width: 150px;}
 .norm_subscription_right   {display: block; float: left;}
 .subscription_clear    {display: block; clear: both;}
 .norm_subscription_table   {margin: 0px; margin-bottom: 35px !important; width: 100%; border-collapse: collapse;}
 .norm_subscription_table tr td {padding: 10px 18px; vertical-align: top; font-size: 12px !important;}
 .table_highlighting    {font-weight: bold;}
 .subscription_label    {display: block; float: left; width: 105px; text-align: right; padding-right: 4px; margin-top: 6px;}
 .subscription_addresses    {border-radius: 5px; border: 0px; margin-bottom: 10px; min-height: 140px; background: #f9f9f9; margin-right: 10px; float: left; padding: 10px; width: 195px;}
 .norm_subscription_table th {padding: 0 18px 7px 18px;}
 .norm_profil_contentbox .box+.box  {margin-top: 0px;}
 #bankeinzug_table .login_error_in_box_grey{ float: left !Important; width: 185px !important;}
 /* Profil NEU */
 .norm_profil_container .norm_contentbox {
     width: 618px;
 }
 .norm_profil_contentbox    {
        border:1px solid #d8d8d8;
        background-color:#efefef;
        border-radius: 5px;
        padding:15px;
        margin-bottom:10px;
        text-align:left;
        width: 618px;
 }

 .subscription_success {
     border-radius: 5px;
     clear: both;
     text-align: left;
     margin: 10px 0;
     padding: 15px;
     border: 1px solid green !important;
     background: #cdf0cc !important;
     color: green;
 }

 .subscription_error {
     border-radius: 5px;
     clear: both;
     text-align: left;
     margin: 10px 0;
     padding: 15px;
     border: 1px solid red !important;
     background: #f0ccd0 !important;
     color: red;
 }

.norm_profil_container .norm_profil_menu, .norm_profil_menu  {
     width: 200px;
     clear: none;
     float: left;
     margin-right: 10px;
 }

 .norm_profil_container .norm_adressbook_adresses_container {
     width: 650px !important;
 }



 .norm_profil .norm_adress_box  {width: 178px; height: 182px;}

 .bankaccount_container span    {font-weight: bold; width: 130px; display: inline-block;}
 .bankaccount_container {line-height: 24px;}
.subscription_error img, .subscription_success img  {vertical-align: baseline;}

.norm_availability  {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
}

.norm_availability span span    {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.last_order_table td    {
    padding: 5px;
    vertical-align: top;
}

.reorder_lower_price    {
    border: 1px solid green;
    background: #cdf0cc;
    color: green;
}

.adress_container .norm_adress_box {
    margin-right: 10px !important;
    min-height: 190px;
    border: 1px solid #D8D8D8 !important;
}

.subscription_error ul{
    margin-left: 25px;
}
.norm_subscription_table .norm_cart_picture {
    padding: 10px 5px !important;
}

.subscription_attribs   {
    border-top: 1px solid lightgray;
}

.subscription_delete_product_button {background: url(/assets/img/norm_checkout/red_cross.png) no-repeat transparent; border: 0px;  font-size: 0px; line-height: 0px; width: 21px; height: 19px; cursor: pointer; position: relative; top: -7px;color: transparent;
text-transform: capitalize;}
.subscription_add_product_button {background: url(/assets/img/norm_checkout/green_cross.png) no-repeat transparent; border: 0px;  font-size: 0px; line-height: 0px; width: 21px; height: 19px; cursor: pointer; position: relative; top: 2px;color: transparent;
text-transform: capitalize;}

.norm_fake_radiobutton_link  {
    text-decoration: none !important;
    border-bottom: 0px !important;
}

.norm_fake_radiobutton  {
    background: url(/assets/img/norm_checkout/norm_radio_enabled.png) 0px 4px no-repeat !important;
    height: 28px;
    width: 28px;
    display: block; 
    float: left;
    position: relative; 
    top: -5px;
}

#norm_checkout .norm_fake_radiobutton_link:hover{
    border-bottom: 0px !important;
}
.norm_fake_radiobutton:hover, .norm_fake_radiobutton_link:hover .norm_fake_radiobutton {
    background: url(/assets/img/norm_checkout/norm_radio_hover.png) 0px 4px no-repeat !important;
}

.norm_fake_radiobutton_checked  {
    background: url(/assets/img/norm_checkout/norm_radio_checked.png) 0px 4px no-repeat !important;
    height: 28px;
    width: 28px;
    display: block; 
    float: left;
    position: relative; 
    top: -5px;
    cursor: default;
}

.initial_cursor {
    cursor: default;
}

.checkout3_button   {
    float: left;
}

.profil_subscription_paymentinfo  tr td  {
    text-align: right;
    padding: 10px 18px;
    font-size: 12px !important;
    padding-top: 5px;
}

.profil_subscription_paymentinfo    {
    width: 100%;
    border-top: 3px solid #fff;
    margin-right: 18px;
}

.profil_subscription_paymentinfo .monospaced    {
    width: 80px;
}

.subscription_discount_hightlighting    {
    color: #009933;
}