
#myAccountOrdersStatus, #orderHistoryHeading, #prevOrders {
    width: 100%;
}


#accountLinksWrapper h2, h2#previous-orders {
    background-color: #44BBCB;
    color: #ffffff;
}

#accountLinksWrapper h2, h2#addressBookDefaultPrimary, h2#previous-orders {
    padding: 10px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}

#accountLinksWrapper {
    margin: 0;
    width: 100%;
}

#accountLinksWrapper h2, h2#previous-orders {
	font-size: 1.4em;
}

#accountDefault ul {
    width: 100%;
}

#myAccountGen, #myAccountNotify, #prevOrders td {
    background: #eee;
}

#gvFaqDefaultContent, #checkoutPayAddressDefault .instructions, #checkoutShipAddressDefault .instructions, #myAccountNotify, #myAccountGen {
    padding: 20px 20px 20px 30px !important;
    margin-top: 0;
}

.forward {
    float: right !important;
}


.accountOrderDate, .accountOrderStatus, .accountOrderTotal, .accountOrderId {
    width: 100px;
}

#prevOrders td {
    padding: 10px !important;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.accountOrderViewButton  a {
    background: #000;
    color: #ffffff;
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    cursor: pointer;
}

#accountDefault .accountOrderViewButton a:hover {
    background: #555 !important;
    color: #ffffff !important;
}

#orderStatus #orderHistoryHeading tr.tableHeading, 
#orderStatus #myAccountOrdersStatus tr.tableHeading, 
#orderStatus #myAccountShipInfo h4, 
#orderStatus #myAccountPaymentInfo h4 {
    background: #44BBCB;
    color: #ffffff;
    height: 2.2em;
}

#orderStatus .accountQuantityDisplay {
    width: 10%;
    vertical-align: top;
    text-align: center;
}

#orderStatus #orderTotals .amount {
    text-align: right !important;
    padding: 0.2em;
}

#orderStatus #orderTotals {
	padding-right: 2em !important;
}

#informationContent a:link, #informationContent a:visited {
    padding: 10px 10px 10px 15px;
    display: block;
}