body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	margin: 0px;
	font-family: verdana, arial;
	font-size: 0.9em;
	color: #303030;
}

#navigation {
	float: left;
	width: 140px;
	font-family: georgia;
	color: #4F8048;
	font-size: 0.8em;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}

#navigation a {
	color: #4F8048;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

#navigation hr {
	color: #4F8048;
}

#navigation a:hover {
	background-color: #e0e0e0;
}

#content {
	width: 70%;
	float: left;
}

#basket, .checkout {
	padding: 4px 10px 7px 10px;
	display: inline;
	border: 1px solid  #4F8048;
	font-size: 0.8em;
	background-color: #BFF0B8;
	color: #303030;
	text-decoration: none;
}

#basket:hover, .checkout:hover {
	border: 1px black solid;
	background-color: #CFFFC8;
}

.checkout {
	font-weight: bold;
}

h1 {
	display: inline;
	font-size: 1.5em;
	font-style: italic;
	font-family: georgia, times new roman;
	color: #4F8048;
}

#footer {
	font-size: 0.7em;
	color: #909090;
	padding: 10px;
	border-top: solid 1px #909090;
	width: 65%;
	line-height: 1.5em
}

a.product,
a.specials {
	display: block;
	clear: all;
	text-decoration: none;
	color: #303030;
	padding: 5px;
}

a.specials:hover,
a.product:hover {
	background-color: #f0f0f0;
}

a.specials img
a.product img {
	border: #303030;
}

a.specials {
	float: left;
	font-size: 0.7em;
	text-align: center;
	clear: none;
	height: 280px;
}

table.data {
	border: #e0e0e0 1px solid;
}

table.data td {
	border: #e0e0e0 1px solid;
	font-size: 0.8em;
}

table.data thead td {
	background-color: #f0f0f0;
	font-weight: bold;
}

label {
	width: 200px;
	text-align: right;
	float: left;
	display: block;
	padding: 3px;
	margin-right: 5px;
	background-color: #f0f0f0;
}

label.required {
	font-weight: bold;
}

.field {
	clear: left;
	padding: 2px;
}

textarea, 
input {
	border: #303030 solid 1px;
	padding: 1px;
}

.field .error {
	border: none;
}

.x6_group {
	border: 1px solid #c0c0c0;
	padding: 10px 5px 5px 5px;	
	position: relative;
}

.x6_group .label {
	position: absolute;
	top: -10px;
	font-weight: bold;
	background-color: #fff;
	padding: 0px 4px 0px 4px;
}