.header_user_info {
  float: right;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header_user_info {
    padding: 15px 0 0;
    z-index: 9;
  }
}
.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 -4px -285px;
  width: 35px;
}
.header_user_info .ttuserheading.active, .header_user_info .ttuserheading:hover {
  background-position: -64px -285px;
}
.header_user_info .ttuserheading.active:before, .header_user_info .ttuserheading:hover:before {
  width: 35%;
}
.header_user_info .ttuser_link {
  display: none;
  position: absolute;
  right: 0;
  top: 108px;
  width: 200px;
  background: white;
  border: 1px solid #e5e5e5;
  padding: 10px 15px 15px;
  z-index: 2;
}
@media (max-width: 991px) {
  .header_user_info .ttuser_link {
    top: 55px;
  }
}
.header_user_info .ttuser_link a {
  padding: 0;
  line-height: 24px;
}
.header_user_info .ttuser_link .ttpermanent-link {
  padding: 0 0 10px 0;
}
.header_user_info .ttuser_link .ttpermanent-link .ttpermanent-heading {
  float: none;
  height: auto;
  width: auto;
}
.header_user_info .ttuser_link .ttpermanent-link .ttpermanent-heading:before {
  content: "";
}
.header_user_info .ttuser_link .ttpermanent-link ul#header_links {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  text-align: left;
  width: 167px;
}
.header_user_info a {
  display: block;
  padding: 8px 9px 11px 8px;
  cursor: pointer;
  color: #999999;
  line-height: 18px;
}
.header_user_info a:hover, .header_user_info a.active {
  color: #272727;
}

.ttuser_link > li#header_link_bookmark {
  margin: 0 0 10px;
}
