/* input & submit buttons */
.submit_main {
	color: #424242;
	cursor: pointer;
	background: #CCCCCC;
	width: 100%;
}

.field {
	width: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a {
	color: #8c0000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

#login-form { position: absolute; top: 30px; display: none; width:95%; z-index: 66; font-size:12px; }
td.loginForm { font-size: 12px; border: 1px solid #666666; border-right-color:black; border-bottom-color:black; background-color: white; }
#login-form td.loginForm table { border: 15px solid white; }
td.loginForm td { font-size: 12px; }
td.loginForm div { margin-bottom: 0.5em; }
td.loginForm a { color: #666666; }

body {
	margin: 0px;
	height: 100%;
	background: #ffffff;
}

div, td, p {
	font: normal 12px Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

.Header {
	background: url(/images/green/header.jpg) left top no-repeat; 
	padding: 32px 0px 0px 32px;
	vertical-align: top;
	height: 253px;
}

.Header2 {
	color: #696969;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(/images/green/header2.jpg) left top no-repeat;
	vertical-align: top;
	height: 32px;
	padding: 12px 0px 0px 195px;
}

TD.Menu {
	background: #d9e7e2 url(/images/green/menu-bg.gif) left top no-repeat;
	width: 175px;
	vertical-align: top;	
}

DIV.MenuBlock {
	padding: 0px 0px 30px 0px;
}

DIV.Menu {
	padding: 0px 5px 0px 8px;
}

.MenuImg {
	vertical-align: top;
	padding: 5px 5px 0px 10px;
}

.MenuItem {
	font: normal 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #838b88;
	padding: 5px 0px;	
}

.MenuItem A {
	color: #424242;
	text-decoration: none;
}

.MenuItem A:hover {
	text-decoration: underline;
}

.Sub {
	color: #24705a;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(/images/dash.gif);
	list-style-type: none;
	margin-left: 18px;
}

.Sub[class] {
	margin-left: 13px;
}

.Sub A {
	color: #24705a;
}

.MenuActive {
	background: #b6cfc8;
}

.Content {
	width: 90%;	
}

.Search {
	color: #ffffff;
	background: #787878;
	border: 1px solid white;
	border-left: 0px; border-right: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 14px 12px;
}

.Search A {
	color: #ffffff;
	text-decoration: underline;
}

.Search A:hover {
	text-decoration: none;
}

.Search input {
	width: 143px;
	margin-bottom: 5px;
}

input, select, textarea {
	color: #6a6a6a;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: white;
	width: 100%;
}

.AuthTitle {
	margin: 9px 0px 9px 12px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.Auth {
	color: #424242;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.Auth form {
	margin: 0px 3px 10px 5px;
}

.Auth input {
	width: 110px;
	margin-bottom: 5px;
}

.Auth[class] form img {
	position: relative;
	top: 7px;
}

.Auth A {
	color: #424242;
	text-decoration: underline;
}

.Auth A:hover {
	text-decoration: none;
}

.Copyright {
	height: 28px;
	background: #008d6a;
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0px 12px;
}

.Copyright A {
	color: #FFFFFF;
}

.Copyright IMG {
	position: relative;
	top: 2px;
}

.Content {
	vertical-align: top;
	padding: 17px;
}

.PageTitle {
	clear: both;
	margin-bottom: 15px;
	white-space: nowrap;
}

.PageTitle1 {
	float: left;
}

.PageTitle2 {
	background: url(/images/green/title-bg.gif) left top repeat-x;
	float: left;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 10px;
}

.PageTitle2[class] {
	min-width: 160px;
}

.PageTitle3 IMG {
	position: relative;
	left: -3px;
}

.PageTitle3[class] IMG {
	left: 0px;
}

.Materials li {
	margin: 5px 0px;
}

.Materials a {
	color: #424242;
}

#basketBox { 
	width: 300px; 
	height: 200px; 
	border: 1px solid #008d6a; 
	position: absolute; 
	background-color: #fff; 
	display: none; 
	z-index: 600;
}

#basketCaption { 
	background-color: #008d6a; 
	border-bottom: 1px solid #fff; 
	color: #fff; 
	font: 11px verdana; 
	padding: 4px;
	font-weight: bold 
}

div#basketShade { 
	background-color: #666; 
	width: 300px; 
	height: 200px; 
	position: absolute; 
	display: none; 
	z-index: 500; 
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#basketBody { padding: 10px; font: 11px verdana; padding-top: 15px; }

#basketBody table { font: 11px verdana }

#basketBody a { color: #FF6600 }