#userpanel {
	border-left:2px solid #9a9865;
	border-top:1px solid #fff;
	border-bottom:2px solid #9a9865;
	height:48px;
	width:200px;
	background-color:#d9dacc;
	color:#734028;
	float:left;
	overflow:hidden;
	padding:10px 10px 6px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	position:relative;
}

#userpanel a, .up_spacer {
	color:#734028;
	text-decoration:none;
	float:right;
	margin-bottom:3px;
	clear:right;
	text-align:right;
}

.up_spacer {
	height:14px;
}

#userpanel a:hover {
	text-decoration:underline;
}

#up_welcome {
	float:left;
}

#up_cartinfo {
	clear:left;
}

#up_cartinfo, #up_cartdata {
	color:#606047;
	float:left;
	margin-top:3px;
}

#up_cartdata {
	border-right:1px solid #c2c2aa;
	padding-right:7px;
	width:46%;
}

	#up_cartdata div {
		text-align:right;
	}

#up_viewcart {
	float:right;
	width:34%;
}