﻿body
{
	font: 67.5% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

a, a:visited
{
	color: #9DC200;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	margin: 0 0 10px 0;
}
h1
{
	color: #9DC200;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 5px 0 0;
	line-height: 100%;
	white-space: nowrap;
}
h2
{
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: 2px;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 5px 4px 0;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h4
{
	color: #9DC200;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px 0 0;
	line-height: 100%;
	white-space: nowrap;
}
h5
{
	color: #9DC200;
	font-size: 1em;
	font-weight: bold;
	padding: 0 5px 0 0;
	line-height: 90%;
	white-space: nowrap;
}
div#LotusRootSlices
{
	position: fixed;
	_position: absolute;
	bottom: 0;
	right: 0;
	width: 159px;
	height: 150px;
	background: url(../Images/Structure/LotusRootSlices.gif) no-repeat bottom right;
}
/* ------ Top menu ---------*/
div#TopMenu
{
	position: absolute;
	top: 12px;
	right: 25px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	z-index: 999;
}
div#TopMenu ul
{
	color: #9DC200;
}
div#TopMenu li
{
	font-weight: bold;
}
/* --------- menus ---------*/
.Menus
{
	width: 250px;
}
div.Links
{
	clear: both;
	width: 100%;
	white-space: nowrap;
}
div.Links li
{
	display: inline; /* border-left:1px #eee solid; */
	font-family: Tahoma;
}
div.Links ul
{
	margin: 0;
	padding: 0;
}
div.Links a
{
	padding: 0 4px 0 4px;
	color: #999;
}
/* ----------- basic ---------------*/
.Errors
{
	display: block;
	width: 75%;
	color: #c00;
	background-color: #FFEAEA;
	border: dotted 1px #c00;
	margin: 15px 0px 15px 68px;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
}
.Button
{
	font-size: 0.85em;
	letter-spacing: 1px;
	padding: 0px 2px 0px 2px;
	margin: 4px 0 4px 0;
}
.ButtonLarge
{
	font-size: 1.1em;
	margin: 6px 0 6px 0;
	padding: 2px 4px 2px 4px;
}
.BuyButton
{
	margin: 0;
}
.DropDownList
{
	font-size: 0.95em;
}
/* nicer hr's */
div.divider
{
	margin-top: 3px;
	height: 3px;
	border-top: solid 1px #eee;
	width: 100%;
	clear: both;
}
div.divider hr
{
	display: none;
}
p.Back
{
	margin-top: 40px;
}
.bold
{
	font-weight: bold;
}
.large
{
	font-size: 1.1em;
}
.exlarge
{
	font-size: 1.2em;
	margin-left:-194px;
}
.small
{
	font-size: 0.9em;
}
.tiny
{
	font-size: 0.8em;
	letter-spacing: 0;
}
.light
{
	color: #666;
}
.Left
{
	text-align: left;
	padding-right: 20px;
}
.Right
{
	text-align: right;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.Inline
{
	display: inline;
}
.UpperCase
{
	text-transform: uppercase;
}
.Italic
{
	font-style: italic;
}
.noWrap
{
	white-space: nowrap;
}
.Wrap
{
	white-space: normal;
}
.Centre
{
	text-align: center;
}
.Clear
{
	clear: both;
}
.Red
{
	color: #c00;
}
.padRight50
{
	padding-right:50px;
}

/* --------- Input Controls ---------*/
.inputboxes
{
	clear: both;
	margin-top: 20px;
	line-height: 180%;
}
.inputboxes span
{
	vertical-align: top;
	padding-top: 3px;
	width: 100px;
}
select, textarea, .admininput
{
	font-size: 0.85em;
	font-weight: normal;
	background-color: #F7FCE8;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	padding: 1px;
	letter-spacing: 1px;
	font-family: Tahoma,Helvetica,sans-serif;
}

select:focus, .admininput:focus, textarea:focus
{
	background-color: #F2F8D4;
}
.inputfontlarge, .inputfontlarge:focus
{
	font-size: 1.2em;
}
.inputfontmedium, .inputfontmedium:focus
{
	font-size: 1em;
}

.watermarked
{
	color: #aaa;
}
span.Block
{
	display: block;
}
/* ------- category Colours (Dark) ------ */
.catGrains a
{
	color: #D4B500 !important;
}
.catWholefoods a
{
	color: #A6C11F !important;
}
.catKitchenEssentials a
{
	color: #E84C7B !important;
}
.catVegetables a
{
	color: #D78B07 !important;
}
.catSnacks a
{
	color: #C26CA7 !important;
}
.catDrinks a
{
	color: #F0862A !important;
}
.catNonFood a
{
	color: #4DB0BF !important;
}

