html {
overflow-x: hidden;
SCROLLBAR-FACE-COLOR: #ac7933; 
SCROLLBAR-HIGHLIGHT-COLOR: #ce9d5a; 
SCROLLBAR-SHADOW-COLOR: #926931; 
SCROLLBAR-3DLIGHT-COLOR: #ce9d5a; 
SCROLLBAR-ARROW-COLOR: black; 
SCROLLBAR-TRACK-COLOR: #926931;
SCROLLBAR-DARKSHADOW-COLOR: #926931;
}
/* main body styles */
body {
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/background.jpg);
    margin-left: 0px;
    margin-top: 0px;

}
/* all links */
A {
    color: black;
}
/* text on the top left of table-shadow boxes */
legend {
    font-weight: bold;
    color: black;
}
fieldset 
{
	border-width:0px;
	font-size:12px;
	font-weight:bold;
	color:black;
}
/* captions */
.caption {
    color: #89141D;
    font-size: 12px;
    font-weight: bold;
}
/* all buttons */
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #b48343;
    border: 1px solid black;
    color: black;
}
/* 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: black;
    font-weight: bold;
}
/* primary text */
.primary10Label {
    font-size: 10px;
    color: black;
}
/* secondary title text */
.secondary12Label {
    font-size: 12px;
    color: black;
    font-weight: bold;
}
/* secondary text */
.secondary10Label {
    font-size: 10px;
    color: black;
}
/* header when PanelType is PLAIN */
.topheader {
    border-bottom: 1px solid #09093B;
    background-color: #09093B;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black;
}
/* 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: black;
}

/* styles for the table-shadow images */
td.shadow-top {
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/top.gif);
}
td.shadow-topRight {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/topRight.gif);
}
td.shadow-right {
    width: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/right.gif);
}
td.shadow-bottomRight {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/bottomRight.gif);
}
td.shadow-bottom {
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/bottom.gif);
}
td.shadow-bottomLeft {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/bottomLeft.gif);
}
td.shadow-left {
    width: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/left.gif);
}
td.shadow-topLeft {
    width: 15px;
    height: 15px;
    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/topLeft.gif);
}
td.shadow-center {

    background-image: url(/OrderEze/Skins/CafeFormaggio2/images/spanel/center.gif);
}
