.top-bar {
  position: absolute;
  width: 940px;
  height: 38px;
  line-height: 38px;
  top: 0;
  left: 0;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: #FF7201;
  background-color: #FCB813;
  background-color: #FEC679;
  z-index: 100;
}

.top-bar-content {
  position: absolute;
  width: 940px;
  height: 38px;
  line-height: 38px;
  top: 0;
  left: 10px;
  z-index: 9999;
}

#shopping_cart {
  position: relative;
  float: right;
  margin-right: 8px;
  padding-left: 32px;
  background-image: url('img/icon/cart.png');
  background-position: left center;
  background-repeat: no-repeat;
}

#shopping_cart a {
  display: inline-block;
}

#shopping_cart .icon {
  height: 38px;
  width: 26px;
}

#shopping_cart .cart_label {
  margin-right: 5px;
}

#shopping_cart a:hover span{
  text-decoration: none;
}

#shopping_cart .ajax_cart_total {
  color: #987C56; 
}


/* account */
#your_account {
  display:none;
}

#header_user #your_account a {
  background-image: url('img/icon/my-account.gif');
}

/* user infos */ 
#header_user_info {
  position: relative;
  float: left;
  margin-left: 8px;
  padding-left: 45px;
  background-image: url('img/icon/welcome.png');
  background-position: left center;
  background-repeat: no-repeat;
}

#header_user_info a {
  text-decoration: underline;
}

#header_user_info .logout {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url('img/icon/logout.png');
  background-position: top center;
  background-repeat: no-repeat;
  text-decoration: none;
}

#header_user_info .logout:hover {
  background-position: bottom center;
}

