/* 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;
	list-style: none;
}
#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: #5B5B5B;
	text-decoration: none
}
#header_user #shopping_cart a:hover, #header_user #your_account a:hover {
	color: #B9B9B9;
}
#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;
    clear: both;
    max-width: 274px;
    margin: -133px 0px 45px 3px;
}