/*
oldal tartalom: 1140px
oldal szélesség: 1154px
*/

#cookies { 
	position: fixed;
	width: 100%;
	margin: 0;
	bottom: 0;
	padding: 0px;
	background: rgba(255,86,86,0.95);
	border-top: solid 2px rgb(0,0,0);
}

#cookies p {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.35);
	text-align: right; 
	color: rgb(255,255,250);
	margin: 10px;
	z-index: 999;
}

#cookies .cookie-accept {
	margin-right: 20px;
	padding: 5px 15px;
	cursor: pointer;
	background-color: rgb(255,250,250);
	color: rgb(0,0,0);
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(127,127,127,0.35);
	z-index: 1000;
}

#cookies .cookie-discard {
	margin-right: 20px;
	padding: 5px 15px;
	cursor: pointer;
	background-color: rgb(50,50,50);
	color: rgb(250,250,250);
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(127,127,127,0.35);
	z-index: 1000;
}

span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@font-face {
	font-family: 'Conv_LobsterTwo-Italic';
	src: url('LobsterTwo-Italic.eot');
	src: local('˘'), url('LobsterTwo-Italic.woff') format('woff'), url('LobsterTwo-Italic.ttf') format('truetype'), url('LobsterTwo-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cezanne';
	src: url('LobsterTwo-Italic.eot');
	src: local('˘'), url('LobsterTwo-Italic.woff') format('woff'), url('LobsterTwo-Italic.ttf') format('truetype'), url('LobsterTwo-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'GochiHand';
  src: url('GochiHand-Regular.eot?#iefix') format('embedded-opentype'),  url('GochiHand-Regular.woff') format('woff'), url('GochiHand-Regular.ttf')  format('truetype'), url('GochiHand-Regular.svg#GochiHand-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family: Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #000000;
/*	background: url('wood.jpg') repeat;*/
	background-size: 100%;
	margin: 0;
}

#header {
	z-index: 2;
	position: absolute;
/* 	position: fixed; */
	top: 0;
	left: 0;
/*	width: 1920px;*/
	width: 100%;
	height: 80px;
	cursor: default;
/*	margin-left: -960px;*/
	margin-left: 0;
/*	margin-left: auto;*/
	margin-right: auto;
/* 	background: url('header_bg.png') repeat-x; */
/* 	background-color: rgba(85, 0, 0, 0.8); */
	/* background-color: #444444; */
	background-color: none;
	/* background-image: linear-gradient(#444444, #666666); */
}

#header_content {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 62%;
	min-width: 900px !important;
	height: 80px;
	cursor: default;
	margin-left: auto;
/*	margin-left: -577px; */
/*	margin-left: auto;*/
	margin-right: auto;
	background-color: none;
}

#header_content a, #header_content a:active, #header_content a:link, #header_content a:visited {
	/* color: #eeeeee; */
}

#header_line {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	/* background-color: #eeeeee; */
	width: auto;
	height: 30px; /*0px;*/
	margin-left: 0;
	margin-right: 0;	
	/* border-top: 0px solid #222222; */
	/* border-bottom: 1px solid #bbbbbb; */
	border: none;
	background-color: none;
}

@keyframes changebg {
	from {
		background-position: left top;
	}

	to {
		background-position: 538px top;
	}
}
#container, #container_nops {
	background-color: #000;
	width: 100%;
	margin: 0px auto;
}
#container_nops { background-color: #fff; }
#head, #head_nops {
	/* background-color: #00f; */
	width: 100%;
	height: 80px;
}
#sclogo, #sclogo_nops {
	background-color: #000;
	background-repeat: repeat;
	background-image: linear-gradient(to right, #fff, #777, #777, #fff);
	background-attachment: fixed;
	background-position: left top;
	background-size: 538px auto;
	margin: 100px auto;
	width: 269px;
	height: 500px;
	z-index: -1;
	animation-name: changebg;
	animation-duration: 5.0s;
	animation-iteration-count: infinite;
	animation-direction: reverse; /* normal */ /* alternate */
	animation-timing-function: linear; /* ease */
	cursor: pointer;
}
#sclogo > img, #sclogo_nops > img {
	width: 100%;
	height: 100%;
}
#sclogo_nops {
	background-color: #fff;
}
#left, #left_nops {
	/* background-color: #0f0; */
	height: 700px;
	width: 38%;
	float: left;
}
#right, #right_nops {
	/* background-color: #f00; */
	position: relative;
	height: 700px;
	width: 58%;
	float: right;
}
#right::after {
  content: "";
  clear: both;
  display: table;
}
#foot, #foot_nops {
	/* background-color: #0ff; */
	clear: both;
	width: 100%;
	height: 120px;
	color: #fff;
}
#foot_nops {
	color: #000;
}
#foot a {
	color: #fff;
}
#foot_nops a {
	color: #000;
}

#webshop_btn, #webshop_btn_nops {
	/* background-color: red; */
	position: absolute;
	top: 125px;
	left: 0px;
	width: 300px;
	height: 350px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 25px 25px; /* 130->218 */
	background-size: 248px;
	background-image: url('webshop_btn.png');
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#kategoria_btn, #kategoria_btn_nops {
	float: left;
	margin: 5px;
	position: relative;
	height: 350px;
	width: 300px;
	text-align: center;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 25px 25px; /* 130->218 */
	background-size: 248px;
	background-image: url('webshop_btn.png');
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.kategoria_btn, .kategoria_btn_nops {
	display: inline-block;
	margin: auto 0;
	position: relative;
	width: 200px;
	height: 200px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 25px 25px;
	background-size: 150px;
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
td.kategoria_alkat {
	width: 250px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
td.kategoria_alkat a {
	text-decoration: none;
	color: inherit;
}
.termeklista_kep, .termeklista_kep_nops {
	display: inline-block;
	margin: auto 0;
	position: relative;
	width: 132px;
	height: 132px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 16px 16px;
	background-size: 100px;
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
#munkaruha_btn, #munkaruha_btn_nops {
	/* background-color: green; */
	position: absolute;
	top: 0px;
	left: 325px;
	width: 300px;
	height: 350px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;

	background-repeat: no-repeat;
	background-position: 25px 25px; /* 115->218 */
	background-size: 248px;
	background-image: url('munkaruha_btn.png');
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.munkaruha_alkat_btn, .munkaruha_alkat_btn_nops {
	display: inline-block;
	margin: auto 0;
	position: relative;
	width: 100px;
	height: 100px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 17px 17px; /* 100->130 */
	background-size: 66px;
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
td.munkaruha_alkat {
	width: 150px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
td.munkaruha_alkat a {
	text-decoration: none;
	color: inherit;
}
#csapagy_btn, #csapagy_btn_nops {
	/* background-color: green; */
	position: absolute;
	top: 350px;
	left: 300px;
	width: 300px;
	height: 350px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 25px 25px; /* 115->218 */
	background-size: 248px;
	background-image: url('csapagy_btn.png');
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.csapagy_alkat_btn, .csapagy_alkat_btn_nops {
	margin: auto 0;
	position: relative;
	width: 100px;
	height: 100px;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 17px 17px; /* 115->218 */
	background-size: 66px;
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
#ipari_btn, #ipari_btn_nops {
	/* background-color: blue; */
	position: absolute;
	top: 175px;
	left: 625px;
	width: 300px;
	height: 350px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 25px 25px; /* 80->218 */
	background-size: 248px;
	background-image: url('ipari_btn.png');
	transform-origin: 25px 25px;
	transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#webshop_btn:hover, #webshop_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 296px;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
}
#kategoria_btn:hover, #kategoria_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 296px;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
}
.kategoria_btn:hover, .kategoria_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 198px;
}
.termeklista_kep:hover, .termeklista_kep_nops:hover {
	background-position: 1px 1px;
	background-size: 130px;
}
#munkaruha_btn:hover, #munkaruha_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 296px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}
.munkaruha_alkat_btn:hover, .munkaruha_alkat_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 98px;
}
#csapagy_btn:hover, #csapagy_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 296px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}
.csapagy_alkat_btn:hover, .csapagy_alkat_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 98px;
}
#ipari_btn:hover, #ipari_btn_nops:hover {
	background-position: 1px 1px;
	background-size: 296px;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}
#webshop_btn_nops { color: black; }
#kategoria_btn_nops { color: black; }
.kategoria_btn_nops { color: black; }
#munkaruha_btn_nops { color: black; }
.munkaruha_alkat_btn_nops { color: black; }
#csapagy_btn_nops { color: black; }
.csapagy_alkat_btn_nops { color: black; }
#ipari_btn_nops { color: black; }

:root {
  --indicator-color: hsl(104, 94%, 50%);
  --body-color: hsl(233, 12%, 14%);
  --container-color: hsl(233, 12%, 20%);
  --container-color-light: hsl(233, 12%, 26%);
}

* {
  box-sizing: border-box;
}

.skeuo__switch {
  width: 150px;
  height: 25px;
  background-color: var(--container-color);
  padding: 0 0.55rem;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 0.6rem;
}

.skeuo__input {
  display: none;
}

.skeuo__rail {
  position: relative;
  width: 44px;
  height: 9px;
  background-color: var(--container-color-light);
  border-radius: 1.5rem;
}

.skeuo__circle {
  display: block;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at 33%, #d7d8da 0%, #5d5e65 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: transform .4s;
}

.skeuo__indicator {
  width: 6px;
  height: 6px;
  background-color: var(--container-color-light);
  border-radius: 50%;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  transition: .4s;
}

/* Toggle animation effects */
.skeuo__input:checked ~ .skeuo__rail .skeuo__circle {
  transform: translate(31px, -50%);
}

.skeuo__input:checked ~ .skeuo__indicator {
  background-color: var(--indicator-color);
}


#logo {
	z-index: 20;
	position: absolute;
	cursor: pointer;
	left: 11px;
	top: 20px;
/* 	width: 197px; */
/*	width: 228px; */
	width: 89px;
	height: 135px;
	background: url('logo.png') no-repeat;
	background-size: 100%;
	background-position: 50% 30%;
}

#szlogen {
	position: absolute;
	top: 10px;
	left: 282px;
	width: 455px;
	color: #222222;
	font-family: Arial Narrow, Tahoma, Arial, Verdana, Helvetica;
	font-size: 18pt;
	vertical-align: middle;
	text-align: center;
	text-shadow: 1px 1px 5px #fff;
}

#szlogen span {
	font-family: Arial Narrow, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#szlogen p {
	font-family: Arial Narrow, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#szlogen a, #szlogen a:active, #szlogen a:link, #szlogen a:visited {
	color: #222222;
	font-family: Arial Narrow, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#flags {
	position: absolute;
	top: 11px;
	right: 8px;
	width: 80px;
	vertical-align: middle;
	text-align: center;
}

#telszam {
	position: absolute;
	top: 68px;
	left: 441px;
	width: 213px;
	height: 40px;
	color: #484848;
	font-family: Tahoma, Verdana;
	font-size: 16pt;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}

#login {
	z-index: 15;
	position: absolute;
	top: 5px;
/*	left: 910px;*/
	right: 0;
	/* width: 600px; */
	height: 40px;
	padding: 0px 5px 0px 0px;
	color: #ffffff;
	font-size: 12pt;
	text-align: right;
	background-color: none;
}

#head_vert_dots_1 {
	position: absolute;
	top: 55px;
	left: 405px;
	width: 3px;
	height: 63px;
	background: url('vert_dots_9.png') no-repeat top left;
}

#head_vert_dots_2 {
	position: absolute;
	top: 55px;
	left: 689px;
	width: 3px;
	height: 63px;
	background: url('vert_dots_9.png') no-repeat top left;
}

#menu_top {
	z-index: 30;
	position: absolute;
	cursor: default;
	right: 0;
	bottom: 0;
	top: 50px;
	margin-left: auto;
	width: 100%;
	height: 30px;
	line-height: 30px;
/*	background: url('menu_bg.png') no-repeat top right; */
	padding: 0px 5px 0px 0px;
	font-family: Tahoma, Verdana;
	white-space: pre;
	vertical-align: middle;
	display: table-cell;
	text-align: right;
	/* background-color: #eeeeee; */
	background-color: none;
}

#menu_top a.menugomb, #menu_top a.menugomb:active, #menu_top a.menugomb:link, #menu_top a.menugomb:visited {
	/* color: #222222; */
	/* color: white; */
	background-color: none; 
	height: 40px;
	font-size: 11pt;
	/*font-weight: bold;*/
	padding: 5px 20px 5px 20px;
	text-decoration: none;
/*	text-shadow: 1px 1px 0px #771100;*/
	transition: color 0.3s ease;
}

#menu_top a.menugomb:hover, #menu_top a.menugomb_be, #menu_top a.menugomb_be:active, #menu_top a.menugomb_be:link, #menu_top a.menugomb_be:visited {
	/* color: #eeeeee; */
	color: white;
	background-color: #222222;
	font-size: 11pt;
	/*font-weight: bold;*/
	padding: 5px 20px 5px 20px;;
	text-decoration: none;
/*	text-shadow: 1px 1px 0px #771100;*/
}

#menu_top a.ps {
	color: white;
}
#menu_top a.nops {
	color: black;
}

#katalogusmenu a, #katalogusmenu a:link, #katalogusmenu a:visited,
#menu_left a, #menu_left a:link, #menu_left a:visited,
.menu_left a, .menu_left a:link, .menu_left a:visited {
	background-color: #444444;
	color: #eeeeee;
	width: 260px;
	margin: 0 0 0px 0px;
	padding: 7px 3px 7px 3px;
	border-width: 5px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #999999;
	border-radius: 0px;
	text-decoration: none;
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

#katalogusmenu a:active, #katalogusmenu a:hover, #katalogusmenu a.aktiv,
#menu_left a:active, #menu_left a:hover, #menu_left a.aktiv,
.menu_left a:active, .menu_left a:hover, .menu_left a.aktiv {
	background-color: #888888;
	color: #222222;
	border: 1px solid #999999;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#katalogusmenu a.filter, #katalogusmenu a.filter:link, #katalogusmenu a.filter:visited {
	background-color: #444444;
	color: #000000;
	width: 260px;
	margin: 0 0 10px 0px;
	padding: 3px;
	border: 1px solid #999999;
	border-radius: 0px;
	text-decoration: none;
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

#katalogusmenu a.filter:active, #katalogusmenu a.filter:hover {
	background-color: #888888;
	color: #222222;
	border: 4px solid #999999;
	text-decoration: none;
}

p#nyitvatabla {
	width: 150px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-color: #00BB00;
	border-radius: 10px;
	background-color: #222222;
	background-image: url('table.jpg');
	font-family: Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #f0f0f0;
	font-size: 12pt;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

p#zarvatabla {
	width: 150px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-color: #BB0000;
	border-radius: 10px;
	background-color: #222222;
	background-image: url('table.jpg');
	font-family: Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #f0f0f0;
	font-size: 20pt;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

p#elorendelestabla {
	width: 150px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-color: #EEEE00;
	border-radius: 10px;
	background-color: #222222;
	background-image: url('table.jpg');
	font-family: Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #f0f0f0;
	font-size: 12pt;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

#foot_first_col a, #foot_first_col a:link, #foot_first_col a:visited {
	background-color: #444444;
	color: #ffffff;
	width: 150px;
	margin: 0 0 10px 0px;
	padding: 6px;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

#foot_first_col a:active, #foot_first_col a:hover, #foot_first_col a.aktiv {
	background-color: #000000;
	color: #ffffff;
	border: none;
	text-decoration: none;
}

#oldal_container{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 50%;
/*	width: 1920px;*/
/*	margin-left: -960px;*/
	width: 100%;
	margin-left: -50%;
	margin-right: auto;
/*	background: url('wood.jpg') repeat;
	background-size: 100%;*/
/*	background-color: #242424; */
/*	background: url('bg.jpg') repeat;*/
}

#oldaltartalom {
	z-index: 1;
	position: relative;
	margin-top: 80px;
	/* left: 50%; */
	left: 0;
	width: 100%;
	/* min-width: 900px !important; */
	/*margin-left: -50%; -570px;*/
	/* transform: translateX(-50%); */
	margin-right: auto;
	margin-bottom: 36px;
}

#footer, #footer_nops {
	z-index: 2;
	position: relative;
	top: 0;
	left: 50%;
/*	width: 1920px;*/
	width: 100%;
	height: 120px;
	cursor: default;
/*	margin-left: -960px;*/
	margin-left: -50%;
/*	margin-left: auto;*/
	margin-right: auto;
	color: #fff;
}

#footer_nops {
	color: #000;
}
#footer a {
	color: #fff;
}
#footer_nops a {
	color: #000;
}

#footer_content {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1140px;
	height: 204px;
	cursor: default;
	color: #000000;
	margin-left: -570px;
/*	margin-left: auto;*/
	margin-right: auto;
/* 	background-color: #00ffff88; */
}
#footer_content a {
	text-decoration: none;
	color: #0f0f0f;
}

#foot_third_col a, #foot_third_col a:link, #foot_third_col a:visited {
	font-weight: bold;
	text-decoration: underline;
}

#foot_third_col a:hover {
	text-decoration: none;
	font-weight: bold;
}

#foot_first_col {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 229px;
	height: 164px;
/* 	background-color: #ff0; */
}

#foot_second_col {
	position: absolute;
	top: 20px;
	left: 249px;
	width: 229px;
	height: 164px;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 12pt;
/* 	background-color: #f00; */
}

#foot_third_col {
	position: absolute;
	top: 20px;
	left: 498px;
	width: 229px;
	height: 164px;
	font-size: 14pt;
/* 	background-color: #0f0; */
}

#foot_fourth_col {
	position: absolute;
	top: 20px;
	left: 747px;
	width: 229px;
	height: 164px;
	font-family: Tahoma, Verdana;
	text-align: center;
	font-size: 12pt;
/* 	background-color: #00f; */
}


#kereso {
	position: relative;
	background: url('search.png') no-repeat top left;
	width: 208px;
	height: 40px;
	padding-top: 7px;
	padding-left: 26px;
	display: table-cell;
}

#zorall, #zorall a {
	color: transparent;
	cursor: default;
}

form#megrendeles table tr td {
	font-size: 13pt;
}

form#megrendeles select {
	width: 90%;
	height: 30px;
}

div.kosarba { float: right; display: inline; vertical-align: middle; text-align: center; padding: 20px 25px 5px 0px; margin: 0px; width: 130px; }

div.kosarba_adatlap { position: relative; background-color: none; float: right; text-align: right; padding: 0px; margin: 0px 0 5px 0; width: 150px; bottom: 0; }
div.kosarba_adatlap_pizza { position: relative; background-color: none; float: right; text-align: left; padding: 0px; margin: 0px 0 5px 0; width: 150px; bottom: 0; }
div.kosarba_adatlap_lista { position: absolute; background-color: none; right: 0; text-align: left; padding: 0px; margin: 0px 0 5px 0; width: 150px; bottom: 0; }

.cleaner { clear: both }

h1, .h1 {
	/*margin: 0px 0px 20px 0px;*/
	/*text-decoration: underline;*/
	/*
	background: url('h2.png') repeat-y;
	background-size: 100%; */
	background-color: none;
	color: #eee;
	font-size: 18pt;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	height: 30px;
	line-height: 26px;
	margin: -10px -10px 10px -10px;
	padding: 5px 0px 0px 0;
	text-align: center;
}
#divtartalom h1 {
	/* background: #ffffff; */
	/* background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 3%, #ffffff 97%, #ffffff 100%); */
	/* background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 3%, #ffffff 97%, #ffffff 100%); */
	/* background: linear-gradient(to right, #ffffff 0%, #ffffff 3%, #ffffff 97%, #ffffff 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); */
	/* color: #222222; */
	font-size: 18pt;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	margin: -10px -10px 10px -10px;
	padding: 0px 0px 4px 0;
	text-align: center;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

h2 {
	color: #eeeeee;
	font-size: 17pt;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0 15px 0;
	padding: 0;
	text-align: center;
	border: 0px solid #444444;
	border-radius: 4px;
	background-color: #444444;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited {
	color: #eeeeee;
}

.h2 {
	/*margin: 0px 0px 20px 0px;*/
	/*text-decoration: underline;*/
	background: url('h2.png') repeat-y;
	color: #f00;
	font-size: 18pt;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 0;
	text-align: right;
}

h3, .h3 {
	color: #484848;
	font-size: 16pt;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10 0px;
	text-align: left;
}

.h4 {
	color: #ddddcc;
	font-size: 18pt;
	font-family: Tahoma, Verdana;
/*	height: 46px;*/
	font-weight: normal;
/*	line-height: 40px;*/
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

h4 {
	color: #484848; /* #ddddcc */
	font-size: 14pt; /* 18 */
	font-family: Tahoma, Arial; /* Verdana */
/*	height: 46px;*/
	font-weight: bold; /* normal */
/*	line-height: 40px;*/
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}


h5, .h5 {
	color: #484848;
	font-size: 16pt;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

h6, .h6 {
	background-color: #484848;
	color: #eee;
	font-size: 16pt;
	font-family: Tahoma, Verdana;
	height: 30px;
	font-weight: normal;
	line-height: 26px;
	margin: -5px 0 10px 0;
	padding: 5px 0 0 0px;
	text-align: center;
}


td.menu h6, td.menu .h6 {
	background: #222222;
	background: -moz-linear-gradient(left, #222222 0%, #222222 3%, #222222 97%, #222222 100%);
	background: -webkit-linear-gradient(left, #222222 0%, #222222 3%, #222222 97%, #222222 100%);
	background: linear-gradient(to right, #222222 0%, #222222 3%, #222222 97%, #222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=1 );
	background: none;
	color: #ffffff;
	color: #222222;
	font-size: 14pt;
	font-family: Tahoma, Verdana;
	height: 30px;
	font-weight: normal;
	line-height: 26px;
	margin: 0px 0 5px 0;
	padding: 5px 0 0 0px;
	text-align: center;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-radius: 4px 4px 0px 0px;
}

div.header_profile {
	color: #eee;
}

div.header_profile a, div.header_profile a:active, div.header_profile a:link, div.header_profile a:visited {
	color: #eee;
}

div.header_profile_nops {
	color: #222;
}

div.header_profile_nops a, div.header_profile_nops a:active, div.header_profile_nops a:link, div.header_profile_nops a:visited {
	color: #222;
}

p.a_termek_ara {
	float: right;
	color: #222222;
	font-family: Tahoma, Verdana;
	font-size: 18pt;
	margin: 25px 52px 0 0;
	padding: 0;
}

.main_box {
	position: relative;
	clear: both;
	color: #000;
	font-family: Tahoma, Verdana;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 1px solid #222222;
	background-color: none;
	min-height: 120px !important;
}
/*.main_box:last-of-type { border: none; }*/
.main_box img { margin: 0px; border: none; }
.main_box h4 { margin-bottom: 0; padding: 0px;}
.main_box h4 a { font-size: 16pt; color: #484848; font-family: Tahoma, Verdana; text-decoration: none; }
.main_box h4 a.akcios { font-size: 16pt; color: #cc2222; font-family: Tahoma, Verdana; text-decoration: none; }
.main_box .price { text-align: center; margin-top: 0px; margin-bottom: 10px; font-family: Tahoma, Verdana; color: #484848; font-size: 18pt; font-weight: bold; }
.main_box .price_akcios { text-align: center; margin-top: 0px; margin-bottom: 10px; font-family: Tahoma, Verdana; color: #cc2222; font-size: 18pt; font-weight: bold; }
.main_box .price_pizza { text-align: center; margin-top: 0px; margin-bottom: 10px; font-family: Tahoma, Verdana; color: #484848; font-size: 10pt; font-weight: bold; }
.main_box .price_hambi { margin-top: 0px; margin-bottom: 10px; font-family: Tahoma, Verdana; color: #330000; font-size: 9pt; font-weight: bold; }
.main_box div.kep { float: left; display: inline; width: 140px; height: 110px; margin: 0 5px 0 0; }
.main_box div.leiras { background-color: none; float: left; display: inline; text-align: left; padding: 0px 0px 0px 5px; margin: 0 0 50px 0; width: 370px; line-height: 20px; }
/*.main_box div.leiras p { margin: 0; padding: 0; }*/
.main_box div.extragomb { background-color: none; position: absolute; text-align: left; margin-left: 0; left: 75px; bottom: 0px; margin-bottom: 0px; }
.main_box div.kosarba_pizza { position: relative; background-color: none; float: right; text-align: left; padding: 0px; margin: 0px 0 5px 0; width: 150px; bottom: 0; }
.main_box div.kosarba_lista { position: absolute; background-color: none; right: 0; text-align: left; padding: 0px; margin: 0px 0 5px 0; width: 150px; bottom: 0; }
.main_box div.kosarba { background-color: none; float: right; display: inline; vertical-align: top; text-align: left; padding: 0px 5px 5px 0px; margin: 0px; width: 150px; }
.main_box input[type="submit"].kosarba { margin-left: 0px; }

.main_box a.kosarba, .main_box a.kosarba:link, .main_box a.kosarba:visited {
	background-color: #bbbbbb;
	color: #000000;
	margin: 0 0 10px 0px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #222222;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

.main_box a.kosarba:active, .main_box a.kosarba:hover {
	background-color: #888888;
	color: #222222;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

table {
	text-align: left;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: separate;
}

table.page {
	width: 100%;
/*	width: 1140px; */
/*	background: url('page_top.png') no-repeat top left;*/
/*	background: url('wood.jpg') repeat-y top left;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

table.pagein {
	/*background-color: #553322;*/
	width: 100%;
	border: none;
	/*border-radius: 0px 0px 20px 20px;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

table.lista {
	background-color: transparent; /*#553322;*/
	border-collapse: collapse;
/*	border: solid;
	border-spacing: 0px;
	border-color: #f58126;
	border-width: 2px;*/
	border: none;
	font-size: 10pt;
	/*border-radius: 0 0 20px 20px;*/
}

table.kosar, table.rendelesek {
	color: #000;
	border-collapse: collapse;
/*	border-spacing: 0px;
	background: #fbd261;
	border: 1px solid #f26f24;*/
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

table.kosar th, table.rendelesek th {
	color: #eeeeee;
	background-color: #444444;
	height: 2em;
	font-size: 10pt;
	padding: 5px;
}

table.kosar td, table.rendelesek td {
	padding: 10px 0;
	border-bottom: 1px dashed #484848;
}

table.kosar tr.kosartermek, table.rendelesek tr {
	cursor: pointer;
}

table.kosar tr.kosartermek_highlight {
	cursor: pointer;
	background-color: #f0f0f0;
}

td {
/*	font-size: 10pt;*/
/*	color: #000000; */
}

td.telefon {
	border: none;
	background: #f58126;
	text-align: right;
/*	text-shadow: 0px 0px 2px #FFFFFF;*/
}

td.menu {
/*	background: url('menugomb_bg.png') repeat-y 20px 0px;*/
/*	background-color: #ddddcc; */
/*  background-color: #f0f0f0; */
	background-color: #fafafa;
	/* width: 222px; */
	width: 100%;
	vertical-align: top;
	color: #222222;
	text-align: center;
	border: none;
	padding: 0px 0px 0px 0px;
	/* border-width: 0 0px 0px 0px; */
	/* border-style: solid; */
	/* border-color: #ffffff; */
 	/* border-radius: 4px 4px 4px 4px; */
	border: none;
	/* -moz-box-shadow:    0px 0px 2px 1px #ccc; */
	/* -webkit-box-shadow: 0px 0px 2px 1px #ccc; */
	/* box-shadow:         0px 0px 2px 1px #ccc; */
}

td.menu div {
	margin: 0;
	padding: 0px 0 0px 0;
	width: 100%;
	background-color: none;
}

td.content {
/*	background-color: #ddddcc;*/
/*	background-color: #f0f0f0;*/
	/* background-color: #fff; */
	vertical-align: top;
	padding: 10px;
	/* border-width: 0 3px 3px 3px; */
	/* border-style: solid; */
	/* border-color: #ffffff; */
	border: none;
	/* border-radius: 4px 4px 4px 4px; */
/* 	border-radius: 0 0 20px 20px; */
	/* -moz-box-shadow:    0px 0px 2px 1px #ccc; */
	/* -webkit-box-shadow: 0px 0px 2px 1px #ccc; */
	/* box-shadow:         0px 0px 2px 1px #ccc; */
}

td.ps * {
	color: #fff;
}

td.nops * {
	color: #000;
}

td.ps h2 {
	color: #fff;
}

td.nops h2 {
	color: #fff;
}

td.ps input {
	color: #000;
}

td.nops input {
	color: #000;
}

td.box {
	padding: 0px;
	border: none;
	vertical-align: top;
	width: 38%;
}

td.cimsor {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border: none;
/*	border-width: 0px 0px 5px 0px;
	border-style: solid;
	border-color: #f58126;*/
}

td.fejlec {
	background-color: transparent; /*#BB7744;*/
	font-size: 14pt;
	font-family: Tahoma, Verdana;
	color: #484848;
	border: none;
}

td.fejlec_admin, th.fejlec_admin {
	background-color: transparent; /*#BB7744;*/
	font-size: 12pt;
	font-family: Tahoma, arial;
	color: #484848;
	border: none;
	vertical-align: top;
}

td.lista {
	background-color: transparent; /*#FFDD88;*/
	font-size: 12pt;
	font-family: Tahoma, Verdana;
	color: #484848;
	/*-webkit-border-image:url('vert_dots_9.png') 8 8 stretch; *//* Safari 5 */
	/*-o-border-image:url('vert_dots_9.png') 8 8 stretch; *//* Opera */
	/*border-image: url('vert_dots_9.png') 8 8 stretch;*/
	background: url('vert_dots_9.png') no-repeat center right;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

td.lista_admin {
	background-color: transparent; /*#FFDD88;*/
	font-size: 11pt;
	font-family: Tahoma, arial;
	color: #484848;
	/*-webkit-border-image:url('vert_dots_9.png') 8 8 stretch; *//* Safari 5 */
	/*-o-border-image:url('vert_dots_9.png') 8 8 stretch; *//* Opera */
	/*border-image: url('vert_dots_9.png') 8 8 stretch;*/
	background: url('vert_dots_9.png') no-repeat center right;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

table.lista tr {
	background: url('hr.png') repeat-x bottom left;
}

li {
	list-style-type: circle;
}

a, a:active,a:link,a:visited {
	color: #484848;
	text-decoration: underline;
}

span a:hover {
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}

span a, a:active,a:link,a:visited {
	color: #484848;
	text-decoration: underline;
}

a:hover {
	color: #484848;
	text-decoration: none;
}

a.talca, a.talca:active, a.talca:link, a.talca:visited {
	font-family: Tahoma, Verdana;
	font-size: 18pt;
	color: #000000;
	text-decoration: none;
}

a.talca:hover {
	color: #FFDD88;
}

td.right a, a:active,a:link,a:visited {
	/* color: #553322; */
	text-decoration: underline;
	cursor: pointer;
}

td.right a:hover {
	/* color: #553322; */
	text-decoration: none;
	cursor: pointer;
}

td.right a.talca:hover {
	/* color: #FFDD88; */
}


a.barna, a.barna:active,a.barna:link,a.barna:visited {
	color: #EEDDCC;
	text-decoration: underline;
}

a.barna:hover {
	color : #EEDDCC;
	text-decoration : none;
}

a.menugomb, a.menugomb:active,a.menugomb:link,a.menugomb:visited ,a.menugomb:hover{
	color: #f00;
	font-size: 14pt;
	/*font-weight: bold;*/
	text-decoration: none;
/*	text-shadow: 1px 1px 0px #771100;*/
	font-family: Tahoma, Verdana;
}

a.menugomb_be, a.menugomb_be:active,a.menugomb_be:link,a.menugomb_be:visited,a.menugomb_be:hover {
	color: #0f0;
	font-size: 14pt;
	/*font-weight: bold;*/
	text-decoration: none;
	/*font-style: italic;*/
/*	text-shadow: -1px -1px 0px #771100;*/
	font-family: Tahoma, Verdana;
}

.hiba {
	font-weight: bold;
	color: #FF0000;
}

button {
	font-family: Tahoma, Verdana;
	font-size: 12pt;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

label, label.cb-label {
	cursor: pointer;
}

label.ps, label.cb-label_ps {
	cursor: pointer;
	color: #000;
}

label.nops, label.cb-label_nops {
	cursor: pointer;
	color: #000;
}

input {
	background: #FFDD88 url('input_bg.png') repeat-x top left;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	color: #000000;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	height: 24px;
	vertical-align: middle;
}

input:focus {
	border-color: #5a8e22;
}

input[type="password"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	font-size: 10pt;
}

input[type="button"],input[type="submit"],input[type="reset"],button[type="submit"] {
	background: none;
	background-color: #bbbbbb;
	border-radius: 2px;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	line-height: 11pt;
	height: 24px;
	color: #000000;
	border: 1px solid #222222;
	cursor: pointer;
	margin: 0 0 0 10px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
	background-color: #888888;
	border-radius: 2px;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	height: 24px;
	color: #222222;
	border: 1px solid #222222;
	cursor: pointer;
}

input.login_green {
	background: url('login_green.png') no-repeat top left;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	width: 82px;
	height: 26px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0;
}

input.login_red {
	background: url('login_red.png') no-repeat top left;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	width: 82px;
	height: 26px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	padding: 0;
}

/*input[type="radio"], input[type="checkbox"] {
	background: none;
	border: none;
}*/

input.kereso {
	background: url('input.png') no-repeat top left;
	border: none;
	color: #484848;
	text-align: left;
	width: 162px;
	height: 26px;
	padding-left: 10px;
}

input.login {
	background: url('login_input.png') no-repeat top left;
	background-size: 100%;
	color: #484848;
	text-align: left;
	width: 82px;
	height: 26px;
	border: none;
	padding: 0px 5px;
}

input.login:focus {
	background: url('login_input_active.png') no-repeat top left;
	background-size: 100%;
}

input.talca {
	background-color: #553322;
	border-width: 2px;
	border-style: solid;
	border-color: #004411; /* FAAA0B volt */
	border-radius: 2px;
	cursor: pointer;
	color: #FFFFFF;
}

input.button_talca {
	width: 72px;
	height: 32px;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	background-image: url('button_talca.png');
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

input.button_zold {
	width: 200px;
	height: 32px;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	background-image: url('button_zold.png');
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0 10px;
}

input.button_hetimenu_talca {
	width: 200px;
	height: 32px;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	background-image: url('button_hetimenu_talca.png');
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0 10px;
}

input.button_plakat {
	width: 200px;
	height: 32px;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	background-image: url('button_green.png');
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0 0;
}

input.button_vissza {
	width: 200px;
	height: 32px;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	background-image: url('button_vissza.png');
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0 10px;
}

input.cezanne {
	font-family: Tahoma, Verdana;
	font-size: 12pt;
	background-color: #FFDD88;
	background-image: none;
	border: 2px solid #553322;
	cursor: pointer;
	color: #553322;
	/*border-radius: 0px;*/
	/*padding: 0px;*/
	margin-left: 10px;
	margin-right: 10px;
}

input.cezanne:hover {
	background-color: #553322;
	color: #FFDD88;
}

button.menubutton:hover {
/*	background: none;
	background-color: rgba(100,100,100,5);*/
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 1px 0px 0px 1px;
}

input.button_green {
	background-color: #004411; /* 254301 */
	border-width: 2px;
	border-style: solid;
	border-color: #004411; /* FAAA0B volt */
	cursor: pointer;
	color: #FFFFFF;
}

input.button_grey {
	background-color: #888888; /* 254301 */
	border-width: 2px;
	border-style: solid;
	border-color: #000000; /* FAAA0B volt */
	cursor: pointer;
	color: #FFFFFF;
}

hr, hr.menu{
	background: url('hr.png') repeat-x top left;
	width: 90%;
	height: 3px;
	border: none;
}

hr.grey{
	background: url('dot.png') repeat-x top left;
	width: 100%;
	border: none;
}

textarea {
	background: #FFDD88 url('input_bg.png') repeat-x top left;
	border: 1px solid #bfbfbf;
	border-radius: 7px;
	color: #000000;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	height: 100px;
}

textarea:focus {
	border-color: #5a8e22;
}

select {
/*	background-color: #FFDD88;
	background: #FFDD88 url('input_bg.png') repeat-x top left;*/
	color: #000000;
	border: 1px solid #000000;
}
option {
/*	background-color: #553322;
	color: #FFDD88;*/
}
/*
#tuz {
	color: #000;
	background: #000;
	text-shadow: 0 0 4px #ccc, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -18px 18px #f20;
}*/

.ondrag{
	background-color: yellow;
}

.AccordionTitle, .AccordionContent, .AccordionContainer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.AccordionTitle_open {
	overflow: hidden;
	-moz-user-select: none;
/*	background-color: #77BBFF;*/
	background: #5a8e22;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhOGUyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjY5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5a8e22 0%, #426919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8e22), color-stop(100%,#426919));
	background: -webkit-linear-gradient(top,  #5a8e22 0%,#426919 100%);
	background: -o-linear-gradient(top,  #5a8e22 0%,#426919 100%);
	background: -ms-linear-gradient(top,  #5a8e22 0%,#426919 100%);
	background: linear-gradient(to bottom,  #5a8e22 0%,#426919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8e22', endColorstr='#426919',GradientType=0 );
	border-radius: 10px;
	cursor: pointer;
	font-size: 18pt;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
}

.AccordionTitle {
	overflow: hidden;
	-moz-user-select: none;
/*	background-color: #77BBFF;*/
	background: #685c53;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4NWM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjNiMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #685c53 0%, #423b35 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#685c53), color-stop(100%,#423b35));
	background: -webkit-linear-gradient(top,  #685c53 0%,#423b35 100%);
	background: -o-linear-gradient(top,  #685c53 0%,#423b35 100%);
	background: -ms-linear-gradient(top,  #685c53 0%,#423b35 100%);
	background: linear-gradient(to bottom,  #685c53 0%,#423b35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#685c53', endColorstr='#423b35',GradientType=0 );
	border-radius: 10px;
	cursor: pointer;
	font-size: 18pt;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
}

.AccordionContent {
	height: 0px;
	overflow: hidden;
/*	display: none;*/
}

.AccordionContent_ {
	height: auto;
	padding: 0 0 10px 0;
}


/* --- --- --- */
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	float: left;
    width: 680px;
    height: 453px;
	margin-right: 20px;
	margin-bottom: 60px;
}

#slider {
	position:relative;
    width: 716;
    height: 346px;
	background:url(loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 716px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 20px;
	bottom: 30px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(bulletsss.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -15px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#eee;
    text-decoration:underline;
}
/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#484848;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* --- --- --- */