div.addresses {
	position:relative;
	font:11px/16px Verdana ,Arial,Helvetica,sans-serif;
	width:800px;
	margin:0 auto;
	color:#161414;
}
.bth-addresses { position:relative; float:left;}
ul.address {
	background-color: rgba(255, 255, 255, 1);
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 5px 30px;
	position: relative;
	width: 360px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#address_invoice {margin-right:0}
#delivery_address {margin-right:65px;}

ul.address li {
	padding:0 15px;
	line-height:18px;
	font-size:11px
}
ul.address .address_alias {
	font-weight: normal;
	text-transform: none;
}
ul.address >li:first-child + li {
	margin-top:3px
}

ul.address  li.address_update {
	margin-top:20px
}
ul.address  li.address_update,
ul.address li.address_delete {
	font-size:11px;
   text-transform:none
}
.address_add {
   padding:20px 0;
   clear:both;
}
.address_add  .button_large {
   float:none;
   text-align:center;
   margin:0 auto;
   width:200px;
}
#order .address_add {
   padding:0;
   float:left;
   margin-left:0;
   clear:none;
}
#order .address_add a {
	position:absolute;
	top:125px;
	left:190px;
	width:auto;
}
#order .address_add a:hover {color:#21242a;}
.address_select {
	width: 170px;
	padding:6px 8px;
	margin-left: 10px;
	font-weight:normal;
	text-transform:none;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
}
.addressesAreEquals label, .invoiceRecyclable label {
	margin-left: 5px;
	max-width:187px;
}
.addressesAreEquals input, .invoiceRecyclable input {
	float: left;
}
p.address_delivery, p#address_invoice_form {
	padding-bottom: 10px;
	line-height:32px;
	width:400px;
}
#address_invoice_form {
	position:absolute;
	top:0;
	left:400px;
}

p.addressesAreEquals, p.invoiceRecyclable { width:350px; margin-bottom:10px;}
p.invoiceRecyclable { margin-right:55px; margin-bottom:10px}
.gift-box {}
.warning-information {
	margin:0 auto 15px;
	padding:10px 25px;
	background:#fede5f;
	color:#786106;
	font-weight:bold;
	clear:both;
}

/* PAGE ADRESSES ******************************************************************************* */
ul.address {
	background:#e6e7ed url("../img/fs-box-bg.png") no-repeat scroll 130% center;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 345px;
	padding: 30px 25px;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom:10px
}
#order .addresses ul.address {
	background:#e6e7ed url('../img/fs-box-bg.png') no-repeat 130% center;
	width: 345px;
	padding: 30px 25px;
}
.addresses ul.address { margin-right:10px}
.addresses ul.address.alternate_item {margin-right:0}
ul.address li {
	line-height:15px;
}
ul.address .address_title {
	font: 23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color: #161414;
	height: 36px;
	letter-spacing:1px;
}
.addresses ul.address .address_title .address_name { font-family:"aleobold",Arial,Tahoma,Helvetica,sans-serif;}
.addresses ul.address .address_update {margin-top:10px}
.addresses ul.address .address_update a {
	text-shadow:none;
	text-decoration:underline;
}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size:11px;
	text-transform:none;
	text-decoration:underline
}
.addresses ul.address .address_update:hover,
.addresses ul.address .address_delete:hover,
.addresses ul.address .address_update a:hover{ text-decoration:none}
.addresses ul.address .address_update img,
.addresses ul.address .address_delete img {
	margin-right:5px;
	vertical-align:middle
}

/* ***** OPC order address column ***** */
#order-opc p.address_delivery, #order-opc p#address_invoice_form {width:320px; padding-bottom:0}
#order-opc p.address_delivery label, #order-opc p#address_invoice_form label {width:140px}
#order-opc p.addressesAreEquals, #order-opc p.invoiceRecyclable {
	width:310px;
	font-weight:bold;
	margin:10px 0 0;
}
#order-opc #address_invoice_form {
	position:static;
	height:31px;
	margin-top:10px;
}
#address_invoice_form label {
	font-weight:normal;
	color:#161414;
}
#order-opc .address_select {width:150px}
#order-opc #address_delivery, #order-opc #address_invoice {
	margin-right:0;
	width:310px;
	float:none;
}
#order-opc #address_delivery {margin-top:10px}
#order-opc .address_add {padding:0}
