  /* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top: 40px;
	width: 335px;
	text-align: right;
	font-size: 14px;
}

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

/* cart */


	#shopping_cart a {
height: 20px;
    width: 38px;
    display: block;
    color: #fff;
    text-align: right;
    padding-right: 0px;
    font-size: 11px;
    font-weight: normal;
    margin-top: 13px;
}
#shopping_cart a {
    
    background-repeat: no-repeat;
    background-position-y: 0px;
	background-size: 20px auto;

}
#shopping_cart a span {
   color: #000;
    margin: -1px;
    margin-top: 0;
}



#shopping_cart a:hover #flecha::before {
content: "";
width: 0;
height: 0;
position: absolute;
right: 2px;
border-width: 15px 0px 0px 15px;
border-style: solid;
border-color: #fff rgba(0, 0, 0, 0);
z-index: 10;
top: 30px;

}
#shopping_cart a:hover #flecha::after {
content: "";
width: 0;
height: 0;
position: absolute;
right: 10px;
border-width: 0px 0px 0 0px;
border-style: solid;
border-color: rgba(0,0,0,1) transparent;
z-index: 10;
top: 34px;
}

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

#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;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px;
	
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 5px;
	padding:3px 0 0 25px;
	line-height: 11px;
	border-left:1px solid #000
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 5px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 5px -1px}
div#header_user a {
color: #B29240;
font-family: 'district_prothin';
font-size: 16px;
}