body {
	background-color: #4A657B;
	margin: 0px;
	font-family: Arial, Verdena;
	font-size: 12px;
	color: #666666;
}

table {
	border: 0px;
}

img { border: 0px; }

img.image-right {
	float: right;
	padding: 0px 0px 5px 15px;
}

img.image-left {
	float: left;
	padding: 0px 15px 5px 0px;
}

h1 {
	padding-top: 0px;
	margin-top: 0px;
	color: #5A842F;
	font-size: 1.3em;
}

h2 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #5A842F;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
}

h5 {
	color: #66CC00;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
}

a {
	color: #FF3300;
	text-decoration: none;
}

table.outermost {
	background-color: #ffffff;
}

.topfield {
	position: relative;
}
.topfield ul {
	position: absolute;
	top: 5px;
	right: 0px;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}
.topfield li {
	float: right;
	margin-right: 20px;
}
.topfield li a {
	color: white;
}

/* FRONTPAGE */
#frontpage-carousel li {
	height: 310px;
	width: 473px;
}
.frontpage-carousel-item {
	position: relative;
	cursor: pointer;
}
.frontpage-carousel-item div.background {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: black;
	height: 60px;
	width: 473px;
}
.frontpage-carousel-item div.text {
	padding: 10px;
	color: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 453px;
	overflow: hidden;
}
.frontpage-carousel-item div.text h3 {
	margin: 0px;
	color: white;
	font-size: 1.5em;
}
.frontpage-carousel-item div.text a {
	color: white;
}
td.frontpage-main {
	height: 540px;
	padding: 5px 18px 18px 18px;	
}
.float-left {
	float: left;
}
.margin-right {
	margin-right: 13px;
}
.bottom-box {
	width: 230px;
	height: 206px;
	overflow: hidden;
	background-color: #96D045;
	color: white;
	margin-top: 13px;
	cursor: pointer;
}
.bottom-box div.text {
	padding: 5px;
	font-size: .9em;
}
.bottom-box h3 {
	color: white;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.frontpage-news {
	width: 230px;
	height: 309px;
	overflow: hidden;
}
.news-archive {
	float: left;	
}
.facebook {
	float: right;
}
.frontpage-box1 {
	width: 230px;
	height: 310px;
}
.frontpage-box1 div.text {
	
}
.frontpage-box1 div.text a {

}
.frontpage-box1 div.text h1 {
	color: white;
	font-size: 1.7em;
}
.frontpage-box1 div.text h3 {
	color: white;
	text-transform: uppercase;
}
.frontpage-news .news-item {
	margin-bottom: 10px;
}
.frontpage-news h3 {
	color: black;
	margin-top: 0px;
	border-bottom: 1px solid #9fb7a0;
}
.frontpage-news .news-item .date {
	color: black;
}
.frontpage-news .news-item .header {
	font-weight: bold;
	color: black;
}
.frontpage-news .news-item .link {
	text-align: right;
}
/* FRONTPAGE END */

td.main {
	width: 452px;
	border-color: #CBE8A2;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-top: 6px solid #96D045;
	border-bottom: 3px solid #96D045;
}

td.main-content {
	padding: 6px;
	height: 500px;
}

td.toolbar {
	
}
div.toolbar {
	height: 25px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #96D045;
	overflow: hidden;
	padding: 8px 8px 0px 8px;
}
div.toolbar div.search {
	float: right;	
}
div.topmenu-item {
	float: left;
	margin-right: 15px;
	border-right: 1px solid white;
	padding-right: 15px;
}
div.topmenu-item a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

td.depth_path {
	padding-left: 22px;
	color: #FF3300;
	height: 22px;
}

td.depth_path a {
	text-decoration: none;
	color: #FF3300;
}

td.white-line {
	width: 12px;
}

td.left {
	width: 167px;
	border-top: 6px solid #96D045;
	border-bottom: 3px solid #96D045;
	background-color: #F4FAEC;
}
td.right {
	border-bottom: 3px solid #96D045;
	width: 216px;
}

td.rightcontent {
	
}

td.rightcontent p {
	margin: 10px 0px 10px 0px;
}

td.copyright {
	height: 35px;
}

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

input.search_text {
	vertical-align: middle;
	line-height: 10pt;
	margin: 0px;
	padding: 0px;
	border-color: #8BB369;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	width: 130px;
	height: 14px;
}

input.search_submit {
	cursor: pointer;
	vertical-align: middle;
	margin: 0px;
	height: 16px;
	width: 40px;
	border: 0;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

div.news_item {
}

div.news_title {
	font-weight: bold;
	border-bottom: 1px solid black;
	clear: both;
	margin-bottom: 6px;
	color: #5A842F;
}

div.news_split {
	clear: both;
	height: 25px;
}

/*************
 ** WEBSHOP **
 *************/
 
input.webshop-button {
	background-color: #00301c;
	color: white;
	border-color: #00301c;
}
 
div.button {
	text-align: right;
}
 
/* MENU */

div.menu-container {
	padding-left: 13px;
}

div.menu-entry {
	background-repeat: no-repeat;
	padding:  3px 0px 3px 15px;
	background-image: url('/images/design/arrow.gif');
	background-position: 3px 6px;
	margin-bottom: 3px;
	cursor: pointer;
}

div.menu-entry a {
	text-decoration: none;
	font-weight: bold;
	color: #5A842F;
}

div.menu-entry.in-path {
	background-image: url('/images/design/arrowdown.gif');
	padding:  3px 0px 3px 18px;
}

div.menu-entry.selected {
	background-color: rgb(216, 237, 186);
}

/* PRODUCTS */
td.products-product-image {
	width: 81px;
	padding-top: 10px;
}

div.products-product-image {}

td.products-product-header {
	border-bottom: 1px solid black;
	color: rgb(90, 132, 47);
	font-size: 12px;
	font-weight: bold;
	width: 432px;
}

td.products-product-header a {
	text-decoration: none;
	color: rgb(90, 132, 47);
}

products-product-discount {
	height: 20px;
}

td.products-product-description {
	padding-top: 10px;
	padding-right: 5px;
	vertical-align: top;
	width: 246px;
}

td.products-product-info {
	width: 100px;
	text-align: right;
	padding-top: 10px;
}

div.products-product {
	padding-top: 10px;
}

div.products-product-stock {
	text-align: right;
	padding-bottom: 2px;
}

div.products-product-description {
	font-family: Arial;
	color: #797a7d;
}

div.products-product-description td { 
	border: 0 !important;
}



div.products-product-read-more {
	padding-top: 10px;
}

div.products-product-read-more a {
	text-decoration: none;
}

div.products-product-price {
	color: #00301c;
	font-weight: bold;
	font-size: 1.20em;
	white-space: nowrap;
	text-align: right;
}

div.products-product-choose-price {
	font-weight: bold;
	font-size: 1.20em;
	white-space: nowrap;
	text-align: right;
}

div.products-product-discount-price {
	color: #8a8c8f;
	font-weight: bold;
	font-size: 1.50em;
	text-decoration: line-through;
	white-space: nowrap;
	text-align: right;
}

/* PRODUCT */
div.product {
	position: relative;
	width: 412px;
	padding-top: 13px;
}

div.product form {
	margin: 0px;
	padding: 0px;
}

td.product-image {
	width: 60%;
	vertical-align: top;
}

td.product-alternative-images {
	width: 40%;
	vertical-align: top;
}

td.product-alternative-images h1 {
	margin-bottom: 0;
}

td.product-alternative-images div {
	border: solid #d1d2d4 1px;
	width: 65px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
 
div.product-description {
	font-family: Arial;
	color: #797a7d;
}

td.product-info {
	text-align: right;
	vertical-align: bottom;
}

td.product-facts {
	vertical-align: bottom;
}

td.product-text {
	padding-top: 10px;
}

td.product-facts h1 {
	margin-bottom: 0;
}

div.product-facts {
	font-family: Arial;
	color: #797a7d; 
}

/* CART */

form.right-cart-item {
	position: relative;
	border-bottom: 1px solid black;
}

div.right-cart-item-content {
	padding: 7px 5px 7px 0px;
}

input.right-cart-item-amount {
	width: 22px;
	padding: 0px 2px 0px 2px;
	border: 1px solid black;
	text-align: center;
}

a.right-cart-item-modify {
	margin-right: 12px;
	font-size: 0.8em;
}

span.right-cart-item-price {
	float: right;
}

div#right-cart-total {
	padding: 7px 5px 7px 0px;
	font-weight: bold;
}

/* CHECKOUT */
.webshop-button {
	margin-bottom: 20px;
}
td.checkout-tab {
	width: 110px;
	height: 35px;
	border: 1px solid rgb(209, 210, 212);
	text-align: center;
	color: rgb(90, 132, 47);
	background-color: rgb(229, 230, 231);
	text-transform: uppercase;
	font-weight: bold;
}
td.checkout-tab.active {
	border-bottom: 0;
	color: rgb(90, 132, 47);
	background-color: transparent;
}
td.checkout-tabspace {
	width: 2px;
	border-bottom: 1px solid rgb(209, 210, 212);
}
td.checkout-content {
	border: 1px solid rgb(209, 210, 212);
	border-top: 0;
	padding: 21px;
}
div.checkout-buttons {
	margin-top: 40px;
}
div.checkout-cart-description {
	margin-top: 20px;
	line-height: 1.5em;
}
div.checkout-cart {
	margin-top: 40px;
}
div.checkout-cart th {
	color: rgb(90, 132, 47);
	text-transform: uppercase;
}
div.checkout-cart tr.total td {
	color: rgb(90, 132, 47);
	font-weight: bold;
	border-top: 1px solid black;
}
div.checkout-cart th, div.checkout-cart td {
	padding: .2em 1em .2em 0;
}
div.popup-message {
	padding: 20px;
}
div.popup-goto-new, div.popup-goto-old {
	width: 229px;
	height: 300px;
	margin-top: 20px;
	text-align: e;
}
div.popup-goto-new img, div.popup-goto-old img {
	margin-top: 15px;
}
div.popup-goto-new a, div.popup-goto-old a {
	font-size: 1.2em;
	font-weight: bold;
}
div.popup-goto-new {
	float: left;
}
div.popup-goto-old {
	float: right;
}
