﻿/* block top user information */
#header_right #header_user {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 6px;
	margin-top:0.2em;
	color :#CCC;
}
#header_user p { color: white}
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em; display:inline; list-style-type:none;}
#header_user li {
	float: right;
	line-height: 2em;
	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.5em; 
	list-style-type:none;
	height: 19px;
	list-style-position: inside;

}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
	color :#CCC;
		
}
#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif');vertical-align: top; }

#header_user table {
	float:right;
	vertical-align:middle;
	}
#header_user td {
	vertical-align:middle;
	}	
#header_user img {
	margin-left : 0.2em;
	}	