div.addresses {
   position:relative;
   padding:15px;
   border:1px solid #ccc;
	font-size:12px;
   background:#f8f8f8
}

ul.address {
   list-style-type:none;
   float:left;
   position:relative;
   width:345px !important
}
#address_delivery {margin-right:35px;}
#address_invoice {margin-right:0}
#delivery_address {margin-right:65px;}

ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase
}

ul.address li.address_title {
   height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
    text-shadow:0 1px 0 #666;
   /*background:url(../img/bg_table_th.png) repeat-x 0 -10px #999*/
    background: black;
}
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_add a {
  padding: 9px 5px;
  color: #FFF;
  line-height: 30px;
  background-color: #4494d0;
  background-image: none;
  text-decoration: none;
  border: none;
  display: inline ;
}
.address_select {
	border:1px solid #ccc;
	width: 200px;
	margin-left: 10px;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
	width: 225px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery, p.addressesAreEquals {
	padding-bottom: 14px
}
/* PAGE ADRESSES ******************************************************************************* */
.addresses ul.address {
   list-style-type:none;
   float:left;
   position:relative;
	margin:30px 30px 0 0;
   width:345px !important
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase
}
.addresses ul.address .address_title {
	margin-bottom:5px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
    text-shadow:0 1px 0 #666;
    /* background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 */
    background: black;
}
.addresses ul.address .address_update {margin-top:20px}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size:11px;
   text-transform:none
}
/* Header */


#addresses #header {
  background-color: #2c62ae;
}

#addresses #header .header-menu .sf-menu {
  background-color: #f7eee5;
}
#addresses #header .sf-menu {
  background-color: #2c62ae;
}

/* Center column */

#addresses #page #center_column {
  width: 960px;
  margin: 0;
}

/* Title */

#addresses #center_column h1 {
	color: #ffffff;
  background-color: #2c62ae;
  padding: 20px 0 0 25px;
  font-size: 2em;
  line-height: 1.5em;
  display: block;
  margin-bottom: 0;
}

/* Right Column */

#addresses #right_column {
  display: none;
}

#addresses #shopping_cart {
  display: none;
}

/* Drupal style tabs */

#addresses ul.tabs.primary {                                                                                                                                                                                                             
  background: #2c62ae;
  padding-top: 10px;
  margin-bottom: 30px;
  margin-top: 0px;
  border: none;
  list-style: none;
  float: left;
  width: 100%;
}

#addresses ul.tabs.primary li:first-child {
  margin-left: 5%;
}

#addresses ul.tabs.primary li {
  border: none;
  text-shadow: none;
  float: left;
  margin-left: 6px;
}

#addresses #right_column {
  display: none;
}

#addresses ul.tabs.primary li a {
  display: block;
  padding: 0 14px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: bold;
  line-height: 33px;
  border: none;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;                                                                                                                                                                                                          
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
}

#addresses ul.tabs.primary li a:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #e9e9e9;
  color: gray;
}

#addresses ul.tabs.primary li a{
  background-image: url('../img/bg_pixil.png');
  background-repeat: repeat;
}

#addresses ul.tabs.primary li.active a{
  background: white;
  color: #333;
}
