/* block top user information */
#header_right #header_user {
	float:right;
}

#header_user p {
 	color: #595a5e;
}

#header_user span.ajax_cart_no_product,#header_user span.ajax_cart_no_product a {
 	font-size:0.9em;
}
#header_user ul {
 	color:#cdcdcd;
	display:inline;
}
#header_user li {
	display:inline;
	float:left;
}
#header_user li a {
	display:inline;
}
#header_user li#your_account {
 	margin-left: 0;
}
#header_user li#your_account:after {
content:"\00a0\00a0|\00a0\00a0";
 color:#959595;
}
#header_user #shopping_cart a, #header_user #your_account a {
	color:orange;
	line-height: 1.1em;
    margin: 0 0 9px;
    text-decoration: none;
}
#header_user #shopping_cart a {
	background:url("cart-icon.png") no-repeat left top transparent;
	padding-left:25px;	color:#676767;
}
#header_user li#your_account.logged a{
	font-size:12px;
}
#header_user li#your_account.logged a.user {
	display: inline;
    font-size: 12px;
	margin: 0 10px 0 0px;
    white-space: normal;
    word-wrap: break-word;
}