/* block top user information */
#header_right #header_user {
	float: right;
	width: 535px;
	text-align: right;
    margin: 0.2em 0.1em 0 0
}
#header_user p { color: #595a5e; float:right }
#header_user span { font-weight: bold }
#header_user ul { float:right;  }
#header_user li {
	float: right;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#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;
	height: 20px;
}

#header_user li span.sep_emn{
    padding:2px 0;
}

.ajax_cart_quantity, .ajax_cart_product_txt_s, .ajax_cart_product_txt_s, .ajax_cart_total {
	color: #B4B4B4;
	font-size: 11px;
	text-transform: lowercase;
}