@charset "UTF-8";

a{
    color:inherit;
    text-decoration:none;
}
a:visited{
    color:inherit;
    text-decoration:none;
}
a:active{
    color:inherit;
    text-decoration:none;
}
a:hover{
    color:#f4ae00;
    text-decoration:none;
}
img{
    border:0px;
}
body{
    text-align:center;
    color:Black;
    background:url(../images/background_gray.jpg);
    background-repeat:repeat;
    font-family:Verdana;
    margin-top:5px;
	overflow-x:hidden;
}
h1{
	color:#f4ae00;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
p{
	text-align:left;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}
td{
	margin:0px;
}
/* Fő container, minden tartalom ebbe megy */
#mainContainer{
	position:relative;
    top:0px;
    margin:0 auto;
    width:900px;
    margin-top:0px;
}

/* Fejléc logó */
#headerContainer{
    background:url(../images/logo_header.png);
    width:100%;
    height:101px;
	cursor:pointer;
	cursor:hand;
}

/*
    Menü
*/
	#menuContainer{
		position:relative;
		width:100%;
		height:40px;
		line-height:28px;
		text-align:right;
		padding-top:10px;
	}
	.menuItem{
		font-size:24px;
		margin-right:10px;
	}
	.menuItem:hover{
		color:#f4ae00;
	}
	.subMenuItem{
		font-size:16px;
		line-height:16px;
	}
	.subMenuItem:hover{
		color:#f4ae00;
	}
	.selected{
		color:#f4ae00;
	}
	.subMenuInfo{
		position:absolute;
		top:42px;
		left:505px;
		width:92px;
		height:53px;
		text-align:left;
		display:none;
		background:url(../images/subMenuInfo_bkg.png);
		background-repeat:no-repeat;
		z-index:999;
		padding-bottom:5px;
		padding-left:5px;
		padding-right:5px;
	}
	.subMenuLanguage{
		position:absolute;
		top:42px;
		left:780px;
		width:140px;
		height:20px;
		overflow:hidden;
		text-align:left;
		display:none;
		background:url(../images/subMenuLanguage_bkg.png);
		background-repeat:no-repeat;
		z-index:999;
		padding-bottom:5px;
		padding-left:5px;
		padding-right:5px;
	}
	#recycleLogo{
		position:absolute;
		top:7px;
		left:0px;
		width:39px; 
		height:39px;
		background:url(../images/recycle.png);
	}
/*
    Menü Vége
*/

/*
	FAQ
*/
.faqTitles{
	float:left; 
	width:220px; 
	text-align:left;
	border-right:2px #F3AF00 solid;
}
.faqTitle{
	width:100%; 
	font-weight:bold; 
	font-size:13px;
	margin-bottom:5px; 
	cursor:pointer; 
	cursor:hand;
}
.faqTitle:hover{
	width:100%; 
	font-weight:bold; 
	font-size:13px;
	color:#f4ae00;
	margin-bottom:5px; 
	cursor:pointer; 
	cursor:hand;
}
/*
	FAQ Vége
*/

/* 
	Stockists 
*/
	/* Container */
	.stockistContainer{
		width:900px; 
		height:200px; 
		padding-top:10px;
		padding-bottom:10px;
		background:url(../images/webshopCategoryBkg_Light.png); 
		background-repeat:repeat; 
		font-weight:bold; 
		font-size:13px; 
		margin-bottom:5px;
	}
	/* bal oszlop az üzlet nevével */
	.stockistName{
		margin-top:121px;
		float:left; 
		font-size:14px;
		width:285px;
	}
	.stockistNameStore{
		width:280px; 
		text-align:left; 
		padding-left:5px;
		cursor:pointer;
		cursor:hand;
	}
	.stockistNameAddress{
		color:#f4ae00; 
		width:275px; 
		text-align:right; 
		background:url(../images/webshopCategoryBkg_Light.png); 
		padding:5px;
	}
	.stockistImage{
		float:left; 
		width:300px; 
		height:200px; 
		margin-right:15px;
	}
	.stockistMap{
		float:left; 
		width:300px; 
		height:200px;
	}
/* 
	Stockists Vége 
*/

/*
	Webshop Fejléc
*/
	#webshopHeaderContainer{
		position:relative;
		width:100%;
		height:22px;
		line-height:20px;
		overflow:hidden;
		color:#999;
		text-align:left;
		padding-top:3px;
		background:url(../images/webshopHeaderBkg.png)
	}
	.webshopHeaderItem{
		float:right;
		margin-right:15px;
	}
	.webshopNavigation{
		float:left;
		margin-left:15px;
	}
/*
	Webshop fejléc vége
*/

/*
	Webshop login és regisztráció
*/
	.webshopFormSubmit{
		cursor:pointer; 
		cursor:hand; 
		color:#f4ae00;
		font-weight:bold;
		border:2px #f4ae00 solid; 
		padding:3px; 
		margin-top:10px;
	}
	.webshopFormSubmit:hover{
		cursor:pointer; 
		cursor:hand; 
		color:Black;
		background:#f4ae00;
		font-weight:bold;
		border:2px #f4ae00 solid; 
		padding:3px; 
		margin-top:10px;
	}
	.webshopFormText{
		color:#f4ae00;
	}
/*
	Webshop login és regisztráció vége
*/

/*
	Webshop kategóriaböngésző megjelenés
*/
	.webshopProductCategory{
		position:relative; 
		width:290px;
		height:auto;
		margin:5px; 
		float:left; 
		background:url(../images/webshopCategoryBkg_Light.png);
		cursor:pointer;
		cursor:hand;
	}
	.categoryImage{
		position:relative;
		width:290px;
		height:290px;
		background:;
		margin-top:0px;
		margin-left:0px;
	}
	.categoryTitle{
		width:280px;
		height:35px;
		color:#f4ae00;
		background:url(../images/webshopCategoryBkg_Light.png);
		background-repeat:repeat;
		text-align:right;
		font-size:16px;
		font-weight:bold;
		padding-right:10px;
		padding-top:15px;
		margin-left:0px;	
		margin-right:0px;
		overflow:hidden;
	}
/*
	Webshop kategóriaböngésző megjelenés vége
*/

/*
	Webshop termékböngésző megjelenés
*/
	
	.webshopBrowseProduct{
		position:relative; 
		width:290px; 
		margin:5px; 
		float:left; 
		cursor:pointer;
		cursor:hand;
		background:url(../images/webshopCategoryBkg_Light.png);
	}
	.webshopBrowseProductImage{
		position:relative;
		width:290px;
		height:290px;
		background:;
		margin-left:0px;
	}
	.webshopBrowseProductTitle{
		width:285px;
		color:#f4ae00;
		font-size:18px;
		line-height:22px;
		font-weight:bold;
		padding-right:5px;
		padding-bottom:5px;
		text-align:right;
		overflow:hidden;
		background:url(../images/webshopCategoryBkg_Light.png);
	}
	.webshopBrowseProductAddToCart{
		background:url(../images/webshopCategoryBkg_Light.png);
		text-align:right;
		padding-right:5px;
		padding-top:5px;
	}
/*
	Webshop termékböngésző megjelenés vége
*/

/*
	Webshop termékrészletező oldal
*/
	#webshopProductContainer{
		position:relative;
		width:100%;
		height:auto;
		margin-top:5px;
	}
	.webshopLeftSidebar{
		position:relative;
		float:left;
		width:270px;
		margin-left:5px;
	}
	/* Termékrészletező bal panel szöveg lekerekített teteje */
	.webshopLeftSidebarTextTop{
		position:relative; 
		width:100%; 
		height:13px; 
		/*background:url(../images/webshopLeftPanelBkgTop.png);*/
	}
	/* Termékrészletező bal panel szöveg (külön a háttér miatt) */
	.webshopLeftSidebarText{
		position:relative;
		width:100%;
		/*background:url(../images/webshopLeftPanelBkg.png);*/
	}
	/* Termékrészletező bal panel szöveg lekerekített alja */
	.webshopLeftSidebarTextBottom{
		position:relative; 
		width:100%; 
		height:13px; 
		/*background:url(../images/webshopLeftPanelBkgBottom.png);*/
	}
	/* Termékrészetező terméknév */
	.webshopProductName{
		position:relative;
		width:100%;
		text-align:center;
		color:#f4ae00;
		font-size:18px;
		font-weight:bold;
	}
	/* Termékrészletező termékleírás */
	.webshopProductDesc{
		position:relative;
		width:100%;
		text-align:left;
		padding-left:10px;
		padding-right:10px;
		color:#f4ae00;
	}
	/* Termékrészletező kisképek főcontainere */
	.webshopProductThumbsContainer{
		position:relative;
		float:left;
		width:110px;
		margin-left:10px;
	}
	/* Termékrészletező kisképek kerete */
	.webshopProductThumb{
		position:relative;
		/*background:url(../images/webshopThumbBkg.png);*/
		float:left;
		width:100px;
		height:100px;
		margin:5px;
		margin-top:0px;
		cursor:pointer;
		cursor:hand;
	}
	/* Termékrészletező jobb oldali panel */
	.webshopRightSidebar{
		position:relative;
		float:left;
		width:500px;
		margin-left:0px;
		margin-bottom:10px;
		background:url(../images/webshopCategoryBkg_Light.png);
	}
	/* Termékrészletező jobb oldali panel nagykép*/
	.webshopBigPicBkg{
		position:relative;
		float:left;
		width:500px;
		height:500px;
	}
	/* Termékrészletező jobb oldali panel nagykép mögötti loading gif */
	.webshopBigPic{
		position:relative;
		width:100%;
		height:100%;
		/*background:url(../images/webshopBigPicLoading.gif);*/
		background-repeat:no-repeat;
		background-position:center;
	}
	/* termékrészletező jobb oldali panel alsó része */
	.webshopBasket{
		position:relative;
		float:left;
		width:495px;
		cursor:pointer;
		cursor:hand;
		margin-top:0px;
		text-align:right;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		background:url(../images/webshopCategoryBkg_Light.png);
	}
	/* Termékrészletező jobb oldali panel szállításiinfók */
	.webshopShippingInfo{
		color:#f4ae00;
		font-weight:bold;
		padding-left:10px;
		text-align:left;
	}
/*
	Webshop termékrészletező oldal vége
*/

/*
	Webshop Shopping Cart oldal
*/
	.shoppingCartContainer{
		position:relative;
		width:780px;
		margin:0 auto;
	}
	.shoppingCartHeader{
		position:relative;
		width:100%;
		color:#f4ae00;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		overflow:hidden;
	}
	.shoppingCartContent{
		position:relative;
		width:100%;
		color:#f4ae00;
		font-size:14px;
		text-align:center;
		overflow:hidden;
	}
	.shoppingCartFooter{
		position:relative;
		width:100%;
		text-align:center;
		overflow:hidden;
	}
/*
	Webshop Shopping Cart oldal vége
*/

/*
	Webshop Checkout Oldal
*/
	#checkoutContainer{
		position:relative;
		width:100%;
		padding-top:10px;
	}
	.checkoutAddressContainer{
		position:relative;
		float:left;
		width:435px;
		padding:5px;
		background:#808080;
		margin-right:5px;
	}
	.checkoutAddressField{
		width:200px;
	}
	.checkOutRightSidebar{
		position:relative;
		float:left;
		width:435px;
		padding:5px;
		background:#808080;
	}
/*
	Webshop Checkout Oldal Vége
*/