#page {
    padding:20px;
    background-color: white;
  }


#header {
    border-bottom: solid 2px #d9d9d9;
  }

#login_widget {
    display: none;
}

#quicklinks {
	display: none;
}

#header {
	height: auto;
	padding-bottom: 10px;
}

#header h1 {
 display: block;
  }


#navbar {
    display: none;
  }

#footer {
    clear : both;
    text-align:left;
    border-top: 1px solid blue;
  }


#footer p {
    padding: 5px;
    font: normal normal 12px/13px Arial, Helvetica, sans-serif;
    color: #7060a9;
    text-decoration: none;
  }
  
#footer p a {
	display: none;
}
  
#content {
    width:100%;
    background:transparent;
    min-height: 600px;
    border: none;
  }

table.checkout td a {
	display: none;
}

#crumb {
    display: none;
  }



div.expired_subscriptions {
    display: none;
}


div.order_details {

}

div.customer_details {

}

div.order_details h2,  div.customer_details h2, div.checkout_openitems h1 {
    font: normal 14px/16px Arial, Helvetica, sans-serif;
}

#content div.checkout_openitems {
    display: none;
}