/* adresses */
div.addresses {
	position: relative;
	width: 700px;
}
div.addresses p {margin-bottom: 6px;}
div.addresses h3 { margin: 0 }
div.addresses p.checkbox input {
	margin-top: -3px;
}
div.addresses ul.item { clear: both }
ul.address {
	background-color: white;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0;
	padding-bottom: 6px;
	margin-bottom: 18px;
	position: relative;
	width: 340px;
}
ul.address:last-child {margin-right: 0;}
ul.address li {
	padding-left: 24px;
	margin-bottom: 3px;
}
ul.address li.address_title {
	background-color: #ccc;
	text-shadow: #f1f1f1 0 1px 1px;
	color: #222;
	font-weight: bold;
	font-size: 1.231em;
	padding: 6px 0 6px 24px;
	margin-bottom: 6px;
}

li.address_name,
li.address_update a,
li.address_delete a { color: #222; }

li.address_name,
li.address_company { font-weight: bold }