/* adresses */
div.addresses {
	background: transparent;
	position: relative;
	width: 964px
}
div.addresses h3 { margin: 20px 0 }
div.addresses p.checkbox input {
	margin-top: 10px!important;
	margin-bottom: 15px;
	margin-left: 1px;
}

div.addresses ul.item { clear: both }
ul.address {
	background-color: #F4F4F4;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0.5em;
    margin-right: 2em;
    padding-bottom: 1em;
    position: relative;
    width: 359px;
}
ul.address.full_width { width: 536px }
ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em
}
li.address_title {
	margin-top: 0!important;
	background-color: transparent;
	color: #7B7B7B;
	font-weight: normal;
	height: 30px;
	font-size: 12px;
	line-height: 30px
}
ul.item li.address_title { 
    background: url("../img/parure/bg-bread.png") repeat-x scroll left top transparent;
    border-bottom: 1px solid #E5E6E7; 
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	height: 30px; 
	margin-bottom: 1em;
}
ul.alternate_item li.address_title { 
    background: url("../img/parure/bg-bread.png") repeat-x scroll left top transparent;
    border-bottom: 1px solid #E5E6E7;
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	height: 30px; 
	margin-bottom: 1em; 
}
ul.full_width li.address_title { 
    background: url("../img/parure/bg-bread.png") repeat-x scroll left top transparent;
    border-bottom: 1px solid #E5E6E7;
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; 
	height: 30px; 
	margin-bottom: 1em;
}
li.address_name,
li.address_firstname,
li.address_lastname,
li.address_update a,
li.address_delete a { color: #2E2E2E }
li.address_update a:hover,
li.address_delete a:hover { color: #da3838 }
li.address_name,
li.address_firstname,
li.address_lastname,
 li.address_company { font-weight: normal;  font-size: 14px; }

span.address_name,
span.address_firstname,
span.address_lastname,
span.address_update a,
span.address_delete a { color: #2E2E2E }
span.address_update a:hover,
span.address_delete a:hover { color: #da3838 }
span.address_name,
span.address_firstname,
span.address_lastname,
span.address_company { font-weight: normal; font-size: 14px; }

li.address_update,
li.address_delete {
	background: transparent url('../img/bullet.gif') no-repeat 0 0.4em!important;
	background: transparent url('../img/bullet.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add {  margin-bottom: 20px; margin-top: 15px }


div.addresses textarea {
	margin-top: 10px;
	margin-left: 0;
	height: 100px;
	width: 761px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
}

div.addresses select {
	padding: 5px;
	height: 30px;
	width: 170px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
} 

div.addresses input[type=text]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
div.addresses input[type=password]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
div.addresses textarea:focus { background: #656565; color: white; border: 1px solid #3a3a39 }	
div.addresses select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
