/* block top user information */
#header_right #header_user {
    bottom: 0;
    float: left;
    height: 30px;
    left: 690px;
    position: absolute;
    width: 100%;
	
}
#header_user p { color: #595a5e }
#header_user span {
	  color: white;
    font-weight: bold;}
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: left;
	line-height: 2em;
	margin-left: 0em;
	white-space: nowrap;
	text-align: center;
}

#header_user li  a{
   font-family: 'Arvo',Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    height: 26px !important;
    line-height: 18px;
    list-style: none outside none;
    min-width: 50px !important;
    padding-top: 8px !important;
    text-align: center;
    text-transform: none;
	color:white;
	text-decoration:none
}
#header_user li  a:hover{
color:#fbab01!important; transition-duration: 1.5s;
}
#header_user li#shopping_cart { padding-left: 40px;}

#header_user li#shopping_cart a,#header_user li#shopping_cart span{
	    font-size: 12px !important;
		font-weight:500 !important;
}
#header_user li#your_account {    width: 60px;}
#header_user li#header_user_info {    width: 50px;}

/*#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }*/