@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../img/body.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#statusbar{
	width:600px;
	height:80px;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-300px;
	z-index:100;
	line-height:70px;
	text-align:center;
	font-size:22px;
	color:#000;
	font-weight:bold;
	background-image:url(../img/bar.png);
	background-repeat:no-repeat;
}
#status{
	margin:5px;
}
#container{
	margin:auto;
	width:1032px;
	margin-top:50px;
	position:relative;
}
#hegg{
	position:absolute;
	top:-130px;
	left:-253px;
}
#content{
	width:1016px;
	padding:0px 8px;
	background-image:url(../img/content-bg.png);
	background-repeat:repeat-y;
}
#top{
	width:100%;
	height:37px;
	background-image:url(../img/header-top.png);
	background-repeat:no-repeat;
}
#header{
	width:1016px;
	height:245px;
	position:relative;
}
#slideshow{
	position:absolute;
	width:1016px;
	height:192px;
	top:0px;
	left:0px;
	z-index:11;
}
#slideshow img{
    position:absolute;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#logo{
	position:absolute;
	left:-35px;
	top:-30px;
	z-index:12;
	border:none;
}
#tel{
	position:absolute;
	top:40px;
	right:20px;
	z-index:12;
}
#login{
	background-image:url(../img/login.png);
	width:196px;
	height:33px;
	background-repeat:no-repeat;
	position:absolute;
	top:140px;
	right:30px;
	font-family:"Myriad Pro", Georgia;
	font-size:15px;
	line-height:30px;
	text-align:center;
	z-index:12;
}
#login #log, #login span{
	color:#cbc9c9;
	text-decoration:none;
}
#login #reg{
	color:#fcf221;
	text-decoration:none;
}
#topmenu{
	position:absolute;
	top:192px;
	width:1000px;
	padding:0px 8px;
	font-size:20px;
	color:#fcf221;
	font-weight:bold;
	letter-spacing:1px;
	z-index:12;
	background-color:#000;
	height:50px;
	line-height:50px;
	border-bottom:6px solid #fcf221;
}
#topmenu a{
	color:#fcf221;
	text-decoration:none;
}
#topmenu a:hover{
	text-decoration:underline;
}

#left{
	width:214px;
	min-height:500px;
	float:left;
	padding-left:24px;
	padding-right:11px;
}

#left .leftbox{
	background-position:top;
	width:210px;
	min-height:100px;
	background-color:#292928;
	border-right:solid 5px #040505;
	padding:10px 0px;
}
#left h4{
	background-color:#000;
	display:block;
	width:205px;
	background-image:url(../img/left-box-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:18px;
	color:#fcf221;
	padding:5px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:underline;
}
#left h4 img{
	margin-right:5px;
}
#left h4:hover{
	text-decoration:none;
}
#left .leftbox-bottom{
	width:215px;
	height:22px;
	background-image:url(../img/box-bottom.gif);
	background-repeat:no-repeat;
}
.leftbox a{
	display:block;
	font-size:16px;
	color:#ccc;
	text-decoration:none;
	padding-left:10px;
	line-height:25px;
}
.leftbox a:hover{
	color:#fcf221;
	background-color:#000;
}

#center{
	width:580px;
	min-height:500px;
	background-color:#000;
	float:left;
	margin-top:20px;
}
#search{
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:560px;
}
#select{
	position:relative;
	cursor:pointer;
	font-size:14px;
	float:left;
}
#sorrend{
	width:164px;
	height:25px;
	background-image:url(../img/select.gif);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:5px;
	position:absolute;
	color:#000;
}
#values{
	width:150px;
	background-color:#464646;
	border:1px solid #464646;
	position:absolute;
	top:25px;
	left:2px;
	z-index:5;
	color:#fcf221;
}
#values span{
	float:none !important;
	display:block;
	line-height:22px;
	padding-left:5px;
}
#values span:hover{
	background-color:#000;
}

#search span{
	font-size:14px;
	color:#fcf221;
	float:right;
	line-height:25px;
	margin-right:5px;
}
#search input{
	width:154px;
	height:25px;
	border: medium none;
	background-image:url(../img/search-inp.gif);
	background-repeat:no-repeat;
	float:right;
	padding:0px;
	line-height:25px;
	font-size:14px;
	color:#000;
	padding:0px 5px;
}
#search img{
	float:right;
	margin-left:5px;
	cursor:pointer;
}

.products{
	float:left;
	width:100%;
	margin-top:10px;
}
.product img{
	border:none;
}
.products .product{
	width:190px;
	float:left;
	margin-right:3px;
	margin-bottom:15px;
	position:relative;
}
.product .cici{
	position:absolute;
	margin-left:110px;
}
.product h2{
	display:table;
	height:60px;
}
.product h2 a{
	text-decoration:none;
	color:#fcf221;
	font-size:14px;
	text-align:center;
	width:190px;
	display:table-cell;
	vertical-align:middle;
	line-height:20px;
}
.product .img{
	width:190px;
	height:220px;
	text-align:center;
	display:table;
	background-color:#FFF;
	vertical-align:middle;
}
.product .img a{
	display:table-cell;
	vertical-align:middle;
}
.product .img img{
	display:table-cell;
	vertical-align:middle;
}
.tob{
	width:100%;
	float:left;
	background-color:#232322;
	text-align:center;
	height:90px;
}
.tob small{
	color:#fcf221;
}
.tob p{
	font-size:26px;
	color:#fcf221;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

.tob input{
	font-size:16px;
	color:#fcf221;
	background-image:url(../img/db-inp.gif);
	height:25px;
	width:25px;
	padding:0px;
	border:medium none;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-top:2px;
	display:inline;
}
.tob span{
	color:#fcf221;
	font-size:14px;
	margin-left:5px;
	float:left;
	display:inline;
	line-height:30px;
}
.tob img{
	float:left;
	margin-left:5px;
	cursor:pointer;
	display:inline;
}
.tob a{
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	float:right;
	width:60px;
	margin-right:10px;
}

#right{
	width:177px;
	min-height:500px;
	float:left;
	padding-left:10px;
}
#right .rightbox{
	background-position:top;
	width:166px;
	min-height:50px;
	background-color:#292928;
	border-right:solid 5px #040505;
	padding-top:10px;
	color:#ccc;
	font-size:14px;
	text-align:center;
}
#right h4{
	background-color:#000;
	display:block;
	width:161px;
	background-image:url(../img/left-box-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:24px;
	color:#fcf221;
	padding:5px;
	margin-top:20px;
}
#right .rightbox-bottom{
	width:171px;
	height:19px;
	background-image:url(../img/left-box-bottom.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#right h4 img{
	float:right;
	margin-right:10px;
}
#right .rightbox img{
	margin:0px 4px;
	cursor:pointer;
	border:none;
}
#contact{
	background-color:#292928;
	float:left;
	width:575px;
	border-right:5px solid #000;
	padding-bottom:20px;
}
#center h4{
	color:#fcf221;
	font-size:24px;
	display:block;
	text-align:right;
	padding:10px;
}
#contact h4{
	text-align:left;
}
#contact-bottom{
	width:100%;
	height:22px;
	background-image:url(../img/contact-bottom.gif);
	background-repeat:no-repeat;
	float:left;
}
#contact p{
	margin-left:10px;
	font-size:12px;
	color:#ccc;
	line-height:20px;
	float:left;
}
#contact a{
	color:#ccc;
}

#contact b{
	color:#fcf221;
	font-size:14px;
}
#gmaps{
	float:right;
	margin-right:10px;
}

#footer-bg{
	width:100%;
	background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	float:left;
}
#footer-top{
	width:1021px;
	height:31px;
	background-image:url(../img/footer-top.png);
	background-repeat:no-repeat;
	margin:auto;
	padding-top:20px;
	background-position:bottom;
}
#ftct{
	width:1021px;
	margin:auto;
}
#footer{
	width:1021px;
	margin:auto;
	min-height:50px;
	background-image:url(../img/footer.png);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
	padding:10px 0px;
}
#footer-bottom{
	width:1021px;
	height:66px;
	background-image:url(../img/footer-bottom.png);
	background-repeat:no-repeat;
	float:left;
}
#footer-bottom img{
	float:right;
	border:none;
	margin-top:10px;
	margin-right:30px;
}
#footer .block{
	float:left;
	width:160px;
	margin-left:50px;
	display:inline;
}
#footer .first{
	margin-left:100px;
}
#footer .block a{
	display:block;
	font-size:12px;
	color:#ccc;
	line-height:18px;
	text-decoration:none;
}
#footer .block a:hover{
	text-decoration:underline;
	color:#fcf221;
}

#nav{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fcf221;
}
#nav a{
	color:#fcf221;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}

.title{
	width:100%;
	height:45px;
	background-color:#292928;
	float:left;
}
.title h1, .title h3{
	color:#fcf221;
	font-size:26px;
	line-height:45px;
	margin-left:5px;
}
#termek{
	width:100%;
	background-color:#292928;
	min-height:200px;
	margin-top:2px;
	float:left;
	margin-bottom:2px;
}
#termek img{
	border:none;
	margin:5px;
}
#termek #leiras{
	float:right;
	font-size:12px;
	color:#ccc;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	padding:5px;
	min-height:400px;
}
#termek a{
	float:left;
}
#termek .tob{
	width:190px;
	margin-left:5px;
	float:left;
}
#yt{
	margin:5px;
	float:left;
	width:200px;
}
#single_page_content{
	background-color:#292928;
	color:#CCC;
	font-size:14px;
	padding-bottom:10px;
	float:left;
}
#single_page_content h2{
	background-color:#000;
	color:#f2f221;
	display:block;
	width:575px;
	line-height:40px;
	font-size:26px;
	padding-left:5px;
}
#single_page_content p{
	padding:10px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#regform_table{
	padding-bottom:20px;
}
fieldset{
	border:1px solid #f2f221;
	margin:10px;
	padding-top:15px;
}
fieldset legend{
	color:#f2f221;
	font-size:16px;
	font-weight:bold;
}
.regcol1{
	font-size:14px;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}
.regcol1 strong{
	color:#F00;
}
.regcol2{
	float:left;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}
.regcol2 input{
	border:1px solid #999;
	font-size:14px;
	padding:2px;
	width:200px;
}
.regcol3{
	display:table;
	height:25px;
	font-size:12px;
	color:#F00;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
}
.important{
	font-size:14px;
	margin-left:5px;
	border-left:5px solid #ff0;
}
.important span{
	font-weight:bold;
	color:#FF0;
}
.regcol{
	float:left;
}

.ct1
{
float:left;
position:relative;
left:50%;
}
.ct2
{
position:relative;
left:-50%;
}

#pager{
	width:100%;
	height:50px;
	float:left;
	text-align:center;
}
#pager img {
	cursor:pointer;
	float:left;
	border: 0;
}
#pager a {
	cursor:pointer;
	float:left;
	font-weight:bold;
	color:#f2f221;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	display:block;
	width:20px;
	padding:2px;
	margin-top:10px;
	line-height:25px;
}
#pager a:hover{
	font-size:18px;
	font-weight:bold;
}
#pager .active{
	background-color:#FF0;
	color:#000;
}
#basket p{
	margin-bottom:10px;
}
#single_page_content h3 {
	font-size:18px;
	color:#FF0;
	margin-left:5px;
}
#single_page_content h5 {
	font-size:18px;
	color:#FF0;
	margin-left:5px;
}
#single_page_content p a {
	text-decoration:none;
	color:#FF0;
	font-size:16px;
}
#single_page_content h3 a{
	color:#CCC;
}
#paymentbasket{
	padding:5px;
}

#paymentbasket table{
	border:1px solid #999;
}
#paymentbasket table thead{
	font-weight:bold;
	color:#FF0;
	background-color:#000;
	line-height:25px;
}
#paymentbasket table td{
	padding:5px;
}
#paymentbasket .sec{
	background-color:#444;
}
#paymentbasket table td input{
	width:20px;
	text-align:center;
}
#paymentbasket .tfoot{
	font-weight:bold;
	color:#FF0;
}
.payment_button{
	color:#000;
	font-weight:bold;
	background-color:#FF0;
	border:medium none;
	padding:3px;
	cursor:pointer;
	margin:5px;
}
#profil-table{
	padding:5px;
}
#profil-table td{
	padding:5px;
}
#profil-table .thead{
	color:#FF0;
}
#profil-table .sec{
	background-color:#333;
}

#contact-form{
	margin-top:20px;
}
#contact-form h3{
	background-color:#000;
	margin-left:0px;
	padding:5px;
}
#contact-form label{
	display:block;
	width:150px;
	margin:5px;
	font-size:16px;
}
#contact-form input{
	font-size:14px;
	padding:3px;
	width:200px;
	margin-left:5px;
	border:2px solid #000;
	background-color:#CCC;
}
#contact-form textarea{
	background-color:#CCC;
	width:300px;
	height:150px;
	margin-left:5px;
	padding:3px;
	border:2px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#contact-form button{
	display:block;
	cursor:pointer;
	margin-left:175px;
	margin-top:5px;
	padding:3px;
	border:2px solid #000;
	background-color:#FF0;
	font-weight:bold;
}
#jcar{
	min-height:200px;
	width:100%;
}
#jcar ul{
	list-style:none;
}
#jcar ul li{
	position:relative;
	padding-bottom:5px;
	min-height:260px;
}
#jcar ul li .cici{
	position:absolute;
	right:0px;
	top:0px;
}
#jcar ul li h3 a{
	color:#FF0;
	font-size:14px;
	text-decoration:none;
}
#jcar .pc{
	width:160px;
	height:185px;
	display:table;
	background-color:#FFF;
}
#jcar .pc a{
	display:table-cell;
	vertical-align:middle;
}
#jcar .pc img{
	width:160px;
	margin:0px !important;
}
#jcar ul li h4{
	margin:0px;
	margin-bottom:5px;
}
.refimg{
	float:left;
	width:180px;
	text-align:center;
	padding:6px;
}
.refimg img{
	margin:5px;
	border:5px solid #000;
}
.refimg small{
	display:block;
}
.rightbox input{
	background-color:#000;
	border:1px solid #ccc;
	padding:2px;
	width:140px;
	margin:3px 0px;
	color:#FF0;
	font-size:14px;
}
.rightbox button{
	background-color:#FF0;
	padding:2px;
	margin:3px 0px;
	color:#000;
	border:medium none;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
}
.rightbox label{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.products h1{
	color:#f2f221;
	font-size:24px;
	margin-bottom:10px;
}

.oszlop{float:left;width:250px;}
.oszlop .block{margin:20px;}
.oszlop .block h3{margin-bottom:10px;}
.oszlop .block ul{margin:0 0 0 30px;}
.oszlop .block ul li a{color:#ccc;}
.oszlop .block ul li a:hover{text-decoration:none;}
