/* RESET CSS FROM http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ÜGYFÉL CSS */

body {
	font-size: 12px;
	font-family: tahoma, arial, verdana, sans-serif;
	background: url('../images/bg-p.jpg');
}

table {
	font-size: 12px;
	font-family: tahoma, arial, verdana, sans-serif; 
}

input {
	background-color: #F9F9F9;
	font-size: 12px;
	font-family: tahoma, arial, verdana, sans-serif; 
}

input.login {
	background: url('../images/bg-i.jpg');
	width: 150px;
	height: 16px;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif; 
}

input.gomb {
	background: url('../images/bg-b.jpg') right no-repeat;
	background-color: #FFFFFF;
	width: 58px;
	height: 22px;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif; 
	float: right;
	margin: 5px 20px 0px 0px;
}

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

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

a.back {
	color: #A0A0A0;
	text-decoration: none;
}

a.back:hover, a.back:visited.hover {
	color: #B0B0B0;
	text-decoration: underlined;
}

a.thispage {
	color: #609903;
	text-decoration: none;
}
a.thispage:hover, a.back:visited.hover {
	color: #8edb05;
	text-decoration: underlined;
}

.rendeles {
	width: 24px;
	height: 18px;
	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif; 
	border: 1px solid #D0D0D0;
	background-color: #F0F0F0;
	padding-left: 2px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.clear {
	clear: both;
}

div.container {
	margin: 160px auto;
	text-align: center;
}

div.container div.header {
	background: url('../images/bg-g.jpg') repeat-x bottom center;
	height: 120px;
}

div.container div.header h2 {
	background: url('../images/header.jpg') no-repeat top center;
	height:	120px;
	width: 582px;
	text-indent: -9999px;
	margin: 0px auto;
}

div.container div.login {
	background: url('../images/login.jpg') no-repeat;
	height: 130px;
	width: 285px;
	text-align: left;
	margin: 0px auto;
}

div.container div.login p {
	font-size: 11px;
	padding: 15px 0px 0px 25px;
}

div.container div.login table {
	font-size: 11px;
	margin: 10px 0px 0px 25px;
}

div.container div.login table td {
	padding: 2px 5px 0px 5px;
}

div.head {
	background: url('../images/bg-h.jpg') repeat-x bottom center #cbe8f9;
	height: 140px;
}

div.head h2 {
	background: url('../images/logo.jpg') no-repeat center bottom;
	height: 140px;
	text-indent: -9999px;
}

div.content {
	margin: 0 auto;
	width: 676px;
	background: url('../images/page_bg.jpg') repeat-y;
	border: 2px solid white;
	border-top: 0px;
}

div.content div.main {
	padding: 20px 20px 40px 20px;
	color: #444;
	line-height: 1.2em;
	text-align: left;
}

div.content div.main h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0px 6px 0px;
	color: #7fc600;
}

div.content div.main div.comment {
	padding: 0px 0px 5px 80px;
	background: url('../images/line.jpg') repeat-x bottom;
	font-size: 11px;
	color: #BBB;
}

div.content div.main p {
	margin: 10px 0px 0px 0px;
	line-height: 1.4em;
	text-align: justify;
}

div.content div.main h3 {
	margin: 15px 0px 0px 0px;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 14px;
	color: #7fc600;
}

ul.menu {
	list-style: none;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	background: #F3F3F3;
	color: #666;
	display: block;
	float: left;
	font-family: Calibri, Tahoma, Arial, Sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	height: 45px;
	line-height: 47px;
	text-align: center;
	width: 168px;
}

ul.menu li a:hover {
	color: #222;
}

ul.menu li a.aktiv {
	background: transparent !important;
	color: #222 !important;
}

div.bottom {
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	font-size: 11px;
	color: #888;
	line-height: 1.4em;
}

table.info {
	width: 630px;
	margin: 10px 0px 0px 0px;
	color: #666;
	font-size: 11px;
	border: 1px solid #DDD;
	border-bottom: 0px;
}

table.info tr {
	line-height: 30px;
}

table.info td {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #DDD;
	background: #F6F6F6;
}

input.inptxt {
	border: 1px solid #BBB;
	width: 200px;
	font-size: 12px;
	color: #444;
	background: white;
}

textarea {
	border: 1px solid #BBB;
	width: 300px;
	height: 100px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
}

input {
	vertical-align: middle;
}

label {
	font-size: 11px;
}

div#loader {
	width: 650px;
}

div#loader p {
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	color: #999;
}

div.kepbox {
	float: left;
	border: 1px solid #DDD;
	margin: 2px;
	background: #F0F0F0;
	width: 152px;
}

div.loaded, div.loading {
	height: 105px;
	margin: 5px 0px 0px 0px;
}

div.loading {
	background: url('../images/loading.gif') no-repeat center center #F0F0F0;
}

input.kepmeret {
	width: 25px;
	border: 1px solid #BBB;
	background: #F6F6F6;
	font-size: 11px;
	color: #444;
}

div.loaded a, div.loading a {
	display: block;
	width: 150px;
	text-align: center;
}

div.order {
	border-top: 1px solid #DDD;
}

div.order table {
	font-size: 10px;
	width: 152px;
	background: #E9E9E9;
	border: 1px solid white;
	border-left: 0px;
}

div.order table td {
	padding: 2px 0px 4px 6px;
	border-left: 1px solid white;
}

div.current {
	display: block;
}

div.hidden {
	display: none;
}

div#slide, div#slide2 {
	text-align: center;
	margin: 5px 0px 15px 0px;
	line-height: 30px;
}

div#slide a, div#slide2 a {
	padding: 5px;
	border: 1px solid #DDD;
}

div#slide a:hover, div#slide2 a:hover {
	background: #DDD;
	color: black;
}

div#slide a.aktiv, div#slide2 a.aktiv {
	border: 1px solid #666;
	color: white;
	background: #666;
}

table.rendeles {
	width: 630px;
	margin: 15px 0px 0px 0px;
	border: 1px solid #DDD;
	background: #F6F6F6;
}

table.rendeles td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	color: #444;
	line-height: 20px;
}

table.rendeles tr.fej {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

table.rendeles tr.fej td {
	color: white;
	background: #666;
}

input.sub, a.kivalaszt {
	width: 250px;
	height: 30px;
	background: url('../images/sub.png') no-repeat;
	color: white;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

a.kivalaszt:active {
	line-height: 32px;
}

ul.tevekenysegek {
	margin: 10px 0px 0px 30px;
	list-style-type: circle;
}

ul.tevekenysegek a b {
	color: #7fc600;
}

.tooltip {
	position: absolute;
	padding: 5px;
	z-index: 2;
	color: #303030;
	background-color: #f5f5F5;
	border: 1px solid #BBB;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.tooltip img {
	border: 1px solid #BBB;
}

table.rendelesek {
	width: 640px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 10px 0px 0px 0px;
}

table.rendelesek tr.fej td {
	background: #555;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

table.rendelesek td {
	line-height: 30px;
	border-bottom: 1px solid #DDD;
	text-indent: 10px;
}

table.rendelesek td.id {
	font-size: 11px;
	font-weight: bold;
	background: url('../images/ready.png') no-repeat center right;
	width: 25px;
}

table.rendelesek tr.ujrendeles td.id {
	background: url('../images/notready.png') no-repeat center right;
}

table.rendelesek td.date {
	font-size: 11px;
}

table.rendelesek a.reszletek {
	display: block;
	line-height: 22px;
	width: 77px;
	background: url('../images/reszletek.png') no-repeat center center;
	text-indent: -9999px;
}

input.mentes {
	background: url('../images/mentes.png') no-repeat center center;
	height: 25px;
	width: 77px;
	border: 0px;
	margin: 10px 0px 0px 0px;
}

p.szures {
	text-align: center;
	font-size: 11px;
}

table.reszletek {
	width: 630px;
	border: 1px solid #DDD;
	border-bottom: 0px;
	margin: 10px 0px 0px 0px;
}

table.reszletek td {
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 1px solid #DDD;
	background: #F6F6F6;
	font-size: 12px;
	color: #444;
}

table.reszletek td.labl {
	font-size: 11px;
	width: 180px;
	font-weight: bold;
}

table.reszletek select {
	font-size: 12px;
	width: 180px;
}

table.reszletek table.kepek {
	width: 448px;
	border-left: 1px dotted #AAA;
}

table.reszletek table.kepek td {
	border: 0px;
	font-size: 11px;
}

table.reszletek table.kepek a {
	font-weight: bold;
}

td.gomb {
	width: 90px;
}

a.szerkesztes {
	display: block;
	line-height: 22px;
	width: 86px;
	background: url('../images/szerkesztes.png') no-repeat center center;
	text-indent: -9999px;
}

a.torles {
	display: block;
	line-height: 22px;
	width: 56px;
	background: url('../images/torles.png') no-repeat center center;
	text-indent: -9999px;
}

table.reszletek td p {
	line-height: 1.4em;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	text-indent: 0px;
	font-size: 11px;
}

table.reszletek table.kepek tr td.osszesen, table.order td.osszesen {
	border-top: 1px dotted #AAA;
	font-weight: bold;
}


/* -- COOKIE-s RENDELES -- */

div.loaddiv {
	height: 99%;
	_height: 130px;
	width: 203px;
	display: none;
	position: absolute;
	background: url('../images/loading.gif') no-repeat center center rgba(255, 255, 255, 0.9);
	-moz-border-radius: 6px;
	border: 1px solid transparent;
}
	
div.load {
	display: block;
	z-index: 30;
}

a { cursor: pointer; }

div.picture {
	text-align: center;
	margin: 1px 0px 0px 1px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	width: 205px;
	padding-bottom: 5px;
	position: relative;
}

div.picture:hover { background: #EEE; }

div.picture img {
	background: #f1f1f1;
	padding: 4px;
	vertical-align: middle;
	max-height: 100px;
	-moz-border-radius: 5px;
}

div.picture input.mennyiseg, div.picture select {
	border: 1px solid #AAA;
	padding: 3px;
	font-size: 11px;
	width: 30px;
	background: url('../images/db.png') no-repeat 90% center #f8f8f8;
}

div.picture select {
	width: 55px;
	padding: 2px 0px 0px 0px;
	height: 21px;
	vertical-align: middle;
	background: #F9F9F9;
}

div.picture input.hozzaad, a.tovabb {
	width: 55px;
	height: 20px;
	border: 0px;
	background: url('../images/hozzaad.png') no-repeat center;
	font-size: 8px !important;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	line-height: 20px;
	text-align: center;
}

a.tovabb { display: block; }

div.picture a.picture {
	text-align: center;
	width: 210px;
	height: 120px;
	line-height: 120px;
	display: block;
	margin: 2px 0px 2px 0px;
}

div.eredmeny {
	font-size: 10px;
	line-height: 1.5em;
	background: #E7E7E7;
	border: 1px solid #CCC;
	margin: 5px 5px 0px 5px;
	display: none;
	text-align: left;
	padding: 5px;
	-moz-border-radius: 5px;
}

div.eredmeny_test { display: block; width: 180px; }

div.picture a.keptorol, table.order a.keptorol, div.eredmeny_test a.keptorol {
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background: url('../images/torol.png') no-repeat center center;
	text-indent: -9999px;
	margin: 2px 5px 0px 0px;
}

div.selected { background: #DDD; }
div.selected:hover { background: #EEE; }

a.delload {
	background: url('../images/loading.gif') no-repeat right center;
}

a.delcookie {
	color: #D00;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 30px 10px 0px;
	display: none;
}

div.biztos {
	display: none;
	color: red;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

div.osszkep { font-size: 11px; }

span.all { font-weight: bold; }

span.sikeres {
	display: none;
	font-size: 11px;
	font-weight: bold;
}

div.basket {
	border: 1px dotted #AAA;
	background: #EEE;
	padding: 4px 10px;
	margin: 10px 0px 10px 0px;
}

a.orderpic img {
	height: 40px;
	border: 4px solid #EEE;
	-moz-border-radius: 5px;
	margin: 5px;
	vertical-align: middle;
}

table.order td.head {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background: #EEE;
	line-height: 3em;
}

table.order td {
	text-indent: 10px;
	font-size: 11px;
	border-bottom: 1px dotted #AAA;
	line-height: 30px;
}

table.order a.keptorol {
	float: none;
	margin: 0px 0px 5px 12px;
	width: 40px;
	text-indent: 0px;
	line-height: 11px;
	font-size: 11px;
	background-position: left center;
	padding: 0px 0px 0px 16px;
	color: #900;
}

ul.pages {
	margin: 10px 0px 10px 0px;
	height: 25px;
}

ul.pages li a {
	display: block;
	float: left;
	padding: 3px 7px;
	border: 1px solid #DDD;
	margin: 1px;
	font-size: 11px;
}

ul.pages li a.aktualis {
	font-weight: bold;
	background: #EEE;
}

select.mappa {
	font-size: 11px;
	border: 1px solid #AAA;
	font-weight: normal;
	width: 220px;
}

select.mappa option {
	padding: 2px;
}

select.mappa option.aktualis {
	font-weight: bold;
}




















