/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
/*	font-family: Georgia, Palatino, "Times New Roman", Times, serif; */
html,body {
	overflow: auto;
}
body {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
}
body,p,td,th,tr,li,ul,textarea,input,select {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
}
option {
	padding: 0px 4px 0px 4px;
}
input {
	padding-left: 1px;
	padding-right: 1px;
}
input.saveqtybutton {
	font-size: 12px;
	width: 200px;
	background-color: #D8D6C3;
}
input.addbutton {
	margin-top: 4px;
	font-size: 12px;
	width: 210px;
	background-color: #D8D6C3;
}
input.changebutton {
	font-size: 12px;
	width: 59px;
	background-color: #D8D6C3;
}
input.submit {
	font-size: 12px;
	width: 170px;
	background-color: #E2DDB8;
}
ol {
	padding: 15px 0px 0px 24px;
}
ul {
	padding: 15px 0px 0px 17px;
}
li {
	padding: 0px;
	padding-top: 3px;
}
p {
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #3F2E1C;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #3F2E1C;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3F2E1C;
}
b {
	font-weight: bold;
}
b.h1 {
	font-size: 24px;
	font-weight: normal;
	color: #3F2E1C;
}
b.h2 {
	font-size: 22px;
	font-weight: normal;
	color: #3F2E1C;
}
b.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3F2E1C;
}
i {
	font-style: italic;
}
hr {
	border: 1px;
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
}
div.dashed {
	border-top: 2px dashed #D8D6C3;
	width: 100%;
	line-height: 0px;  /* IE bugfix */
}
img {
	border: 0px;
}
img.left {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}
img.right {
	float: right;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.small {
	font-size: 11px;
}
.inorder {
	color: #C00000;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
input.missing {
	background-color: #FFAAAA;
}

/* ****************************************************************************** */

/* COLOURS */
.red {
	color: #FF0000;
}

/* ****************************************************************************** */

/* DIVS */
#nav {
	text-align: center;
	width: 100%;
	height: 29px;
	padding-top: 10px;
	background-color: #E2DDB8;
	position: relative;
}
#nav table td {
	text-align: center;
}
#nav a {
	position: relative;
	top: -5px;
	line-height: 29px;
	height: 29px;
	font-size: 14px;
	padding: 5px 6px 5px 6px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	text-decoration: underline;
}
#nav a.hi:link {
	border: 1px solid #7B5433;
	background-color: #E4D435;
	color: #2C1D0A;
}
#nav a.hi:visited {
	border: 1px solid #7B5433;
	background-color: #E4D435;
	color: #2C1D0A;
}
#nav a.hi:hover {
	border: 1px solid #7B5433;
	background-color: #E4D435;
	color: #2C1D0A;
}
#nav a.hi:active {
	border: 1px solid #7B5433;
	background-color: #E4D435;
	color: #2C1D0A;
}
#normal {
	text-align: justify;
	padding: 20px;
	width: 790px;
}
#builtby {
	padding: 5px;
	color: #999999;
	text-align: center;
	font-size: 9px;
}
#browseasuser {
	background-color: #FF2323;
	text-align: center;
	border: 0px;
	font-weight: bold;
	padding: 1px;
}
.boxed {
	margin: 10px 0px 10px 0px;
	border: 1px dashed #999999;
	padding: 5px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
}
table.outer {
	margin-left: auto;
	margin-right: auto;
}
table.main {
	border: 1px solid #333333;
}
table.sectionlinks_o {
	margin: 10px;
}
table.sectionlinks {
	border: 1px solid #666666;
}
table.sectionlinks td {
	padding: 5px 10px 5px 10px;
}
table.sectionlinks td.uline {
	border-bottom: 1px solid #666666;
}
table.sectionlinks td.subsect {
	padding-top: 0px;
}
table.basketpage td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #AAAAAA;
}
table.basketpage tr.sline td {
	border-bottom: 1px solid #AAAAAA;
}
table.basketpage tr.noline td {
	border-bottom: 0px;
}
th {
	font-weight: bold;
}
td {
}
table.produce td {
	vertical-align: top;
	text-align: left;
	padding: 10px 15px 10px 15px;
}
table.produce td.heading {
	text-align: center;
}
table.produce td.name {
	font-size: 19px;
}
table.produce td.pic {
	vertical-align: middle;
	text-align: right;
}
table.produce td.gap {
	padding: 0px;
}
table.produce td.div {
	padding: 0px;
	border-top: 2px dashed #F0F0F0;
}
table.form th {
	padding: 2px 10px 2px 0px;
}
table.form td {
	padding: 2px 0px 2px 0px;
}
table.form2 {
	margin-left: auto;
	margin-right: auto;
}
table.form2 td {
	padding: 3px 10px 3px 0px;
}
table.orders {
	border-collapse: collapse;
	width: 100%
}
table.orders th {
	padding: 4px;
}
table.orders td {
	border: 1px solid #C0C0C0;
	padding: 4px;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}
.pad2 {
	text-align: left;
	padding: 2px;
}
tr.basketitem td {
	font-size: 10px;
}

/* ****************************************************************************** */

/* LINKS */
a:link {
	font-weight: bold;
	color: #306530;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #306530;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #306530;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #306530;
	text-decoration: underline;
}
a.sectionlinks {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.sectionlinks:hover {
	text-decoration: underline;
}
a.sectionlinks:active {
	text-decoration: underline;
}
