/* block top user information */
#header_right #header_user {
  float: right;
  width: 235px;
  height: 258px;
  text-align: left;
  margin: 45px -10px 0 0;
  padding: 0 10px 0 5px;
  background: url('../../../img/blockuserinfo_bg.png') no-repeat;
}
#header_user_info{
  margin: 50px 0 0 0;
  text-align: center;
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0.3em }
#header_user li {
  float: right;
  line-height: 1.3em;
  margin-left: 0.5em;
  white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user #shopping_cart {
  position: absolute;
  text-align: center;
  width: 235px;
  padding: 0 10px 0 10px;
  float: left;
  margin: 70px 0 0 0;
}
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart { }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }