
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
}

body, td {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #345300;
}

.bottombar {
	text-align: center;
	padding: 3px;
	font-size: 8pt;
	color: #4A7700;
}

.header-big {
	font-size: 15pt;
}

.header-small {
	font-size: 12pt;
}

.price {
	font-size: 12pt;
	font-family: Georgia, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
}

.cart-bar {
	width: 565px;
	height: 45px;
	text-align: right;
	padding-right: 20px;
	font-size: 12pt;
	font-family: Georgia, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	cursor: pointer;
}

.cart-bar .word {
	color: #4F7D00;
}

.input-amount {
	font-size: 10pt;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	border: 1px solid #6AAA00;
	width: 30px;
	text-align: center;
}

table.cart-table {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #345300;
}

table.cart-table th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	color: #345300;
	border-bottom: 1px solid #345300;
}

table.cart-table td.delim {
	border-top: 1px solid #345300;
}

.block {
	background-color: #E6F4C3;
	padding: 4px;
	margin-bottom: 10px;
}

a {
	color: #6AAA00;
	text-decoration: underline;
}

a:hover {
	color: #93EA00;
	text-decoration: underline;
}

a:visited {
	color: #538400;
	text-decoration: underline;
}

a:visited:hover {
	color: #93EA00;
	text-decoration: underline;
}

a.button {
	border: 1px solid #6FB000;
	padding: 4px;
	background-color: #DAF596;
	color: #6FB000;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

a.button:hover {
	background-color: #BDDF68;
	color: #4A7700;
	text-decoration: none;
}

a.button:visited {
	background-color: #DAF596;
	color: #6FB000;
	text-decoration: none;
}

a.button:visited:hover {
	background-color: #BDDF68;
	color: #4A7700;
	text-decoration: none;
}


.sidebar a {
	color: #4A7700;
	font-size: 9pt;
	text-decoration: none;
}

.sidebar a:hover {
	color: #568A00;
	font-size: 9pt;
	text-decoration: underline;
}

.sidebar a:visited {
	color: #4A7700;
	font-size: 9pt;
	text-decoration: none;
}

.sidebar a:visited:hover {
	color: #568A00;
	font-size: 9pt;
	text-decoration: underline;
}

.sidebar ul {
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
}


.bottombar a {
	color: #4A7700;
	font-size: 8pt;
	text-decoration: none;
}

.bottombar a:hover {
	color: #568A00;
	font-size: 8pt;
	text-decoration: underline;
}

.bottombar a:visited {
	color: #4A7700;
	font-size: 8pt;
	text-decoration: none;
}

.bottombar a:visited:hover {
	color: #568A00;
	font-size: 8pt;
	text-decoration: underline;
}


.file-set {
	display: block;
	border: 1px solid #93EA00;
	background-color: #F5FFE1;
	text-align: center;
	padding: 2px;
}

.file-set td {
	text-align: center;
}

.file-item {
	display: inline-block;
	margin: 2px;
}

.file-item img {
	margin-bottom: 2px;
	border: 2px solid #6AAA00;
}


div.selectbox {
	border: 1px solid #345300;
	width: 120px;
	height: 30px;
}

div.selectbox div.option-active {
	width: 110px;
	height: 30px;
	cursor: pointer;
}

div.selectbox div.option-active img {
	width: 110px;
	height: 30px;
	position: relative;
	top: 0px;
}

div.selectbox a.selectbutton {
	cursor: pointer;
	display: block;
	margin-top: -30px;
	margin-left: 110px;
	width: 10px;
	height: 30px;
	background-color: #A6D627;
}

div.selectbox a.selectbutton:hover {
	cursor: pointer;
	display: block;
	margin-top: -30px;
	margin-left: 110px;
	width: 10px;
	height: 30px;
	background-color: #D2EB94;
}

div.selectbox div.list {
	cursor: pointer;
	position: absolute;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #345300;
	background-color: white;
	width: 110px;
	z-index: 1000;
}

div.selectbox div.list img {
	width: 110px;
	height: 30px;
}

table.product {
	padding: 0px;
	margin: 3px 0px 8px 0px;
}

table.product .info {
	color: #497500;
}

table.product .info .header-small {
	color: #345300;
}

table.product td {
	padding: 3px;
	margin: 0px;
}

img.line {
	margin: 0px;
	padding: 0px;
}


a.options {
	width: 120px;
	height: 25px;
	border: 1px solid #6FB000;
	padding: 4px;
	position: relative;
	background-color: #DAF596;
	color: #6FB000;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

a.options:hover {
	background-color: #BDDF68;
	color: #4A7700;
	text-decoration: none;
}

a.options:visited {
	background-color: #DAF596;
	color: #6FB000;
	text-decoration: none;
}

a.options:visited:hover {
	background-color: #BDDF68;
	color: #4A7700;
	text-decoration: none;
}

a.options div.list-right {
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
	padding-right: 3px;
	width: 350px;
	background-color: #DAF596;
	border: 1px solid #6FB000;
}

a.options div.list-left {
	position: absolute;
	margin-left: -350px;
	margin-top: -10px;
	padding-right: 3px;
	width: 350px;
	background-color: #DAF596;
	border: 1px solid #6FB000;
}
