/*******************/
/*    Általános    */
/*******************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CFE887;
	color: #003333;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	padding-left: 20px;
}

div {
	overflow: hidden;
}

div.clear {
	height: 0;
	float: none;
	clear: both;
}

span.bold {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

span.italic {
	font-style: italic;
}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #DB8608;
	background-color: inherit;
}

/****************/
/*    Fejléc    */
/****************/

div.main {
	width: 780px;
	background-color: #F2F9DE;
	color: #003333;
	margin: 2px auto auto 2px;
}

div.header {
	height: 69px;
	width: 780px;
	background: url(../images/site/header.gif);
}

div.firm {
	height: 50px;
	float: right;
	display: inline;
	margin: 16px 11px 0 0;
	border: 1px solid #DB8608;
	color: #003333;
	background-color: #FFFFFF;	
}

div.firm h1 {
	font-weight: bold;
	font-size: 24px;
	margin: 1px 5px;
	color: #DB8608;
	background-color: inherit;
}

div.firm h3 {
	font-size: 14px;
	margin: 1px 5px;
	color: #DB8608;
	background-color: inherit;
}

div.navbar {
	font-weight: bold;
	margin: 0px 2px 5px 2px;
	border-bottom: 1px solid #db8608;
	padding-bottom: 5px;
}

/*******************/
/*    Bal hasáb    */
/*******************/

div.left_col {
	float: left;
	width: 238px;
	margin: 1px 0 10px 0;
	border-right: 1px solid #DC8D15;
}

div.back, div.cart, div.products, div.aboutus, div.forshops, div.natursziget {
	width: 218px;
	margin: 0 auto 10px auto;
	background-color: #D4E999;
	color: #326100;
}

div.natursziget {
	margin-bottom: 0;
}

div.forshops a.download:link, div.forshops a.download:visited, div.forshops a.download:hover, div.forshops a.download:active {
	background: url(../images/site/document.jpg) no-repeat center left;
	text-decoration: none;
	display: block;
	margin: 6px 6px 6px 10px;
	font-size: 11px;
	text-align: left;
	padding-left: 35px;
}

div.forshops a:hover {
	color: #DD0000;
	background-color: inherit;
}

div.forshops a.email:link, div.forshops a.email:visited, div.forshops a.email:hover, div.forshops a.email:active {
	background: url(../images/site/email.jpg) no-repeat center left;
	text-decoration: none;
	display: block;
	margin: 6px 6px 6px 10px;
	font-size: 11px;
	text-align: left;
	padding-left: 35px;
}

div.forshops a:hover {
	color: #DD0000;
	background-color: inherit;
}

div.back a:link, div.back a:visited, div.back a:hover, div.back a:active,
div.natursziget a:link, div.natursziget a:visited, div.natursziget a:hover, div.natursziget a:active {
	display: block;
	text-align: center;
	margin: 6px;
	text-decoration: none;
}

div.back a:hover, div.natursziget a:hover {
	color: #DD0000;
	background-color: inherit;
}

div.cart_header {
	width: 205px;
	height: 22px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #3D6A0A;
	background: url(../images/site/cart_green.gif) no-repeat center right;
}

div.cart_header h3 {
	font-weight: bold;
	font-size: 12px;
	color: #326100;
	background-color: inherit;
	margin: 5px 0 0 0;
}

p.empty_cart {
	display: block;
	text-align: center;
	margin: 30px 0;
}

table.cart {
	width: 205px;
	border-collapse: collapse;
	border: 0;
	margin: 10px auto 0 auto;
}

table.cart td, table.cart th {
	padding: 2px;
	font-size: 11px;
}

table.cart td {
	color: #716F64;
	background-color: inherit;
}

table.cart th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #87B448;
	color: #336633;
	background-color: inherit;
}

table.cart td.cart_item, table.cart th.cart_item {
	width: 115px;
}

table.cart td.cart_item a:link, table.cart td.cart_item a:visited, table.cart td.cart_item a:hover, table.cart td.cart_item a:active {
	text-decoration: none;
}

table.cart td.cart_item a:hover {
	color: #DD0000;
	background-color: inherit;
}

table.cart td.item_price, table.cart th.item_price {
	width: 40px;
	text-align: right;
}

table.cart td.pieces, table.cart th.pieces {
	width: 22px;
	text-align: right;
}

table.cart td.controllers, table.cart th.controllers {
	width: 22px;
	text-align: right;
}

table.cart td.controllers a img {
	widht: 8px;
	height: 8px;
	border: 0;
}

p.cart_item {
	margin: 1px 6px;
	font-size: 11px;
}

p.sum {
	margin: 10px 6px;
	font-size: 11px;
}

div.cart input.button_left, div.cart input.button_right {
	background-color: #87B448;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #716F64;
	border-bottom: 1px solid #716F64;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 6px 6px 6px;
}

div.cart input.button_right {
	width: 95px;
	float: right;
}

div.cart input.button_left {
	width: 95px;
	float: left;
}

div.products label {
	margin: 8px 8px 2px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #326100;
	background-color: inherit;
	display: block;
}

div.products fieldset.invisible {
	border: 0;
	margin-bottom: 6px;
}

div.products select {
	margin: 0 8px;
	width: 202px;
	border: 1px solid #5794BF;
	color: #5794BF;
	background-color: #FFFFFF;
}

div.products a:link, div.products a:visited, div.products a:hover, div.products a:active, div.products a.last:link, div.products a.last:visited, div.products a.last:hover, div.products a.last:active {
	margin: 0 8px;
	display: block;
	color: #DB8608;
	background-color: inherit;
	font-size: 11px;
	text-decoration: none;
}

div.products a:hover, div.products a.last:hover {
	color: #DD0000;
	background-color: inherit;
}

div.products a.last:link, div.products a.last:visited, div.products a.last:hover, div.products a.last:active {
	margin-bottom: 8px;
}

div.aboutus div {
	margin: 8px;
}

div.aboutus div p {
	margin: 0;
	font-size: 11px;
	color: #326100;
	background-color: inherit;
}

div.aboutus div p a:link, div.aboutus div p a:visited, div.aboutus div p a:hover, div.aboutus div p a:active {
	text-decoration: underline;
	color: #326100;
	background-color: inherit;
}

/********************/
/*    Jobb hasáb    */
/********************/

div.page {
	margin: 1px 12px 10px 12px;
	width: 517px;
	float: right;
}

div.page_header {
	background-color: #CDE985;
	color: #3D6A0A;
	border-bottom: 1px solid #F2F9DE;
}

div.page_header p {
	font-family: arial,sans-serif;
	font-weight: bold;
	margin: 1px 5px;
	display: inline;
}

div.page_header p.product_name, div.page_header p.cat_name {
	float: left;
	color: #DB8608;
	background-color: inherit;
}

div.page_header p.cat_name {
	color: #000000;
	background-color: inherit;
}

div.page_header p.product_price {
	float: right;
	color: #DB8608;
	background-color: inherit;
}

div.greenline {
	margin: 0 0 12px 0;
	height: 1px;
	color: #5A812C;
	background-color: #87D300;
}

div.page img.product {
	border: 1px solid #5A812C;
	float: left;
	margin: 0 10px 10px 0;
}

div.page div.product_desc, div.page div.shop_tinymce {
	display: block;
	text-align: justify;
	margin-bottom: 15px;
}

div.page p.addtocartbottom, div.page p.addtocarttop {
	text-align: right;
	margin-bottom: 14px;
}

div.page p.addtocarttop a.addtocart:link, div.page p.addtocarttop a.addtocart:visited, div.page p.addtocarttop a.addtocart:hover, div.page p.addtocarttop a.addtocart:active, 
div.page p.addtocartbottom a.addtocart:link, div.page p.addtocartbottom a.addtocart:visited, div.page p.addtocartbottom a.addtocart:hover, div.page p.addtocartbottom a.addtocart:active {
	text-decoration: none;
/*	color: #444444;*/
	background-color: inherit;
	background: url(../images/site/cart_orange.gif) no-repeat center left;
/*	display: block;*/
	padding-left: 18px;
/*	width: 70px;*/
	height: 15px;
/*	float: right;*/
}

div.page p.addtocarttop a.addtocart:link, div.page p.addtocarttop a.addtocart:visited, div.page p.addtocarttop a.addtocart:hover, div.page p.addtocarttop a.addtocart:active {
	margin-bottom: 16px;
}

div.page p.addtocartbottom a.addtocart:link, div.page p.addtocartbottom a.addtocart:visited, div.page p.addtocartbottom a.addtocart:hover, div.page p.addtocartbottom a.addtocart:active {
	margin-top: 16px;
}

/********************/
/*		Lábléc		*/
/********************/

div.footer {
	width: 780px;
	background-color: #F2F9DE;
	color: #003333;
	margin: 2px auto 2px 2px;
}

div.footer p {
	text-align: center;
	background-color: inherit;
	color: #87B448;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
}

div.footer p a:link, div.footer p a:visited, div.footer p a:hover, div.footer p a:active {
	text-decoration: none;
}

div.footer p a:hover {
	color: #DD0000;
	background-color: inherit;
}

/************************/
/*    Megrendelő lap    */
/************************/

fieldset.order_datapage {
	border: 0;
}

fieldset.order {
	border: 1px solid #CDE985;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

fieldset.order legend {
	font-weight: bold;
	font-size: 11px;
	color: #326100;
	background-color: inherit;
	margin: 0 4px;
}

fieldset.order label {
	color: #336633;
	background-color: inherit;
}

fieldset.order input {
	width: 300px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #5794BF;
}

fieldset.order_datapage input.button {
	background-color: #87B448;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #716F64;
	border-bottom: 1px solid #716F64;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
	clear: both;
}

h1.welcome {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

h2.welcome {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h4.shop {
	font-size: 12px;
	font-weight: bold;
}

p.welcome, p.shop {
	text-align: justify;
}

p.welcome_signature {
	font-style: italic;
	text-align: right;
}

p.welcome_signature a:link, p.welcome_signature a:visited, p.welcome_signature a:hover, p.welcome_signature a:active {
	font-style: normal;
	text-decoration: none;
}

p.welcome_signature a:hover {
	color: #DD0000;
	background-color: inherit;
}

h3.shop {
	font-size: 14px;
}

fieldset.order label.checkbox {
	color: #336633;
	background-color: inherit;
	margin-right: 0px;
	display: block;
	float: left;
	margin-top: 2px;
	text-align: left;
}

fieldset.order input.checkbox {
	width: auto;
	margin-right: 0;
	border: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 2px;
}

h3.article, p.article {
	margin: 15px 0;
}

a.back {
	float: right;
}

h3.termekajanlo, h3.cikkek {
	display: block;
	background-color: #D4E999;
	color: inherit;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	padding: 1px 3px;
}

div.termekajanlo, div.termekajanlo_left {
	width: 253px;
	float: left;
}

div.termekajanlo_left {
	margin-right: 11px;
}

div.termekajanlo p, div.termekajanlo_left p {
	margin: 0;
	padding: 0 3px;
}

img.logo {
	border: 1px solid #D4E999;
	background-color: #FFFFFF;
	color: inherit;
	padding: 2px;
	margin: 0 0 10px 10px;
	float: right;
}