/* 
    Document   : userAccount
    Created on : 29/Set/2013, 20:22:56
    Author     : paulo
    Description:
        Purpose of the stylesheet follows.
*/

a:focus {
    outline: none;
}

h1 {
    color: rgb(46,46,46);
    margin-top: 20px;
    margin-bottom: 40px;
    
}



/******************************************************************
 *  Account Control Panel
 ******************************************************************/
div.user_control_panel {
    padding-bottom: 50px;
}

table.userAccountTable {
  /* margin-left: auto;
   margin-right: auto;*/
   margin-bottom: 40px;
}


table.userAccountTable td {
    padding: 10px 20px 0px 20px;
    width: 250px;
    font-size: 14px;
}

table.userAccountTable th {
    font-weight: bold;
    border-bottom: solid 2px rgb(0,170,221);
    padding-left: 10px;
    font-size: 16px;
    color: rgb(46,46,46);
}

table.userAccountTable a {
    text-decoration: none;
    color: rgb(46,46,46);
    
}

table.userAccountTable a:hover {
    text-decoration: none;
    color: rgb(0,170,221);
    
    
}


/******************************************************************
 *  Order History
 ******************************************************************/

div.userAccountOrderSnapshop {
    color: rgb(46,46,46);
}

table.userAccountOrderSnapshop {
    margin-left: 0px;
    width: 700px;
}

table.userAccountOrderSnapshop th {
    font-weight: bold;
    border-bottom: solid 2px rgb(0,170,221);
    padding-left: 10px;
    font-size: 14px;
    color: rgb(46,46,46);
}

table.userAccountOrderSnapshop td {
    padding: 10px;
}

td.userAccountOrderSnapshopVal {
    width: 100px;
}

td.userAccountOrderSnapshopProds {
    width: 400px;
}

td.userAccountOrderSnapshopProds ul {
    list-style-type: none;
}

td.userAccountOrderSnapshopProds a {
    text-decoration: none;
    color: rgb(46,46,46);
}

td.userAccountOrderSnapshopProds a:hover {
    color: rgb(0,170,221);
}


div.userAccountOrderSnapshop_button {
    /*width: 100px;
    height: 40px;*/
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 2px;
    line-height: 15px;
    font-size: 10px;
}

div.userAccountOrderSnapshop_button a {
    text-decoration: none;
    display: block;
    color: #FFFFFF; 
}



/******************************************************************
 *  View Order Details
 ******************************************************************/

div.userAccountOrderDetailsTopLinks {
    width: 880px;
    height: 60px;
    float: none;
}

div.userAccountOrderDetails {
    width: 880px;
    float: none;
}

table.userAccountOrderDetailsRow1 {
    border: none;
    width: 880px;
    margin: 0px;
}

td.userAccountOrderDetailsRow1Col1 {
    width: 500px;
    padding-left: 5px;
    border-bottom: solid 2px rgb(0,170,221);
    font-weight: bold;
    font-size: 16px;
}

td.userAccountOrderDetailsRow1Col2 {
    text-align: right;
    padding-right: 5px;
     border-bottom: solid 2px rgb(0,170,221);
}


table.userAccountOrderDetailsRow2 {
    border: none;
    border-top: 0px;
    width: 880px;
    margin: 0px;
}

table.userAccountOrderDetailsRow2 td {
    padding-left: 5px;
    border-bottom: solid 1px rgb(0,170,221);
}


table.userAccountOrderDetailsMainRow {
    border: none;
    width: 880px;
    margin: 0px;
    border-bottom: solid 1px rgb(0,170,221);
}

table.userAccountOrderDetailsMainRow td {
    padding-left: 5px;
    padding-right: 5px;
    
}

td.userAccountOrderDetailsMainRowColShipAdd {
    border: none;
    width: 250px;
}


table.userAccountOrderDetailsMainRowColProdsTable {
    width: 600px;
}

table.userAccountOrderDetailsMainRowColProdsTable th {
    font-weight: bold;
    
}

td.userAccountOrderDetailsMainRowColProdsTableProd {
    width: 380px;
}

td.userAccountOrderDetailsMainRowColProdsTableProd a {
    text-decoration: none;
    color: rgb(0,170,221);
}


td.userAccountOrderDetailsMainRowColProdsTableQuant {
    width: 60px;
    text-align: center;
}

td.userAccountOrderDetailsMainRowColProdsTablePrice {
    width: 60px;
    text-align: center;
}


table.userAccountOrderDetailsPaymentInfo {
    margin-top: 10px;
    border: none;
    border-bottom: solid 1px rgb(0,170,221);
    width: 880px;
}

table.userAccountOrderDetailsPaymentInfo th {
    padding: 0px 5px 0px 5px;
    border-bottom: solid 2px rgb(0,170,221);
    font-weight: bold;
}

/*
table.userAccountOrderDetailsPaymentInfo td {
    border-top: solid 1px;
    padding: 0px 5px 0px 5px;
}
*/

td.userAccountOrderDetailsPaymentInfoBillAddCol {
    width: 250px;

    padding: 0px 5px 0px 5px;
}

td.userAccountOrderDetailsPaymentInfoBillPayMethodCol {
    width: 320px;
    padding: 0px 5px 0px 5px;
}

td.userAccountOrderDetailsPaymentInfoBillPayValCol {
   
}

table.userAccountOrderDetailsPaymentInfoBillPayValColTable {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 260px;
}

td.userAccountOrderDetailsPaymentInfoBillPayValColTableLabels {
    margin: 0px 5px 0px 0px;
    padding: 0px 5px 0px 0px;
    border-top: none;
    
}

td.userAccountOrderDetailsPaymentInfoBillPayValColTableVals {
    text-align: right;
    width: 70px;
    padding: 0px 5px 0px 0px;
}



/******************************************************************
 *  Manage Addresses
 ******************************************************************/

table.accountMngAddr {
    width: 880px;
}

td.accountMngAddrHeader {
    font-weight: bold;
    padding-bottom: 10px;
    color: rgb(46,46,46); 
}

td.accountMngAddrHeader div {
   /* background-color: rgb(0,170,221); */
   border-bottom: solid 2px rgb(0,170,221);
   
    width: 400px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
}

input.accountMngAddr_submitButton {
    background-color: rgb(0,170,221);
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}


td.accountMngAddr {
    width: 440px;
}

table.accountMngAddrBody label {
    color: rgb(46,46,46); 
}


td.accountMngAddrBody {
    width: 300px;
    padding-left: 10px;
    color: rgb(46,46,46); 
}


div.accountMngAddr_button {
    
    width: 50px;
    
    /*height: 40px;*/
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 0px;
    line-height: 15px;
    font-size: 12px;
}

div.accountMngAddr_button a {
    text-decoration: none;
    display: block;
    color: #FFFFFF; 
}


div.accountMngAddr_buttonAddAddress {    
    width: 150px;
    height: 25px;
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 0px;
    line-height: 25px;
    margin-bottom: 30px;
}

div.accountMngAddr_buttonAddAddress a {
    text-decoration: none;
    display: block;
    color: #FFFFFF; 
}



/******************************************************************
 *  Change order addresses
 ******************************************************************/

table.userAccountOrderChangeAddr {
    width: 500px;
}

td.userAccountOrderChangeAddrHeader {
    border-bottom: solid 2px rgb(0,170,221);
    font-weight: bold;
    font-size: 14px;
}

td.userAccountOrderChangeAddrFormLabel {
    color: rgb(46,46,46); 
    line-height: 25px;
    padding: 10px 10px 0px 10px;
    text-align: right;
    width: 120px;
}

td.userAccountOrderChangeAddrFormErrors {
    color: rgb(204,0,0);
    line-height: 25px;
    vertical-align: middle;
}



td.userAccountOrderChangeAddrFormErrors li {
    color: rgb(204,0,0);
    padding-top: 10px;
}

td.userAccountOrderChangeAddrFormData {
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    color: rgb(46,46,46); 
}

td.userAccountOrderChangeAddrFormData input {
    /*display: block;
    background-color: rgb(230, 230, 230);*/
    
    border-left: 1px solid rgb(140, 140, 140);
    border-top: 1px solid rgb(140, 140, 140);
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    margin: 0px;
    width: 300px; 
    font-weight: normal;
    /*color: rgb(100, 100, 100);*/
    color: rgb(46,46,46); 
    cursor: text;
    padding: 5px; 
    
}

td.userAccountOrderChangeAddrFormDataCountry {
    padding: 10px 0px 0px 6px;
    line-height: 25px;
    color: rgb(46,46,46); 
}

input.userAccountOrderChangeAddr_submitButton {
    background-color: rgb(0,170,221);
    color: #FFFFFF;
    cursor: pointer;
    width: 100px;
    height: 27px;
    padding: 0px;
    font: 13px "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding-bottom: 1px;
}

div.userAccountOrderChangeAddr_CancelButton {    
    width: 100px;
    height: 27px;
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 0px;
    line-height: 27px;
    margin-bottom: 30px;
    float: left;
}

div.userAccountOrderChangeAddr_CancelButton a {
    font: 13px "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #FFFFFF; 
    margin: 0px;
    padding: 0px;
}



/******************************************************************
 *  Change email
 ******************************************************************/

table.userAccountOrderChangeEmail {
  
}

td.userAccountOrderChangeEmailFormLabel {
    color: rgb(46,46,46); 
    line-height: 25px;
    padding: 10px 10px 0px 10px;
    text-align: right;
    width: 180px;
}

td.userAccountOrderChangeEmailFormData {
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    color: rgb(46,46,46); 
    
}

td.userAccountOrderChangeEmailFormData input {
    /*display: block;
    background-color: rgb(230, 230, 230);*/
    
    border-left: 1px solid rgb(140, 140, 140);
    border-top: 1px solid rgb(140, 140, 140);
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    margin: 0px;
    width: 200px; 
    font-weight: normal;
    /*color: rgb(100, 100, 100);*/
    color: rgb(46,46,46); 
    cursor: text;
    padding: 5px; 
    
}


/******************************************************************
 *  Change email message
 ******************************************************************/

table.userAccountOrderChangeEmailMsg {
  
}

td.userAccountOrderChangeEmailTblLabelMsg {
    color: rgb(46,46,46); 
    line-height: 25px;
    padding: 10px 10px 0px 10px;
    text-align: right;
    width: 100px;
}

td.userAccountOrderChangeEmailTblData {
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    color: rgb(46,46,46); 
    width: 250px;
}

div.userAccountOrderChangeEmailTblButton {    
    width: 130px;
    height: 27px;
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 0px;
    line-height: 27px;
    margin-bottom: 30px;
    float: left;
}

div.userAccountOrderChangeEmailTblButton a {
    font: 13px "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #FFFFFF; 
    margin: 0px;
    padding: 0px;
}

/******************************************************************
 *  Notifications
 ******************************************************************/

td.userAccountNotificationsChoiceLabel {
    width: 400px;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 10px;
    color: rgb(46,46,46);
}

td.userAccountNotificationsChoiceLabel label {
    color: rgb(46,46,46);
}


td.userAccountNotificationsChoice {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 10px;
}



