 /*popup registration style*/
.window-registration {
  position: fixed;
  left: 0; top: 0; bottom: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  color: #414D51;
  font-family: Arial, 'sans-serif';
  font-size: 13px;
  display: none;
}
  .window-registration .popup,
  .window-registration .enter {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 1px;
    max-width: 235px;
    padding: 15px;
    box-shadow: 0 0 30px #444;
    max-height: 575px;
    display: none;
}
  .window-registration .enter {
    max-height: 300px;
}
  .window-registration .popup .title,
  .window-registration .enter .title{
    font-family: Verdana;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
  }
    .window-registration .popup .close,
    .window-registration .enter .close{
      position: absolute;
      top: 0; right: 0;
      width: 31px; height: 31px;
      background: url('/images/reg/close.png') no-repeat center;
      cursor: pointer;
    }
    .window-registration .popup label,
    .window-registration .enter label {
      display: block;
    }
    .bx_cart_block.bx_cart_sidebar .bx_small_cart table{
  float: right;
  margin-right: -2px;
}
.bx_cart_block .bx_item_listincart{
    margin-top: 24px;
}
.bx_cart_block .bx_item_listincart > div{
  border-bottom: 1px solid #e4e4e4 !important;
}
    .window-registration .popup input[type="text"],
    .window-registration .enter input[type="text"],
	.window-registration .popup input[type="password"],
    .window-registration .enter input[type="password"]{
      display: inline-block;
      width: 100%;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
      height: 33px;
      padding: 8px;
      border: 1px solid #acbbca;
      box-sizing: border-box;
      font-family: Arial, 'sans-serif';
    }
      .window-registration .popup  input[id="word-on-image"] {
        display: inline-block;
        width: 170px;
        padding: 0;
        height: auto;
        padding: 2px;
        box-shadow: none;
        border: 1px solid #000;
      }
      .window-registration .popup input[type="text"]:focus {
        background: #fafaff;
      }
    .window-registration .popup .subscribe{
      display: block;
      height: 17px; width: auto;
      position: relative;
      margin-top: 10px;
    }
    .window-registration .popup input[type="checkbox"] {
      display: none;
    }
    .window-registration .popup input[type="checkbox"] + span {
     position: absolute; /* Абсолютное позиционирование */
     left: 0; top: 0;
     width: auto; height: 100%;
     background: url('/images/reg/checkbox-orange.png') no-repeat 0 0; /* Фоновый рисунок */
     cursor: pointer; /* Курсор в виде руки */
     padding-left: 22px;
    }
      .window-registration .popup input[type="checkbox"]:hover + span {
       background: url('/images/reg/checkbox-orange.png') no-repeat 0 -47px; /* Фоновый рисунок */
      }
      .window-registration .popup input[type="checkbox"]:checked + span {
       background: url('/images/reg/checkbox-orange.png') no-repeat 0 -96px; /* Фоновый рисунок */
      }
.captcha {
  display: inline-block;
  width: 175px; height: 40px;
  margin-top: 5px;
  margin-right: -2px;
}
.update {
  display: inline-block;
  padding-top: 18px;
  background: url('/images/reg/system-software-update.png') no-repeat center top/ 18px 18px;
  font-size: 7px;
  vertical-align: top;
  color: #414D51;
  text-decoration: none;
  margin-top: 6px;
}
  .update:hover {
    color: #000;
  }
.window-registration .popup .button,
.window-registration .enter .button {
    border: 1px solid #5b539d;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    text-shadow: 0 -1px 0 #000;
    margin: 0 auto;
    width: 110px !important;
    height: 30px !important;
    padding: 0 5px;
    display: block;
    font-family: Arial, 'sans-serif';
    font-weight: normal;
    margin-top: 15px;
background: #9a83d4;
    background: -moz-linear-gradient(top, #9a83d4 0%, #6f5f95 6%, #353e81 100%);
    background: -webkit-linear-gradient(top, #9a83d4 0%,#6f5f95 6%,#353e81 100%);
}
.window-registration .popup .button:hover,
.window-registration .enter .button:hover{
	background: -moz-linear-gradient(#7F6CAC, #363D82);
	background: -webkit-linear-gradient(#7F6CAC, #363D82);
	background: linear-gradient(#7F6CAC, #363D82);
}
.window-registration .popup .button:active,
.window-registration .enter .button:active{
	background: -moz-linear-gradient(#6F5F95, #373D83);
	background: -webkit-linear-gradient(#6F5F95, #373D83);
	background: linear-gradient(#6F5F95, #373D83);
}
  .window-registration .enter .button {
    width: 200px !important;
    margin-left: 5;
    height: 40px !important;
  }
.window-registration .enter .save-me {
  display: inline-block;
}
.window-registration .enter #enter-login {
  display: inline-block;
  margin-bottom: 10px;
}
.window-registration .enter a {
  color: #414D51;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}
  .window-registration .enter a:hover {
    color: #000;
  }
.window-registration .enter label.enter-password,
.window-registration .enter a.forgot-password{
  display: inline-block;
}
.window-registration .enter a.forgot-password {
  float: right;
  padding: 0;
  text-decoration: underline;
  font-size: 11px;
}

.loginOrder {
	text-align: right;
}

.loginOrder a {
	color: #fff;
	text-decoration: underline;
}

 /*/popup registration style*/