/* block top user information */
#header_right #header_user {
	float: right;
	text-align: right;
	margin-right: 6px;
	margin-top:20px;
}
#header_user p { color: #595a5e }
#header_user ul {
	width:600px;
	height:62px; 
	background-image: url('../../../img/user_info_top.png') 
}

#header_user li {
	float: right;
	margin-top:5px;
	width:185px;
	background-repeat: no-repeat;
}


#header_user img {
	float: left;
}

#header_user #contact{text-align:left;}

#header_user #shopping_cart, #header_user #your_account, #header_user #contact { font-size: 0.9em }
#header_user #shopping_cart a, #header_user #your_account a, #header_user #contact a, #header_user span {
	float:left;
	top:5px;
	color:white;
	font-weight:bold;
	font-size:15px;		
	margin-left:7px;
	text-decoration: none;
}

#header_user #shopping_cart a.infos,  #header_user #your_account a.infos,  #header_user #contact a.infos, #header_user span{
	color:black;
	font-size:11px;	
	text-decoration: none;
	font-weight:normal;
}

 #header_user span{
	margin-right:60px;
	text-align:left;
 }
 
 #header_user #contact span{
	margin-right:0px;
	margin-left:0px;
	font-size:9px;
	text-align:left;
	font-weight:bold;
	float:none;
 }


