.users_choice {
	list-style-type: none;
	width: 640px;
}
.users_choice li {
	/* border-bottom:1px dotted #ccc; */
	clear: both;
}
.users_choice ul {
	padding: 10px;
}

.users_choice li.group span.group_name{
	font-weight: bold;
	width: 200px;
	display: inline-block;
}
.users_choice li.last {border:none;}
.users_choice li span.customer_name {
	display: inline-block;
	float: left;
    padding: 7px 11px 5px 22px;
    width: 500px;
	color:#333;
	background:url(../../../img/arrow_right_2.png) no-repeat 10px 10px transparent
}

.selected-addresses h4 {
	width: 260px;
	margin-bottom: 2px;
	color:#333;
}