﻿ul.menu_list
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
ul.menu_list li
{
    display: inline;
    padding-right: 1.0em;
}
div.menu
{
    display: none;
}
div.menu_title
{
    font-size: 16px;
    font-weight: bold;
}
div.menu_section_title 
{
    font-size: 14px;
    font-weight: bold;
}
div.menu_section
{
    margin-top: 1.5em;
    border-top: dotted 1px #a56d6a;
    padding-top: 8px;
    width: 500px;
}
div.menu_section_description 
{
    margin-bottom: 1.0em;
    margin-right: 80px;
    font-size: 11px;
}
div.item_description
{
    margin-right: 80px;
    margin-bottom: 16px;
    font-size: 12px;
}
div.name_price_container
{
    height: 16px;
}
span.item_name
{
    width: 420px;
    float: left;
    font-weight: bold;
}
span.item_price
{
    color: #a56d6a;
    display: block;
    float: left;
    width: 80px;
    text-align: right;
}

span.item_name_wine
{
   font-weight: bold;
}
span.item_price_wine
{
    color: #a56d6a;
    display: block;
}
