/*----------------------------------------------------------------------
Mister Spex - Checkout
@author: Natascha Becker
----------------------------------------------------------------------*/


/* GENERAL / MISC
----------------------------------------------------------------------*/

label, h6 {
  color: #222;
}

#OrderHistory th {
  font-size: 15px;
  padding: 12px 20px 6px 0;
}

#OrderHistory td {
  border-top: 2px solid #e6e6e6;
  padding: 5px 0 10px 0;
  vertical-align: top;
  line-height: 25px;
}

#ChangePassword {
  width: 361px;
}

#ChangePassword .field label {
  display: inline-block;
  width:160px;
  float:left;
}

#ChangePassword button {
  margin: 10px;
}


/* LOGIN
----------------------------------------------------------------------*/
#Login {
  width:275px;
}

#Login button {
  margin: 5px 12px 0 0;
}

#Login a {
	position:relative;
  top:14px;
}

#Login .field label {
  display: inline-block;
  width:115px;
  float:left;
}

button#LoginSubmit strong {
  background-position: 100% -76px;
}

button#LoginSubmit span {
  background-position: 0 -76px;
}

button#LoginSubmit:active strong,
button#LoginSubmit:hover strong {
  background-position: 100% -114px; /* right top */
}

button#LoginSubmit:active span,
button#LoginSubmit:hover span {
  background-position: 0 -114px; /* right top */
}

/* BALANCE
----------------------------------------------------------------------*/

p.balance {
  color: #8f8f8f;
  font-weight: bold;
  font-size: 16px;
}

/* CANVASS
----------------------------------------------------------------------*/
#Canvass img {
  margin: 0 0 20px 0;
}

#Canvass label {
  float:left;
  width: 130px;
  font-weight:normal;
}
#Canvass label#wide {
  width:100%;
}

#Canvass #EMailAddresses label {
  display: inline;
  font-weight:normal;
  left:2px;
  line-height:15px;
  padding:2px 0 0 2px;
  position:absolute;
  color: #888;
}

#Canvass #viaLink label {
  float:left;
  width: 190px;
}

#Canvass #EMailAddresses {
  margin: 0 0 35px 0;
  position:relative;
}

#Canvass #Message input, 
#Canvass #Message textarea {
  width:633px;
}

#Canvass form {
  margin: 0 0 35px 0;
}

#Canvass #facebookReferral {
  display: inline-block;
  background: transparent url(/img/global/social-media-icons.png) no-repeat scroll 0 -188px;
}

#Canvass #twitterReferral {
  display: inline-block;
  background: transparent url(/img/global/social-media-icons.png) no-repeat scroll 0 -230px;
}

#Canvass #facebookReferral,
#Canvass #twitterReferral {
  border: none;
}

#Canvass #facebookReferral:hover {
  border: none;
  background: transparent url(/img/global/social-media-icons.png) no-repeat scroll 0 -167px;
}

#Canvass #twitterReferral:hover {
  border: none;
  background: transparent url(/img/global/social-media-icons.png) no-repeat scroll 0 -209px;
}

#Canvass #facebookReferral img,
#Canvass #twitterReferral img {
  margin: 0;
}

button#ModeSubmit,
button#ModeRefresh {
  margin: 0 40px 0 0;
}

/* Referral Landingpage
----------------------------------------------------------------------*/
#kwkheader {
  margin: 0 0 20px 0;
}

#kwkheader h2,
#kwktabs h2 {
  margin: 0;
}

#kwkheader a {
  border: none;
} 

#kwkheader a:hover{
  border: none;
  color: #fff;
} 

#kwkheader a img {
  border: none;
} 

#kwkheader a:hover img {
  border: none;
} 

#AddThis {
  float: right;
}

#kwkheader .referral:active {
  background-position: 100% -38px;
}

#kwkheader .referral:active span {
  background-position: 0 -38px;
}

#kwkheader .referral {
  background: transparent url(../img/button-link.png) no-repeat scroll;
  background-position: 100% 0;
  display: block;
  color: #fff;
  width: 205px;
  padding: 0 15px 0 0;
  margin: 0 0 0 510px;
  height: 38px;
}

#kwkheader .referral span {
  line-height: 18px;
  padding: 9px 0 11px 15px;
  background: transparent url(../img/button-link.png) no-repeat scroll;
  background-position: 0 0;
  display: block;
  font-size: 13px;
}

#kwkheader span span.login {
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline;
}

#kwkheader span span.savemoney {
  background: transparent;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}

#kwktabs h4 {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 30px 3px 0 ;
  background: transparent url(../img/status-icons.png) no-repeat scroll right 0;
}

#kwktabs h5 {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 30px 0 0;
  background: transparent url(../img/status-icons.png) no-repeat scroll right 0;
}

#kwktabs .faqinfo {
  display:block;
  margin:0 0 20px 0;
  font-size:12px;
}

#kwkabmeldung img, 
#kwkgutschrift a img {
  margin: 0 0 18px 0;
  border: none;
}

#kwkabmeldung a,
#kwkgutschrift a {
  border-bottom: 1px solid #a8a8a8;
}

#kwkabmeldung a:hover, 
#kwkgutschrift a:hover {
  border-bottom: 1px solid #851E23;
}

