#address_book_container {
    position: absolute;
    z-index: 10000;

}

#address_book_container table {
    margin: 0;
}

#address_book_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #000;
    opacity: 0.6;
}

#address_book_container .non_empty_row {
    cursor: pointer;
}

#address_book_container .non_empty_row:hover {
    background-color: #bbb;
}

/* Address Book Entry */
.page-address-book #custom-address-book-view-address-book-entry #address_book_entry ul {
    padding-left: 0;
}

#custom-address-book-view-address-book-entry #address_book_entry ul li {
    padding: 10px;
    list-style: none;
}

.page-address-book #custom-address-book-view-address-book-entry #address_book_entry ul li:nth-child(odd) {
    background: #efefef;
}

.page-address-book #custom-address-book-view-address-book-entry #view_link,
.page-address-book #custom-address-book-view-address-book-entry #edit_link,
.page-address-book #custom-address-book-view-address-book-entry #delete_link {
    margin-right: 10px;
    display: inline-block;
}

.page-address-book #custom-address-book-view-address-book-entry #view_link a,
.page-address-book #custom-address-book-view-address-book-entry #edit_link a,
.page-address-book #custom-address-book-view-address-book-entry #delete_link a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #75BD43;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.page-address-book #custom-address-book-view-address-book-entry #view_link a:hover,
.page-address-book #custom-address-book-view-address-book-entry #edit_link a:hover,
.page-address-book #custom-address-book-view-address-book-entry #delete_link a:hover {
    background: #7D7D7F;
}

/* Address Book User */
#views-exposed-form-address-book-page {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

#views-exposed-form-address-book-page label {
    font-weight: normal;
    float: none;
    display: block;
}

#views-exposed-form-address-book-page .views-widget-per-page, #views-exposed-form-address-book-page .views-submit-button {
    padding-top: 30px;
}

#views-exposed-form-address-book-page .views-widget-per-page {
    clear: left;
}

#views-exposed-form-address-book-page .views-widget-per-page label {
    padding-bottom: 5px;
}

/*body.page-address-book .import_link a,*/
/*body.page-address-book .export_link a,*/
/*body.page-address-book .service_links li a,*/
/*#views-exposed-form-address-book-page .views-submit-button input{margin-top: 22px;background:#75BD43;color:#fff;text-align: center;padding:7px 15px;font-size: 13px; font-family:'proxima-nova-condensed',Helvetica,Arial,sans-serif;text-transform:uppercase;border: 0;*/
/*-webkit-border-radius: 4px 4px 4px 4px;*/
/*border-radius: 4px 4px 4px 4px;}*/

/*body.page-address-book .import_link a:hover,*/
/*body.page-address-book .export_link a:hover,*/
/*#views-exposed-form-address-book-page .views-submit-button input:hover{background: #7D7D7F;}*/
.view-address-book table.views-table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/*.view-address-book table.views-table th a {
    color: #fff;
}*/

.view-address-book table.views-table td {
    border-right: 1px solid #ccc;
    font-size: 13px;
}

.view-address-book table.views-table td ul {
    padding-left: 0;
    margin: 0;
}

.view-address-book table.views-table td ul li {
    list-style: none;
}

.view-address-book table.views-table td:last-child {
    border-right: 0;
}

/*.view-address-book table.views-table td a.edit_link {
    color: #75BD43;
}*/

.view-address-book .new_entry_link {
    float: right;
}

.view-address-book .new_entry_link a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #75BD43;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.view-address-book .new_entry_link a:hover {
    background: #7D7D7F;
}

.view-address-book select#edit-items-per-page {
    font-size: 12px;
}

/* Add New Entry */
#custom-address-book-add-address-book-entry {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

#custom-address-book-add-address-book-entry label {
    font-weight: normal;
    float: none;
    display: block;
}

/* Edit Entry */
#custom-address-book-edit-address-book-entry {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

#custom-address-book-edit-address-book-entry label {
    font-weight: normal;
    float: none;
    display: block;
}

/*.page-address-book #delete_link a,*/
/*.page-address-book #cancel_link a{display: inline-block;width: 100px;height:30px;line-height: 30px;background:#75BD43;color:#fff;text-align: center;font-size: 13px;text-transform: uppercase;text-decoration: none;*/
/*-webkit-border-radius: 4px 4px 4px 4px;*/
/*border-radius: 4px 4px 4px 4px;}*/
/*.page-address-book #delete_link a:hover,*/
/*.page-address-book #cancel_link a:hover{background:#7D7D7F; }*/
.page-address-book #delete_link,
.page-address-book #cancel_link {
    display: inline-block;
    margin-right: 10px;
}

body.page-checkout .form-item-delivery-address-selector select,
body.page-checkout .form-item-billing-address-selector select {
    /*width: 322px;*/
    /*width: 770px;*/
    font-size: 12px;
    height: 32px;
}

body.page-checkout #edit-billing-fields-container .form-type-textfield label {
    float: left;
    margin-right: 10px;
    clear: left;
    width: 110px;
    margin-top: 4px;
}

body.page-checkout #edit-billing-fields-container .form-type-textfield input {
    width: 200px;
}

body.page-checkout select#edit-city {
    font-size: 12px;
    height: 24px;
}

body.page-checkout #edit-billing-fields-container .form-item {
    margin: 6px 0 2px 0;
}

body.page-checkout .form-item-city label {
    float: left;
    margin-right: 10px;
    clear: left;
    width: 110px;
    margin-top: 4px;
}

body.page-address-book .import_link,
body.page-address-book .export_link {
    float: left;
}

body.page-address-book .import_link a,
body.page-address-book .export_link a {
    text-decoration: none;
    margin-right: 10px;
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] {
    display: block !important;
}

body.colorbox_loaded.page-address-book * {
    display: none !important;
}

body.colorbox_loaded.page-address-book div#messages *,
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] * {
    display: block !important;
}

body.colorbox_loaded.page-address-book div#messages select,
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] select,
body.colorbox_loaded.page-address-book div#messages select *,
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] select *,
body.colorbox_loaded.page-address-book div#page,
body.colorbox_loaded.page-address-book div#main,
body.colorbox_loaded.page-address-book div#content,
body.colorbox_loaded.page-address-book div#messages,
body.colorbox_loaded.page-address-book div#messages *,
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"],
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] div {
    display: block !important;
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] [id*="edit-file-upload"],
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] span.file {
    float: left;
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] [id*="edit-file-upload-button"],
body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] [id*="edit-file-remove-button"] {
    float: left;
    margin: 0 0 0 10px;
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] [id*="edit-file-submit"] {
    clear: both;
    margin: 0;
    /*margin: 10px 0 0 0;*/
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] span.form-required {
    display: inline !important;
}

body.colorbox_loaded.page-address-book [id*="custom-address-book-import-address-book-entries"] div.description {
    clear: both;
}

#extra_information,
#edit-delivery-information {
    width: 100%;
    margin-top: 0px;
}

#checkout_container #edit-delivery-fields-container .form-type-textfield input {
}

#checkout_container select#edit-city-selector {
}

#rma_return_details select#edit-city-selector {
    width: 100% !important;
}

#edit-address-selector {
    /*width: 770px !important;*/
}

#checkout_container .form-item-pon input {
}

.view-address-book ul.action_buttons {
    display: block;
    width: 80px;
}

.view-address-book ul.action_buttons li {
    display: block;
    float: left;
}

.view-address-book ul.action_buttons li a {
    border-right: 1px solid #ccc;
    padding: 0px 5px;
}

.view-address-book ul.action_buttons li.last a {
    border-right: none;
}
