﻿
#mish-order-container
{
    direction:rtl;
    font-size:12px;
    font-family:Arial;
    color:#000;
    width:750px;
    text-align:right;
    float:right;
    padding-top:12px;
}

#mish-order-title
{
    color: #931719;
    font-weight: bold;
    font-size: 18px;
    margin:0px 2px 5px 0px;
}

#mish-order-menu-container
{
    float:right;
    width:130px;
    
}

#mish-order-menu-food
{
    float:right;
    width:385px;
}

.menu-box
{
    width:120px;
    position:relative;
    margin-bottom:5px;
    cursor:pointer;
}

.menu-box-sel-top
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:-433px -106px;
    background-repeat:no-repeat;
}

.menu-box-sel-middle
{
    width:100%;
    background:url(../images/orderonline/menu-sel-strip.gif);
    background-repeat:repeat-y;
    color:#fff;
}

.menu-box-sel-bottom
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:-433px -118px;
    background-repeat:no-repeat;
}

.menu-box-top
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:-433px -82px;
    background-repeat:no-repeat;
}

.menu-box-middle
{
    background-color:#990033;
}

.menu-box-text
{
    color:#fff;
    font-weight:bold;
    padding:0px 12px 0px 10px;
    font-size:14px;   
}

.menu-box-sel-text
{
    color:#FFCC00;
    background:url(../images/orderonline/menu-box-arrow.gif);
    background-repeat:no-repeat;
    background-position:right 2px;
    font-weight:bold;
    padding:0px 12px 0px 10px;
    font-size:14px; 
}

.menu-box-bottom
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:-433px -94px;
    background-repeat:no-repeat;
}

.menu-food-top
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:0 -82px;
    background-repeat:no-repeat;
    float:right;
}

.menu-food-middle
{
    width:100%;
    background:url(../images/orderonline/menu-food-strip.gif);
    background-repeat:repeat-y;
    float:right;

}


.menu-food-bottom
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:0 -94px;
    background-repeat:no-repeat;
    float:right;
}

#menu-food-content
{
    padding:0px 10px 0px 10px;
    float:right;
    width:365px;
}

.menu-title-box
{
    width:100%;
    border-bottom:2px solid #990000;
    padding-bottom:5px;
}

.menu-title
{
    font-size:16px;
    font-weight:bold;   
    color: #931719;
}

.menu-title-body
{
    color: #931719;
}

.menu-food-item-container
{
    padding:5px 0px 5px 0px;
    border-bottom:1px solid #990000;
    width:100%;
    float:right;
    clear:both;
}

#menu-food-content ul
{
    padding:0px;
    margin:0px;
    width:100%;
    float:right;
    clear:both;
}

#menu-food-content ul li
{
    list-style-type:none;
    float:right;
}

.li-food-title
{
    width:220px;
}

.menu-food-title
{
    font-size:14px;
    font-weight:bold;
}

.menu-food-desc
{
    font-size:13px;  
}

.li-food-price
{
    width:45px;
    padding-right:5px;
    text-align:center;
    direction:ltr;
}

.menu-food-price
{
    font-size:14px;
    font-weight:bold;
}

.menu-food-currency
{
    font-size:14px;
}

.li-order
{
    width:46px;
}

.menu-food-order
{
    background:url(../images/orderonline/set.gif);
    background-position:-386px -108px;
    background-repeat:no-repeat;
    width:46px;
    height:25px;
    cursor:pointer;
    padding:0px;
    margin:0px;
}

.menu-food-add
{
    background:url(../images/orderonline/set.gif);
    background-position:-386px -108px;
    background-repeat:no-repeat;
    width:46px;
    height:25px;
    cursor:pointer;
}

.menu-food-print
{
    background:url(../images/orderonline/set.gif);
    background-position:-386px -82px;
    background-repeat:no-repeat;
    width:46px;
    height:25px;
    cursor:pointer;
}

.li-food-pic
{
    width:47px;
    padding-right:2px;
}

.menu-food-pic
{
    width:47px;
    height:40px;
    
}

.menu-food-pic-box
{
    width:44px;
    height:30px;
    
    text-align:center;
}

#mish-order-cart
{
    float:right;
    width:230px;
    margin-right:5px;
}

.mish-cart-top
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:0 -106px;
    background-repeat:no-repeat;
    float:right;
    clear:both;
}

.mish-cart-middle
{
    padding:0px 1px 0px 0px;
    width:229px;
    background:url(../images/orderonline/cart-strip.gif);
    background-repeat:repeat-y;
    color:#000;
    float:right;
    clear:both;
}

.mish-cart-bottom
{
    width:100%;
    height:11px;
    background:url(../images/orderonline/set.gif);
    background-position:0 -118px;
    background-repeat:no-repeat;
    float:right;
    clear:both;
}

#cart-container
{ 
    min-height:100px;
}

#listCartHeader
{
    padding:0px;
    margin:0px;
    width:100%;
    float:right;
    clear:both;
}

#listCartHeader li
{
    list-style-type:none;
    float:right;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    background-color:#990033;
    height:20px;
    line-height:20px;
}

.cart-item-title
{
    width:124px;
    padding-right:5px;
}
.cart-q-title
{
    width:29px;
    margin-right:1px;
    padding-right:1px;
}
.cart-price-title
{
    width:29px;
    margin-right:1px;
    padding-right:2px;
}
.cart-remarks-title
{
    width:36px;
    margin-right:1px;
}

.cart-order-title
{
    font-size:16px;
    color: #990033;
    font-weight: bold;
    margin:0px 10px 5px 0px;
}

#cartContent
{
    float:right;
    width:100%;
    clear:both;
}

.cart-content-item
{
    width:100%;
    float:left;
    clear:both;
    border-bottom:1px dotted gray;
}

.cart-content-item ul
{
    margin:0px;
    float:left;
    clear:both;
    padding:5px 0px 5px 0px;
    
}

.cart-content-item ul li
{
    list-style-type:none;
    float:right;
}

.cart-content-dec-container
{
    width:14px;
}

.cart-content-inc-container
{
    width:14px;
}

.cart-content-title-container
{
    width:102px;
    cursor:pointer;
}

.cart-content-title-coupon-container
{
    width:200px;
}

.cart-content-q-container
{
    width:30px;   
}

.cart-content-price-container
{
    width:53px;   
}

.cart-content-comments-container
{
    width:16px;   
}


.cart-content-dec
{
    width:14px;
    height:14px;
    background:url(../images/orderonline/cart-dec.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.cart-content-inc
{
    width:14px;
    height:14px;
    background:url(../images/orderonline/cart-inc.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.cart-content-title
{
    padding-right:2px;
    font-size:12px;
}

.cart-content-title-coupon
{
    padding-right:2px;
    padding-left:2px;
    font-size:12px;   
}

.cart-content-q
{
    text-align:center;
    font-size:12px;        
    font-weight:bold;
}

.cart-content-price
{
    padding-right:2px;  
    font-size:12px; 
  
}

.cart-content-comments
{
    width:12px;
    height:12px;
    background:url(../images/orderonline/cart-comment.gif);
    background-repeat:no-repeat;
    background-position:left 3px;
    cursor:pointer;   
    padding-right:2px;
}

.cart-content-comments-on
{
    width:12px;
    height:12px;
    background:url(../images/orderonline/cart-comment-on.gif);
    background-repeat:no-repeat;
    background-position:left 3px;
    cursor:pointer;   
    padding-right:2px;
}


.cart-total
{
    width:219px;
    background-color:#990033;
    color:#fff;
    font-weight:bold;
    margin:10px 0px 5px 0px;
    padding:5px 10px 5px 0px;
}

.cart-order
{
    text-align:left;
    padding:0px 5px 0px 5px;
}

.cart-clear
{
    text-align:left;
    padding-left:8px;
    margin-top:10px;
}

#orderButton
{
    cursor:pointer;   
}

a.orderonline-link
{
    color:#990033;
    font-weight:bold;
    text-decoration:underline;
}

a.orderonline-link:hover
{
    color:Red;
}