﻿/*----------------------------------------------*/
/*                  WineList                    */
/*----------------------------------------------*/
.menutable
{
    width: 100%;
}
.menutable td
{
    text-align: center;
    padding-bottom: 3px;
}
.menubuffer
{
    width: 100%;
    height: 20px;
}
.menuheader
{
    position: relative;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url('../Img/Reeves_logo_menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.menuname
{
    font-family: Sans-Serif;
    width: 100%;
}
.menudesc
{
    font-family: Sans-Serif;
    color: #990033;
    display: block;
    font-size: 10pt;
    width: 100%;
}
.winephoto
{
    background-image: url('../Img/wine_pic.jpg');
    background-position: center;
    height: 200px;
}
.winepanel
{
    position:relative;
    width: 625px;
    margin-top: 5px;
    background-color: #FFF;
    padding: 5px;
    border: 2px solid #5E5E5E;
    height: 240px;
    overflow: auto;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color:#5E5E5E;
    scrollbar-3dlight-color: #FFFFFF;
}
.wineheadercell1, .wineheadercell2, .wineheadercell3
{
    font-size: 8pt;
}

.winename
{
    font-size: 8pt;
    font-weight: bold;
    display: block;
    text-align: left;
    color: #990033;
}
.winedesc
{
    display: block;
    text-align: left;
    font-size: 7pt;
}
.winesmalldesc
{
    display: block;
    text-align: left;
    font-size: 7pt;
}