.cartbutton_container {
    background: #D8142A !important;
    color: white !important;
}

.cartbutton_container:hover {
    background: rgb(231, 44, 66) !important;
    color: white !important;
}

body.main {
    background-color: #d4d4d4;
}

div.cart_dropdown a, div.top_menu_container a, div.top_menu_container span {
    color: #ffffff !important;
}
div.cart_dropdown div.header a:hover, div.top_menu_container a:hover {
    color: rgb(235, 86, 104)!important;
}

.button_container {
    background-color: #D8142A !important;
    color: white;
}

table.button_container {
    background-color: #D8142A !important;
    color: white;
}


table.button_container:hover {
    background-color: rgb(231, 44, 66) !important;
    color: white;
}

div.popup_close a {
    color: #D8142A !important;
}