/* adresse dans tunnel de commande order-adress.tpl */ 
#address_invoice, #address_delivery {
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	padding: 0;
	position: relative;
	width:670px;
}
addresses2 {
	border: 1px solid #e4e4e4;
	background: #f3f3f3;
	padding: 0;
	position: relative;
	width:670px;	
}
.address_delivery label, #address_invoice_form label, .checkbox label {
	width:250px;
	float:left;
}
.radio label {
	width:370px;
	float:left;
}
.checkbox input{
	width:20px;
}

.adresses2.address_update {
	height:96px;	
}

/* FIN adresse dans tunnel de commande order-adress.tpl */ 



/* addresses */

div.addresses0 {
	margin-top:20px;
}

div.addresses {
	border: 1px solid #e4e4e4;
	border-bottom: none;
	/*background: #f3f3f3 url('../img/form_bg.jpg') repeat-x top left;*/
	background: #f3f3f3;
	padding: 0;
	position: relative;
	width:700px;

}
div.addresses .last_item { border-bottom: 1px solid #e4e4e4; }

div.addresses h3 { margin: 0 }
div.addresses p.checkbox input {
	margin: 0!important;
 	display:inline;
}

ul.address {
/*	padding:5px;
	background-color: white;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 ;
	padding:0 ;
	position: relative;
	display:inline-block;
	width: 100%;
	height:82px;*/
	width:700px;
	display:inline-block;
}

.address_title {
	margin-top: 0px !important;
	background-color: #ffffff;
	color: #374853;
	font-weight: bold;
	width:112px;
	height: 140px;
	font-size: 1.2em;
	line-height: 1.9em;
	padding-left:10px;
	clear:both;
	float:left;
}

li.address_name, li.address_company {
	font-weight: bold;
}

li.address_name, li.address_company, li.address_address2, li.address_city, li.address_name, li.address_address1, li.address_country, li.address_phone, li.address_phone_mobile {
	background:#f3f3f3;
	padding-top:5px;
	padding-left:10px;
	margin-left:0px;
	width:300px;
	margin-left:120px;
}

.address_delete, 
 .address_update{
	background:#ffffff;
	padding-top:5px;
	padding-left:5px;
	display:block;
	width:120px;
	/*height:46px;*/
	clear:both;
	overflow:hidden;
	float:right;		
}
.address_delete img, 
 .address_update img { vertical-align: middle; }
.address_delete {
	margin-top:-110px;
	height:105px;; 
	
}
.address_update {
	margin-top:-140px;
	height:130px;
}
.address_delete a {
	display:block;
	width:90px;
	background: #ffffff url('../img/suppr.jpg') no-repeat top right;
	padding-rigth:20px;
	padding:5px;
	height:22px;
	
}
.address_update a{
	display:block;
	width:90px;
	background: #ffffff url('../img/edit.jpg') no-repeat top right;
	padding-rigth:20px;
	padding:5px;
	height:22px;
	z-index:2;
}

.button_large{
	display:block;
	background-image: url('../img/ajouterAdresse.jpg');
	margin-top:20px;
	margin-left:330px;
	width:160px;
	height:21px;
}

.footer{
	width:720px;
}



/*ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em
}

ul.item li.address_title { background-image: url('../img/address_alias_left.gif') }
ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif') }
li.address_name,
 li.address_update a,
 li.address_delete a { color: #dd2a81 }
li.address_name,
 li.address_company { font-weight: bold }
li.address_update,
 li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em
}
#center_column .address_add { padding: 1em 0 }*/