.header_user_info {
  border-right: 1px solid #eeeeee;
  float: right;
  margin: 0 20px 0 0;
  padding: 6px 20px 6px 0;
  position: relative;
}
.header_user_info .ttlogin a {
  font-size: 0;
  padding: 0;
}
.header_user_info .ttlogin a:hover {
  background: none;
}
.header_user_info .ttuserheading {
  cursor: pointer;
  float: left;
  height: 24px;
  margin: 0;
  background: transparent url("../../../img/templatetrip/sprite.png") no-repeat scroll -14px -285px;
  width: 100%;
}
@media (max-width: 767px) {
  .header_user_info .ttuserheading {
    width: 27px;
  }
}
.header_user_info .ttuserheading.active, .header_user_info .ttuserheading:hover {
  background-position: -74px -285px;
}
.header_user_info .ttuser-info {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  width: 150px;
  background: white;
  border: 1px solid #eeeeee;
  padding: 8px 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .header_user_info .ttuser-info {
    top: 30px;
  }
}
.header_user_info .ttuser-info a {
  padding: 0;
  line-height: 24px;
}
.header_user_info a {
  display: block;
  cursor: pointer;
  color: #404040;
  line-height: 26px;
}
.header_user_info a:hover, .header_user_info a.active {
  color: #195594;
}
