<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.addresses {
	position:relative;
	font-size:14px;
}

ul.address {
   list-style-type:none;
   float:left;
   position:relative;
   width:345px !important;
   color : #3A3A3A;
}
#address_delivery {margin-right:10px;}
#address_invoice {margin-right:0}
#delivery_address {margin-right:65px;}

ul.address li {
	padding:0 15px;
	line-height:18px;
}

ul.address li.address_title {
   height: 29px;
   line-height:29px;
   color:#fff;
   
	background-color: #6d939b;
}
ul.address .address_alias {
	font-weight: normal;
	text-transform: none;
}
ul.address li.address_firstname,
ul.address li.address_company {
	margin-top:8px
}

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
}
.address_select {
	border: 1px solid #bfbebe;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e9410d;
	-moz-box-shadow: inset 0 1px 3px rgba(186,185,185,.64);
	-webkit-box-shadow: inset 0 1px 3px rgba(186,185,185,.64);
	box-shadow: inset 0 1px 3px rgba(186,185,185,.64);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxMyAzNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMTMiIGhlaWdodD0iMzUiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
	background-image: linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
	width: 200px;
	margin-left: 10px;
	color: #393939;
	padding : 5px;
}
.address_delivery .button_large{
	font-weight : normal;
	margin-left: 10px;
	padding-top: 7px;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
	width: 250px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery{
	padding-bottom: 30px;
}
p.addressesAreEquals {
	padding-bottom: 14px;
}
/* PAGE ADRESSES ******************************************************************************* */
.addresses ul.address {
   list-style-type:none;
   float:left;
   position:relative;
	margin:0 30px 0 0;
   width:345px !important;
   background: none repeat scroll 0 0 #DFDFDF;
}

#addresses .addresses ul.address{
	margin-right : 10px;
}
#addresses .addresses ul.address.alternate_item,
#addresses .addresses ul.address.last_item{
	margin-right : 0;
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
	padding:0 15px 0 70px;
	line-height:18px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.addresses ul.address .address_title {
	margin-bottom:5px;
	height: 29px;
   line-height:29px;
   color:#fff;
   font-weight : normal;
	background-color: #6d939b;
}
.addresses ul.address .address_update {margin-top:10px}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
	text-decoration : underline;
}
</pre></body></html>