/* main body styles */
body {
    font-size: 10px;
    color: #124a01;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #09093B;
    background-image: url(/OrderEze/Skins/EasternMeat/images/background.jpg);
    margin-left: 0px;
    margin-top: 0px;
}
/* all links */
A {
    color: #9e0000;
}
/* text on the top left of table-shadow boxes */
legend {
    font-weight: bold;
    color: #9e0000;
}
/* captions */
.caption {
    color: #89141D;
    font-size: 12px;
    font-weight: bold;
}
/* all buttons */
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #dcdcdc;
    border: 1px solid #124a01;
    color: #9e0000;
}
/* all drop down boxes */
.select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    border: 1px solid #999999;
}
/* all textboxes */
.textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    border: 1px solid #999999;
}
/* primary title text */
.primary12Label {
    font-size: 12px;
    color: #124a01;
    font-weight: bold;
}
/* primary text */
.primary10Label {
    font-size: 10px;
    color: #124a01;
}
/* secondary title text */
.secondary12Label {
    font-size: 12px;
    color: #124a01;
    font-weight: bold;
}
/* secondary text */
.secondary10Label {
    font-size: 10px;
    color: #124a01;
}
/* header when PanelType is PLAIN */
.topheader {
    border-bottom: 1px solid #09093B;
    background-color: #09093B;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}
/* header box on gift baskets page */
.gbhead {
    border: black 1px solid;
    padding: 1px 1px 1px 1px;
    font-weight: bold;
    font-size: 10px;
    color: #09093B;
    text-align: center;
}
/* links in the gift baskets header */
.gbhead a {
    color: #09093B;
}
/* store info label */
.storeinfo {
    font-weight: bold;
    color: white;
}

/* styles for the table-shadow images */
td.shadow-top {
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/top.gif);
}
td.shadow-topRight {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/topRight.gif);
}
td.shadow-right {
    width: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/right.gif);
}
td.shadow-bottomRight {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/bottomRight.gif);
}
td.shadow-bottom {
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/bottom.gif);
}
td.shadow-bottomLeft {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/bottomLeft.gif);
}
td.shadow-left {
    width: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/left.gif);
}
td.shadow-topLeft {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/topLeft.gif);
}
td.shadow-center {
    background-color: #EEEEEE;
    background-image: url(/OrderEze/Skins/EasternMeat/images/spanel/center.gif);
}

.productCategoryMenuStatic { padding: 1px 0px 1px 4px; border: 1px solid #124A01; font-weight: bold; }
.productCategoryMenuStaticOver { border: 1px solid #124A01; background-color: #9E0000; color: #f5dd9a; }
.productCategoryMenuDynamic { border: 1px outset #9E0000; background-color: #FFFAE4 !important; padding: 0px 5px 0px 5px; }
.productCategoryMenuDynamicItem { border: 1px solid #124A01; padding: 2px 5px 2px 5px; }
.productCategoryMenuDynamicOver { border: 1px solid #124A01; background-color: #9E0000; color: #f5dd9a; }
