/*
** (c) ]{redenc 2008
**
** reset
*/

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,
small, 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ul li {
	list-style-type: none;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[LANG|=hu] > * { 
	quotes: "\201E" "\201D" "\0027" "\0027"; 
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}

select,
input.checkbox {
	background-color: #FFf;
	font-size: 11px;
}

label {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: 0px;
	color:#25970A;	
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/*
** structure
*/

body {
	margin: 40px auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	text-align: center;
	background-color: #FFF;
	color: #000; 	
}

#container {
	width: 987px;
	background-color: #FFF;
	margin: 0px auto;
}

#header {
	background: url(../../images/header-bg-new.png) no-repeat;
	width:987px;
	height: 88px;
}

#headerForm {
	background: url(../../images/header-form-bg.png) no-repeat;
	width:987px;
	height: 22px;
	color: #ffffff;
}

#headerForm input.link {
	background: none;
	border: none;
	height: 14px;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;
}

#headerForm td {
	height: 17px;
	vertical-align: middle;
}

#menu {
	background: url(../../images/menu-bg-new.png) no-repeat;
	width:987px;
	height: 40px;
}

#content {
	text-align: left;
	width: 576px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

* html #content {
	width: 573px;
	margin-left: 8px;
}

#cleft {
	float: left;
	width: 194px;
	text-align: left;
}

#cright {
	float: right;
	width: 180px;
	text-align: left;
}

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* kozos elemek */
h1.headline {
	font-size: 120%;
	padding-left: 6px;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h1.hl-blue {
	color: #1F3B6A;
	background: url(../../images/hl-blue-bg.png) no-repeat left 2px;
}

h1.hl-green {
	color: #25970A;
	background: url(../../images/hl-green-bg.png) no-repeat left 2px;
}

.green {
	color: #25970A;
}

.sectiontitle {
	background: url(../../images/sectiontitle-bg.png) repeat-x 0 2px;
	height: 12px;
	margin: 15px 0;
}

.sectiontitle h1 {
	display: inline;
	background-color: #fff;
	padding-right: 10px;
}

input.text {
	height: 16px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 100%;
}

input.tdim {
	background-color: #EEE;
}

/* logo */
.logo {
	float: left;
}

.logo img {
	position: relative;
	top: 15px;
	left: 15px;
}

/* login */
.loginbox {
	float: right;
	height: 45px;
	margin-top: 11px;
	margin-right: 15px;
}

.loginbox ul li {
	display: inline;
	list-style-type: none;
	color: #404040;
}

.loginbox ul li a {
	color: #404040;
}

.loginbox ul li a:hover {
	color: #25970a;
	font-weight: bold;
}

.inputContainer {
	height: 17px;
}

.inputContainer .left {
	width: 8px;
	height: 17px;
	float: left;
	background: url('../../images/input_left_bg.png') no-repeat;
}

.inputContainer .middle {
	width: 100px;
	height: 17px;
	float: left;
	background: url('../../images/input_middle_bg.png') repeat-x;
}

.inputContainer .middle input {
	width: 98%;
	height: 13px;
	font-size: 10px;
	background: none;
	border: none;
	padding-top: 2px;
}

.inputContainer .right {
	width: 8px;
	height: 17px;
	float: left;
	background: url('../../images/input_right_bg.png') no-repeat;
}


/* kereses */
.searchbox {
	clear: right;
	float: right;
	margin-right: 15px;
	background: url(../../images/input-search-bg.png) no-repeat;
    width: 157px;
    height: 21px;
    overflow: hidden;
    text-align: left;
}

.searchbox input {	
    border: 0;
    background: none;
	padding: 0 8px;
	padding-top: 3px;
	font-size: 90%;
	color: #404040;
}

.pirosbox-text {
	padding-top: 10px; 
	padding-left: 45px; 
	color: #FFFFFF;
}

.pirosbox-text a {
	color: #FFFEFE;
	text-decoration: underline;
}

.pirosbox-text a:hover {
	color: #FFFEFE;
}

/* fomenu */

#menu {
	text-align: left;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFEFE;
	text-transform: uppercase;
}

#menu ul {
	position: relative;
	top: 13px;
	left: 25px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
}

#menu ul li a {
	color: #FFFEFE;
}

#menu ul li a:hover {
}

/* oldalmenu */

#sidemenu {
	margin-left: 8px;
}

#sidememu ul li {
	list-style-type: none;
}

#sidemenu ul li a {
	display: block;
	color: #1F3B6A;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #a1a1a1;
	padding: 3px 0;
	width: 130px;
	\width: 174px;
	w\idth: 130px;
	background: url(../../images/sidemenu-bullet-item.png) no-repeat 24px center;
	padding-left: 44px;
	text-transform: uppercase;
}

#sidemenu ul li.first a {
	background: url(../../images/sidemenu-bullet.png) no-repeat left center;
	padding-left: 19px;
	width: 154px;
	\width: 174px;
	w\idth: 154px;
	color: #223D6C;
	font-size: 100%;
	font-weight: normal;
}

#sidemenu ul.selected li.first a {
	background: url(../../images/sidemenu-bullet-down.png) no-repeat left center;
}


/*
** content
*/

/* vezerhir */
#vezerbox {
	float: left;
	width: 382px;
	height: 211px;
	background-image: url(../../images/vezerbox-bg.png);
}

#vezer {
	width: 382px;
	height: 211px; 
}

#vezer .nagykep {
	width: 365px;
	height: 174px;
	overflow: hidden;
	margin: 0px auto;
	cursor: pointer;
	position: relative;
	top: 12px;
	left: 1px;
}

#vezer .nagykep-kep {
	position: relative;
	width: 365px;	
	height: 170px;
}

#vezer .nagykep-kep img {
	width: 365px;	
	height: 170px;
}

#vezer .nagykep-lapozo  {
	position: relative;
	top: 15px;
	right: 20px;
	z-index:100;
	height: 10px;
	float: right;	
}

#vezer .nagykep-lapozo a.lapozo {
	height: 10px;
	color: #122443;
	font-size: 100%;
	line-height: 10px;
	margin: 0px 2px;
}

#vezer .nagykep-szoveg {
	position: relative;
	height: 50px;
	width: 365px;
	overflow: hidden;
	top: -50px;
	z-index:100;
	color: #fff;
	background-color: #000;
	text-align: left;
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
}

#vezer .nagykep-szoveg .vezer-cim {
	font-size: 110%;
	padding: 3px;
	font-weight: bold;
}

#vezer .nagykep-szoveg .vezer-szoveg {
	font-size: 90%;
	padding: 3px;
	font-weight: normal;
}

/* hirek */
.newsbox {
	float: right;
	width: 185px;
}	

.newsbox p {
	color: #898989;
	padding: 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.newsbox a {
	color: #25970A;
}

/* oldalso loginbox */
#login {
	width: 181px;
	margin: 0px auto;
	margin-top: 10px;
}

.lbox-header,
.lbox-footer,
.lbox {
	width: 169px;
	\width: 181px;
	w\idth: 169px;
	padding-left: 12px;
}

.lbox-header {
	background-image: url(../../images/lbox-header.png);
	height: 19px;
}

.lbox-footer {
	background-image: url(../../images/lbox-footer.png);
	height: 15px;
}

.lbox-footer a {
	color: #000;
	font-size: 90%;
}

.lbox {
	background-color: #e9edf4;
	padding-top: 7px;
	padding-bottom: 4px;
}

input.lbox-input {
	width: 132px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #6380AF;
	font-size: 80%;
}

input.lbox-submit {
	border: 0px solid #FFFFFF;
	background-image: url(../../images/gomb-login.png);
	width: 81px;
	height: 24px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	margin: 2px 0;
	padding-bottom: 4px;
	cursor:	pointer;
}

* html input.lbox-submit {
	padding-bottom: 0px;
}


a.lbox-reg {
	display: block;
	background-image: url(../../images/gomb-reg.png);
	width: 146px;
	height: 24px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	line-height: 24px;
	text-align: center;
}

/* kosarbox */
.kosarbox-header {
	background-image: url(../../images/kosarbox-header.png);
	width: 182px;
	height: 35px;
	margin-top: 5px;
}

.kosarbox-footer {
	background-image: url(../../images/kosarbox-footer.png);
	width: 182px;
	height: 12px;
	font-size: 1px;
}

.kosarbox-content-wrapper {
	background: #fcfcfc url(../../images/kosarbox-content-wrapper.png) repeat-y 0 0;
	width: 182px;
	height: auto;
}

.kosarbox-content {
	background: url(../../images/kosarbox-content.png) no-repeat top left;
	height: auto;
	/*min-height: 172px;*/
	width: 152px;
	\width: 182px;
	w\idth: 152px;	
	padding: 0 15px;
	color: #5f5f5f;
}

.kosarbox-content-empty {
	background: url(../../images/kosarbox-content-empty.png) no-repeat top left;
	height: 50px;
	width: 152px;
	padding: 0 15px;
	color: #5f5f5f;
}

* html .kosarbox-content {
	height: 172px;
}

p.kosar-ar {
	color: #224a8b;
	font-size: 120%;
	font-weight: bold;
}

.kosarbox-content ul {
	margin-top: 8px;
}

.kosarbox-content ul li {
	font-weight: bold;
	padding: 2px 0px;
}

.kosarbox-header a {
	position: relative;
	top: 12px;
	left: 25px;
	text-transform: uppercase;
	color: #fff;
}

.paybutton {
	background-image: url(../../images/gomb-paybutton.png);
	width: 85px;
	height: 34px;
	margin: 5px 0px 10px -6px;
}

a.pay {
	color: #fff;
	position: relative;
	top: 11px;
	left: 14px;
	text-transform: uppercase;
}

/*
** bolt
*/

.magazin-cover {
	float: left;
	width: 120px;
	height: 180px;
}

.magazin-cover img {
	
}

.magazinkep {
    width: 140px;
	height: 180px;
}



.termekpanel {
	float: right;
	width: 427px;
	height: auto;
}

.termekpanel-header {
	background-image: url(../../images/termekpanel-header.png);
	width: 427px;
	height: 15px;
	font-size: 1px;	
}

.termekpanel-footer {
	background-image: url(../../images/termekpanel-footer.png);
	width: 427px;
	height: 14px;
	font-size: 1px;	
}

.termekpanel-content-wrapper {
	background: #fcfcfc url(../../images/termekpanel-content-wrapper.png) repeat-y 0 0;
	width: 427px;
	height: auto;
}

.termekpanel-content {
	background: url(../../images/termekpanel-content.png) no-repeat top left;
	width: 427px;
	height: auto;
	min-height: 208px;
}

* html .termekpanel-content {
	height: 208px;
}

table.termek-table {
    font-size: 100%;
}

.termekpanel h1.termeknev {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 15px;
}

.termekpanel h1 {
	font-size: 100%;
}

.termekleiras {
	width: 400px;
	height: auto;
	min-height: 173px;
	margin-left: 15px;
}

* html .termekleiras {
	height: 173px;
}

.termekleiras p {
	line-height: 110%;
}

p.dimag-ar {
	font-size: 120%;
	color: #264E8F;
	font-weight: bold;
	padding-bottom: 15px;
}

table.termekgomb-table {
	position: relative;
	left: 15px;
	margin-top: 15px;
}

select.ttselect {
	width: 240px;
	background-color: #fff;
}

* html select.ttselect {
	position: relative;
	top: -10px;
}


input.gomb-blue {
	background-image: url(../../images/gomb-panel-blue.png);
	width: 151px;
	height: 33px;	
}

input.gomb-green {
	background-image: url(../../images/gomb-panel-green.png);
	width: 152px;
	height: 33px;	
}

input.gomb-green-small {
	background-image: url(../../images/gomb-panel-green-small.png);
	height: 34px;
	width: 85px;
}

input.gomb-green,
input.gomb-green-small,
input.gomb-blue {
	border: none;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	padding-bottom: 3px;
	border: 0px solid #FFFFFF;	
}

* html input.gomb-green,
* html input.gomb-green-small,
* html input.gomb-blue {
	padding-bottom: 0px;
}


table.korabbi {
	width: 535px;
	margin: 0px auto;
	color: #5f5f5f;
	text-align: center;	
}

table.korabbi td {
	padding-top: 15px;
}

table.korabbi img {
	height: 100px;
	width: 80px;
}

table.korabbi a {
	color: #5f5f5f;
}

table.korabbi p {
	padding-top: 6px;
}

.lapszamsor {
	margin: 5px 0;
}	
	
.lapszam {
	float: left;
	width: 190px;
	text-align: center;
}

.lapszam-big {
	width: 190px;
}

.lapszam a, 
.lapszam p {
	color: #5f5f5f;
}

.lapszam img.lapszam-cover {
	width: 150px;
	height: 197px;
}

.lapszam-gomb	{
	background-image: url(../../images/gomb-lapszam.png);
	width: 100px;
	height: 28px;
	margin: 0px auto;
	text-align: center;
}

.lapszam-gomb input.gomb-lapszam {
	border: none;
	background: none;
	color: #fff;
	font-size: 100%;
	position: relative;
	top: 5px;	
	cursor: pointer;
}	
	
/*
** Kosar - fizetes
*/

table.datatable a {
	color:#25970A;
}

table.datatable thead th {
	color: #1F3B6A;
	border-bottom: 1px solid #7F7F7F;
	padding: 5px 0px;
}	

table.datatable tbody th,
table.datatable tbody td {
	color: #5F5F5F;
	border-top: 1px solid #BFBFBF;
	padding: 8px 0px 8px 10px;
}	

table.datatable tfoot td {
	color: #5F5F5F;
	padding-top: 20px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}		

b.total {
	color: #1F3B6A;
	padding-right: 30px;
}		
	
.virtbutton {
	background-image: url(../../images/gomb-panel-blue.png);
	width: 151px;
	height: 33px;
	float: right;
	margin-right: 6px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.virtbutton-gray {
	background-image: url(../../images/virtbutton-gray.png);
	float: none;
	margin-right: 0px;
}


table.urlap td {
	padding: 5px;
	color: #5F5F5F;
}

table.urlap th.dimmed {
	color: #C8C8C8;
}

table.urlap th {
	padding: 5px;
	padding-right: 10px;
	font-weight: normal;
	text-align: right;
}

form#beforepayform input.text {
	width: 200px;
}

p.totalpay {
	color: #5F5F5F;
	margin: 20px 0;
	padding-top: 20px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px solid #7F7F7F;
}		

form#opciovalt select {
	background-color: #fff;
	border: 1px solid #000;
	width: 220px;
}
	
/*
* Hirek
*/

.hirek-kepes {
	float: left;
	width: 235px;
	\width: 265px;
	w\idth: 235px;
	padding: 0 15px;
	border-right: 1px solid #bfbfbf;
}

.hirek-kepes img {
	width: 230px;
	height: 170px;
	border: 1px solid #909090;
	margin-top: 15px;
	margin-bottom: 10px;
}

.hirek-kepes h1 {
	color: #3e547d;
	font-size: 160%;
	font-weight: normal;
}

p.news {
	color: #5f5f5f;
	font-size: 110%;
	line-height: 110%;
}

p.news a {
	color: #25970A;
}

p.date {
	color: #5f5f5f;
	font-size: 100%;
}

.hirek-kiemelt {
	float: right;
	width: 290px;
	\width: 310px;
	w\idth: 290px;
	padding: 0 10px;
	
}

.hirek-kiemelt h1,
.hirek-felsorolt h1 {
	color: #3e547d;
	font-size: 120%;
	line-height: 110%;
}
	
.hirek-felsorolt {
	width: 544px;
	margin: 0 auto;
}	

.newsline {
	height: 1px;
	font-size: 1px;
	line-height: 1%;
	background-color: #bfbfbf;
	margin: 10px 0;
}	

.news {
}

h1.newshead {
	color: #3e547d;
	font-size: 160%;
	font-weight: normal;
	padding-left: 10px;
}

p.news-szerzo {
}

.news-bevezeto {
	font-weight: bold;
	padding: 15px 0;
	color: #5f5f5f;
	font-size: 110%;
	padding-left: 10px;
}

.news-szoveg {
	color: #5f5f5f;
	font-size: 110%;
	padding-left: 10px;
}

table.newstable {
	width: 100%;
	margin-left: 10px;
}

table.newstable td {
	width: 90%;
}

table.newstable th {
	width: 10%;
}

table.newstable img {
	position: relative;
	top: 10px;
}


/*
** bannerek
*/
.banner-side-framed {
	clear: right;
	background-image: url(../../images/ad-bg-blank.png);
	width: 180px;
	height: 295px;
	text-align: center;
	margin-top: 50px;	
}	

* html .banner-side-framed {
	margin-top: 15px;	
}	

.banner-side-framed img {
	width: 147px;
	height: 267px;
	position: relative;
	top: 15px;
}

.banner-news {
	width: 460px;
	text-align: center;
	margin: 0px auto;
	margin-top: 15px;
}

p.banner-news {
	color: #6b6b6b;
	text-align: left;
}

/*	
** Profil
*/
.profilmenu {
	font-size: 120%;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../../images/profilmenu-bg.png) repeat-x;
	width: 100%;
	height: 25px;
	margin-bottom: 20px;
}

.profilmenu a {
	color:#1F3B6A;
}

.profilmenu table.t-profilmenu td {
	background: url(../../images/profilmenu-li-bg.png) repeat-x;
	height: 25px;
}

.profilmenu table.t-profilmenu td.active {
	background: url(../../images/profilmenu-li-active-bg.png) repeat-x;
	color:#1F3B6A;
	font-weight: bold;
}

.profilmenu table.t-profilmenu th {
	width: 25px;
}

/* 
** fooldali profilegyenleg
*/
.profilegyenleg {
	width: 590px;
	height: auto;
	color: #737373;
	margin-bottom: 3px;
}

.profilegyenleg-header {
	background-image: url(../../images/profilegyenleg-header.png);
	width: 590px;
	height: 14px;
	font-size: 1px;	
}

.profilegyenleg-footer {
	background-image: url(../../images/profilegyenleg-footer.png);
	width: 590px;
	height: 14px;
	font-size: 1px;	
}

.profilegyenleg-content-wrapper {
	background: #fcfcfc url(../../images/profilegyenleg-content-wrapper.png) repeat-y 0 0;
	width: 590px;
	height: auto;
}

.profilegyenleg-content {
	background: url(../../images/profilegyenleg-content.png) no-repeat top left;
	width: 590px;
	height: auto;
	min-height: 135px;
}

* html .profilegyenleg-content {
	height: 135px;
}

.profilegyenleg table {
	width: 550px;
	margin: 0px auto;
}

.profilegyenleg table td.ve-udv {
	vertical-align: top;
	padding-top: 3px;
	line-height: 120%;
}

table.v-egyenleg {
	margin-top: 10px;
}

table.v-egyenleg thead td {
	color: #1F3B6A;
	border-left: 1px solid #1F3B6A;
	padding-left: 3px;
}

table.v-egyenleg thead th {
	background: url(../../images/ve-hr.gif) repeat-x;
	height: 15px;
	padding: 0px 1px;
}

table.v-egyenleg tbody td {
	color: #000;
	padding: 1px 0;
}

table.v-egyenleg tbody td.red,
table.v-egyenleg tbody td.red a {
	color: #8f042b;
}

table.v-egyenleg tbody td.gray {
	color: #727272;
}

#fblDoboz {
	float:left;
	background:url(/images/fblHatter.png);
	width:554px;
	height:152px;
	padding:10px 0 0 10px;
	margin-top:15px;
	margin-left:12px;
}

#fblCim {
	float:left;
	width:534px;
	font-size:180%;
	margin-bottom:15px;
	padding-left:10px;
}

#fblBelepes {
	float:left;
	width:320px;
}

.fblMezo {
	float:left;
	background:url(/images/fblMezo.png);
	width:188px;
	height:21px;
	padding:3px 0 0 10px;
	border:0;
	margin:5px 0 5px 3px;
}

.fblGomb {
	float:left;
	margin-left:116px;
}

#fblBelepes label {
	float:left;
	width:110px;
	line-height:20px;
	font-size:14px;
	margin:5px 0 5px 0;
	text-align:right;
}

#fblRegnelkul {
	float:left;
	background:url(/images/fblDoboz.png);
	width:208px;
	height:46px;
	padding:10px;
	margin-top:3px;
}

.fblKiemelt {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#ffec73;
	margin-bottom:5px;
}

.fblBevezeto {
	display:block;
	color:#FFF;
	font-size:11px;
}