BODY, body#index {
	background-image: url("/images/texture.jpg");
}
body#assortit {
	background-image: url("/images/drag/assortit_bg.png");
	background-position: 0% 0%;
}
BODY, body#index, body#assortit {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	color: #5b3c27;
}
a:link {
	text-decoration: underline;
	color: #5b3c27;
}
a:hover {
	color: #540604;
}
a:visited {
	color: #a0a0a0;
}
#container {
	width: 80%;
	background-color:#FFFFFF;
	/*margin-top: 56px;*/
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 7px solid #000000;
	text-align: left;
	position: relative;
	top: 56px;
	z-index: 3;
	background-image: url("/images/nav_background.png");
	background-repeat: repeat-y;
}

#nav {
	float: left;
	width: 150px;
	margin-left: 0px;
	padding-top: 0px;
/*	background-color: #f7f3c1;*/
	position: absolute;
	left: 0px;
}
#chocolatecorner {
/*	position: absolute;
	top: 0px;
	right: 75px;*/
	position: absolute;
	top: -65px;
	right: -75px;
	z-index: 6;
}
#logo {
	padding-top: 3px;
	padding-bottom: 10px;
	border: none;
}	
.leftnav-block {
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftnav-header {
	padding-left: 5px;
	line-height: 1.2em;
	font-weight: bold;
	color: #540604;
	text-decoration: none;
}
.leftnav-link {
	padding-left: 13px;
	line-height: 1.2em;
}
.leftnav-header :link, .leftnav-header :visited {
	font-weight: bold;
	color: #540604;
	text-decoration: none;
}
.leftnav-header :active, .leftnav-header :hover {
	font-weight: bold;
	color: #540604;
	text-decoration: underline;
}
.leftnav-link :link, .leftnav-link :visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.leftnav-link :active, .leftnav-link :hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}		
#content {
	/*padding-top: 1em;*/
	margin: 0px 3em 0 165px; /* was 20px 3em 0 165px;*/
	min-height: 400px;
	background-color: white;
}
#content table {
	background-color: white;
}
#footer {
	clear: both;
	position: relative;
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 60px;
	padding-bottom: 65px;
	z-index: 3;
	color: #ffffff;
	font-size: 8pt;
}
#footer img {
	border: none;
}
div.w3crow{text-align:right;margin:0;padding:0}
div.w3crow div{display:inline;white-space:nowrap}
div.w3crow div.left{float:left}
#footer>div.w3crow{display:table;width:100%}
#footer>div.w3crow div{display:table-cell}
#footer>div.w3crow div.left{float:none;text-align:left}
#footer>div.w3crow div.right{text-align:right} 

.right :link, .right :visited, .right :active, .right :hover {
	color: #ffffff;
}
.right :link, .right :visited, .right :active {
	padding: 1px;
}
.right :hover {
	border: 1px solid #ffffff;
	text-decoration: none;
	padding: 0px;
}

/* THIS RUNS THE DRAG AND DROP */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#debugs
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 400px;
	height: 100px;
	border: 1px solid #000000;
}

#arena
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 700px;
}



#box
{
	position: absolute;
	left: 371px;
	top: 377px;
/*	left: 240px;
	top: 100px;
	border: 3px inset #9F4DD2;
	background: transparent url(box_slot.gif) top left repeat;*/
	background: transparent url("/images/drag/paper_cup.gif") top left repeat;
	visibility: hidden;
}

.box_slot
{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#selection_div
{
	position: absolute;
	left: 20px;
	top: 90px;
	width: 700px;
	height: auto;
	padding: 5px;
	border: 1px solid #000000;
}

#tally_div
{
	position: absolute;
	left: 40px;
	top: 220px;
	width: 200px;
	height: auto;
	padding: 2px;
	font-size: 12px;
	color: #540604;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 5px solid;
	border-color: #540604;
}

#holder
{
	position: absolute;
	width: 55px;
	height: 55px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

.candy
{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 3;
}
.candytext
{
	position: absolute;
	width: 60px;
	z-index: 3;
	width: 60px;
	padding: 3px;
	color: black;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.candycontents
{
	position: absolute;
	visibility: hidden;
	width: 60px;
	padding: 3px;
	color: black;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 5;
}

#Double_Chocolate
{
	background: transparent url(/images/drag/Double_Chocolate.gif) top left no-repeat;
}

#Cherry_Bomb
{
	background: transparent url(/images/drag/Cherry_Bomb.gif) top left no-repeat;
}

#Cinnamon_Sensation
{
	background: transparent url(/images/drag/Cinnamon_Sensation.gif) top left no-repeat;
}

#Orange_Zest
{
	background: transparent url(/images/drag/Orange_Zest.gif) top left no-repeat;
}

#Raspberry_Smoothie
{
	background: transparent url(/images/drag/Raspberry_Smoothie.gif) top left no-repeat;
}

#Ginger_Spice
{
	background: transparent url(/images/drag/Ginger_Spice.gif) top left no-repeat;
}
#Amaretto_Liqueur
{
	background: transparent url(/images/drag/Amaretto_Liqueur.gif) top left no-repeat;
}

#Almond_Delight
{
	background: transparent url(/images/drag/Almond_Delight.gif) top left no-repeat;
}

#Coconut_Heaven
{
	background: transparent url(/images/drag/Coconut_Heaven.gif) top left no-repeat;
}

#Mint_Breeze
{
	background: transparent url(/images/drag/Mint_Breeze.gif) top left no-repeat;
}

#Hazelnut_Crunch
{
	background: transparent url(/images/drag/Hazelnut_Crunch.gif) top left no-repeat;
}

#Milk_Chocolate
{
	background: transparent url(/images/drag/Milk_Chocolate.gif) top left no-repeat;
}
#Banana_Liqueur
{
	background: transparent url(/images/drag/Banana_Liqueur.gif) top left no-repeat;
}
#Blueberry_Burst
{
	background: transparent url(/images/drag/Blueberry_Burst.gif) top left no-repeat;
}
#Chambord_Liqueur
{
	background: transparent url(/images/drag/Chambord_Liqueur.gif) top left no-repeat;
}
#Chocolate_Liqueur
{
	background: transparent url(/images/drag/Chocolate_Liqueur.gif) top left no-repeat;
}
#Coffee_Liqueur
{
	background: transparent url(/images/drag/Coffee_Liqueur.gif) top left no-repeat;
}
#Cointreau_Liqueur
{
	background: transparent url(/images/drag/Cointreau_Liqueur.gif) top left no-repeat;
}
#Irish_Cream
{
	background: transparent url(/images/drag/Irish_Cream.gif) top left no-repeat;
}
#Strawberry_Seduction
{
	background: transparent url(/images/drag/Strawberry_Seduction.gif) top left no-repeat;
}
#Peach_Liqueur
{
	background: transparent url(/images/drag/Peach_Liqueur.gif) top left no-repeat;
}
#Port_Liqueur
{
	background: transparent url(/images/drag/Port_Liqueur.gif) top left no-repeat;
}
#Peanut_Butter
{
	background: transparent url(/images/drag/Peanut_Butter.gif) top left no-repeat;
}
#buttons {
	position: absolute;
	left: 0px;
	top: 290px;
}

.widebutton {
	background: rgb(103,70,69);
	color: white;
	font-weight: bold;
	width: 275px;
	margin: 1px;
	border: outset 1px black;
	font-size: 12px;
}
#tally {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* END DRAG AND DROP */

/* BEGIN ZEN CLASSES */
.zenproductname {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}
.zenproducttable {
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 200px;
}
.zenprice {
	font-weight: bold;
	font-size: 18pt;
	text-align: right;
}
.zensupprice {
	font-size: 14px;
	vertical-align: top;
	margin-left: -2px;
}
.zenmoreinfo {
	font-size: 9pt;
	text-align: left;
	line-height: 1.2em;
	padding: 0px;
}
.productlisting-data tr {
	padding-bottom: 8px;
}
.popupLink img {
	border: none;
}
.bigprice {
	padding-top: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 28pt;
}
.supprice {
	font-size: 22px;
	vertical-align: top;
	margin-left: -2px;
}
.cartbox {
	margin-left: -3px;
	margin-right: -3px;
	padding-top: 10px;
}
.main select {
	font-size: 9pt;
}