body
{
	margin-top: 0;
}

:link:focus, :visited:focus { color: #900; font-weight: bold; }
:link { color: #006; font-weight: bold; }
:visited { color: #606; font-weight: bold; }
:link:hover, :visited:hover { text-decoration: underline; }
:link:active, :visited:active { color: #900; font-weight: bold; text-decoration: underline; }

form
{
	margin: 0;
	padding: 0;
}

.CopperBoxContent
{
	margin: 0;
	padding: 0;
	color: white;
	font-family: verdana;
	font-size: 11px;
}

.CopperBoxContent p
{
	margin: 0 24px 14px 24px;
}

.CopperBoxContent p.tightContent
{
	margin: 0 12px 0 12px;
}

.CopperBoxContent h1
{
	color: #FFEF94;
	margin: 0 3px 6px 3px;
	padding: 0;
	font-size: 14px;
}

#ShoppingCart
{
	margin: 0;
	padding: 0 24px 12px 24px;
	color: #CC6635;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
}

.CopperBoxContent #ShoppingCart
{
	margin: 0;
	padding: 0 24px 12px 24px;
	color: white;
	text-align: left;
}

.ItemsList
{
	margin: 0;
	padding: 0 24px 12px 24px;
}

.IndividualItem
{
	float: left;
	background-color: #FFEF94;
	width: 200px;
	margin: 0 15px 15px 0;
	padding: 4px;
	color: black;
}

.textOrnamentInline
{
	clear: both;
	display: block;
	margin: 2px auto 4px auto;
}

p.footerText
{
	clear: both;
	color: #FFEF94;
	text-align: center;
	font-size: 10px;
	margin: 24px 24px 0 24px;
}

.allClear
{
	clear: both;
}

.details
{
	font-size: 10px;
	color: #FFEF94;
}

input, select, textarea
{
	font-size: 11px;
}