﻿body 
{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: White;
}
a
{
	text-decoration:none;
	color: Black;
}
.Headline1
{
	font-family: Arial;
	font-size: 22px;
}
h1
{
	font-family: Arial;
	font-size: 22px;
	font-weight:100;
}
h2
{
	font-family: Arial;
	font-size: 16px;
	font-weight:100;
}
h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight:100;
}
h4
{
	font-family: Arial;
	font-size: 12px;
	font-weight:100;
}
.ShoppinBagLink
{
	text-decoration:none;
	color: White;
}
.GoCheckout
{
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color: White;
}
fieldset
{
		color: #944a29;
		border: 1px solid #944a29;
}

.Logo
{
	top: 0px;	
	z-index:10;
}

.URLText
{
	font-size: 18px;
	font-weight: bold;
	color: #944a29;
	text-decoration: none;
}

#NewsLetterHeader
{
	font-size: 18px;
	color: #944a29;
}
.RadioList
{
	font-size: 12px;
	color: #944a29;
}
.Email
{
	border: 1px solid #944a29;
	background-color: White;
	color: #944a29;
	height: 13px;	
}
.EmailButton
{
	vertical-align:text-bottom;	
}
#Main
{
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
	height: 500px;
	background-color: White;
}

#ShoppingCart
{
	font: normal 11px Arial, Verdana, Sans-serif;
  color:White;
  width: 200px;
  padding: 10px  5px;
  margin:0 auto; 
  text-align:left;
  background-color: Black;
}
.ShoppingCartHeader
{
	border-bottom: 1px solid Gray;	
}
.SideHeadline
{
	font: normal 13px Arial, Verdana, Sans-serif;
	font-weight: bold;
}

.ItemsControl
{
	font-family: Arial;
	font-size: 11px;
	width: 40px;
	border: 1px solid gray;
	text-align:right;
}
.CurrencyList
{
  font-size: 10px;
  width: 100px;

	color: #944a29;
	background-color: White;
}
.ShopHyperlink
{
	text-decoration:none;	
}