﻿h1{
    overflow: hidden;
}

h1 a {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    float: right;
}

ul.accountInfo li {
    clear: both;
    margin: 0 0 10px 0;
}

    ul.accountInfo li label {
        width: 70px !important;
        padding: 2px 0 0 0 !important;
    }

ul.passwordForm li label {
    width: 140px !important;
}

ul.passwordForm li .errorMessage {
    margin: 0 0 0 140px;
}

h2.accountInfo {
    background-image: url(/images/icons/settings.png);
    height: 34px;
}

h2.orderHistory {
    background-image: url(/images/icons/shopping.png);
    height: 34px;
}

h2.changePassword {
    background-image: url(/images/icons/security.png);
    height: 34px;
}

h2.attachAndDetachFacebook {
    background-image: url(/images/icons/facebook.png);
    height: 34px;
    margin-bottom: 30px !important;
}

.accountItem {
    margin: 0 0 25px 0;
}

.orderHistoryItem {
    clear: both;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

    .orderHistoryItem.tableHeader {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
    }

@media screen and (min-width: 0px) {
    .accountRow {
        border: 0;
        margin: 0;
    }

    .accountItem {
        width: 100%;
        float: left;
        border-bottom: 1px solid #eee;
        margin: 0 50px 25px 0;
        padding: 0 0 25px 0;
    }

        .accountItem:nth-child(3) {
            border: 0;
        }

    ul.passwordForm li input[type="password"] {
        width: 210px !important;
    }

    .orderHistoryItem .orderDate {
        width: 180px;
        float: left;
    }

    .orderHistoryItem .orderNumber, .orderHistoryItem .orderTotal, .orderHistoryItem .receiptLink {
        width: 100px;
        float: left;
    }

    .orderHistoryItem.tableHeader {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .accountRow {
        border-bottom: 1px solid #eee;
        margin: 0 0 25px 0;
    }

    .accountItem {
        width: 410px;
        float: left;
        border-right: 1px solid #eee;
        border-bottom: 0;
        margin: 0 50px 25px 0;
        padding: 0;
    }

        .accountItem:nth-child(2n+2) {
            border: 0;
        }

    ul.passwordForm li input[type="password"] {
        width: 210px !important;
    }

    .orderHistoryItem .orderDate {
        width: 160px;
        float: left;
    }

    .orderHistoryItem .orderNumber, .orderHistoryItem .orderTotal, .orderHistoryItem .receiptLink {
        width: 80px;
        float: left;
    }

    .orderHistoryItem.tableHeader {
        display: block;
    }
}

@media screen and (min-width: 1250px) {
    .accountItem {
        width: 520px;
        float: left;
        border-right: 1px solid #eee;
        margin: 0 50px 25px 0;
    }

        .accountItem:nth-child(2n+2) {
            border: 0;
        }

    ul.passwordForm li input[type="password"] {
        width: 300px !important;
    }

    .orderHistoryItem .orderDate {
        width: 180px;
        float: left;
    }

    .orderHistoryItem .orderNumber, .orderHistoryItem .orderTotal, .orderHistoryItem .receiptLink {
        width: 100px;
        float: left;
    }
}

@media screen and (min-width: 1400px) {
    .accountItem {
        width: 550px;
        float: left;
        border-right: 1px solid #eee;
        margin: 0 50px 25px 0;
    }

        .accountItem:nth-child(2n+2) {
            border: 0;
        }

    ul.passwordForm li input[type="password"] {
        width: 325px !important;
    }

    .orderHistoryItem .orderDate {
        width: 180px;
        float: left;
    }

    .orderHistoryItem .orderNumber, .orderHistoryItem .orderTotal, .orderHistoryItem .receiptLink {
        width: 100px;
        float: left;
    }
}
