body {
	font-family: "Tahoma";
	font-size: 13px;
	color: #6D6D6D;
	margin: 0;
}

a {
	color: #50b4d0;
	font-weight: bold;
	text-decoration: none;
}

	a:hover {
	text-decoration: underline;
	}

img {
	border: none;
	vertical-align: middle;
}

p {
	line-height: 18px;
margin: 0px 0px 10px 0px;
text-align: justify;
}

.form-text {
	padding: 2px 5px 2px 5px;
	border: 1px solid #dddddd;
}

.form-submit {
	color: #FFFFFF;
	padding: 6px 20px;
	background: url(img/bg-menu.png) top repeat-x #3ea2c5;
	border: none;
	cursor: pointer;
}

	.form-submit:hover {
	background: none;
	background-color: #50b4d0;
	}

.hide {
	visibility: hidden;
}

tbody {
	border: none;
}

label {
	cursor: pointer;
}

ul {
	padding: 0 0 0 20px;
}

	ul li{
		list-style: url(img/li-marker.png);
	}
	
/*CAPTCHA*/
.captcha legend{
display: none;
}

	.captcha #edit-captcha-response-wrapper {
	margin: 0;
	}
	
	.captcha #edit-captcha-response-wrapper .description{
	display: none;
	}
	
/*BABILON-BAR*/
#babilon-bar {
	position: fixed;
	width: 100%;
	height: 33px;
	top: 0;
	background: url(img/bg-babilon-bar.png) repeat-x;
	z-index: 500;
}

	#babilon-bar-inner {
		width: 1000px;
		margin: 0 auto;
	}
	
		#babilon-bar-inner ul{
			float: left;
			margin: 0;
			padding: 4px 0 0 0;
		}
		
			#babilon-bar-inner ul li{
				float: left;
				list-style: none;
				display: inline;
			}
			
				#babilon-bar-inner ul li a{
					color: #FFF;
					font-size: 17px;
					font-variant: small-caps;
					margin: 0;
					padding: 7px 10px 6px 10px;
					border-right: 1px solid #3ea2c4;
				}
				
					#babilon-bar-inner ul li a:hover, #babilon-bar-inner ul li.active a{
						text-decoration: none;
						background: #3ea2c4;
					}
				
		#babilon-bar-fb {
			float: right;
			text-align: right;
			padding: 3px 0 0 0;
		}
		
			#babilon-bar-fb iframe div{
				text-align: right !important;
			}
			
	/*PLECSNI*/
	#order-bar {
		position: absolute;
		top: -50px;
		right: -100px;
	}

/*WRAPPER*/
#wrapper {
	background-color: #333333;
	padding: 50px 0 50px 0;
}

#wrapper-inner {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 40px 40px 40px 40px;
	background-color: #FFFFFF;
	position: relative;
}

/*HEAD*/
#head {
}

/*MENUBAR*/
#menubar {
	padding: 0px 0 0 0;
}

	#block-menu-primary-links h2 {
		position: absolute;
	}
	
	#menubar ul{
		float: none;
		padding: 0;
	}

		#menubar ul li{
			float: none;
			height: auto;
			list-style: none;
			margin: 0;
			padding: 7px 11px;
			line-height: 15px;
			border: none;
			background: none;
			
			display: inline-block;
			color: #909090;
			font-size: 12px;
			font-weight: bold;
			cursor: pointer;
		}

			#menubar ul li a{
				float: none;
				display: inline-block;
				color: #909090;
				font-size: 12px;
				/*text-transform: uppercase;*/
				padding: 0;
				border: none;
				background: none;
			}
			
				#menubar ul li a.active, #menubar ul li a:hover, #menubar ul li:hover a{
					color: #FFFFFF !important;
					border: none;
				}
				
				#menubar ul li:hover, #menubar ul li.active-trail, /*#menubar ul li.active-trail a, */#menubar ul li.active-trail:hover  {
					color: #FFFFFF !important;
					border: none;
					background: url(img/bg-menu.png) top repeat-x #3ea2c5;
				}
				
			/*LEVEL2*/
			#menubar ul li ul{
				position: absolute;
				z-index: 100;
				padding: 0px 0 0 0;
				margin: -1px 0 0 0;
			}
			
				#menubar ul li ul li{
					display: block;
					background-color: #50B4D0;
					color: #FFF;
					padding: 0;
					margin: 0;
					display: block;
					opacity: 0.9;
				}
				
					#menubar ul li ul li a{
						display: block;
						color: #FFF;
						margin: 0;
						padding: 8px 10px;
					}
					
						#menubar ul li ul li a:hover{
							opacity: 1;
							background: url(img/bg-menu.png) top repeat-x #3ea2c5;
						}
						
						#menubar ul li.sfHover li a {
							background: none;
							background-color: #50B4D0;
							color: #FFFFFF;
						}
				
	/*FACEBOOK*/
	#header-facebook {
		padding: 15px 0 0 0;
	}
	
/*SLOGAN*/
#slogan {
	float: left;
	width: 640px;
	height: 50px;
}
	
/*LOGO*/
#logo {
	float: right;
	width: 280px;
	text-align: right;
}

	#logo #slogan {
		font-size: 11px;
		font-weight: normal;
		color: #909090;
		margin: 5px 0 5px 0;
	}

/*CONTENT*/
#content {
}

#titlebar {
	position: relative;
	/*background: url(img/bg-h1.png) repeat-x;*/
	border-bottom: 1px solid #DDDDDD;
}

#content h1 {
    font-family: "Arial Narrow",Arial;
    font-size: 30px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
    padding: 5px 18px 5px 0;	
}

#sharebox {
	position: absolute;
	top: 0;
	right: 0;
padding: 12px 18px 12px 18px;
}

	/*FB-SHARE*/
	#block-block-5 {
	float:left;
	padding: 3px 0 0 0;
	}
	
	#block-block-5 a {
	color: #FFFFFF;
	}
	
		#block-block-5 .title, #block-block-6 .title {
		position: absolute;
		}
	
	/*+1*/
	#block-block-6 {
	float: left;
	margin: 0 10px 0 10px;
	}

#content h2 {
    color: #50B4D0;
	font-family: "Tahoma";
    font-size: 21px;
	font-weight: bold;
    padding: 15px 0 10px;
	margin: 0;
}

	#content h2 a:hover {
		text-decoration: none;
	}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	color: #6D6D6D;
}

	#content h3 a:hover {
		text-decoration: none;
	}

#content h4 {
	margin: 0 0 10px 0;
}

	#content h4 a:hover{
		text-decoration: none;
	}

.bws-large-title {
	background: none !important;
    color: #6D6D6D !important;
    font-family: "Bebas" !important;
    font-size: 60px !important;
    padding: 10px 0 !important;
}

.alcim {
	line-height: 25px;
	font-style: italic;
}

/*MAIN*/
#main {
position: relative;
padding: 0 0 20px 0;
}

		.twoside {
			float: left !important;
			width: 650px !important;
			margin: 0 20px 0 0;
		}

	#main li {
		list-style: url(img/li-marker.png);
	}

	/*FB-SHARE-BOX*/
	#main .facebookshare-box {
	position: absolute;
	bottom: 0;
	}

	/*JS-SLIDER*/
	#block-block-1 .title{
		position: absolute;
	}
	
		#block-block-8 h2{
			display: none;
		}

	/*BOXES*/
	.boxes {
		float: left;
		font-size: 13px;
		padding: 10px;
		width: 286px;
	}
	.boxes img {
		border: 3px solid #6D6D6D;
	}
	.boxes p {
		text-align: left;
	}

	/*ARAK*/
	#arak {
	}

		#arak h1{
			font-family: "Bebas";
			font-size: 60px;
			color: #6d6d6d;
			background: none;
			padding: 10px 0 10px 0;
		}
		
		#button-custom-pack {
			width: 319px;
			height: 59px;
			color: #FFFFFF;
			font-family: "Tahoma";
			font-size: 24px;
			text-transform: uppercase;
			background: url(img/bg-button-custom-pack.png) no-repeat;
			border: none;
			cursor: pointer;
		}
		
		#custom-pack-description {
			width: 279px;
			font-size: 11px;
			color: #44a9c9;
			padding: 20px;
		}
		
	.pack-product-picture {
		width: 150px;
	}
	
		#product-table-head h3 {
			font-family: "Bebas";
			font-size: 22px;
			font-weight: normal;
			color: #545454;
			text-align: center;
			margin: 0;
		}

	#product-table-body {
		font-size: 13px;
		color: #6D6D6D;
		text-transform: uppercase;
	}
	
		#product-table-body tr{
			padding: 0;
			border: none;
			background-color: #FFFFFF;
		}
		
		#product-table-body td{
			text-align: center;
			padding: 10px;
		}
		
			#product-table-body .first{
				width: 310px;
				text-align: left;
			}
			
			#product-table-body .dark{
				background-color: #cccccc;
			}
			
			#product-table-body .light {
				background-color: #dbdbdb;
			}
		
		.button-product-megrendeles {
			padding: 0 2px 0 2px !important;
		}
		
			.button-product-megrendeles a{
				display: block;
				font-size: 13px;
				font-weight: normal;
				color: #FFFFFF;
				padding: 5px 20px;
				background: url(img/bg-button.png) repeat-x;
				border: 1px solid #318da7;
				cursor: pointer;
			}
			
				.button-product-megrendeles a:hover{
					color: #FFFFFF;
					text-decoration: none;
					background: url(img/bg-button-megrendelem.png) no-repeat;
				}
				
		#arak-bottom {
			color: #6D6D6D;
		}
		
		.arak-box {
			float: left;
			width: 286px;
			padding: 10px;
			font-size: 13px;
		}
			
	/*CSOMAGOK*/
	#csomagok {
		width: 920px;
		height: 415px;
	}
	
			#right #csomagok {
				width: auto;
			}
	
		#csomagok h3 {
			margin: 0;
			color: #6D6D6D;
			font-size: 13px;
		}
		
		#csomagok .product-home-price {
			margin: 0;
			color: #6D6D6D;
			font-size: 18px;
			text-align: center;
		}
	
		.product-home {
			float: left;
			width: 230px;
			height: 415px;
			position: relative;
		}
		
			.product-home-name {
				width: 100%;
				position: absolute;
				top: 10px;
				text-align: center;
				z-index: 1;
			}
		
			.product-home-title {
				height: 300px;
				padding: 20px 0 0 0;
			}
			
				.product-home-title h2{
					font-family: "Bebas";
					text-align: center;
					margin: 0;
				}
				
				.product-home-title a {
					color: #434343;
					font-weight: normal;
				}
				
					.product-home-title a:hover {
						color: #50b4d0;
						text-decoration: none;
					}
				
			.product-home-picture {
				height: 375px;
				position: relative;
			}
			
			.product-home-picture img:hover{
				width: 220px;
				height: 365px;
				border: 5px solid #dddddd;
			}
			
				.product-home-picture a{
					display: block;
					width: 230px;
					height: 375px;
					background-color: #f2f2f2;
				}
			
			.product-home-description {
				width: 230px;
				height: 72px;
				text-align: center;
				position: absolute;
				bottom: 45px;
			}
			
				.product-home-seed {
					color: #6D6D6D;
				}
				
			.product-home-button a{
				width: 228px;
				height: 26px;
				background-color: #f2f2f2;
				border-left: 1px solid #FFFFFF;
				border-right: 1px solid #FFFFFF;
				display: block;
				font-size: 13px;
				font-weight: normal;
				text-align: center;
				padding: 9px 0 0 0;
				margin: 2px 0 0 0;
				
				color: #FFFFFF;
				background: url(img/bg-button-megrendelem.png) no-repeat;
			}
			
				.product-home-button a:hover{
					color: #FFFFFF;
					text-decoration: none;
					background: url(img/bg-button-megrendelem.png) no-repeat;
				}
				
			.product-order-button {
				width: 228px;
				height: 26px;
				background-color: #f2f2f2;
				border-left: 1px solid #FFFFFF;
				border-right: 1px solid #FFFFFF;
				display: block;
				font-size: 13px;
				font-weight: normal;
				text-align: center;
				color: #FFFFFF;
				padding: 9px 0 0 0;
				margin: 2px 0 0 0;
				text-decoration: none;
				background: url(img/bg-button-megrendelem.png) no-repeat;
			}
				
	/*MEGRENDELEM*/
	#megrendelem {
		line-height: 18px;
	}
	
	#megrendelem h2{
		margin: 10px 0 5px 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #dddddd;
	}
	
	#megrendelem .form-text {
		width: 250px;
	}	
	
		#megrendelem-product {
			padding: 0 0 10px 0;
		}
		
			#atregisztralas {
				display: none;
			}
	
		#megrendelem-person {
			padding: 0 0 10px 0;
			margin: 10px 0 10px 0;
		}
	
		.megrendelem-text {
			padding: 8px 0px 5px 0px;
		}
		
		.megrendelem-options {
			padding: 0 10px 0 30px;
		}
		
			.megrendelem-options .left {
				float: left;
				width: 200px;
				text-align: right;
				margin: 0 10px 0 0;
			}

			.megrendelem-options .right {
				float: left;
				width: 500px;
				margin: 0 0 0 10px;
			}
		
			.megrendelem-option-seed {
				font-size: 11px;
				color: #50B4D0;
				padding: 0 0 0 10px;
			}
			
			#megrendeles-kepek {
			}
			

			#megrendeles-kepek h3{
				margin: 5px 0 0 0;
			}

				#csomag_start, #csomag_aktiv, #csomag_eshop, #csomag_optimum,
				#optimum_szolg_kor {
					display: none;
				}
				
			#oldal_elkepzeles {
				width: 500px;
			}
			
				#megrendelem_picture_start {
					width: 150px;
					height: 200px;
					display: block;
					background: url(img/01-product-small.png) no-repeat;
				}
				
					#megrendelem_picture_start.radio_checked, #megrendelem_picture_start:hover {
						background: url(img/01-product-small-hover.png) no-repeat;
					}
	
				#megrendelem_picture_aktiv {
					width: 150px;
					height: 200px;
					display: block;
					background: url(img/02-product-small.png) no-repeat;
				}

					#megrendelem_picture_aktiv.radio_checked, #megrendelem_picture_aktiv:hover {
						background: url(img/02-product-small-hover.png) no-repeat;
					}
	
				#megrendelem_picture_eshop {
					width: 150px;
					height: 200px;
					display: block;
					background: url(img/03-product-small.png) no-repeat;
				}

					#megrendelem_picture_eshop.radio_checked, #megrendelem_picture_eshop:hover {
						background: url(img/03-product-small-hover.png) no-repeat;
					}
	
				#megrendelem_picture_optimum {
					width: 150px;
					height: 200px;
					display: block;
					background: url(img/04-product-small.png) no-repeat;
				}

					#megrendelem_picture_optimum.radio_checked, #megrendelem_picture_optimum:hover {
						background: url(img/04-product-small-hover.png) no-repeat;
					}
					
	/*KAPCSOLAT*/
	#contact-rolunk {
	}
	
	#webform-client-form-6 {
		padding: 0 0 20px 40px;
	}
	
		#webform-client-form-6 #edit-submit {
			clear: both;
		}
		
	/*TEMPLATE*/
	.free-template {
	float: left;
	height: 200px;
	margin: 10px 15px;
	position: relative;
	}
	
		.free-template img{
		width: 290px;
		box-shadow: 1px 1px 8px 1px #CCC;
		}
		
			.free-template .flag {
				position: absolute;
				top: -10px;
				left: 180px;
			}
		
				.free-template .flag img{
					width: auto;
					box-shadow: none;
				}
		
	/*OKTATOVIDEOK*/
	#oktatovideok {
	}
	
		.oktatovideo {
			float: left;
			width: 300px;
			margin: 10px 6px 10px 0;
		}

	/*REFERENCIA*/
	.reference-box {
		/*height:280px;*/
		margin: 0 0 30px 0;
	}

		.reference-box .reference-box-image {
			float: left;
			width: 310px;
			position: relative;
		}
		
				.reference-box .reference-box-image .flag {
					position: absolute;
					top: -10px;
					left: 180px;
				}
				
					.reference-box .reference-box-image .flag img {
						box-shadow: none;
					}
		
			.reference-box .reference-box-image img{
				box-shadow: 1px 1px 5px 1px #CCCCCC;
			}
		
		.reference-box .reference-box-data {
			float: left;
			width: 340px;
		}
		
			#main .reference-box .reference-box-data h3{
				margin: 5px 0 15px 0;
			}

	.reference-type {
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0 10px 0;
	}
	
	.reference-more {
	font-size: 13px;
	margin: 5px 0 20px 0;
	}
	
	/*FOLYAMAT*/
	.process-box {
		/*height:280px;*/
		margin: 0 0 30px 0;
	}

		.process-box .process-box-image {
			float: left;
			width: 240px;
		}
		
			.process-box .process-box-image img{
				box-shadow: 1px 1px 5px 1px #CCCCCC;
				max-width: 220px;
			}
		
		.process-box .process-box-data {
			float: left;
			width: 410px;
		}
		
			#main .process-box .process-box-data h3{
				margin: 5px 0 15px 0;
			}

	.process-type {
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0 10px 0;
	}
	
	.process-more {
	font-size: 13px;
	margin: 5px 0 20px 0;
	}


/*LEFT*/
#left {
	width: 150px;
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
}

	/* Menu Formatting */
	#block-user-1 ul {
		margin: 0px;
		padding: 0px;
	}
	#block-user-1 ul li li {
		padding-left: 15px;
	}
	#block-user-1 ul li {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
		list-style-type: none;
	}
	#block-user-1 ul li a {
		border-bottom: 1px solid #EEEEEE;
	  display: block;
		padding: 0px 0px 0px 5px;
	  margin: 0px 0px 0px 0px;
	  text-transform: capitalize;
	}
	#block-user-1 ul li a:hover {
		background-color: #e7eff2;
		color: #666666;
	}
	
/*RIGHT*/
#right {
	float: left;
	width: 250px;
}

	/*HIVJON-MINKET*/
	#block-block-10 #button-custom-pack{
		width: 250px;
		margin: 10px 0 0 0;
	}
	
		#block-block-10 .content{
			background: url(img/icon-phone.jpg) top left no-repeat;
		}
	
		#block-block-10 h3 {
			margin: 0 0 15px 0;
			padding: 0 0 0 60px;
		}
	
	/*ROLUNK-MONDTAK*/
	#block-block-11 {
		height: 235px;
		margin: 30px 0 0 0;
		padding: 3px 25px 20px 20px;
		background: url(img/bg-post-it.png) bottom no-repeat;
		color: #333333;
	}
	
		#block-block-11 h2{
			margin: 0 0 15px 0;
		}
	
/*FOOTER*/
#footer {
	clear: both;
	margin: 40px 0 0 0;
}

	#footer p {
		font-size: 13px;
		color: #909090;
	}
	
	/*PARTNERS*/
	#block-block-2 {
		text-align: center;
		padding: 30px 0 30px 0;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	
		#block-block-2 img{
			margin: 0 14px 0 14px;
		}
	
	/*COPYRIGHT*/	
	#block-block-3 {
		margin: 40px 0 0 0;
	}
	
		#block-block-3 .title {
			position: absolute;
		}
		
		#block-block-3 p {
			margin: 0;
		}
                .LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.csomag_tartalma_title {
    width: 960px;
    height: 80px;
    padding-bottom: 15px;
}


.iconlist {
    width: 33%;
    float: left;
}

.iconlist p {
    font-family: 'Tahoma';
    font-weight: bold;
    font-size: 13px;
    color: #11566d;
}
.csomagok-product-image {
    float: left;
	width: 30%;
    padding-left: 10px;
    padding-right: 10px;

}
.csomagok-navigation-link {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

	.csomagok-navigation-link .product-order-button{
		width: 228px;
	}

#wrapper-dm {
	width: 860px;
	margin: 0 auto 0 auto;
	font-family: "Tahoma";
	font-size: 14px;
	color: #6D6D6D;
}

 #wrapper-dm img {
	border: none;
	vertical-align: middle;
	margin: 0;
}

#wrapper-dm a {
	color: #53b5d1;
	text-decoration: none;
}