#customer-accounts {
  margin-bottom: 40px;
  margin-top: -40px;
  display: inline-block;
  text-align: center;
   
}

#customer-accounts h1 {
    font-size: 20px;
  font-weight: normal;
}

#recover-password h1 {
    font-size: 20px;
  font-weight: normal;
}

#forgot_password a {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
  
#customer-login {
	font-weight: normal;
	padding: 4px 6px;
  margin-top: -10px;
	text-shadow: none;
}

#customer-account .label{
	background: #888;
	color: #fff;
	font-size: 0.923076923em;
	font-weight: normal;
	padding: 4px 6px;
	text-shadow: none;
}

#customer-account .label-success{
	background: #56CB8E;
}

#customer-account .view-addresses{
  display: block;
  margin-top: 1em;
}

#customer-account #sidebar .widget p.item{
	margin: 0;
}


#customer-account #page-actions{
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

#customer-account #add_address{
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

/*  Orders  */

#customer-account #order-status{
	margin-bottom: 1.5em;
}

#customer-account #order-meta{
	margin-bottom: 30px;
}

#customer-account #order-meta .meta-item{
	color: #888;
	padding: 2px 0;
}

#customer-account #order-meta .meta-item span.status{
	color: #333;
}

#customer-account #order-meta .meta-title{
	display: block;
	float: left;
	width: 125px;
}

#customer-account #order-line-items td{
	padding-top: 20px;
	padding-bottom: 20px;
}

#customer-account #order-line-items .order-summary td{
	color: #888;
	padding-top: 8px;
	padding-bottom: 8px;
}

#customer-account #order-line-items .order-summary:first-child td{
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

#customer-account #order-line-items .order-summary td{
	border: none;
}


#customer-account #order-line-items .order-total td{
	color: #444;
	font-size: 1.230769231em;
	font-weight: bold;
}


/*  Addresses  */

form#address_form_new{
	margin-bottom: 40px;
}

#customer-account address{
	line-height: 1.75em;
}

#customer-account #address_tables .customer_address{
  border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

#customer-account #address_tables .customer_address .default-indicator{
  position: absolute;
  right: 0;
  top: 0;
}

#customer-account #address_tables .address_actions{
	margin-bottom: 10px;
	text-align: right;
}

#customer-account #address_tables .address_actions a{
	margin-left: 10px;
}
