/* block top user information */
#header_user_info  {
	margin-top: 5px;
}
#topbar  #header_user_info  a {
	color: #FFF;
	background: none;
	border-color: transparent
}
#topbar #shopping_cart a {background:none; border-color: transparent; font-size: 16px; display: inline-block; color: #fff; min-width: 145px;}
#topbar .links a .fa-shopping-cart {
	background: none repeat scroll 0 0 #363636;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 22px;
    margin-top: 0px;
    padding: 1px 6px;
	transition: all 0.3s ease 0s;
}
#topbar .links a:hover .fa-shopping-cart {
	background-color: #ba9c5c;
	border-color: #ba9c5c;
}
#topbar .links a.account {
	background: none;
	border-color: transparent;
	color: #FFF; 
	padding-left: 0;
} 
#header_user {margin-top: 5px;}

#header_nav li span,#header_user_info li,#header_user_info li a{
	font-size:13px !important;
}