/* @group global */

body {
	font: .75em Arial, sans-serif;
	background-color: #999;
	color: #000;
}

.wrapper {
	width: 619px;
	background-color: #FFF;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
	border: 1px solid #000;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-shadow: #000 1px 1px 1px;
}

.menu a {
	color: green;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration: none;
	font-family: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.menu a:hover {
	color: red;

}
	
.nav {
	padding-top: 90px;
	text-align: right;

}

.header {
	
	height: 135px; 
	background: url(/images/head_logo.jpg) no-repeat;
}

.flash {
	color: green;
	font-style: italic;
	padding-bottom: 10px;
}

.content {
	background: url(/images/toon_bg.gif) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 175px;
 	background-position: center bottom; 	
}

.fine_print {
	size: .5em;
	color: #7f7f7f;
	font-style: italic;
}

input {
	background-color: #dcdcdc;
	color: black;
	text-align: center;
	border: 1px solid #7f7f7f;
	font-size: .9em;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

img {
	border-style: none;
}
/* @end */


/* @group nutrition_facts */

.nutriton {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;
	
	width: 75%;

	
	

}

.nutfact_a {
	background-color: #dcdcdc; 

}

.nutfact_b {
	background-color: #fff;

}
/* @end */


/* @group cart */

.subtotal_line {
	background-color: #dcdcdc;
	font-weight: bold;
	border-top:  1px solid #000;
}

.candy_tally {
	width: 40%;
}

.cart_is_empty {
	padding-bottom: 75px; 
	text-align: center;
}
/* @end */



