/* --------- General Account CSS ---------- */
.column {
    float: left;
}
.hidden {
    display: none;
}
h2 {
    color: #383838;
    margin-bottom: 3px;
}
#main_col {
    max-width: 900px;
    margin:auto;
}
span.none {
    color: #808080;
}
div.tabs {
    padding-bottom: 15px;
    padding-left: 1em;
    overflow: auto;
}
.section {
     border-top: 2px solid #D8D8D8;
     clear: both;
     overflow: hidden;
     padding: 18px 5px 18px 1em;
}
/* ----- Account Setup --------------------- */
#account_setup {
    max-width: 500px;
    margin-bottom: 1em;
}
#account_setup .button {
    background: none repeat scroll 0 0 #0067AC;
    border: 1px solid #0067AC;
}
#account_setup h1 {
    padding: 25px 0px 15px 1em;
}
#account_setup .section {
    border-top: none;
    padding-bottom: 0px;
}

#welcome {
    padding: 0 1em;
}

/* ----- Contact Information --------------- */
#account_address {
    margin-bottom: 1em;
    margin-top: 1em;
}
#contact_info {
    margin-bottom: 1em;
    max-width: 480px;
}
#contact_info .button {
    background: none repeat scroll 0 0 #0067AC;
    border: 1px solid #0067AC;
}
#contact_info .section.top {
    border-top: none;
    padding: 1em;
    margin-bottom: 0px;
}
#confirmation p {
    font-size: 1.08em;
}
#main_content #confirmation form .button {
    margin-left: 0px;
}
#main_content  #contact_info form p label {
    width: 9.93em;
}
#names li a.remove {
    padding-left: 40px;
}
form a.cancel {
    color: #808080;
    padding-left: 5px;
}

/*------ Credit App ------------------------ */
#contact_address {
    padding-bottom: 20px;
}
.credit_app .button {
    background: none repeat scroll 0 0 #0067AC;
    border: 1px solid #0067AC;
}
.credit_app select {
    border: 2px solid #D2D3D5;
    border-radius: 2px 2px 2px 2px;
}
.credit_app_4 p {
    padding-bottom: 20px;
    padding-top: 3px;
}
.credit_app_4 #contact_address p {
    padding-bottom: 0px;
}
.credit_app #acknowledgement p {
    padding-top: 15px;
}
.credit_app #acknowledgement p.error {
    padding-top: 0px;
}
.credit_app .account P {
    display: inline-block;
}
.credit_app #bank_reference {
    padding-bottom: 20px;
    padding-top: 5px;
}
.credit_app #entity {
    margin-left: 145px;
    padding-top: 20px;
}
.credit_app #credit_app_2_form {
    padding-bottom: 30px;
}
.credit_app h1 {
    padding-bottom: 15px;
}
.credit_app h2 {
    color: #409A3C;
}
.credit_app .member_form {
    padding: 6px 0px;
}
.credit_app #members a {
    margin-left: 163px;
}
.credit_app #terms {
    font-weight: bold;
}
.credit_app  ul.errorlist {
    padding-left: 0px;
}
#credit_app_1 {
    margin-left: -5px;
    padding-top: 20px;
}
#main_content .credit_app #acknowledgement input {
    margin-right: 3px;
    width: 15px;
    vertical-align: middle;
}
#main_content .credit_app #credit_app_1 #entity p label {
    width: 95px;
}
#main_content .credit_app form p {
    margin-top: 5px;
}
#main_content .credit_app p input {
    width: 260px;
}
#main_content .credit_app p label {
    width: 155px;
}
#main_content .credit_app #credit_app_1 p label {
    width: 160px;
    text-align: left;
}
#main_content .credit_app #credit_app_3 p label {
    width: 95px;
}
#main_content .credit_app #credit_app_3 .account span p label {
    padding-left: 5px;
    width: auto;
}
#main_content form#credit_app_3 {
    max-width: 630px;
}
#main_content form#credit_app_1 .button {
    margin-left: 168px;
}
#main_content form#credit_app_2 .button {
    margin-left: 0px;
    margin-top: 20px;
}
#main_content form#credit_app_3 .button {
    margin-left: 103px;
}
#trade_references {
    overflow: auto;
}
#trade_references div {
    float: left;
    width: 300px;
    padding-bottom: 25px;
    padding-top: 5px;
}
#trade_references div#trade3 {
    clear: left;
    padding-bottom: 12px;
}
#trade_references span.error {
    margin-left: 100px;
}
/* ----- Digital Products --------------------- */
#digital_products .button {
    margin-top: 1em;
    display: inline-block;
}
#digital_products h4 {
    font: inherit;
    font-weight: bold;
}
#digital_products .order {
    overflow: auto;
    padding: 17px 0px 20px 1em;
    border-bottom: 2px solid #D8D8D8;
}
#digital_products .order.last {
    border-bottom: none;
}
#digital_products .details {
    float: left;
    width: 200px;
}
#digital_products .files {
    float: left;
    padding-right: 40px;
    padding-top: 1em;
    max-width: 350px;
}
.product a {
    color: inherit;
}
.files .line {
    padding: 5px 30px 5px 1em;
    border-bottom: 1px solid #D8D8D8;
}
.files .line.last {
    border-bottom: none;
}
.line div {
    display: inline;
}
.line div.download {
    float: right;
}
/* ----- Form --------------------- */
#connect_form ul.errorlist {
    margin-left: 117px;
}
#contact_info span.error {
    display: block;
    margin-left: 117px;
}
#contact_form p input {
    width: 250px;
}
#main_content form #customer_type p label {
    width: auto;
    text-align: left;
}
input[type="radio"] {
    vertical-align: text-top;
    width: 20px;
}
#main_content form .button {
    margin-top: 7px;
}
#main_content #contact_info form .current_data  p {
    margin: 0px;
    padding: 0px;
}
#main_content form li {
    margin-top: 5px;
}
#main_content form p {
    width: auto;
    margin: 0px;
    margin-top: 7px;
}
#main_content #contact_info form p {
    padding-top: 7px;
    margin-top: 0px;
}
#main_content form p input {
    border: 2px solid #D2D3D5;
    padding: 1px 0 2px 3px;
    height: 15px;
}
#main_content #parish_diocese p.inputs {
    margin-top: 0px;
}
#main_content #parish_diocese p input {
    width: 155px;
}
#main_content form #parish_diocese .button {
    margin: 0px;
    margin-left: 1em;
    height: auto;
    width: 90px;
}
#password_form p input {
    width: 158px;
}
#password_form .the_form {
    width: 506px;
}
#password_form ul.errorlist {
    float: right;
    position: relative;
    top: 12px;
    width: 221px;
    height: 0;
}
span.error {
    margin-left: 5px;
}

/* -------- Login and Create Account pages ------------ */
#forgot a {
    color: #808080;
}
.login_create {
    padding-top: 25px;
    padding-left: 330px;
}
.login_create h2 {
    font-size: 1.75em;/* 21px */
    margin-bottom: 14px;
}
#main_content .login_create p {
    padding-bottom: 5px;
    clear: left;
}
.login_create .message {
    display: block;
    clear: both;
    width: 280px;
    margin: 12px 0;
}
#main_content .login_create form p input {
    width: 198px;
    height: 18px;
    border-width: 1px;
}
#main_content .login_create form p label {
    text-align: right;
    width: 7.5em;
    margin-right: 7px;
}
#login h2, #login #go_to_create {
    float: left;
}
#login h2 {
    width: 90px;
    margin-right: 1em;
}
#login #go_to_create {
    margin-top: 8px;
}
#create_account form .button {
    margin-left: 182px;
}
#create_account select {
    border: 1px solid #D2D3D5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1px;
    width: 203px;
}
#create_account select option {
    padding-top: 1px;
    padding-bottom: 1px;
}
#main_content #create_account .checkbox input,
#main_content #create_account .checkbox label {
    vertical-align: middle;
    width: auto;
}
#main_content #create_account .checkbox input {
    margin-left: 97px;
    margin-right: 5px;
}
#main_content #create_account p.checkbox {
    line-height: 1.8;
    padding-left: 4px;
}

/* -------- Order Detail ----------------------- */
/* css for containers coming from http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks */
#container3 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#container2 {
    border-right: 1px solid #D8D8D8;
    float: left;
    width: 100%;
    position: relative;
    right: 200px;
}
#container1 {
    border-right: 1px solid #D8D8D8;
    float: left;
    width: 100%;
    position: relative;
    right: 246px;
}
.digital_only #container1 {
    border-right: none;
}
#details {
    float: left;
    padding-bottom: 20px;
    padding-top: 1em;
}
#items {
    clear: left;
}
#items table {
    max-width: 410px;
}
#items td a:hover {
    color: #0067AC;
}
#items td a {
    color: #000;
}
#items td a.download {
    color: #0067AC;
}
#order_detail .button {
    background: none repeat scroll 0 0 #0067AC;
    border: 1px solid #0067AC;
}
#order_detail #items td.description {
    width: 240px;
    padding-right: 1em;
}
#order_detail #items td {
    padding-right: 25px;
}
#order_detail .column {
    float: left;
    padding: 0px 40px 1em 1em;
    position: relative;
    width: 190px;
}
#order_detail .column#billing_info {
    padding-right: 0px;
}
#order_detail .column#shipping_info {
    width: 196px;
}
#order_detail .column#summary {
    width: 240px;
    padding-right: 34px;
}
#order_detail {
    max-width: 730px;
}
#order_detail h1 {
    font-size: 2.5em;
    margin-bottom: 1em;
}
#order_detail h4 {
    font: inherit;
    font-weight: bold;
}
#order_detail #items h1 {
    padding-left: 1em;
    padding-bottom: 0px;
}
#order_detail td {
    border-top: 1px solid #D8D8D8;
    padding: 7px 40px 6px 1em;
    vertical-align: top;
}
#order_detail .first td {
    border-top: none;
}
#order_detail thead td {
    border-top: none;
}
#order_detail #totals td {
    border-top: none;
}
#order_detail #totals tr {
    border-top: none;
    background: none repeat scroll 0 0 #f7f7f7;
}
#order_detail #totals tr.total {
    background: none repeat scroll 0 0 #f1eeed;
    font-weight: bold;
}
.top {
    margin-bottom: 13px;
}
#totals {
    clear: both;
    padding-top: 1em;
}
#totals .label {
    padding-left: 8px;
    padding-right: 7px;
    text-align: right;
}
#totals table {
    width: 240px;
}
#totals td {
    border-bottom: 2px solid #f1eeed;
    padding-bottom: 3px;
    padding-top: 3px;
}
#totals .value {
    padding-right: 40px;
    text-align: right;
}
#track {
    width: 225px;
    display: block;
}
#invoice {
    width: 100%;
    display: block;
}
#track #label, #invoice #label {
    float: left;
    display: inline-block;
}
#track #value {
    width: 125px;
    float: right;
}
#invoice #value {
    display: inline-block;
    width: 160px;
    padding-left: 3px;
    float: left;
}
#ship_date {
    width: 225px;
    display: block;
    width: 100%;
}
#shipment {
    clear: both;
}
/* -------- Order History ----------------------- */
#no_orders {
    padding: 18px 1em 0;
}
#order_history h1 {
    padding-left: 1em;
    padding-top: 1em;
}
#order_history h4 {
    font: inherit;
    font-weight: bold;
}
#order_history table {
    max-width: 725px;
}
#order_history td {
    border-top: 2px solid #D8D8D8;
    padding: 7px 33px 6px 1em;
    vertical-align: top;
}
#order_history thead td {
    border-top: none;
}
.order_data {
    float: left;
    width: 205px;
    padding-right: 1em;
}
.order_items {
    float:left;
    max-width: 390px;
    width: 100%;
}
.order_summary {
    overflow: auto;
    padding: 17px 0px 1em 1em;
    border-bottom: 2px solid #D8D8D8;
}
.order_summary.last {
    border-bottom: none;
}
.prod_img a {
    line-height: 0px;
    display: inline-block;
}
.prod_img {
    float: left;
    width: 100px;
    padding-right: 1em;
}
.prod_img img {
    vertical-align: bottom;
}
/* -------- Forgot Password ----------------------- */
#main_content .password_reset form p label {
    text-align: left;
    width: 88px;
}
#main_content .password_reset #confirm_password form p label {
    width: 108px;
}
#main_content .password_reset form .button {
    margin-left: 0px;
    margin-top: 14px;
}
#main_content .password_reset form p input {
    border: 3px solid #61C3E4;
    width: 180px;
}
.password_reset {
    background: none repeat scroll 0 0 #D2ECF5;
    margin: auto;
    padding: 1em 30px 25px;
    max-width: 450px;
}
.password_reset p.error {
    width: 265px;
}
.password_reset h2 {
    font-family: 'Lalezar';
    font-size: 2.5em;
    margin-bottom: 1em;
}
#main_col.credit_app{
    padding: 0 1em;
}
@media (max-width: 730px){
    #order_history td{
        padding: 3.5vw 2vw 3.5vw .6vw;
    }
    #past_orders{
        padding-left: 1em;
    }
}
@media (max-width: 400px){
    #order_history td{
        font-size: 10.5px;
    }
}
@media (max-width:335px){
    #main_content .login_create form p label{
        text-align: left;
    }
}