﻿body
{
    background-color: White;
    font-size: small;
    font-family: Verdana;
    margin: 0;
    padding: 0px;
    background-color: #D7D7D8;
    background-image: url(pictures/back.gif);
    background-repeat: repeat-x;
}

.bg
{
    background-image: url('pictures/bg.png');
    height: 160px;
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.root
{
    text-align: center;
    font-size: larger;
    font-weight: bold;
    background-color: #8B0000;
    border: 1px dotted White;
    text-shadow: Black 2px 2px;
    filter: glow(color=#ffff00,strength=3);
    filter: dropshadow(color=#ffff00,offX=5,offY=5);
}

.IE8Fix
{
    z-index: 100;
}
.header_cell
{
    text-align: center;
    width: 50%;
    background-color: #990000;
    color: White;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 2px 2px Black;
}
.header_item
{
    width: 50%;
    background-color: White;
    color: Black;
    border: 1px solid #dedede;
}
.watermark
{
    background-color: #F1F7F9;
    color: Gray;
    text-align: center;
}
.winery_header
{
    text-align: left;
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #800000;
    display: block;
    margin-bottom: 0px;
}
.winery_items
{
    border: 0xp;
}
.winery_cart
{
}
.winery_price
{
    color: #990000;
    vertical-align: middle;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}
.winery_date
{
    color: LightGray;
    vertical-align: middle;
    text-align: center;
    font-size: small;
    font-style: italic;
    font-weight: normal;
}
.winery_price_hidden
{
    display: none;
}
.cashier_row
{
    padding-bottom: 30px;
}
.tooltip
{
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #FFFFCC;
    width: 325px;
}
.winery_item
{
    border: 0xp;
    border-bottom: 1px dotted Black;
}
.winery_desc
{
    font-family: verdana;
    font-size: smaller;
    font-weight: normal;
    color: Gray;
}
.modal
{
    background-color: Gray;
    background: rgba(255, 255, 255, 0.75);
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
}
.ratingStar
{
    font-size: 0pt;
    width: 21px;
    height: 21px;
    margin: 0px 2px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(pictures/star.png);
}

.emptyRatingStar
{
    background-image: url(pictures/nostar.png);
}


.button
{
    background-color: #fff9f9;
    color: #3C0000;
}


