
/*	GENERAL RULES */

	*{
		position:relative;
		margin:0;
		padding:0;
		outline:none;
	}
	
	html,
	body{
		position:absolute;
		width:100%;
		height:100%;
	}
	
	body{
		background:url(../graphics/site_bg.jpg) repeat-x #290101; 
		font-family:arial, sans-serif;
		font-size:12px;
		color:#282828;
	}
	
	a{
		color:	#ae2626;
		text-decoration:none;
	}
	
	img{
		border:none;
	}
	
	.clear{
		clear:both;
		line-height:0px;
		display:block;
		font-size:0px;
	}
	
	
	h1{
		font-size:16px;
		color:#4c0004;
		font-weight:bold;
		margin-left:10px;
		line-height:38px;
		margin-bottom:15px;
		width:580px;
	}
	
	h2{
		font-size:14px;
		color:#dd8c00;
		font-weight:bold;
		margin-left:10px;
		margin-bottom:15px;
	}
	
	h3{
		font-size:13px;
		color:#000;
		font-weight:bold;
		margin-left:10px;
	}	
	
	p{
		margin:0 0 0 10px;
		width:580px;
		padding-bottom:15px;
		text-align:justify;
		line-height:150%;
	}
	
	.hr{
		background:url(../graphics/border_dot.gif) repeat-x bottom left; 
		margin-bottom:15px;
	}
	
	.light{
		color:#606060;
	}
	
	.blocklist{
		margin-left:10px;
		padding-bottom:15px;
		width:580px;
	}
	
/*	LAYOUT RULES	*/	
	
	.bt_sbmt{
		height:26px;
		background:url(../graphics/bt_bg.jpg) top right no-repeat; 
	}
	
		.bt_sbmt input,
		.bt_sbmt a{
			display:block;
			width:90%;
			height:26px;
			line-height:26px;
			border:none;
			background:url(../graphics/bt_bg.jpg) top left no-repeat; 
			padding-bottom:2px;
			text-align:center;
			text-indent:10%;
			font-family:arial, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#fff;
			cursor:pointer;
		}
		
	blockquote{
		font-size:12px;
		font-weight:bold;
		line-height:21px;
		margin-top:10px;
	}	
	
		blockquote li{
			font-weight:normal;
			list-style:none;
			background:url(../graphics/list_dot.gif) no-repeat 0 5px;
			text-indent:20px;
		}	
		
	#pager{
		margin-left:10px;
		margin-top:15px;
		line-height:50px;
		width:580px;
		background:url(../graphics/border_dot.gif) repeat-x  0 -70px;
	}	
		
		#pager a,	
		#pager span{
			font-size:12px;
			color:#b2b2b2;
			font-weight:bold;
			margin-left:5px;
		}
		
		#pager span{
			color:#ae2626;
		}
	

	
	h1.sticker{
		text-indent:35px;
	}
	
	div.sticker{
		z-index:10;
		top:20px;
		left:2px;
	}
	
		.sticker span{
			position:absolute;
			top:2px;
			left:0px;
			display:block;
			width:32px;
			height:32px;
			background:url(../graphics/sticker.png) no-repeat top left;
		}
	
	
	
/*	GRID RULES	*/	
	
	#header{
		height:254px;
		width:976px;
		margin:0 auto 0 auto;
		background:url(../graphics/header.png) no-repeat bottom left;
	}
	
		#header.mobilmester{
			background:url(../graphics/header_mm.png) no-repeat bottom left;
		}
		
		#navigation{
			position:absolute;
			left:300px;
		}
	
	#mainwrapper{
		width:880px;
		margin:-113px auto 0 auto;
		padding:0 48px 0 48px;
	}
	
		#contentwrapper{
			background:#fff;
			width:880px;
		}
	
			#leftpane{
				float:left;
				width:240px;
				padding-left:15px;
			}
	
			#contentpane{
				width:620px;
				float:left;
				padding:0;
			}
	
	#footer{
		height:57px;
		background:transparent url(../graphics/page_bot.png) no-repeat top left;
		width:976px;
		margin:0 auto 0 auto;
	}
	

/*	NAVIGATION RULES	*/	
	
	#navigation a{
		display:block;
		position:absolute;
		top:0px;
		height:130px;
		background-image:url(../graphics/header.png);
		overflow:hidden;
		text-indent:-1000px;
	}
	
	#navigation a:hover{
		color:#f50;
	}
	
	#m1{ width: 75px; left:0px; background-position: -300px -508px; }
		#m1:hover, #m1.ms{ background-position: -300px -762px; }
	
	#m2{ width: 69px; left:75px; background-position: -375px -508px; }
		#m2:hover, #m2.ms{ background-position: -375px -762px; }
	
	#m3{ width: 81px; left:144px; background-position: -444px -508px; }
		#m3:hover, #m3.ms{ background-position: -444px -762px; }
	
	#m4{ width: 52px; left:225px; background-position: -525px -508px; }
		#m4:hover, #m4.ms{ background-position: -525px -762px; }
	
	#m5{ width: 115px; left:277px; background-position: -577px -508px; }
		#m5:hover, #m5.ms{ background-position: -577px -762px; }
		
	#m6{ width: 107px; left:392px; background-position: -692px -508px;}
		#m6:hover, #m6.ms{ background-position: -692px -762px; }
	
	#search{
		width:229px;
		height:37px;
		left:0px;
		top:0px;	
		background-image:url(../graphics/head_search.jpg);
		margin-bottom:20px;
	}
	
	#search_text{
		font-family:arila, sans-serif;
		font-size:11px;
		color:#afafaf;
		width:110px;
		background:none;
		left:75px;
		top:12px;
		border:none;
	}
	
	#search_sbmt{
		position:absolute;
		top:-5px;
		left:187px;
		display:block;
		overflow:hidden;
		width:20px;
		height:20px;
		background:none;
		border:none;
		line-height:1000px;
		text-indent:-1000px;
		cursor:pointer;
	}
	
	
/*	SIDEBAR RULES	*/	
	
	#leftpane a{
		font-size:11px;
		color:#3b3b3b;
		display:block;
		width:200px;
		height:25px;
		line-height:25px;
		background-image:url(../graphics/bg_sidemenuitem.gif); 
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-left:28px;
	}
	
		#leftpane a:hover,
		#leftpane a.selected{
			background-position:top left;
			color:#cf3737;
		}
	
	#gyarto{
		background:#e0e0e0;
		padding:1px;
		width:228px;
		padding-top:40px;
		overflow:hidden;
	}

		#gyarto h4{
			background:url(../graphics/head_gyarto.jpg) no-repeat; 
			height:41px;
			width:230px;
			position:absolute;
			top:0px;
			left:0px;
			border-bottom:1px solid #e0e0e0;
			overflow:hidden;
			text-indent:-1000px;
			z-index:100;
		}
		
	#tartozek{
		background:#e0e0e0;
		padding:1px;
		width:228px;
		padding-top:40px;
		overflow:hidden;
		margin-top:10px;
	}

		#tartozek h4{
			background:url(../graphics/head_tartozek.jpg) no-repeat; 
			height:40px;
			width:230px;
			position:absolute;
			top:0px;
			left:0px;
			border-bottom:1px solid #e0e0e0;
			overflow:hidden;
			text-indent:-1000px;
			z-index:100;
		}	
		
	#kosar{
		background:#e0e0e0;
		padding:1px;
		width:228px;
		padding-top:40px;
		overflow:hidden;
		margin-top:10px;
	}

		#kosar h4{
			background:url(../graphics/head_kosar.png) no-repeat; 
			height:52px;
			width:230px;
			position:absolute;
			top:0px;
			left:0px;
			overflow:hidden;
			text-indent:-1000px;
			z-index:100;
		}	

		#kosar a{
			background:none;
			width:50px;
			padding:0;
			line-height:100%;
			color:#737373;
			height:15px;
		}
		
		#kosar dl{
			min-height:42px;
			clear:both;
			background: url(../graphics/border_dot.gif) bottom left repeat-x;
		}
		
		#kosar dt,
		#kosar dd{
			float:left;
			font-size:11px;
		}
		
		#kosar dt{
			width:135px;
			padding:10px 0 0 10px;
		}
		
		#kosar dd{
			text-align:right;
			color:#ae2626;
			font-weight:bold;
			width:75px;
			margin-top:12px;
		}
		
		#kosar dl.total{
			background:#fff;
		}
		
			#kosar dl.total dt{
				width:80px;
				padding:0 0 0 10px;
				line-height:42px;
				background-image:url(../graphics/link_arrow.gif);
				background-position:75px 15px;
				background-repeat:no-repeat;
			}
			
			#kosar dl.total a,
			#kosar dl.total a:hover{
				color:#ae2626;
				font-weight:bold;
				line-height:15px;
				padding-right:15px;
				display:inline;
			}
			
			#kosar dl.total dd{
				width:130px;
				margin-top:0;
				line-height:42px;
			}
				
				#kosar dl.total dd span{
					color:#b2b2b2;
				}
	
	
/*	CONTENT RULES		*/	
	
		.adatlap_kicsi{
			float:left;
			width:290px;
			height:145px;
			background:url(../graphics/catalog_bg.jpg) no-repeat; 
			margin:6px;
			overflow:hidden;
		}
		
			.adatlap_kicsi a{
				color:#0d7692;
			}
			
			.adatlap_kicsi b{
				display:block;
				top:20px;
				left:20px;
				width:83px;
				height:105px;
				overflow:hidden;
				cursor:pointer;
			}
			
			.adatlap_kicsi  strong{
				width:155px;
				font-size:13px;
				font-weight:bold;
				top:-116px;
				left:125px;
				cursor:pointer;
			}
			
			.adatlap_kicsi a span{
				display:block;
				width:25px;
				height:26px;
				top:-43px;
				left:265px;
				background:url(../graphics/catalog_arrow.jpg) no-repeat bottom left; 
				overflow:hidden;
				text-indent:-1000px;
				cursor:pointer;
			}
		
				.adatlap_kicsi  a:hover{
					color:#dd8C00;
				}
				
				.adatlap_kicsi  a:hover span{
					background-position:top left;
				}
	
			.adatlap_kicsi dl{
				top:-100px;
				left:125px;
				width:140px;
			}
			
				.adatlap_kicsi dt{
					font-size:12px;
					color:#6c6c6c;
				}
				
				.adatlap_kicsi dd{
					font-size:12px;
					color:#000;
					font-weight:bold;
					margin-bottom:8px;
				}
	
	
	#adatlap_l{
		float:left;
		width:280px;
		margin:0 20px 0 0;
		padding-left:10px;
	}
	
		#adatlap_l #termek_kep{ 
			width:277px;
			height:363px;
			background:url(../graphics/product_bg.jpg) no-repeat; 
		}	
		
			#adatlap_l #termek_kep b{ 
			position:absolute;
			left:15px;
			top:15px;
			width:245px;
			height:330px;
			overflow:hidden;
			}	

		#adatlap_l #termek_video{ 
			margin-top: 20px;
			width:277px;
			height:198px;
			background:url(../graphics/product_video_bg.jpg) no-repeat; 
		}	
		
			#adatlap_l #termek_video b{ 
			position:absolute;
			left:15px;
			top:15px;
			width:245px;
			height:165px;
			overflow:hidden;
			}	

			
		#adatlap_l #termek_rendeles dl{
			font-size:12px;
			float:left;
			width:85px;
			margin-top:20px;
		}	

		#adatlap_l #termek_rendeles .bt_sbmt{
			float:left;
			width:105px;
			margin:22px 0 10px 0;
		}	
	
		#adatlap_l #termek_rendeles dt{
			color:#888;
		}
		
		#adatlap_l #termek_rendeles dd{
			font-weight:bold;
		}
		
			
		#adatlap_l #termek_rendeles p{
			clear:both;
			margin-left:0;
			width:280px;
		}	
	
	#adatlap_r{
		float:left;
		font-size:12px;
		width:280px;
		}
		#adatlap_r div{
			background:url(../graphics/border_dot.gif) bottom left repeat-x; 
			}
			
			#adatlap_r div dt{
				color:#888;
				padding:4px 0 3px 0;
				}
		
			#adatlap_r div dd{
				color:#000;
				font-weight:bold;
				padding:4px 0 3px 0;
				margin-top:-22px;
				margin-left:150px;
				}
	
	
	#partner_login,
	#partner_lostpass{
		width:270px;
		overflow:hidden;
		margin:0 0 0 0;
		padding-left:10px;
		float:left;
	}
	
	#partner_reg{
		width:270px;
		overflow:hidden;
		margin:0 0 0 45px;
		float:left;
	}
			
		#partner_login p,
		#partner_reg p,
		#partner_lostpass p{
			margin:10px 0 0 0;
			padding:0;
		}
	
			#partner_login p label,
			#partner_reg p label,
			#partner_lostpass p label{
				position:absolute;
				top:4px;
				left:0px;
			}
	
			#partner_login p input,
			#partner_reg p input,
			#partner_lostpass p input{
				width:166px;
				height:22px;
				font-size:12px;
				padding:4px 10px 0 10px;
				margin-left:80px;
				background:url(../graphics/input_bg.jpg) no-repeat; 
				border:none;
			}
	
		#partner_login a,
		#partner_lostpass a{
			color:#ae2626;
			text-decoration:underline;
			top:20px;
		}
		
		#partner_login #bt_login,
		#partner_reg #bt_login,
		#partner_lostpass #bt_login 
		{
			width:95px;
			left:170px;
		}
		
	#map{
		width:580px;
		overflow:hidden;
		margin-left:10px;
		padding-bottom:20px;
	}	
	
		#map a{
			position:absolute;
			display:block;
			overflow:hidden;
			text-indent:-1000px;
			width:30px;
			height:30px;
			background:#fff;
			opacity:0;
			filter:alpha(opacity=0);
		}
		
		#map a#bolt1{ top:245px; left:198px; }
		#map a#bolt2{ top:172px; left:207px; }
		#map a#bolt3{ top:103px; left:289px; }
		#map a#bolt4{ top:114px; left:348px; }
		#map a#bolt5{ top:174px; left:358px; }

	
	.kapcsolat h3{
		margin: 0px;
	}
	.kapcsolat{
		width:150px;
		float:left;
		padding-top:5px;
	}
		
	.kapcsolat .bt_sbmt{
		margin-top: 0px;
		margin-bottom: 40px;
	}	
		
		.kapcsolat#nyitvatartas{
			width:150px;
			padding-left:10px;
		}
		
			.kapcsolat#nyitvatartas ul{
				list-style:none;
				margin:-15px 0 0 75px;
			}
		
		.kapcsolat#kapcs_tel{
			width:115px;
		}
		
		.kapcsolat#kapcs_mail{
			width:165px;
		}
	
	.rendeles_termek{
		height:100px;
		overflow:hidden;
		background:url(../graphics/kosar_termek_bg.jpg) no-repeat 5px 9px ; 
		color:#606060;
		margin-bottom:10px;
	}
	
		.rendeles_termek b{
			position:absolute;
			top:20px;
			left:9px;
			width:63px;
			height:63px;
			text-align:center;
			overflow:hidden;
		}
		
		.rendeles_termek strong{
			color:#0d7692;
			font-size:13px;
			top:13px;
			left:90px;
		}
		
		.rendeles_termek dl{
			left:90px;
			float:left;
			top:25px;
			margin-right:20px;
			line-height:15px;
		}
		
			.rendeles_termek dl dd{
				font-weight:bold;
				color:#000;
			}
		
		.rendeles_termek .bt_sbmt{
			width:80px;
			left:350px;
			overflow:hidden;
			top:30px;
		}
		
		.rendeles_termek .rendeles_db{
			position:absolute;
			left:250px;
			top:60px;
			height:30px;
			line-height:30px;
		}
		
			.rendeles_termek .rendeles_db input{
				position:absolute;
				top:2px;
				left:70px;
				width:27px;
				height:27px;
				background:url(../graphics/kosar_db_bg.jpg) no-repeat; 
				border:none;
				text-align:center;
				font-weight:bold;
				padding-top:5px;
				color:#000;
			}
			
			.rendeles_termek .rendeles_db em{
				font-weight:bold;
				font-style:normal;
				color:#000;
				margin-left:33px;
			}
		
		.rendeles_termek .isnew{
			position:absolute;
			top:50px;
			left:400px;
			line-height:20px;
		}

		#rendeles_adat p{
			margin:10px 0 0 12px;
			padding:0;
		}
	
			#rendeles_adat p label{
				position:absolute;
				top:4px;
				left:0px;
			}
	
			#rendeles_adat p input{
				width:166px;
				height:22px;
				font-size:12px;
				padding:4px 10px 0 10px;
				margin-left:80px;
				background:url(../graphics/input_bg.jpg) no-repeat; 
				border:none;
			}
			
		#rendeles_adat p.hr{
			margin:0 0 0 10px;
			height:10px;
			font-size:1px;
		}
	
	
		#rendeles_atvetel{
			height:25px;
			padding-bottom:4px;
		}
	
		#rendeles_atvetel label{
			height:25px;
			line-height:25px;
			margin-top:-5px;
		}
	
		#rendeles_atvetel span{
			top:0px;
			font-size:11px;
			color:#606060;
		}
	
		#rendeles_adat #rendeles_atvetel input{
			width:20px;
			background:none;
			height:17px;
			padding:0;
			margin:0 0 0 15px;
			top:4px;
		}
		
		#kosar_total{
			font-size:16px;
			font-weight:bold;
			height:40px;
			line-height:46px;
			text-indent:12px;
		}
		
			#kosar_total strong{
				color:#ae2626;
			}
			
			#kosar_total .bt_sbmt{
				width:120px;
				position:absolute;
				right:30px;
				top:11px;
			}
			
			
span.google_link{
	color:				#ae2626 !important;
	text-decoration:	underline;
	cursor:				pointer;
	}
	
li{
	padding: 0 0 0 0;
	margin:	0 0 0 30px !important;
	}
	
img.absmiddle{vertical-align: middle !important};

.cont{
		margin:			0 20px 0 30px !important;
		width:			580px !important;
		padding-bottom:	15px !important;
		text-align:		justify !important;
		line-height:	150% !important;
		background:		#f00 url(../graphics/border_dot.gif) repeat-x bottom left !important; 
		margin-bottom:	15px !important;
	}
	
#logout{
		width:229px;
		height:37px;
		left:0px;
		top:0px;	
		background: #fff;
	}
	
	#logout .btn{
		height:		26px;
		background:	url(../graphics/bt_bg.jpg) top right no-repeat;
		width:		229px;
	}
	
		#logout .btn a{
			display:		block;
			width:			150px;
			height:			26px;
			line-height:	26px;
			border:			none;
			background:		url(../graphics/bt_bg.jpg) top left no-repeat; 
			padding-bottom:	2px;
			text-align:		center;
			text-indent:	10%;
			font-family:	arial, sans-serif;
			font-size:		12px;
			font-weight:	bold;
			color:			#fff;
			cursor:			pointer;
		}
		
#partner_data{
		width:270px;
		overflow:hidden;
		margin:0 0 0 0px;
		float:none;
	}
			
		#partner_data p{
			margin:10px 0 0 0;
			padding:0;
		}
	
			#partner_data p label{
				position:absolute;
				top:4px;
				left:0px;
			}
	
			#partner_data p input{
				width:166px;
				height:22px;
				font-size:12px;
				padding:4px 10px 0 10px;
				margin-left:80px;
				background:url(../graphics/input_bg.jpg) no-repeat; 
				border:none;
			}
	
		#partner_data a{
			color:#ae2626;
			text-decoration:underline;
			top:20px;
		}
		
		#partner_data #bt_login,
		#partner_data #bt_cancel 
		{
			width:95px;
			float:right;
			margin: 0 0 0 15px;
		}
		
.nobg{
	background: none !important;
	}
