.dashboard {
    overflow: hidden;
}

.dashboard .span_8 {
    padding: 0 0 30px 0;
}

.dashboard .span_5 p {
    padding-bottom: 30px;
    font-size: 12px;
}

.headline {
    overflow: hidden;
}

.headline h2 {
    float: left;
    text-transform: uppercase;
}

.customer-account-index .headline h2 {
    font-size: 18px;
    font-weight: normal;
}

.headline h3 {
    float: left;
    text-transform: uppercase;
}

.headline h4 {
    float: left;
    text-transform: uppercase;
}

.headline h5 {
    float: left;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.headline a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    background: transparent url(../images/arrow_right.png) no-repeat right center;
    padding-right: 15px;
}

.headline a:hover span,
.headline a:active span,
.headline a:focus span {
    color: #fff;
    background-color: #333;
}

.subheadline {
    height: 20px;
    margin-top: 20px;
}

.subheadline h5 {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
}

.welcome-msg strong {
    font-size: 12px;
}

.welcome-msg p {
    font-size: 12px;
    padding: 5px 0 0 0;
}

.customer-form { position: relative; overflow: hidden; padding-bottom: 30px; min-height: 200px; }
.customer-form .buttons-set { position:absolute;bottom:5px; right: 0px; line-height:30px; overflow:hidden; width:100%; }
.customer-form h3 { text-transform: uppercase; }
.customer-form fieldset { width: 505px; overflow: hidden }
.customer-form legend { display: none; }
.customer-form select { width: 160px; }
.customer-form label { display: block; font-size: 11px; margin: 15px 0 5px 0; }
.customer-form input.input-text, .customer-form textarea { width: 220px; border: 1px solid #e9e9e9; background-color: #e9e9e9; padding: 3px; }
.customer-form input.input-text:focus, .customer-form textarea:focus { border: 1px solid #3CB1E1 }
.customer-form .checkbox,
.customer-form .radio { float: left; }
.customer-form .for_checkbox { float: left; margin: 5px 0; }
.customer-form .shipping { overflow: hidden; }
.customer-form .shipping .span_2 { width: 250px; padding-top: 15px; }
.customer-form .shipping label { margin: 5px 0; }
.customer-form .form-list li {overflow: hidden}
.customer-form .form-fields li { overflow: hidden; }
.customer-form .form-fields .span_2 { width: 250px; }
.customer-form .form-fields .span_4 { width: 505px; }
.customer-form p {
    font-size: 12px;
}
.customer-form p.required {
    clear: both;
    text-align: right;
    margin: 20px 0;
    font-size: 11px;
}
.customer-form .billing_address { padding: 10px 0 0 0; }
.customer-form .billing_address input.checkbox { margin-right: 5px; }
.customer-form .billing_address label { margin: 5px 0 0 0; }

.span_6_box .customer-form .span_3 { width: 272px; }



address { padding-bottom: 30px; font-size: 12px; line-height: 16px; font-style: normal; }

table {
    width: 100%;
}

table th {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 30px 10px 10px;
}

table tbody td {
    background-color: #fff;
    font-size: 11px;
    padding: 10px 30px 10px 10px;
    vertical-align: middle;
    border-bottom: 2px solid #F7F7F7;
}

table tbody td.last {
    padding-right: 10px;
}

table tfoot th, 
table tfoot td {
    padding-right: 0px;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
}

table tfoot .first th, 
table tfoot .first td {
    padding-top: 20px;
}

table tfoot td.last {
    padding-right: 30px;
}

table .a-center {
    text-align: center;
}

table .a-left {
    text-align: left;
}

table .a-right {
    text-align: right;
}

table .item-options dt {
    float: left;
    display: block;
    padding-right: 10px;
}

/**** DASHBOARD ***/
#dashboard_wrapper { background-color: #FFFFFF; overflow: hidden; }
#dashboard_wrapper .newsletter_box { border-top: 2px solid #F7F7F7; }
#dashboard_wrapper .contact_box, 
#dashboard_wrapper .newsletter_box { height: 120px; }
#dashboard_wrapper .span_5, #dashboard_wrapper .span_5_box { margin: 0px; }
#dashboard_wrapper .span_5_box { border-left: 2px solid #F7F7F7; border-right: 2px solid #FFFFFF; }
#dashboard_wrapper .span_5_box .col-1,
#dashboard_wrapper .span_5_box .col-2 { min-height: 125px; }

/**** ACCOUNT REGISTER ****/
.account-create {
    overflow: hidden;
}
.account-create li.newsletter {
    padding-top: 20px;
    margin-bottom: 10px;
}


/**** ORDERS TABLE ****/
#my-orders-table {
    margin: 0 0 30px 0;
}
#my-orders-table tfoot {
    font-size: 12px;
}
.recent-orders {
    clear: both;
}
.order-info {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
}

#wishlist_container .no-items,
#my-orders .no-items {
    height: 380px;
    text-align: left;
    background-color: #fff;
    padding-left: 35px;
    font-size: 12px;
}

/**** SALES ORDER ****/

body.sales-order-view .span_5_box .headline {
    height: 25px;
}

body.sales-order-view .span_5_box {
    min-height: 245px;
}


/**** WISHLIST ****/

#wishlist-table {
    margin-bottom: 35px;
}

#wishlist-table th {
    text-align: left;
}

#wishlist-table tr td a {
    color: #333;
}

#wishlist-table tr td a:hover,
#wishlist-table tr td a:active,
#wishlist-table tr td a:focus {
    color: #3cb1e1;
    background-color: #fff;
}

#wishlist-table tr td a.image-link:hover {
    background-color: #fff;
}

body.wishlist-index-index .buttons{
    width: 400px;
    float: right;
}

body.wishlist-index-index .buttons button {
    margin-bottom: 10px;
    float: right;
}

#wishlist-table textarea {
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    padding: 3px;
    width: 200px;
    font-family: arial;
    font-size: 11px;
}

#wishlist-sharing-form textarea {
    width: 495px;
    height: 100px;
}

/*** Dashboard Forms ***/

.wishlist-index-index h2,
.sales-order-history h2,
.customer-address-form h2,
.customer-address-index h2,
.customer-account-edit h2,
.newsletter-manage-index h2 {
    margin-bottom: 55px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
}


.customer-address-form .customer-form,
.sendfriend-product-send .customer-form,
.customer-account-edit .customer-form,
.customer-account-create .customer-form {
    padding-bottom: 60px;
}

.customer-address-form .customer-form .buttons-set,
.sendfriend-product-send .customer-form .buttons-set,
.customer-account-edit .customer-form .buttons-set,
.customer-account-create .customer-form .buttons-set {
    bottom: 10px;
}

.customer-address-form .required_box,
.sendfriend-product-send .required_box,
.customer-account-create .required_box,
.customer-account-edit .required_box {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
}

.customer-address-form .back-link,
.customer-account-create .back-link {
    position: relative;
    top: -5px;
}

.sendfriend-product-send h5 {
    font-weight: bold
}

input,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

#recipients_options li {
    position: relative;
}
#recipients_options .btn-remove {
    position: absolute;
    right: 2px;
    top: 11px;
}
#recipients_options .btn-remove a {
    font-size: 12px;
    font-weight: bold;
}

#recipients_options .btn-remove a:hover,
#recipients_options .btn-remove a:active,
#recipients_options .btn-remove a:focus {
    background-color: transparent;
}

#add_recipient_button {
    position: relative;
    top: -5px;
}

#add_recipient_button a {
    font-weight: bold;
    font-size: 11px;
}

p.no-items {
    padding: 50px 0;
    text-align: center;
}

.pager {
    font-size: 11px;
    overflow: hidden;
}
.pager p {
    display: inline;
    font-size: 11px;
    float: left;
    line-height: 25px;
}
.pager fieldset {
    display: inline;
    font-size: 11px;
}
.pager label {
    float: left;
    font-size: 11px !important;
    line-height: 25px;
}
.pager select {
    font-size: 11px;
}

.separator {
    padding: 0 3px;
}

.back-link { 
    background: transparent url(../images/arrow_left.png) no-repeat scroll left center;
    color: #333333; 
    float: left; 
    font-size: 11px;
    margin-right: 80px; 
    padding-left: 15px;
    text-decoration: none;
}
.back-link:hover,
.back-link:active,
.back-link:focus {
    background-color: transparent;
}
.back-link:hover span,
.back-link:active span,
.back-link:focus span {
    background-color: #333;
    color: #fff;
}


.order-details p,
.order_payment {
    font-size: 12px;
}
