/* CSS Document */
a	{
	color: #336633;
	text-decoration: none;
}

a:hover {
	color: #669966;
}

a.shoppingcart {
	color: #ffffff;
}

a.nav	{
	color: #336633;
	text-decoration: none;
}

a.nav-current	{
	color: #cc3333;
	text-decoration: none;
}

a.nav-current:hover	{
	color: #cc6666;
	text-decoration: none;
}

body {
	font-family: arial;
	font-size: 10px;
	
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	
	scrollbar-highlight-color: #99cc99;
	scrollbar-shadow-color: #99cc99;
	
	scrollbar-arrow-color: #99cc99;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	overflow: auto;
}

div.MainWindow {
	overflow: auto;
	margin-left: 5px;
	width: 580px;
	height: 345px;
}

div.ProductDescription {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.ProductDescription:first-letter {
	/*font-size: 150%;
	float: left;*/
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 11px;
	font-weight: 700;
	margin: 0px;
}

img.bordered {
	border: 1px solid #99cc99;
}

input {
	border: 1px solid #99cc99;
	font-size: 10px;
}

input.cart {
	text-align: center;
	width: 45px;	
}

input.submit {
	background-color: #e8ffe8; 
	font-weight: 700; 
	cursor: hand;
}

select {
	font-family: arial;
	font-size: 10px;
}

td	{
	font-size: 10px;
}

td.indexshortdesc {
	color: #336633;
	border: 1px solid #99cc99; 
	border-top: 0px; 
	padding: 0px;
	text-align: center;
}

td.myaccount {
	font-size: 10px;
	color: #336633;
	text-align: left;
}

td.shoppingcart {
	color: #336633;
}

textarea {
	border: 1px solid #99cc99;
	font-size: 10px;
}

tr.lightStripe {
	background-color: #ffffff;
}

tr.darkStripe {
	background-color: #ccffcc;
}
