a	{ font-family: Tahoma, Arial, Helvetica; color: red; text-decoration: none; font-weight: bold; }
a:link	{ font-family: Tahoma, Arial, Helvetica; color: red; text-decoration: none; font-weight: bold; }
a:hover	{ color: #ff0000; }
body    { background: #fff0e1; }
h1	{ color: red; font-size: 16pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
h2	{ color: red; font-size: 15pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
h3	{ color: red; font-size: 13pt; font-family: Arial, Helvetica; font-weight: bold; font-style: italic; }
p	{ font-family: Tahoma, Arial, Helvetica; font-size: 8pt; }
td	{ font-family: Tahoma, Arial, Helvetica; font-size: 8pt; }
.button	{ cursor: hand; font-family: Tahoma,Arial; font-size: 8pt; }
.small	{ font-size: 8pt; }

.nuggetHeader	{ background-color: #ffe4ca; }
.nuggetTitle	{ cursor: default; border: 2px groove #ffe4ca; background-color: #ffe4ca; }
.nuggetTitleText	{ color: red; font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica; }
.nuggetButtonWrapper	{ cursor: hand; border: 2px groove #ffe4ca; background-color: #ffe4ca; vertical-align: middle; }
.nuggetBody	{ background-color: #fff0e1; }
.nuggetBodyOdd	{ background-color: #fff0e1; }
.nuggetBodyEven	{ background-color: #fff0e1; }
a.nuggetTitleText	{ color: red; font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica; }
a.nuggetTitleText:active	{ color: red; font-size: 10pt; }

.space	{ background-color: #fff0e1; }

.lineEven	{ background-color: pink; }
.lineOdd	{ background-color: gold; }

.basketBody	{ background-color: #ffe4ca; }
.basketCell	{ color: red; font-size: 8pt; font-weight: normal; font-family: Arial, Helvetica; }
.basketHeader	{ border: 2px groove #ffe4ca; color: red; font-size: 8pt; font-weight: bold; font-family: Arial, Helvetica; }
.basketField	{ background-color: #ffe4ca; color: red; font-size: 8pt; font-weight: normal; font-family: Arial, Helvetica; }
.basketButton	{ cursor: hand; }
a.basketLink	{ color: red; font-size: 8pt; font-weight: bold; font-family: Arial, Helvetica; }
a.basketLink:active	{ color: red; font-size: 8pt; }
a:basketLink:hover	{ color: #ff0000; }

#divMaster {
	visibility:hidden;
	position: absolute;
	left: 10;
	top: 10;
	width: 128;
	layer-background-color: #FFF0E1;
	background-color: '#FFF0E1';
	border: 2px groove #fff0e1;
	padding: 0px;
}

#divSlave {
	visibility:hidden;
	position:absolute;
	left:142;
	top:12;
	width:500;
	layer-background-color: #FFF0E1;
	background-color: #FFF0E1;
	border:2px groove #fff0e1;
	padding:0px;
}

#fNoBack	{ position:relative; }
#fNoText	{ position:absolute; }
#fPriceBack	{ position:relative; }
#fPriceText	{ position:absolute; }
#fCountBack	{ position:relative; }
#fCountText	{ position:absolute; }
#fSummaBack	{ position:relative; }
#fSummaText	{ position:absolute; }
#fItemBack	{ position:relative; }
#fItemText	{ position:absolute; }

#divFormQ {
	visibility:hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 128;
	layer-background-color: #ffe4ca;
	background-color: #ffe4ca;
	border: 2px groove #fff0e1;
	padding: 0px;
}

#divWait {
	visibility:visible;
	position: absolute;
	left: 340;
	top: 170;
	width: 104;
	height: 24;
	layer-background-color: #ffe4ca;
	background-color: #ffe4ca;
	border: 2px groove #fff0e1;
	padding: 0px;
}
