/* block top user information */
#header_right #header_user {
  float:right;
  margin: 14px 0 0;
  position:relative;
  text-align:right;
  width:980px;
  line-height:34px;
  padding:0px 0px 10px 0;
  height:34px;
} 
#header_user p {
  color: #555555;
  font-size: 10px;
  margin: 4px 5px -5px;
  font-weight: normal;
  text-transform: uppercase;
}
#header_user p a{
  color: #555555;
  font-size: 10px;
  margin: 4px 5px -5px;
  font-weight: normal;
  text-decoration:none;
  text-transform: uppercase;
}
#header_user span { 
  font-size:10px;
  color:#555555; 
  font-weight: normal }
#header_user ul {
  float: left;
  margin-top: -2.1em;
  text-transform: uppercase;
}

#header_user li {
  float: right;
  line-height: 2em;
  margin-left: 0.5em;
  white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { 
  font-size: 0.9em }
#header_user li#your_account { 
  margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
  background-repeat: no-repeat;
  background-position: top left;
  padding:1px 0 8px 28px;
  margin-left:10px;
  height: 20px;
  color: #555555;
  font-size: 10px;
  font-weight:normal;
  text-decoration: none
  
}
#header_user #shopping_cart a { 
  background-image: url('../../../img/icon/cart.png');
  padding-top:0;}
#header_user #your_account a { 
  background-image: url('../../../img/icon/my-account.png') }