/* line 4, ../sass/membership-bar.scss */
#membership-bar-header-bg {
  width: 100%;
  z-index: 100;
  background: #f2f2f2;
  height: 40px;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  margin: 0 auto;
}

/* line 14, ../sass/membership-bar.scss */
#membership-bar-header {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #404040;
}
/* line 21, ../sass/membership-bar.scss */
#membership-bar-header a {
  color: #404040;
  text-decoration: none;
}
/* line 25, ../sass/membership-bar.scss */
#membership-bar-header a:hover {
  color: red;
  text-decoration: none;
}

/* line 32, ../sass/membership-bar.scss */
#se-logo {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 300px;
  text-align: left;
  font-size: 0;
}

/* line 41, ../sass/membership-bar.scss */
#user-area {
  float: right;
  padding: 8px 0;
  height: 24px;
  line-height: 24px;
}
/* line 48, ../sass/membership-bar.scss */
#user-area .login,
#user-area .register {
  float: right;
  height: 100%;
  margin-right: 16px;
}
/* line 53, ../sass/membership-bar.scss */
#user-area .login a,
#user-area .register a {
  display: block;
  height: 24px;
}
/* line 59, ../sass/membership-bar.scss */
#user-area .user-pieces.open .avatar {
  box-shadow: 0 0 5px #ffffff;
}
/* line 63, ../sass/membership-bar.scss */
#user-area .user-pieces {
  position: relative;
  cursor: pointer;
  height: 24px;
  width: 100%;
}
/* line 70, ../sass/membership-bar.scss */
#user-area .dropdown {
  background: url('../images/login_arrows.png?1408013313') no-repeat scroll 0 0 transparent;
  float: right;
  height: 13px;
  width: 11px;
  margin: 8px 10px 0 0;
}
/* line 80, ../sass/membership-bar.scss */
#user-area .user-pieces:hover .dropdown {
  background: url('../images/login_arrows.png?1408013313') no-repeat 0 -15px;
}
/* line 84, ../sass/membership-bar.scss */
#user-area .user-pieces.open .dropdown {
  background: url('../images/login_arrows.png?1408013313') no-repeat 0 -15px;
}
/* line 87, ../sass/membership-bar.scss */
#user-area .avatar {
  float: right;
  height: 23px;
  line-height: 23px;
  margin-right: 10px;
  text-align: right;
}
/* line 95, ../sass/membership-bar.scss */
#user-area .avatar img {
  height: 24px;
  width: 24px;
  max-width: none;
}
/* line 101, ../sass/membership-bar.scss */
#user-area .mail {
  float: right;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  text-align: right;
}
/* line 109, ../sass/membership-bar.scss */
#user-area .unconfirmed {
  float: left;
  margin-right: 5px;
  line-height: 24px;
  font-size: 0.75em;
  color: #c80000;
}
/* line 117, ../sass/membership-bar.scss */
#user-area .dropdown-box {
  z-index: 100;
  display: none;
  background-color: white;
  background-color: rgba(234, 234, 234, 0.8);
  border: 1px solid #c8c8c8;
  font-size: 12px;
  padding: 11px 2px 2px;
  position: absolute;
  right: 0;
  top: 39px;
  text-align: center;
  width: 150px;
}
/* line 134, ../sass/membership-bar.scss */
#user-area .dropdown-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #c8c8c8 transparent;
  top: -20px;
  right: 5px;
}
/* line 146, ../sass/membership-bar.scss */
#user-area .dropdown-box a {
  display: block;
  /* height: 30px; */
  line-height: 30px;
  font-size: 12px;
}
/* line 152, ../sass/membership-bar.scss */
#user-area .dropdown-box a:hover {
  color: white;
  background-color: #c8c8c8;
}
/* line 158, ../sass/membership-bar.scss */
#user-area .dropdown-box .log-out a:hover {
  color: red;
}

/* line 164, ../sass/membership-bar.scss */
#block-sso-membership-bar {
  margin-bottom: 0;
}
