BODY
{
margin: 0px;
background-image: url(images/background_grad.gif);
background-color: #595959;
}

.CartWhite
{
	color: white;
}
.CartYellow
{
	color: yellow;
}
.CartRed
{
	color: red;
}

.MenuDrop
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 9pt;
	border-left: white 1px solid;
	color: darkslategray;
	text-indent: 10pt;
	border-bottom: white 1px solid;
	font-family: Arial;
	background-color: ghostwhite;
}
.MenuDrop .over
{
	cursor: hand;
	cursor: pointer;
	color: lemonchiffon;
	background-color: darkgray;
}
.MenuDrop .out
{
	background-color: ghostwhite;
}
DIV.ShowMenu
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	z-index: 100;
	visibility: visible;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	position: absolute;
	top: 192px;
}
DIV.HideMenu
{
	z-index: 100;
	left: -2000px;
	visibility: hidden;
	position: absolute;
	top: -2000px;
}
.HideTIME { DISPLAY: none; VISIBILITY: hidden }
.ShowTIME
{
	border-right: silver 1px outset;
	padding-right: 10px;
	border-top: silver 1px outset;
	display: block;
	padding-left: 10px;
	font-size: 8pt;
	z-index: 101;
	left: 10px;
	visibility: visible;
	padding-bottom: 10px;
	border-left: silver 1px outset;
	width: 500px;
	color: navy;
	padding-top: 10px;
	border-bottom: silver 1px outset;
	font-family: Arial;
	position: absolute;
	top: 70px;
	background-color: yellow;
}

.MenuSpacer
{
	font-weight: bold;
	font-size: 9pt;
	width: 100%;
	color: lemonchiffon;
	text-indent: 5px;
	font-family: Arial, Verdana;
	height: 10px;
	background-color: #999966;
	text-align: left;
}
.CartUpdate
{
	z-index: 200;
	visibility: visible;
	display: block;	
	background-image: url(images/CartUpdated.gif);
	height: 60px;
	width: 100px;
	background-repeat: no-repeat;
	position: absolute;
	top: -65px;
	left: 550px;
}
