.header_user_info {
  float: right;
  padding: 30px 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 -4px -285px;
  width: 40px;
}
.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: 91px;
  width: 200px;
  background: white;
  border: 1px solid #d5d5d5;
  padding: 10px 15px 15px;
  z-index: 2;
}
.header_user_info .ttuser_link a {
  padding: 0;
  line-height: 24px;
}
.header_user_info a {
  display: block;
  padding: 8px 9px 11px 8px;
  cursor: pointer;
  color: #777777;
  line-height: 18px;
}
.header_user_info a:hover, .header_user_info a.active {
  color: #ffc446;
}

.ttuser_link > li#header_link_bookmark {
  margin: 0 0 10px;
}
