/*
	Theme designed by PrestaDesigner.com. All rights reserved.
*/
div.addresses {
    border: 0 solid #D0D3D8;
    padding: 20px;
    position: relative;
    width: 94%;
}
div.addresses .address_delivery{display: inline; float: left;}
div.addresses .checkbox  {display: inline; float: right;}
div.addresses h3 { margin: 0 }
div.addresses p.checkbox input {
	margin-top: 0!important;
	margin-top: -3px
}
div.addresses ul.item { clear: both }
ul.address {
    background-color: white;
    float: left;
    list-style: none outside none;
    margin-bottom: 1em;
    margin-left: 0.25em;
    margin-top: 1em;
    padding-bottom: 0.6em;
    position: relative;
    width: 48%;
}
ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em
}
ul.item li.address_title { 
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #999999;
    text-transform: uppercase;
 }
ul.alternate_item li.address_title { 
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #999999;
    text-transform: uppercase;
}
li.address_name,
 li.address_update a,
 li.address_delete a { color: #51BAE5 }
li.address_name,
 li.address_company { font-weight: bold }
li.address_update,
 li.address_delete {
	background: url("../img/list_arrow.png") no-repeat scroll 0 0.5em transparent !important;
	margin-left: 1.4em
}
#center_column .address_add { padding: 1em 0 }