/*Buttons*/

a.close_button{
    background-color:#DDDDDD!important;
    color:#000000!important;
}
a.close_button:hover{
    background-color:#000000!important;
    color:#FFFFFF!important;
}
#order_popup .item .actions a{
    background-color:#DDDDDD!important;
    color:#000000!important;
}
#order_popup .item .actions a:hover{
    background-color:#000000!important;
    color:#FFFFFF!important;
}

a.ed_button:link, a.ed_button:active, a.ed_button:visited { 
    background-color:#DDDDDD!important;
    color:#000000!important;
}
a.ed_button:hover { 
    background-color:#000000!important;
    color:#FFFFFF!important;
}

a.ed_button2:link, a.ed_button2:active, a.ed_button2:visited, #order_button a { 
    background-color:#6A0507!important;
    color:#FFFFFF!important;
}
a.ed_button2:hover { 
    background-color:#9E0003!important;
    color:#FFFFFF!important;
}

input[type=submit],input[type=button]{
    background-color:#6A0507!important;
    color:#FFFFFF!important;
}

input[type=submit]:hover,input[type=button]:hover{
    background-color:#9E0003!important;
    color:#FFFFFF!important;
    cursor:pointer;
}

#order_bar #order_button a{
    background-color:#6A0507!important;
    color:#FFFFFF!important;
}

#order_bar #order_button a:hover{
    background-color:#9E0003!important;
    color:#FFFFFF!important;
}

/* Categories */

.category .name,.category .name a{
    color:#6A0507!important;   
}

.category_1 .name,.category_2 .name,.category_3 .name,.category_1 .name a,.category_2 .name a,.category_3 .name a{
    color:#6A0507!important;   
}

/* Menu Items */

.menu_item .name, .menu_item .name a{
    color:#000000!important;
}

.menu_item .description{
    color:#666666!important;
}

.menu_item .item_price, .menu_item .item_price a{
    color:#666666!important;
}

.menu_item .item_price a:hover{
    color:#AAAAAA!important;
}

/* Order Bar */
#order_bar{
    background-color:#FAFAFA!important;    
    color:#222222!important;    
}
#order_bar div.header,#order_contents div.header{
    background-color:#323232!important;    
    color:#FFFFFF!important;    
}
.cart_icon{
    background: url(/live20/img/icons/cart_white.png) no-repeat !important;
    background-size: 24px 20px !important;
}
#small_order_bar,#small_order_bar td{
    background-color:#323232!important;  
    color:#FFFFFF!important;     
}
/* Jump category */

.select-items {
    background-color:#6A0507!important;
    color:#FFFFFF!important;
}
.select-selected {
    background-color:#6A0507!important;
    color:#FFFFFF!important;
}
.select-items div,.select-selected {
    color: #FFFFFF;
}

#order_popup .item_name{
    color: #000000;
}

#order_popup .item_price{
    color: #000000;
}