/* block top user information */
#header_right #header_user {
	float: right;
	width: auto;
	text-align: right;
	margin-top: -60px
}
#header_user p { color: #595a5e }
#header_user span { font-weight: normal; font-size: 12px; color: #da3838 }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: left;
	line-height: 1.2em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 12px }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 10px;
	height: 20px;  
	font-size: 12px;
	text-transform: uppercase; 
	color: #2E2E2E;
	text-decoration: none
}
#header_user #shopping_cart a:hover, #header_user #your_account a:hover {
	color: #da3838;
}
#header_user #shopping_cart a { background-image: none }
#header_user #your_account a { background-image: none }

#header_user li.user_space  {
	
	line-height: 1.2em;
	margin: 0 2px 0 10px;

}

ul.block_socials  { list-style: none; float: right; clear: both; margin: -110px 0 0 0;  }
ul.block_socials li img { vertical-align: 0px; }
ul.block_socials li.first_item {
	border: none;
	padding-left: 0
}