/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D3F680;
}
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #3F5C06;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	color: #33CC00;
	font-weight: bold;

}
h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	
}
a {
	font-size: 14px;
	color: #3F5C06;
}
a:visited {
	color: #3F5C06;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

h3 {
	font-size: 9px;
	color: #3F5C06;
	font-weight: normal;
}
#btmmenu a {
	font-size: 10px;
	color: #3F5C06;
}
#btmmenu a:visited {
	font-size: 10px;
	color: #3F5C06;
}
#btmmenu a:hover {
	font-size: 10px;
	color: #999999;
}
#btmmenu a:active {
	font-size: 10px;
	color: #999999;
}

.price {
  font-weight: bold;
  float: right;
  margin: 1em;
}
.price a {
  margin-left: 1em;
}
.price a img {
  vertical-align:bottom;
}

.cart_link {
  float: left;
}