/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
	width: 535px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
#shopping_cart {
    background: url("../../../images/icon_cart.png") no-repeat scroll left top transparent;
    height: 68px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 70px;

}
#shopping_cart a{
    color: #ED6D05;
    display: block;
    font-family: 'Oswald',"Trebuchet MS";
    font-size: 30px;
    height: 29px;
    padding: 22px 10px;
    text-align: center;
}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


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

/* user infos */ 
#header_user_info {
    clear: both;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 0;
}
#header_user_info a {
    background: url("../../../images/bg_gach_top_menu.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: inline-block;
    line-height: 11px;
    margin: 0 0 0 10px;
    padding: 3px 0 0 10px;
}
#header_user_info a.account {
    border: medium none;
    display: inline;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
*:first-child+html #header_user_info a {line-height:14px;}
