
        .mouseovercaptionbgcolor {
            background-color: white;
        }

        .mouseovercaptiontxt {
            background-color: <%=restaurant.getRestaurantColor()%>;
        }

        .mouseoverbgcolor {
            BACKGROUND-COLOR: <%=restaurant.getBackgroundColor()%>;
        }

        .categoryBackGroundColor {
            background-color: <%=restaurant.getRestaurantColor()%>;
        }


        A.gg:link {
            FONT-SIZE: 10px;
            COLOR: #000000;
            FONT-FAMILY: arial;;
            text-decoration: none;
        }

        A.gg:visited {
            FONT-SIZE: 10px;
            COLOR: #000000;
            FONT-FAMILY: arial;
            text-decoration: none;
        }

        A.gg:hover {
            FONT-SIZE: 10px;
            COLOR: #000000;
            FONT-FAMILY: arial;
            text-decoration: none;
            text-decoration: underline;
        }

        .timeDetail {
            text-align: center;
            //font-family: arial, sans-serif;
            font-weight:bold;
            font-size: 12pt;
        }



        .itemDesc {
            color: black;
            font-family: arial, sans-serif;
            font-size: 10pt;
            text-align:left;
        }

        .categoryDesc {
            font-size: 10pt;
            //font-style: italic;
        }

        a.itemPrice:link {
            color: black;
            font-family: arial;
            font-size: 10pt;
            text-decoration: none;
            font-weight: bold;
        }

        a.itemPrice:visited {
            color: black;
            font-family: arial;
            font-size: 10pt;
            text-decoration: none;
            font-weight: bold;
        }

        a.itemPrice:hover {
            color: black;
            font-family: arial;
            font-size: 10pt;
            text-decoration: underline;
            font-weight: bold;
        }
        .orderTotalTag{
            text-align:right;
            font-weight:bold;
            font-family: arial;
            font-size: 10pt;
            white-space: nowrap;                

        }
        .orderTotalValue {
            text-align:right;
            font-family: arial;
            font-size: 10pt;
        }
  .instruct {
    font-family:arial;
    font-size:8pt;
  }
  .darktag {
    font-weight:bold;
    font-family:arial;
    font-size:10pt;
  }
.orderTotalTag {

font-family:arial;
font-size:7pt;
font-weight:bold;
text-align:left;
padding-right:10px;
width:260px;
white-space: nowrap;    
}

.checkoutHeading {
color:#b31800;
font-size:14pt;
font-family:arial;
font-weight:bold;
}

.checkoutDescription {
color:#000000;
font-size:10pt;
font-family:arial;
}

.checkoutTable {
border:4px black solid;
}

.orderTotalValue {
font-family:arial;
font-size:7pt;
text-align:right;
padding-right:98px;
}

.locationSearch{

color:black;
font-size:12pt;

}
    </style>