/*iWebKit css 5.04*/

/*html, body{
    height:100%    
}*/

* {
    box-sizing : unset;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    min-height: 650px;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    padding: 10px 20px 10px 10px;
    margin: 0;
    height: auto;
    font-size: 20px;
    text-align: center;
    color: #8c001a;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    height: auto;
    font-size: 15px;
    text-align: center;
    color: #333;
}

h3 {
    padding: 1px 20px 10px 10px;
    margin: 0;
    height: auto;
    font-size: 9px;
    text-align: left;
    color: #000;
}

h4 {
    height: auto;
    color: #94070d;
    font-size: 12pt;
    text-align: center;
}

h5 {
    padding: 2px 20px 2px 20px;
    margin: 0;
    color: #E3DFDF;
    font-size: 11px;
    text-align: left;
}

h6 {
    height: auto;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
    text-shadow: #000 1px 2px 5px;
}

h7 {
    top: -10px;
    padding-left: 15px;
    font-size: 11px;
    text-align: center;
    color: rgba(0,0,0,0.7);
}

h1menu {
    padding: 20px 10px 5px 10px;
    margin: 0;
    height: 45px;
    font-size: 18px;
    text-align: left;
    color: #8c001a;
    font-weight: 600;
    display: block;
}

.CatGroup {
    float: left;
    width: 103px;
    height: 68px;
}

.bg-row {
    background: #dfd3c3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    height: 70px;
    width: 100%;
    display: block;
}

    .bg-row:hover {
        -moz-box-shadow: 0 0 10px #888;
        -webkit-box-shadow: 0 0 10px #888;
        box-shadow: 0 0 10px #888;
    }

tagline {
    margin-left: 15px;
    font-size: 11px;
    text-align: left;
    color: rgba(0,0,0,0.7);
}

h-safari {
    height: auto;
    font-size: 18px;
    text-align: center;
    color: #FA0404;
}

.Cssdisableditem {
    background-color: #ff0000 !important;
}

.cat-block:hover {
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

-webkit-scrollbar {
    width: 7px;
}

-o-scrollbar {
    width: 7px;
}

-moz-scrollbar {
    width: 7px;
}

-ms-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track-piece {
    background-color: #554e48;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background: #a10606;
}

.displaySelections {
    -moz-box-sizing: content-box;
    word-wrap: break-word;
    font-size: 10px;
    padding-right: 10px;
    width: 360px;
    float: right;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 14.7em;
    top: 4.8em;
}

.displayContent {
    -moz-box-sizing: content-box;
    text-align: left;
    width: 500px;
    position: absolute;
    left: .5em;
    top: 8em;
}

.displayPrefs {
    position: absolute;
    width: 537px;
    left: 60.2px;
    top: 8em;
}

.displayMenu {
    text-align: left;
    width: 545px;
    position: absolute;
    left: 3.5em;
    top: 7.6em;
}

.displayDrillMenu {
    text-align: left;
    width: 551px;
    position: absolute;
    left: 3.5em;
    top: 5.2em;
}


.box_shadow {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;
    background-color: White;
}

.shadow_button {
    -moz-border-radius: 5px;
    cursor: pointer;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;
    background-image: url('https://gipsee.com/AllerDineTemplate/images/madgreenbutton.png');
    text-shadow: #333 2px 3px 2px;
    color: #FF9966;
}

.text_shadow {
    text-shadow: #333 2px 3px 2px;
}

MyMessageHeader {
    padding: 5px 20px 20px 20px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    color: #FFFFCC;
    text-shadow: #333 2px 2px 2px;
    white-space: pre-wrap;
}

MyMessageHeader2 {
    padding: 5px 20px 20px 20px;
    text-align: center;
    font-size: 13pt;
    color: #FFF;
    white-space: pre-wrap;
    margin: 10px 10px 2px 10px;
}

CatList {
    padding: 2px 5px 0px 2px;
    margin: 1px;
    height: auto;
    font-size: 11pt;
    text-align: left;
    color: #ff9966;
    margin: 10px 10px 0px 15px;
}

NutriHeading {
    padding: 10px 25px 10px 5px;
    height: auto;
    font-size: 10pt;
    color: #A6E9FF;
    text-align: center;
}

.specialbuttons {
    padding: 5px 20px 1px 0px;
    margin: 0;
    color: #660033;
    text-align: center;
    display: block;
}

hairline {
    padding: 5px 20px 5px 20px;
    margin: 0;
    text-align: left;
    border-top: #878787 solid 1px;
}

.center {
    margin: auto;
    display: block;
    text-align: center !important;
    height: 39px;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
}

/*a:hover .arrow
{
	background-position:0 -20px!important
}*/

.musiclist .name {
    max-width: 55%;
}

.textbox textarea {
    width: 280px;
}

.bigfield input {
    width: 295px;
}

.menu .name {
    max-width: 75%;
}

.checkbox .name {
    max-width: 75%;
}
/*@@ mobile rightnav and leftnav button sizes was 24 made it 35*/
.radiobutton .name {
    max-width: 75%;
}

/* @@ ------ navigation buttons --------  */
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a {
    line-height: 35px;
    height: 30px;
    width: 30px;
    display: block;
    color: #fff;
    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
    text-decoration: none;
}

#leftnav img, #rightnav img {
    margin-top: 1px;
    height: 70%;
}

#leftnav, #leftbutton, #blueleftbutton {
    top: 10px;
    position: absolute;
    font-size: 12px;
    left: 8px;
    font-weight: bold;
}

#rightnav, #rightbutton, #bluerightbutton {
    top: 10px;
    position: absolute;
    font-size: 12px;
    right: 12px;
    font-weight: bold;
}

#leftnav, #leftbutton, #rightnav, #rightbutton, #blueleftbutton, #bluerightbutton {
    z-index: 5000;
}

    #leftnav a:first-child {
        /*z-index: 2;
        background-image: url('https://gipsee.com/AllerDineTemplate/images/back2.png');
        background-repeat: no-repeat;
        background-size: 80%;*/
    }

    #rightnav a:first-child {
        z-index: 2;
        width: 35px;
        height: 35px;
        background-image: url('../images/home.png');
        background-repeat: no-repeat;
    }

.musiclist .name {
    max-width: 70%;
}

.textbox textarea {
    width: 440px;
}

#tributton a:first-child,
#duobutton a:first-child {
    width: 232px;
}

#tributton a:last-child,
#duobutton a:last-child {
    width: 233px;
}

#tributton a {
    width: 154px;
}

#tributton .links {
    width: 460px;
}

#duobutton .links {
    width: 460px;
}

#doublead {
    width: 350px !important;
}

#duoselectionbuttons {
    width: 293px;
    height: 24px;
    top: 4px;
}

#triselectionbuttons {
    width: 450px;
    height: 24px;
    top: 4px;
}

    #triselectionbuttons a:first-child,
    #duoselectionbuttons a:first-child {
        width: 150px;
        height: 22px;
        line-height: 22px;
    }

    #triselectionbuttons a {
        width: 156px;
        height: 22px;
        line-height: 22px;
    }

        #triselectionbuttons a:last-child,
        #duoselectionbuttons a:last-child {
            width: 150px;
            height: 22px;
            line-height: 22px;
        }

.searchbox form {
    width: 432px;
}

.searchbox input[type="text"] {
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
}

.bigfield input {
    width: 455px;
}

/* @@ titlebar every page -----*/
#topbar.gipsee {
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: 100;
    padding: 0;
    width: 100%;
    margin-bottom: 13px;
    height: 65px;
}

#topbar.black {
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#858585),color-stop(3%,#636363),color-stop(50%,#202020),color-stop(51%,black),color-stop(97%,black),to(#262626));
}

#topbar.transparent {
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(133,133,133,0.7)),color-stop(3%,rgba(99,99,99,0.7)),color-stop(50%,rgba(32,32,32,0.7)),color-stop(51%,rgba(0,0,0,0.7)),color-stop(97%,rgba(0,0,0,0.7)),to(rgba(38,38,38,0.7)));
}

/* @@ titlebar image e.g. rr logo -----*/
#title {
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
    background-position: center;
    height: 55px;
    padding: 6px 0 0 0;
    position: relative;
}

#content {
    width: 100%;
    position: relative;
    min-height: 250px;
    margin-top: 10px;
    height: auto;
    z-index: 0;
    overflow: hidden;
}
/* @@ - footer row -----*/
#footer, #footer a {
    text-align: center;
    position: relative;
    margin: 20px 10px 0;
    padding: 15px 0 0 0;
    height: auto;
    width: auto;
    bottom: 10px;
    color: #F4E9BC;
    font-size: 10px;
}

.ipodlist #footer, .ipodlist #footer a {
    text-shadow: #FFF 0 -1px 0;
}
/* background color of checkbox items (Prefs)*/
.pageitem {
    -webkit-border-radius: 8px;
    font-size: 12pt;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
    height: auto;
    width: auto;
    margin: 3px 9px 0px;
    list-style: none;
}

.textbox {
    padding: 5px 9px;
    position: relative;
    overflow: hidden;
}

#tributton,
#duobutton {
    height: 37px;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#cdd4d9),color-stop(3%,#ccff99),color-stop(97%,#009900),to(#81929f));
    margin: -13px 0 13px 0;
    text-align: center;
}

    #tributton .links,
    #duobutton .links {
        height: 40px;
        -webkit-border-image: url("https://gipsee.com/AllerDineTemplate/images/yellow_button.png") 0 4 0 4;
        border-width: 0 4px 0 4px;
        margin: 0 auto 0px auto;
        position: relative;
        top: 6px;
    }

    #tributton a:first-child,
    #duobutton a:first-child {
        border-right: 1px solid #6d7e91;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        margin-left: -4px;
    }

    #tributton a,
    #duobutton a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 38px;
        display: inline-block;
        line-height: 38px;
        margin-top: 1px;
        font: 14pt;
        text-decoration: none;
        color: #cc3300;
        text-shadow: #FFF 0 1px 0;
    }

        #duobutton a:last-child {
            border: 0;
        }

        #tributton a:last-child {
            border-left: 1px solid #6d7e91;
        }

        #tributton a:last-child,
        #duobutton a:last-child {
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            margin-right: -4px;
        }

        #tributton a:hover,
        #tributton a#pressed,
        #duobutton a:hover,
        #duobutton a#pressed {
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(#7b8b9f),color-stop(3%,#8c9baf),to(#647792));
            color: white;
            text-shadow: black 0 -1px 0;
        }

#triselectionbuttons, #duoselectionbuttons {
    -webkit-border-image: url('../images/navbutton.png') 0 5 0 5;
    border-width: 0 5px 0 5px;
    position: relative;
    margin: auto;
}

    #duoselectionbuttons a:first-child {
        border: 0;
    }

    #triselectionbuttons a:first-child {
        border-right: solid 1px #556984;
    }

    #triselectionbuttons a:first-child,
    #duoselectionbuttons a:first-child {
        margin-left: -4px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
    }

    #triselectionbuttons a,
    #duoselectionbuttons a {
        display: inline-block;
        text-align: center;
        color: white;
        text-decoration: none;
        margin-top: 1px;
        text-shadow: black 0 -1px 0;
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#909baa),color-stop(3%,#a5b4c6),color-stop(50%,#798eaa),color-stop(51%,#6b83a1),color-stop(97%,#6e85a3),to(#526379));
    }

        #triselectionbuttons a:last-child,
        #duoselectionbuttons a:last-child {
            border-left: solid 1px #556984;
            margin-right: -4px;
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
        }

        #triselectionbuttons a:hover,
        #triselectionbuttons a#pressed,
        #duoselectionbuttons a:hover,
        #duoselectionbuttons a#pressed {
            background: none;
        }

#doublead {
    height: 83px !important;
    position: relative;
    margin: 0 auto 13px auto;
}

    #doublead a:first-child {
        left: 0 !important;
    }

    #doublead a:last-child {
        right: 0 !important;
    }

    #doublead a {
        width: 147px !important;
        height: 83px !important;
        position: absolute;
        -webkit-border-radius: 8px;
        display: block;
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#7c7c7c),color-stop(3%,#858585),color-stop(97%,#a4a4a4),to(#c2c2c2));
    }

li#doublead {
    margin-top: 25px;
    margin-bottom: 10px !important;
    background: none;
}

    li#doublead:hover {
        background: none;
    }

.searchbox {
    height: 44px;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),color-stop(3%,#e0e4e7),color-stop(50%,#c7cfd4),color-stop(51%,#bec7cd),color-stop(97%,#b4bec6),to(#8999a5));
    margin: -13px 0 13px 0;
    width: 100%;
}

    .searchbox form {
        height: 24px;
        -webkit-border-image: url('../images/searchfield.png') 4 14 1 24;
        border-width: 4px 14px 1px 24px;
        display: block;
        position: relative;
        top: 8px;
        margin: auto;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.searchbox input[type="text"] {
    border: 0;
    -webkit-appearance: none;
    height: 18px;
    float: left;
    font-size: 13px;
    padding: 0;
    position: relative;
    top: 2px;
    left: 2px;
}

.textbox img {
    max-width: 100%;
}

.textbox p {
    margin-top: 2px;
}

.textbox p {
    margin-top: 2px;
    color: #000;
    margin-bottom: 2px;
    text-align: justify;
}

.textbox img {
    max-width: 100%;
}

.textbox ul {
    margin: 3px 0 3px 0;
    list-style: circle !important;
}

.textbox li {
    margin: 0 !important;
}

.pageitem li:first-child,
.pageitem li.form:first-child {
    border-top: 0;
}

.menutall {
    position: relative;
    list-style-type: none;
    display: block;
    line-height: 18px;
    height: 50px;
    overflow: hidden;
    width: auto;
}
/* tier 2 menu row size*/
.radiobutton,
.select,
li.button,
li.bigfield,
li.smallfield {
    position: relative;
    list-style-type: none;
    display: block;
    height: 35px;
    overflow: hidden;
    width: auto;
}
    /* Prefs row text size */
    .pageitem li:first-child:hover,
    .pageitem li:first-child a,
    .radiobutton:first-child input,
    .select:first-child select,
    li.button:first-child input,
    .bigfield:first-child input {
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
    }

    .pageitem li:last-child:hover,
    .pageitem li:last-child a,
    .radiobutton:last-child input,
    .select:last-child select,
    li.button:last-child input,
    .bigfield:last-child input {
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
    }

/* ----- most all controls on MenuList and drilldown screens */
.plainlist {
    background-color: transparent;
    color: #fff;
    height: 20px;
    position: relative;
    list-style-type: none;
    padding: 5px 0 0 15px;
    font-size: 12px;
}

    .plainlist img {
        width: auto;
        height: auto;
        margin: 0 6px 0 0px;
        float: left;
    }

.plainlisttall {
    background-color: transparent;
    color: #fff;
    height: 55px;
    position: relative;
    list-style-type: none;
    padding: 7px 0 0 10px;
    font-size: 14px;
}

.plainlistverytall {
    background-color: transparent;
    color: #fff;
    height: 80px;
    position: relative;
    list-style-type: none;
    padding: 7px 0 0 10px;
    font-size: 14px;
}

.menu {
    position: relative;
    list-style-type: none;
    display: block;
    height: 45px;
    overflow: hidden;
}

    .menu a {
        display: block;
        height: 45px;
        width: auto;
        text-decoration: none;
        padding-top: 10px;
        padding-left: 8px;
        padding-right: 40px;
        font-size: 14px;
        vertical-align: middle;
        color: #000;
        background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,246,246,.9) 47%, rgba(237,237,237,.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,.9)), color-stop(47%, rgba(246,246,246,.9)), color-stop(100%, rgba(237,237,237,.9)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,246,246,.9) 47%, rgba(237,237,237,.9) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,246,246,.9) 47%, rgba(237,237,237,.9) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(246,246,246,.9) 47%, rgba(237,237,237,.9) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%, rgba(246,246,246,.9) 47%, rgba(237,237,237,.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

/* @@ - height, color and position of the menu name text tier1  */
.menutall a {
    display: block;
    height: 52px;
    width: 80%;
    text-decoration: none;
    color: white;
    padding-top: 8px;
    padding-left: 4px;
    font-size: 14px;
    vertical-align: middle;
}
/* @@ - height, color and position of tier2 menu name text  */
.menu a img {
    width: auto;
    height: auto;
    margin: 0 6px 0 0px;
    float: left;
}

.menu .name {
    margin: 11px 0 0 7px;
    width: auto;
    color: #49742A;
    font-weight: bold;
    font-size: 13px; /*menu item text size and text color*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 70%;
}

.menutall .comment {
    margin: 11px 30px 0 0;
    width: auto;
    font-size: 10px;
    white-space: pre-wrap;
    color: #333;
}

.menu .comment {
    margin: 11px 30px 0 0;
    width: auto;
    font-size: 11px;
    font-weight: 500;
    font-family: Gotham;
    white-space: pre-wrap;
    color: #333;
}

.menu:hover,
.list #content li a:hover,
.list .withimage:hover {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#A4BE2F), to(#699909));*/ /* hover over the menulist */
    background: rgba(57,56,54,.7);
}

.menu a:hover {
    background: rgba(255,255,255,.8);
    color: #ae0404;
}

.storedisabled {
    height: 85px;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    position: relative; /* height of the rest list item */
}

    .storedisabled .image {
        position: absolute;
        left: 5px;
        top: 5px;
        height: 30px;
        width: 35px;
        display: block;
    }
/* applist image size and location - changed image size from 57 to 47*/
.applist .image {
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    top: 17px;
    left: 11px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgb(0,0,0);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#7c7c7c),color-stop(3%,#858585),color-stop(97%,#a4a4a4),to(#c2c2c2));
    -webkit-background-size: 47px;
}

.storedisabled .name {
    font-size: 14px;
    white-space: normal;
    display: block;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 600;
}

/* this is restaurant listing */

.storedisabled .name {
    position: absolute;
    left: 10px;
    top: 18px;
}

.storedisabled .comment {
    font-size: 11px;
    color: #000;
    display: block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.storedisabled .comment {
    margin: 5px 0 0 10px;
}

.ipodlist li:hover:nth-child(n) .name,
.ipodlist li:hover:nth-child(n) .time {
    border: 0;
}

.menu a:hover .name,
.store:hover {
    background-color: rgba(0,0,0,0.2);
}

    .store:hover .starcomment,
    .store:hover .name,
    .store:hover .comment,
    .store:hover .address,
    .list .withimage a:hover .comment {
        color: #94070d;
    }

.menutall a:hover .comment {
    color: #fcf777;
}
/* @@ - color of the removable items  */

.menu .arrow,
.menutall .arrow,
.store .arrow,
.musiclist .arrow,
.list .arrow {
    /* menu list arrow */
    position: absolute;
    width: 30px !important;
    height: 28px !important;
    right: 8px;
    top: 9px;
    margin: 0 !important;
    background: url("../images/right_arrow.png") 0 0 no-repeat;
    background-size: 95%; /* menulist arrow */
}

.cart {
    width: 30px !important;
    float: left;
    margin: 0 !important;
    width: 30px; /* menulist cart */
}
/* MenuList arrow */
.menutall .ast_arrow,
.menu .ast_arrow {
    position: absolute;
    width: 47px !important;
    height: 21px !important;
    right: 7px;
    top: 10px;
    margin: 0 !important;
    background: url("https://gipsee.com/AllerDineTemplate/images/ast_arrow.png") 0 0 no-repeat; /* menulist arrow */
}

.menutall .options_arrow,
.menu .options_arrow {
    position: absolute;
    width: 118px !important;
    height: 21px !important;
    right: 7px;
    top: 10px;
    margin: 0 !important;
    background: url("../images/options_arrow.png") 0 0 no-repeat; /* menulist arrow */
}

.applist .arrow {
    position: absolute;
    width: 101px !important;
    height: 20px !important;
    right: 10px;
    top: 20px;
    margin: 0 !important;
    background: url("https://gipsee.com/AllerDineTemplate/images/arrow2.png") 0 0 no-repeat;
}
/* ---@@@--- */
.textshadow {
    text-shadow: #888 1px 1px 1px;
}

.standardtext {
    height: 40px;
    border-top: #878787 solid 1px;
    overflow: hidden;
    position: relative; /* height of the rest list item */
}

.standardbox {
    padding: 5px 60px 5px 0px;
    position: relative;
    overflow: hidden;
}

.review {
    overflow: hidden;
    position: relative; /* height of the review item */
}

    .review .name {
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .review .comment {
        font-size: 7px;
        color: #7f7f7f; /*;display:block;width:60%;top:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden*/
    }

    .review .reviewcomment {
        display: block;
        margin-top: 5px;
        left: 3px;
        font-size: 12px;
        color: #003366;
    }

    .review .reviewname {
        display: block;
        margin-top: 7px;
        left: 3px;
        font-size: 11px;
        color: #000000;
    }

    .review .comment {
        display: block;
        margin: 5px 0 0 0px;
        font-size: 11px;
    }

    .review .arrow,
    .review .stars0,
    .review .stars1,
    .review .stars2,
    .review .stars3,
    .review .stars4,
    .review .stars5 {
        position: absolute;
        top: 3px;
        left: 115px;
        width: 65px;
        height: 20px;
        display: block !important;
    }

    .review .stars0 {
        background: url('https://gipsee.com/AllerDineTemplate/images/0starsborder.png');
    }

    .review .stars1 {
        background: url('https://gipsee.com/AllerDineTemplate/images/1starsborder.png');
    }

    .review .stars2 {
        background: url('https://gipsee.com/AllerDineTemplate/images/2starsborder.png');
    }

    .review .stars3 {
        background: url('https://gipsee.com/AllerDineTemplate/images/3starsborder.png');
    }

    .review .stars4 {
        background: url('https://gipsee.com/AllerDineTemplate/images/4starsborder.png');
    }

    .review .stars5 {
        background: url('https://gipsee.com/AllerDineTemplate/images/5stars.png');
    }
/*----end---*/
.store {
    height: 85px;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    position: relative; /* height of the rest list item */
}

    .store a {
        width: 100%;
        height: 80px;
        display: block;
        text-decoration: none;
        position: absolute; /* store a image size */
    }

    .store .image {
        position: absolute;
        left: 5px;
        top: 5px;
        height: 30px;
        width: 35px;
        display: block;
    }
/* applist image size and location - changed image size from 57 to 47*/
.applist .image {
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    top: 17px;
    left: 11px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgb(0,0,0);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#7c7c7c),color-stop(3%,#858585),color-stop(97%,#a4a4a4),to(#c2c2c2));
    -webkit-background-size: 47px;
}

li:first-child.store .image,
.store:first-child a {
    -webkit-border-top-left-radius: 8px 8px;
}

li:last-child.store .image,
.store:last-child a {
    -webkit-border-bottom-left-radius: 8px 8px;
}

.store .name,
.applist .name {
    font-size: 14px;
    white-space: normal;
    display: block;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 600;
}

/* this is restaurant listing */

.store .name {
    position: absolute;
    left: 10px;
    top: 18px;
}

.applist .name {
    position: absolute;
    top: 21px;
    left: 70px;
    text-shadow: #eee 1px 1px 1px;
}
/* this is name of the restaurant in restaurant listing on the mobile phone*/
.store .comment,
.list .withimage .comment,
.applist .comment,
.applist .price {
    font-size: 11px;
    color: #000;
    display: block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* this is the distance '4.5 mi' and stars line of the restaurant listing on the mobile phone */
}

.store .comment,
/*.list .withimage .comment{margin:16px 0 0 95px} position of distance in rest list*/
.list .withimage .comment {
    margin: 5px 0 0 10px;
}

.address {
    position: relative;
    left: 10px;
    top: 22px;
    font-size: 12px;
    color: #000;
    font-weight: lighter;
}

.applist .comment {
    /*position:absolute;top:-9px;left:80px;text-shadow:#eee 0 1px 0;color:#3b3b3b --- this is the miles display in restaurant listing on the mobile phone*/
    position: absolute;
    top: -11px;
    left: 17px;
    color: #3b3b3b;
}

.applist .price {
    position: absolute;
    top: 29px;
    right: 26px;
    text-shadow: #eee 0 1px 0;
    text-align: right;
    color: #3b3b3b;
}

.store .arrow,
.list .withimage .arrow {
    top: 39px !important;
}
/* this is restaurant listing review stars */
.store .stars0,
.store .stars1,
.store .stars2,
.store .stars3,
.store .stars4,
.store .stars5 {
    position: absolute;
    top: 10px;
    left: 130px;
    width: 65px;
    height: 18px;
    display: block !important;
}

.store .stars0 {
    background: url('https://gipsee.com/AllerDineTemplate/images/0starsborder.png');
}

.store .stars1 {
    background: url('https://gipsee.com/AllerDineTemplate/images/1starsborder.png');
}

.store .stars2 {
    background: url('https://gipsee.com/AllerDineTemplate/images/2starsborder.png');
}

.store .stars3 {
    background: url('https://gipsee.com/AllerDineTemplate/images/3starsborder.png');
}

.store .stars4 {
    background: url('https://gipsee.com/AllerDineTemplate/images/4starsborder.png');
}

.store .stars5,
.applist .stars5 {
    background: url('https://gipsee.com/AllerDineTemplate/images/5stars.png');
}

.applist .stars0,
.applist .stars1,
.applist .stars2,
.applist .stars3,
.applist .stars4,
/*.applist .stars5{position:absolute;top:46px;left:79px;width:65px;height:18px;display:block!important}*/
.applist .stars5 {
    position: absolute;
    top: 5px;
    left: 150px;
    width: 65px;
    height: 18px;
    display: block !important;
}

.applist .stars0 {
    background: url('https://gipsee.com/AllerDineTemplate/images/0starsborder.png');
}

.applist .stars1 {
    background: url('https://gipsee.com/AllerDineTemplate/images/1starsborder.png');
}

.applist .stars2 {
    background: url('https://gipsee.com/AllerDineTemplate/images/2starsborder.png');
}

.applist .stars3 {
    background: url('https://gipsee.com/AllerDineTemplate/images/3starsborder.png');
}

.applist .stars4 {
    background: url('https://gipsee.com/AllerDineTemplate/images/4starsborder.png');
}
/*.applist .starcomment{left:147px;top:46px;color:#3b3b3b} --- this is the address of the restautrant display*/
.applist .starcomment {
    left: 70px;
    top: 42px;
    color: #3b3b3b;
    white-space: pre-wrap;
    overflow: hidden;
    max-width: 70%;
    text-overflow: ellipsis;
}
/*.starcomment{position:absolute;left:95px;top:56px;font-size:12px;color:#7f7f7f;font-weight:lighter} position of address in rest list */
.starcomment {
    position: relative;
    left: 55px;
    top: 25px;
    font-size: 12px;
    color: #7f7f7f;
    font-weight: lighter;
}

.applist a:hover .name,
.applist a:hover .starcomment,
.applist a:hover .comment,
.applist a:hover .price {
    color: white;
}

.graytitle {
    position: relative;
    font-weight: bold;
    font-size: 17px;
    right: 20px;
    left: 9px;
    color: #4C4C4C;
    text-shadow: #FFF 0 1px 0;
    padding: 1px 0 3px 8px;
    text-align: left;
}

.musiclist ul,
.ipodlist ul,
.applist ul {
    padding: 0;
}

.ipodlist ul {
    margin: 0;
}

.musiclist li:nth-child(odd) {
    background: #dddee0;
}

/* changing the color gradient of the rest list */
/*.applist li:nth-child(even){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#adadb0),color-stop(98%,#adadb0),to(#898a8d))}
.applist li:nth-child(odd){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#98989c),color-stop(98%,#98989c),to(#898a8d))}*/
.applist li:nth-child(even) {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.26, rgb(243,252,219)), color-stop(0.63, rgb(249,255,229)) );
    background-image: -moz-linear-gradient( center bottom, rgb(243,252,219) 26%, rgb(249,255,229) 63% );
}
/* @@ RestList items color gradient */
.applist li:nth-child(odd) {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.26, rgb(234,247,202)), color-stop(0.63, rgb(242,252,205)) );
    background-image: -moz-linear-gradient( center bottom, rgb(234,247,202) 26%, rgb(242,252,205) 63% );
}

.ipodlist li:nth-child(even) {
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#414041),color-stop(3%,rgba(45,45,45,0.2)),to(rgba(45,45,45,0.2)));
}

.ipodlist li:nth-child(odd) {
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#414041),color-stop(3%,rgba(50,50,50,0.4)),to(rgba(50,50,50,0.4)));
}

.musiclist #content li, .ipodlist #content li,
.applist #content li {
    list-style: none;
    width: auto;
    position: relative;
}

.musiclist #content li {
    height: 44px;
    border-bottom: 1px solid #e6e6e6;
}
/*@@ height of each item in the RestList/applist .applist #content li{height:70px;margin-bottom:1px}*/
.applist #content li {
    height: 80px;
    margin-bottom: 1px;
}

.ipodlist #content li {
    height: 42px;
}

.ipodlist #content {
    background: -webkit-gradient(radial,50% -70,0,50% 0,200,from(#444),to(rgb(13,13,13)));
    top: 16px;
}

    .musiclist #content li a,
    .ipodlist #content li a {
        text-decoration: none;
        color: #000;
        width: 100% !important;
        height: 100%;
        display: block;
    }

.applist #content li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
}

.musiclist .number,
.musiclist .name,
.musiclist .time {
    display: inline-block;
    height: 44px;
    font-weight: bold;
    font-size: large;
    width: 44px;
    text-align: center;
    line-height: 46px;
}

.musiclist .name {
    margin-left: 0;
    width: auto !important;
    font-size: medium;
    padding-left: 5px;
    border-left: solid 1px #e6e6e6;
}

.musiclist .time {
    color: #848484;
    font-size: medium;
    margin-left: 4px;
    width: auto !important;
    font-weight: normal;
}

.musiclist {
    background-image: none !important;
    background-color: #cbcccf;
}

.ipodlist {
    background-image: none !important;
    background-color: black;
}
    /*@@ RestList background 
.applist{background-image:none!important;background-color:#98989c}*/
    /*.applist{background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, rgb(252,252,252)),
    color-stop(0.65, rgb(250,234,155)),
    color-stop(1, rgb(205,207,67))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(252,252,252) 15%,
    rgb(250,234,155) 65%,
    rgb(205,207,67) 100%
);}*/
    .ipodlist span {
        color: white;
        font-weight: bold;
        font-size: 14px;
    }

.musiclist .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.musiclist a:hover .name {
    color: #0380f2;
}

.ipodlist .number {
    width: 23px;
    display: block;
    float: left;
    height: 42px;
    margin-right: 3px;
    text-align: right;
    line-height: 43px;
}

.ipodlist .stop,
.ipodlist .auto,
.ipodlist .play {
    width: 18px;
    display: block;
    float: left;
    height: 10px;
    text-align: right;
    line-height: 43px;
    margin-top: 16px;
}

.ipodlist .play {
    background: url('https://gipsee.com/AllerDineTemplate/images/play.gif') no-repeat;
}

.ipodlist a:hover .auto,
.ipodlist a:hover .play {
    background: url('https://gipsee.com/AllerDineTemplate/images/play.gif') no-repeat;
    background-position: 0 -10px;
}

.ipodlist .time {
    width: 48px;
    float: right;
    border-left: solid #414041 1px;
    display: block;
    height: 42px;
    text-align: center;
    line-height: 43px;
}

.ipodlist .name {
    display: block;
    float: left;
    width: inherit;
    height: 42px;
    text-overflow: ellipsis;
    line-height: 42px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 62%;
    border-left: solid #414041 1px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background-image: url('http://file:///C:\Gipsee\Smashburger\images\back.png');
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(114,58,46,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }

/*@@ changed color in gradient to green gradient */
.list .title {
    background-color: #94CC2D;
    height: 40px !important;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    white-space: pre-wrap;
    word-spacing: normal;
    text-align: center;
    vertical-align: middle;
}

.cat_display {
    text-shadow: #333 2px 2px 2px;
    padding: 10px 20px 0 20px;
    text-align: center;
    vertical-align: middle;
    top: 5px;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.list ul {
    background-color: transparent;
    width: 100%;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.list #content li {
    height: 40px;
    list-style: none;
}
/* @@ - height and style of the menuitem MenuList.aspx  */

/*@@ changed list background image for MenuList*/
.list #footer {
    margin-top: 24px !important;
}

.ipodlist #footer {
    margin-top: 48px !important;
}

/*@@ this is color of text in a list in MenuList was 0000 changing it to green - last field*/
.list #content li a {
    padding: 10px 0 0 20px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: block;
    color: #49742A;
    text-decoration: none;
    height: 32px;
}

    .list #content li a .name {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80%;
        white-space: nowrap;
        display: block;
    }

    .list #content li a:hover {
        color: #FFF;
    }
/*@@color when you hover over item in MenuList */

.list #content {
    margin-top: -13px !important;
}

.ipodlist #content,
.musiclist #content,
.applist #content {
    margin-top: 2px !important;
}

/* @@ - .list ul img{width:90px;height:27px;position:absolute;left:0;top:45} --- icons before the menu items*/
.list ul img {
    width: 30%;
    max-width: 350px;
    height: 50px;
    position: relative;
    float: right;
}

.list ul .img2 {
    padding: 5px;
    width: 80px;
    height: 40px;
    position: relative;
    left: 0;
    vertical-align: middle;
    text-align: left;
}
/* --- category image */

.list .withimage {
    height: 50px !important;
}

    .list .withimage .name {
        margin: 13px 0 0 90px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 63% !important;
        white-space: nowrap;
    }

    .list .withimage .comment {
        margin: 10px auto auto 90px !important;
        max-width: 63% !important;
    }

    .list .withimage a,
    .list .withimage:hover a {
        height: 42px !important;
    }

#leftbutton a, #rightbutton a {
    -webkit-border-image: url("../images/navbutton.png") 0 5 0 5;
    border-width: 0 5px;
    -webkit-border-radius: 6px;
}

#blueleftbutton a, #bluerightbutton a {
    -webkit-border-image: url("../images/navbuttonblue.png") 0 5 0 5;
    border-width: 0 5px;
    -webkit-border-radius: 6px;
}

/*Prefs text size and text color*/
.radiobutton .name, .checkbox .name {
    width: 225px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    float: right;
    text-align: left;
    position: relative;
    margin: 3px 0 0 0;
}

/* @@the checkbox is on the left */
input[type="checkbox"] {
    width: 30px;
    height: 20px;
    background: url('../images/checkme_small.png');
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    float: left;
    margin: 3px 6px 0 10px;
    padding: 0;
}

    input[type="checkbox"]::-ms-check {
        display: none;
    }

    input[type="checkbox"]:checked {
        background-position: 0 20px;
    }

input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    margin: 0;
    -webkit-border-radius: 0;
}

    input[type="radio"]:checked {
        background: url('https://gipsee.com/AllerDineTemplate/images/radiobutton.png') no-repeat;
        background-position: right center;
    }

.radiobutton .name {
    z-index: 1;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 100%;
    width: 100%;
    border: 0;
    -webkit-box-shadow: 3px 3px 3px #888;
}
/*@@ superb shadow on select */

.select select {
    -webkit-border-radius: 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.select option {
    max-width: 90%;
}

.select .arrow {
    background: url('../images/downarrow.png');
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}

.button input {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    /*font-size: 17px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*background: none;*/
}

.textbox textarea {
    padding: 0;
    margin-top: 5px;
    font-size: medium;
}

.bigfield input {
    -webkit-appearance: none;
    border: 0;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 0;
    background: transparent;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

.smallfield .name {
    width: 50%;
    position: absolute;
    left: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    line-height: 34px;
    padding-left: 5px;
    overflow: hidden;
}

.smallfield input {
    width: 50%;
    position: absolute;
    right: 0;
    height: 34px;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    font-weight: bold;
    font-size: 14px;
}

.smallfield:first-child input {
    -webkit-border-top-right-radius: 8px;
}

.smallfield:last-child input {
    -webkit-border-bottom-right-radius: 8px;
}

.BigButton {
    /* Set a button to be a block so its height and width can be adjusted */
    display: block;
    /* Use the highest button height to ensure that text will vertically align on all buttons */
    line-height: 46px;
    /* A button will expand to the width of its parent cell if no width is specified */
    width: 250px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.SmallButton {
    /* Set a button to be a block so its height and width can be adjusted */
    display: block;
    /* Use the highest button height to ensure that text will vertically align on all buttons */
    line-height: 30px;
    /* A button will expand to the width of its parent cell if no width is specified */
    width: 120px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/*  Builds a button using a 29x46 image */
.BigBlue {
    margin: 3px auto;
    color: #fff;
    /*  Put a 1 pixel blur black shadow below the button's text */
    text-shadow: #000 0px 1px 1px;
    /* The right and left borders are 14 pixels wide  */
    border-width: 0px 14px 0px 14px;
    /* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
    /* The remaining 1 pixel is used for the middle part of the image.	 */
    /* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/blueButton.png) 0 14 0 14;
}

/*  Builds a button using a 29x46 image */
.BigWhite {
    margin: 3px auto;
    border-width: 0px 14px 0px 14px;
    color: #000;
    /*  Put a 1 pixel blur white shadow below the button's text  */
    text-shadow: #fff 0px 1px 1px;
    /* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/whiteButton.png) 0 14 0 14;
}

.BigLime {
    margin: 3px auto;
    border-width: 0px 14px 0px 14px;
    color: #000;
    /*  Put a 1 pixel blur white shadow below the button's text  */
    text-shadow: #fff 0px 1px 1px;
    /* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/green_button.png) 0 14 0 14;
    text-align: center;
}

.Golden {
    margin: 3px auto;
    border-width: 0px 14px 0px 14px;
    color: #000;
    /*  Put a 1 pixel blur white shadow below the button's text  */
    text-shadow: #fff 0px 1px 1px;
    /* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/golden_button.png) 0 14 0 14;
    text-align: center;
}

.BigRed {
    margin: 3px auto;
    border-width: 0px 14px 0px 14px;
    color: #000;
    /*  Put a 1 pixel blur white shadow below the button's text  */
    text-shadow: #fff 0px 1px 1px;
    /* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/red_button.png) 0 14 0 14;
}

/*	Builds a button using a 29x46 image */
.BigBlack {
    border-width: 0px 14px 0px 14px;
    color: #fff;
    /* Put a 1 pixel blur black shadow below the button's text */
    text-shadow: #000 0px 1px 1px;
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/grayButton.png) 0 14 0 14;
    margin: 3px auto;
}

/*  Creates a button using a 18x30 image */
.BigBlackLeft {
    margin: 3px auto;
    color: #fff;
    /* Put a 1 pixel blur black shadow below the button's text   */
    text-shadow: #000 0px 1px 1px;
    border-width: 0px 5px 0px 12px;
    /* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
    /* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/leftButton.png) 0 5 0 12;
}

/* Creates a button using a 18x30 image */
.BigBlackRight {
    margin: 3px auto;
    border-width: 0px 12px 0px 5px;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    /* -webkit-border-image divides the rightButton image into three parts. */
    /* The right and left corners of the image are respectively 12 pixels and 5 pixels wide. */
    /* This leaves 1 pixel for the midlle part of the image.		*/
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/rightButton.png) 0 12 0 5;
}

.fullSizeButton {
    display: block;
    width: 240px;
    Height: 54px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.7) 0 1px 0;
    text-align: center;
    top: 8px;
    line-height: 50px;
    margin: 0;
    -webkit-border-radius: 5px;
    -webkit-border-image: url(https://gipsee.com/AllerDineTemplate/images/red_button.png) 0 5 0 5;
}

.Menulist ul {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 13px;
    margin: 13px;
}

.Menulist #content li {
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
}

    .Menulist #content li a .name {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 93%;
        white-space: nowrap;
        display: block;
    }

    .Menulist #content li a:hover {
        color: #fff;
    }

.vertical {
    font-weight: bold;
}

.entityName {
    font-size: 14px;
    color: #000;
}

.entityAddress {
    font-size: 10px;
    color: #6d84a2;
    height: 30px;
}

.entityDistance {
    font-size: 10px;
    color: red;
}

.stars0,
.stars1,
.stars2,
.stars3,
.stars4,
.stars5,
.stars5 {
    position: absolute;
    top: 56px;
    left: 95px;
    width: 65px;
    height: 18px;
    display: block !important;
}

.stars0 {
    background: url('https://gipsee.com/AllerDineTemplate/images/0starsborder.png');
}

.stars1 {
    background: url('https://gipsee.com/AllerDineTemplate/images/1starsborder.png');
}

.stars2 {
    background: url('https://gipsee.com/AllerDineTemplate/images/2starsborder.png');
}

.stars3 {
    background: url('https://gipsee.com/AllerDineTemplate/images/3starsborder.png');
}

.stars4 {
    background: url('https://gipsee.com/AllerDineTemplate/images/4starsborder.png');
}

/*---------------------------------*/

@font-face {
    font-family: 'trend_sans_oneregular';
    src: url('https://gipsee.com/AllerDineTemplate/css/TrendSans-One-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/TrendSans-One-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/TrendSans-One-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/TrendSans-One-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/TrendSans-One-webfont.svg#trend_sans_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pluto Regular';
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoRegular-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoRegular-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoRegular-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/PlutoRegular-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoRegular-webfont.svg#PlutoRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pluto Light';
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoLight-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoLight-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoLight-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/PlutoLight-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoLight-webfont.svg#PlutoLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Pluto Bold';
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoBold-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/PlutoBold-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoBold-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/PlutoBold-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/PlutoBold-webfont.svg#PlutoBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: http://www.fontspring.com/licenses/mark-simonson-studio/webfont
 *
 *
 */

@font-face {
    font-family: 'proxima_novaregular';
    src: url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.woff2') format('woff2'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'proxima_novabold';
    src: url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.eot');
    src: url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.eot#iefix') format('embedded-opentype'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.woff2') format('woff2'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.woff') format('woff'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.ttf') format('truetype'), url('https://gipsee.com/AllerDineTemplate/css/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------media related style -------------------*/

/* ---------- default styles and for width less than 320px --------------*/
#dv:hover {
    background-color: #534c46;
}

a:hover {
    color: #c4122f;
}

.rpExpandHandle {
    display: none !important;
}

.rpCollapseHandle {
    display: none !important;
}

.headerContainer,
.bodyContainer,
.footerContainer {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
}

.padding {
    padding: 20px;
}

.bodyContainer {
    min-height: 300px;
}

#selection_box {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 70%;
    margin: auto;
}

#catimage {
    background-color: #dfd3c3;
    border-bottom: 1px solid #888;
    position: relative;
    margin-right: 30px;
}

#comp_list {
    text-align: left;
    padding-top: 10px;
    margin: auto;
    font-size: 12px;
    width: 100%;
}

#cartheader {
    color: #94070d;
    font-size: 14px;
    font-weight: 600;
    height: 15%;
    line-height: 22px;
    min-height: 26px;
    padding: 10px 10px 5px 10px;
    margin-top: 18px;
    border-top: 1px solid #cbaa96;
    vertical-align: middle;
    background-color: #dfd3c3;
    display: block;
}

#catheader {
    height: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    padding-left: 10px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    background-color: #81b141;
    list-style: none;
}

#cartheader button {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 6px 0 10px;
    float: right;
}

#header_span {
    font-size: 13px;
    color: #393836;
}

#list {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#cartcomp_substitute {
    background-color: transparent;
    color: #f54d52 !important;
    height: 20px;
    position: relative;
    list-style-type: none;
    padding: 3px 0 0 15px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

#cartcomp {
    background-color: transparent;
    color: #000 !important;
    height: 20px;
    position: relative;
    list-style-type: none;
    padding: 3px 0 0 15px;
    font-size: 12px;
}

    #cartcomp span {
        margin-left: 18px;
    }

    #cartcomp img {
        margin: 0 6px 0 10px;
        float: left;
        height: 16px;
        width: 16px;
    }

#printer_icon {
    width: 50px;
    height: 65px;
    margin-top: 30px;
}

#myhead {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

#add_to_order_butt_div {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: -60px;
    margin-left: 10px;
    background-color: transparent;
    z-index: 4;
}

#cart_folder_image {
    width: 65px;
    height: 70px;
    margin-top: -15px;
    position: absolute;
}

#cartcount {
    font-size: 11px;
    font-weight: 600;
    float: left;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #438905;
    border-radius: 50%;
    margin-top: -15px;
    margin-right: 15px;
    position: absolute;
    z-index: 7;
}

#location {
    vertical-align: middle;
    text-align: center;
    color: #c9092d;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 11px;
}

.cat-block {
    background: #dfd3c3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    padding-top: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.cat-class {
    padding: 0 10px 0 5px;
    width: 175px;
    text-decoration: none;
    font-weight: bold;
    color: #8c001a;
    display: block;
}

p {
    margin-top: 0;
    padding: 0;
    margin-left: 30px;
    line-height: 5px;
}

#remove_tilde {
    margin-top: 7px;
}

#container {
    font-size: 12pt;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: -40px;
    width: 100%;
    min-width: 300px;
    background-color: rgba(255,255,255,0.9);
}

#logo {
    vertical-align: middle;
    text-align: center;
    color: #faeca3;
    height: 40px;
    margin-top: -106px;
    margin-left: 0px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
    z-index: 1;
}

#header_background {
    height: 120px;
    background-color: #fff;
    margin-top: -60px;
}

#header_ribbon {
    height: 47px;
    background-color: #fff;
    margin-top: 0px;
}

#app_name {
    vertical-align: middle;
    display:block;
    text-align: center;
    color: #ec5c3f;
    font-size: 30px;
    padding-bottom: 4px;
    font-family: Gotham Condensed Light;
    font-weight: 600;
}

.menuitem {
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 7px 0 12px 0;
    display: block;
    width: auto;
    height: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    font-family: Gotham Book;
}

#h6 {
    height: auto;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 60px;
}

#restrictions {
    word-wrap: break-word;
    font-size: 12px;
    width: 100%;
    margin: auto;
    top: 7px;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    color: #ff6a00;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    height: auto;
    position: relative;
}

#leftnav a {
    z-index: 3;
    margin-top: 55px;
    margin-left: -1px;
    padding: 4px;
    float: left;
    background-size: 80%;
}

#rightnav a {
    z-index: 3;
    margin-top: 55px;
    margin-right: 0px;
    padding-left: -1px;
    float: right;
}

.first_ul {
    width: 90%;
    float: left;
    margin-left: 10%;
}

.second_ul {
    width: 90%;
    float: left;
    margin-left: 10%;
}

#menu_group_list {
    margin: auto;
    text-align: left;
    width: 100%;
}

#content {
    text-align: left;
    padding-top: 15px;
    margin: auto;
    font-size: 16px;
    width: 100%;
}

#cartloc {
    vertical-align: middle;
    text-align: center;
    color: #333;
    font-size: 11px;
    margin: 10px 5px 10px 5px;
}

#myhead {
    margin-top: -20px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
/* @@ menu header */
#header {
    color: #94070d;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 16px;
    margin-top: -1px;
    border-top: 1px solid #c1a4a3;
    padding: 12px 10px 5px 10px;
    vertical-align: middle;
    background-color: #dfd3c3;
    display: block;
}

#catimage {
    width: 100%;
    height: 100px;
    background-color: #dfd3c3;
    border-bottom: 1px solid #888;
}

#list {
    height: 100%;
}

#add_to_order_butt_div {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: -60px;
    margin-left: 10px;
    background-color: transparent;
    z-index: 4;
}

#cart_folder_image {
    width: 65px;
    height: 70px;
    margin-top: -15px;
    position: absolute;
}

#cartcount {
    font-size: 11px;
    font-weight: 600;
    float: left;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #438905;
    border-radius: 50%;
    margin-top: -15px;
    margin-right: 15px;
    position: absolute;
    z-index: 7;
}

.menu a {
    display: block;
    height: 35px;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    padding-top: 13px;
    padding-left: 6px;
    color: #000;
}

.button, .button:visited {
    text-decoration: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

    .button:hover {
        -moz-box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
        background: #ee2046;
    }

.demo-container {
    height: auto;
}

    .demo-container .left-pane {
        float: left;
        overflow: visible;
        position: absolute;
    }

        .demo-container .left-pane .button {
            float: left;
        }

        .demo-container .left-pane .sliding-pane {
            float: left;
            visibility: hidden;
        }

.itemSelected {
    /*background: #e46767 !important;*/
    background: #94070d !important;
    color: #fff !important;
}

.itemHover {
    text-decoration: none !important;
    pointer-events: none !important;
}

.itemSideSelected {
    background: #ccc !important;
    width: 98%;
    margin-left: 2%;
}

.itemSideHover {
    background: none !important;
    text-decoration: none !important;
    width: 98%;
    margin-left: 2%;
}

.itemDisabled {
    background: none !important;
    text-decoration: none !important;
}

#compass {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#nearestbutt {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#nearest {
    text-align: center;
    top: 10px;
    height: 30px;
    width: 255px;
}

#zipcodediv {
    width: 260px;
    text-align: center;
    margin-top: 20px;
}

#zipcode_fld {
    float: left;
    height: 35px;
    width: 170px;
    font-size: 14px;
    color: #333;
    -moz-box-shadow: 1px 3px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
}

#findbutt {
    float: right;
    height: 40px;
    width: 65px;
    margin-top: 0px;
    border-style: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.50);
}

#location_message {
    font-size: 13px;
    margin-top: -41px;
    color: #333;
}

#rest_list {
    margin: auto;
    text-align: left;
    width: 100%;
}

.cat-block {
    background: #dfd3c3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    padding-top: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.cat-class {
    padding: 0 10px 0 5px;
    width: 150px;
    text-decoration: none;
    font-weight: bold;
    color: #8c001a;
    display: block;
}


/*-----following are settings for less than 320px width -----*/
@media screen and (max-width: 320px) {
    #catimage {
        width: 100%;
        height: 100px;
        background-color: #dfd3c3;
        border-bottom: 1px solid #888;
    }
}

/*-----following are settings for less than 400px width -----*/
@media screen and (max-width: 400px) {
    #catimage {
        width: 100%;
        height: 85px;
        background-color: #dfd3c3;
        border-bottom: 1px solid #888;
    }

    h1menu {
        padding: 10px 10px 5px 5px;
        margin: 0;
        height: 32px;
        font-size: 15px;
        text-align: left;
        color: #8c001a;
        font-weight: 600;
        display: block;
    }

    .CatGroup {
        float: left;
        width: 70px;
        height: 45px;
    }

    .bg-row {
        background: #dfd3c3; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
        height: 50px;
        width: 100%;
        display: block;
    }

    .group_arrow {
        width: 20px;
        height: 20px;
        margin-top: -7px;
    }
}

/*-----following are settings for greater than 500px width -----*/
@media screen and (min-width: 500px) {
    #catimage {
        width: 100%;
        height: 100px;
        background-color: #dfd3c3;
        border-bottom: 2px solid #888;
    }

    #catheader {
        height: 32px;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
        padding-left: 10px;
        padding-top: 7px;
        font-size: 16px;
        font-weight: 700;
        background-color: #81b141;
        list-style: none;
    }

    .cat-block {
        background: #dfd3c3; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
        height: 40px;
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #888;
        padding-top: 12px;
        border: 1px solid #ccc;
        vertical-align: middle;
    }

    .cat-class {
        padding: 0 10px 10px 5px;
        width: 220px;
        text-decoration: none;
        font-weight: bold;
        color: #8c001a;
        display: block;
    }
}

/*-----following are settings for greater than 520px width -----*/
@media screen and (min-width: 570px) {
    #container {
        font-size: 13pt;
        text-align: center;
        position: relative;
        color: #fff;
        margin: auto;
        margin-top: 20px;
        width: 100%;
        min-width: 300px;
        background-color: rgba(255,255,255,0.9);
    }

    #logo {
        vertical-align: middle;
        background-position: left !important;
        height: 50px;
        margin-top: -106px;
        /*margin-left: 45px;*/
        background-image: url('../images/header.png');
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain;
        font-family: Gotham Condensed Book;
    }

    #header_background {
        height: 120px;
        background-color: #fff;
        margin-top: -60px;
    }

    #header_ribbon {
        height: 55px;
        background-color: #fff;
        margin-top: 0px;
        display: inline-block;
    }

    #app_name {
        vertical-align: middle;
        text-align: right;
        margin-top: -32px;
        color: #ec5c3f;
        font-weight: 600;
        font-size: 30px;
        font-family: Gotham Condensed Light;
        margin-right: 10px;
        /*width: 250px;*/
        width:auto;
        float: right;
    }

    .menuitem {
        text-decoration: none;
        border: none;
        display: inline-block;
        margin-top: 5px;
        width: auto;
        height: 14px;
        font-size: 12px;
        font-weight: 600;
        font-family: Gotham Book;
    }

    .menuitem_bar {
        /*border-right: 1px solid #fff;*/
        font-size: 8px;
        margin: 0 11px 0 7px;
    }

    .last_menu_in_ribbon {
        border-right: none;
    }

    #leftnav a {
        z-index: 3;
        margin-top: 65px;
        margin-left: -1px;
        padding: 4px;
        float: left;
        background-size: 100% 100%;
    }

    #rightnav a {
        z-index: 3;
        margin-top: 55px;
        margin-right: 0px;
        padding-left: -1px;
        float: right;
    }

    #restrictions {
        word-wrap: break-word;
        font-size: 12px;
        width: 100%;
        margin: auto;
        top: 7px;
        /*border-bottom: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
        color: #ff6a00;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        height: auto;
        position: relative;
    }

    #content {
        text-align: left;
        padding-top: 15px;
        margin: auto;
        font-size: 18px;
        width: 100%;
    }
    /* @@ menu header */
    #header {
        color: #94070d;
        font-size: 16px;
        font-weight: 600;
        height: 40%;
        line-height: 26px;
        min-height: 30px;
        margin-top: -2px;
        border-top: 1px solid #c1a4a3;
        padding: 8px 10px 5px 10px;
        vertical-align: middle;
        background-color: #dfd3c3;
        display: block;
    }

    #list {
        height: 100%;
    }

    .menu a {
        display: block;
        height: 35px;
        width: 100%;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        vertical-align: middle;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        padding-top: 13px;
        padding-left: 6px;
        color: #000;
    }

    .store .name {
        font-size: 15px;
    }

    .store .address {
        font-size: 13px;
    }

    .rest_list {
        width: 90%;
    }

    #add_to_order_butt_div {
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: -60px;
        margin-left: 10px;
        background-color: transparent;
        z-index: 4;
    }

    #cart_folder_image {
        width: 65px;
        height: 70px;
        margin-top: -15px;
        position: absolute;
    }

    #cartcount {
        font-size: 11px;
        font-weight: 600;
        float: left;
        width: 16px;
        height: 16px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background-color: #438905;
        border-radius: 50%;
        margin-top: -15px;
        margin-right: 15px;
        position: absolute;
        z-index: 7;
    }

    /* @@ menu header */
    #cartheader {
        color: #94070d;
        font-size: 16px;
        font-weight: 600;
        height: 20%;
        line-height: 22px;
        min-height: 26px;
        padding: 10px 10px 5px 10px;
        margin-top: 18px;
        border-top: 1px solid #cbaa96;
        vertical-align: middle;
        background-color: #dfd3c3;
        display: block;
    }

    #cartloc {
        vertical-align: middle;
        text-align: center;
        color: #333;
        font-size: 12px;
        margin: 10px 5px 10px 5px;
    }

    #myhead {
        margin-top: -20px;
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    #header_span {
        font-size: 15px;
        color: #393836;
    }

    #list {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #printer_icon {
        width: 60px;
        height: 70px;
        margin-top: 30px;
    }

    #catheader {
        height: 32px;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
        padding-left: 10px;
        padding-top: 8px;
        font-size: 17px;
        font-weight: 700;
        background-color: #81b141;
        list-style: none;
    }

    .cat-block {
        background: #dfd3c3; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #e0e0e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#e0e0e0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
        height: 40px;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #888;
        padding-top: 13px;
        border: 1px solid #ccc;
        vertical-align: middle;
    }

    .cat-class {
        padding: 0 10px 0 5px;
        width: 290px;
        text-decoration: none;
        font-weight: bold;
        color: #8c001a;
        display: block;
    }
}

/*-----following are settings for greater than 675px width -----*/
@media screen and (min-width: 675px) {
    #logo {
        vertical-align: middle;
        background-position: left;
        height: 50px;
        margin-top: -106px;
        margin-left: 45px;
        background-image: url('../images/header.png');
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain;
        font-family: Gotham Condensed Book;
        z-index: 1;
    }

    #header_background {
        height: 120px;
        background-color: #fff;
        margin-top: -60px;
        margin-bottom: -3px;
    }

    #header_ribbon {
        height: 55px;
        background-color: #fff;
        margin-top: 0px;
    }

    #app_name {
        vertical-align: middle;
        text-align: right;
        margin-top: -40px;
        color: #ec5c3f;
        font-weight: 600;
        font-size: 40px;
        font-family: Gotham Condensed Light;
        margin-right: 20px;
        /*width: 350px;*/
        width:auto;
        float: right;
    }

    .menuitem {
        text-decoration: none;
        border: none;
        display: inline-block;
        margin-top: 5px;
        width: auto;
        height: 15px;
        font-size: 14px;
        font-weight: 600;
        font-family: Gotham Book;
    }

    .menuitem_bar {
        border-right: 1px solid #fff;
        font-size: 8px;
        margin: 0 11px 0 7px;
    }

    .last_menu_in_ribbon {
        border-right: none;
    }

    #h6 {
        height: auto;
        padding: 5px 0 5px 0;
        text-align: center;
        color: #000;
        font-size: 24px;
        margin-top: 70px;
    }

    #preferences, #lifeStyle {
        width: 80%;
        height: 300px;
        margin: auto;
        text-align: center;
        background-color: rgba(255,255,255,0.1);
        padding: 10px;
        margin-top: -20px;
    }

    .first_ul {
        width: 40%;
        float: left;
        margin-left: 15%;
    }

    .second_ul {
        width: 40%;
        float: right;
        margin-left: 10%;
        margin-top: -60px;
    }

    #lifeStyle .second_ul {
        width: 40%;
        float: right;
        margin-left: 10%;
        margin-top: -60px;
    }

    #restrictions {
        word-wrap: break-word;
        font-size: 14px;
        width: 100%;
        margin: auto;
        top: 7px;
        /*border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
        color: #ff6a00;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        height: auto;
        position: relative;
    }

    #selection_box {
        height: 90%;
        overflow-y: auto;
        overflow-x: hidden;
        width: 70%;
        margin: auto;
    }

    .first_ul {
        width: 40%;
        float: left;
        margin-left: 15%;
    }

    .second_ul {
        width: 40%;
        float: right;
        margin-left: 10%;
        margin-top: -180px;
    }

    #lifeStyle .second_ul {
        width: 40%;
        float: right;
        margin-left: 10%;
        margin-top: -180px;
    }

    /* @@ menu header */
    #header {
        color: #94070d;
        font-size: 20px;
        font-weight: 600;
        height: 40%;
        line-height: 26px;
        min-height: 38px;
        margin-top: -2px;
        border-top: 1px solid #c1a4a3;
        padding: 14px 10px 5px 15px;
        vertical-align: middle;
        background-color: #dfd3c3;
        display: block;
    }

    .list ul img {
        width: 220px;
        height: 57px;
        position: relative;
        float: right;
        margin: -14px -9px 0 0;
        border-radius: 0%;
    }

    #list {
        height: 100%;
    }

    .menu {
        list-style-type: none;
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    menutall .name {
        margin: 10px;
    }

    #menutall .comment {
        margin: 1px 30px 0 0;
        width: auto;
        font-size: 10px;
        white-space: pre-wrap;
        color: #ffff99;
        font-size: 12px;
    }

    .menu a {
        display: block;
        height: 50px;
        width: 100%;
        text-decoration: none;
        font-size: 16px;
        vertical-align: middle;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        padding-top: 15px;
        padding-left: 8px;
        color: #000;
    }

    .menutall:hover {
        background: rgba(255,255,255,.9);
    }

    .menutall a:hover .comment {
        color: #fcf777;
    }

    /* @@ menu header */
    #cartheader {
        color: #94070d;
        font-size: 18px;
        font-weight: 600;
        height: 25%;
        line-height: 22px;
        min-height: 28px;
        padding: 12px 10px 5px 15px;
        border-top: 1px solid #cbaa96;
        vertical-align: middle;
        background-color: #dfd3c3;
        position: relative;
    }

    #cartloc {
        vertical-align: middle;
        text-align: center;
        color: #333;
        font-size: 12px;
        margin: 10px 5px 10px 5px;
    }

    #cartheader button {
        margin: -1px 6px 0 7px;
        float: right;
        height: 22px;
        width: 22px;
    }

    #header_span {
        font-size: 18px;
        color: #393836;
    }

    #list {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #cartcomp_substitute {
        background-color: transparent;
        color: #f54d52 !important;
        height: 20px;
        position: relative;
        list-style-type: none;
        padding: 3px 0 0 15px;
        font-size: 13px;
        font-weight: 600;
        font-style: italic;
    }

    #cartcomp {
        background-color: transparent;
        color: #000 !important;
        height: 23px;
        position: relative;
        list-style-type: none;
        padding: 3px 0 0 15px;
        font-size: 13px;
    }

        #cartcomp span {
            margin-left: 18px;
        }

        #cartcomp img {
            width: auto;
            height: auto;
            margin: 0 6px 0 10px;
            float: left;
            height: 17px;
            width: 17px;
        }

    #printer_icon {
        width: 70px;
        height: 70px;
        margin-top: 30px;
    }

    .cat-class {
        padding: 0 10px 0 5px;
        width: 320px;
        text-decoration: none;
        font-weight: bold;
        color: #8c001a;
        display: block;
    }
}

/*-----following are settings for greater than 700px width -----*/
@media screen and (min-width: 700px) {
    #container {
        font-size: 20px;
        vertical-align: middle;
        max-width: 100%;
        position: relative;
        color: #fff;
        padding-top: -110px;
        width: 80%;
        max-width: 750px;
        background-color: rgba(255,255,255,0.9);
    }

    .list ul img {
        width: 250px;
        height: 50px;
        position: relative;
        float: right;
        margin: -7px -8px 0 0;
        border-radius: 50%;
    }

    .menuitem {
        text-decoration: none;
        border: none;
        display: inline-block;
        margin-top: 5px;
        width: auto;
        height: 16px;
        font-size: 15px;
        font-weight: 600;
        font-family: Gotham Book;
    }

    .menuitem_bar {
        border-right: 2px solid #fff;
        font-size: 11px;
        margin: 0px 11px 0 7px;
    }

    .last_menu_in_ribbon {
        border-right: none;
    }

    #catheader {
        height: 34px;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
        padding-left: 10px;
        padding-top: 8px;
        font-size: 18px;
        font-weight: 700;
        background-color: #81b141;
        list-style: none;
    }

    .cat-class {
        padding: 0 20px 0 5px;
        width: 350px;
        text-decoration: none;
        font-weight: bold;
        color: #8c001a;
        display: block;
    }
}

/* ----------- following is the CSS for the app menu ------------- */

.image-responsive {
    width:100%;
    text-align:center;
}

/*-----------  fonts -------------------*/

@font-face {
    font-family: Gotham;
    src: url("Gotham-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham Medium;
    src: url("Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: Gotham Condensed Light;
    src: url("GothamCondensed-Light.otf") format("opentype");
}

@font-face {
    font-family: Gotham Condensed Book;
    src: url("GothamCondensed-Book.otf") format("opentype");
}

@font-face {
    font-family: Gotham Book;
    src: url("Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: KG Ten Thousand Reasons;
    src: url(https://gipsee.com/AllerDineTemplate/css/KGTenThousandReasons.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: KG Ten Thousand Reasons Alt;
    src: url(https://gipsee.com/AllerDineTemplate/css/KGTenThousandReasonsAlt.ttf) format('truetype');
    font-weight: bold;
}

/*.image-bg {
    background-image: url(http://localhost:49779/WebsiteTemplateImages/3e356a8b-fc62-4764-ac29-9f8ca92e0a21.jpg);
    width: 100%;
    height: 840px;
}*/

#container
{opacity:.9;}