body {
	margin: 0px;
	padding: 0px;
	background-image: url(/Images/Layout/Background.gif);
}

body, th, td {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #455F2E;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.Copyright		{ font-size: 9px; color: #497731; }

a			{ color: #FFFFFF; }
a:hover			{ text-decoration: none; }
a.BottomNav		{ font-weight: bold; color: #CFE4C4; text-decoration: none; text-transform: uppercase; }
a.BottomNav:hover	{ text-decoration: underline; }
a.MainNav		{ font-weight: bold; color: #455F2E; text-decoration: none; text-transform: uppercase; }
a.MainNav:hover		{ text-decoration: underline; }
a.Copyright		{ color: #497731; text-decoration: none; }
a.Copyright:hover	{ text-decoration: underline; }

.BackgroundMain		{ background-image: url(/Images/Layout/Background_Main.gif); background-repeat: repeat-y; }
.BackgroundBox		{ background-image: url(/Images/Layout/Background_Box.gif); background-repeat: repeat; }

.Error			{ color: #C00000; }
.Question		{ font-weight: bold; }

INPUT			{ font-size: 11px; border:1px solid #8A8A8A; background-color: #C6DF9C; }
SELECT			{ font-size: 11px; border:1px solid #8A8A8A; background-color: #C6DF9C; }
TEXTAREA		{ font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; border:1px solid #8A8A8A; background-color: #C6DF9C; }

INPUT.SubmitButton	{ width: 100px; background-color: #425D29; color: #C6DF9C; }
INPUT.Radio		{ background: transparent; border:0px; color: #C6DF9C; }
INPUT.Checkbox		{ background: transparent; border:0px; color: #C6DF9C; }
INPUT.Register		{ width: 250px; }
INPUT.BillingAddress	{ width: 250px; }
SELECT.Register		{ width: 250px; }
INPUT.Login		{ width: 250px; }
SELECT.Login		{ width: 250px; }
SELECT.DeliveryDay	{ width: 130px; }

.MenuScrollbar {
	scrollbar-face-color: #8CBE5A;
	scrollbar-shadow-color: #8B8B8B;
	scrollbar-highlight-color: #8CBE5A;
	scrollbar-3dlight-color: #8B8B8B;
	scrollbar-darkshadow-color: #8CBE5A;
	scrollbar-track-color: #98C56B;
	scrollbar-arrow-color: #8B8B8B; 
}

OL		{ margin-left: 25px; }
UL		{ margin-left: 15px; }
UL.Indent	{ margin-top: 0px; margin-left: 25px; }

TD.CategoryDivider	{ background-color: #94C76B; }
TD.BasketCategory	{ font-weight: bold; padding: 2px;}
TD.BasketDivider	{ background-color: #94C76B; }
TD.BasketData		{ padding: 2px;}
TD.BasketTotal		{ font-weight: bold; padding: 2px; color:white; }
TD.OptionName		{ padding-top: 2px; padding-bottom: 2px; padding-right:10px; }

P.AboutUsIndent { padding-left: 30px; }
