h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #3B412A;
	letter-spacing: .2em;
}
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #6C8F0D;
	border-bottom: 1px solid #A4CB3C;
	margin-bottom: 5px;
	clear: both;
}
dd {
	margin: 0 10px;
	padding: 0;
}
.price {
	float: left;
	font-size: 1.8em;
	padding-top: 3px;
	margin-bottom: 20px;
}
.buylink {
	float: right;
}
.buylink a {
	text-decoration: underline;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	background: #FFFFFF url(../images/fastcart/cart.gif) left center no-repeat;
	padding: 6px 0 6px 30px;
	display: block;
}
.buylink a:hover {
	color: #6C8F0D;
}
.delivery {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}
small {
	font-size: 0.7em;
}
#cart {
	border-top: 1px solid #a4cb3c;
	background: #FFFFFF url(../images/CountyShow/cartbg.gif) right bottom no-repeat;
	padding: 0 0 10px 0;
}
#cart a {
	text-decoration: underline;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}
#cart .cartlink {
	background: #FFFFFF url(../images/fastcart/cart.gif) left center no-repeat;
	padding: 6px 0 6px 30px;
	display: block;
}
#cart a:hover {
	color: #6C8F0D;
}
#viewcart{
	clear: both;
}
#viewcart img{
	float: right;
}
#shopnav {
	list-style: none;
	float: right;
	border-right: 1px solid #A4CB3C;
}
#shopnav li {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #A4CB3C;
}

#enterShop {
	margin: 30px 0 0 0;
	border-top: 2px solid #cccccc;
}
#enterShop form {
	background-color: #d1e59d;
	padding: 5px 10px;
}
#enterShop form label {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#enterShop input {
	vertical-align: middle;
	font-size: 1.2em;
	margin-left: 10px;
}
#enterShop a {
	font-size: 1.8em;
	font-weight: bold;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
.promotion {
	background-color: #d1e59d;
	padding: 5px 8px;
	margin: 30px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.note {
	margin: -20px 0 20px 0;
	font-size: 1em;
	font-style: italic;
}

legend {
	color: #006A44;
	font-weight: bold;
	font-size: 1.1em;
}
fieldset {
	margin-bottom: 10px;
}
fieldset input {
	width: 300px;
}
fieldset label {
	display: block;
}
#newsletter {
	margin-top: 20px;
}