/*
Theme Name: The World Famous Felvarrom
Theme URI: http://felvarrom.hu
Description: What? Felvarrom theme for life!
Version: 2.0
Author: Soczó András, soczoandras@gmail.com
Author URI: http://wethecode.com
Tags: felvarrom, lifestyle, feelin', cycle, re cycle!
*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('images/background.png') repeat top center;
	font-family: Georgia, "Times New Roman", sans-serif;
}

a:active, a:focus {
 	outline: none;
}

a img {
	border: none;
}

#wrapper, #footer {
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
}

#sidebar, #content {
	float: left;
}

#sidebar {
	width: 172px;
	margin-top: -41px;
	padding-bottom: 30px;
}

#content {
	width: 822px;
	padding: 73px 0 0 14px;
	overflow: hidden;
}



/* LOGO */

#sidebar h1 {
	margin: 0;
	padding: 0;
	width: 138px;
	height: 172px;
		
}

	#sidebar h1 a {		
		display: block;
		width: 138px;
		height: 172px;
		background: transparent url('images/felvarrom-logo.png') no-repeat left top;
		text-indent: -9999px;
	}



/* CART 'N' SEARCH */

#cart-n-search {
	width: 803px;
	height: 47px;	
	margin-left: 186px;
	padding-bottom: 7px;
	position: relative;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 3px solid #000;
}

	.en #cart-n-search {
		background-image: url('images/cart-n-search-en.png');
	}
	
	.hu #cart-n-search {
		background-image: url('images/cart-n-search-hu.png');
	}

#cart {	
	position: absolute;
	width: 194px;	
	color: #959186;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;

}
	.en #cart {
		top: 17px;
		left: 86px;
	}
	
	.hu #cart {
		top: 18px;
		left: 97px;
	}

	#cart span {
		color: #181717;
		font-size: 18px;
		font-style: normal;
		border-bottom: 2px solid #000;
	}

	#cart a {
		color: #181717;
		text-decoration: none;
	}

#checkout {
	position: absolute;	
	top: 14px;
	width: 98px;
	height: 27px;
}

	.en #checkout {
		left: 294px;
	}
	
	.hu #checkout {
		left: 298px;
	}	

	#checkout a {
		display: block;
		line-height: 28px;
		width: 88px;
		height: 27px;
		padding-right: 10px;
		color: #f2eee8;
		font-size: 14px;
		font-weight: bold;		
		text-decoration: none;
		text-align: center;
	}
	
		#checkout a:hover {
			color: #fff;
		}
		
		
		
	/* LANGUAGES */
	
	#languages {
		position: absolute;
		top: 14px;
		right: 267px;
		width: 64px;
		height: 27px;
	}	
		
	#languages, #languages li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#languages li {
			float: left;
			height: 27px;
		}
		
			#languages li a {
				display: block;
				height: 27px;
				background-color: transparent;
				background-image: url('images/languages.png');
				background-repeat: no-repeat;
				text-indent: -9999px;
			}
			
				#languages li#hungarian a { width: 29px; background-position: 0 0; margin-right: 6px; }
				/* #languages li#hungarian a:hover { background-position: 0 -24px; } */
				/* body.hu #languages li#hungarian a { background-position: 0 -24px; } */
				
				#languages li#english a { width: 29px; background-position: -35px 0; }
				/* #languages li#english a:hover { background-position: -63px -24px; } */
				/* body.en #languages li#english a { background-position: -63px -24px; } */




	/* FEED */

	#feed_me_mofo {
		position: absolute;
		bottom: -58px;
		right: 7px;
		height: 30px;	
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;
	}

		.en #feed_me_mofo {
			width: 162px;
			background-image: url('images/feed-me-mofo-en.png');
			padding: 25px 0 0 17px;
		}
		
		.hu #feed_me_mofo {
			width: 181px;
			background-image: url('images/feed-me-mofo-hu.png');
			padding: 25px 0 0 30px;
		}
		
#feed_me_mofo a {
  color:#000000;
  font-size:10px;
  padding-left:15px;
  text-decoration:underline;
}
					
			#feed_me_mofo a:hover {
				text-decoration: none;
			}
				


	/* SEARCH */
	
	#search, #search_submit {
		position: absolute; 
	}
		
		#search {
			border: none;
			background-color: transparent;
			width: 162px;
			height: 27px;
			padding: 0 6px 0 6px;
			color: #f2eadc;
			font-size: 11px;
			font-family: arial, helvetica;
			right: 54px;
			top: 14px;
		}
		
		#search_submit {
			width: 54px;
			height: 27px;
			top: 14px;
			right: 0;
		}



/* NAVIGATION & BLOG 'N' SOCIAL */

#navigation {
	margin: 48px 0 0 14px;
}

#blog-n-social {
	/* margin-top: 40px; */
}

#navigation ul, #navigation li, #blog-n-social ul, #blog-n-social li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li.main_category {
	min-height: 18px;
	margin-top: 6px;
}

#blog-n-social li {
	margin-top: 22px;
}

#categories li.main_category > a, #blog-n-social li a {
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	text-indent: -9999px;
}

	#navigation #categories li.main_category ul {
		overflow: hidden;
		margin-bottom:17px;
	}
	
		#navigation #categories li.main_category ul li {
			background: transparent url('images/subcategorys-lil-triangle.png') no-repeat 1px center;
		}
		
			#navigation #categories li.main_category ul li a {
				font-weight: bold;
				font-style: italic;
				font-size: 12px;
				color: #000;
				text-decoration: underline;
				margin-left: 10px;
			}
			
				#navigation #categories li.main_category ul li a:hover {
					text-decoration: none;
				}


	/* NAVIGATION CATEGORIES */

	#categories li.main_category > a {		
		height: 17px;	
		margin-bottom: 1px;
	}
	
		#categories li.main_category > a:hover {
			border-bottom: 1px solid #a19685;
			margin-bottom: 0;
		}
		
		.en #categories li.main_category > a {
			background-image: url('images/navigation-en.png');
		}
		
		.hu #categories li.main_category > a {
			background-image: url('images/navigation-hu.png');
		}
	
		.en li#everything a { width: 106px;	background-position: 0 0; }		
		.en li#badges a { width: 65px; background-position: 0 -24px; }
		.en li#pins a { width: 39px; background-position: 0 -48px; }
		.en li#bracelets a { width: 97px; background-position: 0 -72px; }		
		.en li#belts a { width: 52px; background-position: 0 -96px; }		
		.en li#shirts a { width: 60px; background-position: 0 -120px; }		
		.en li#furniture a { width: 97px; background-position: 0 -144px; }		
		.en li#robots a { width: 64px; background-position: 0 -168px; }
		.en li#any-other a { width: 94px; background-position: 0 -192px; }
		
		.hu li#everything a { width: 67px;	background-position: 0 0; }		
		.hu li#badges a { width: 97px; background-position: 0 -24px; }
		.hu li#pins a { width: 73px; background-position: 0 -48px; }
		.hu li#bracelets a { width: 91px; background-position: 0 -72px; }		
		.hu li#belts a { width: 45px; background-position: 0 -96px; }		
		.hu li#shirts a { width: 53px; background-position: 0 -120px; }		
		.hu li#furniture a { width: 78px; background-position: 0 -144px; }		
		.hu li#robots a { width: 76px; background-position: 0 -168px; }
		.hu li#any-other a { width: 77px; background-position: 0 -192px; }
		
	
	
	/* NAVIGATION PAGES */
	
	#navigation ul#pages {
		width: 147px;
		margin-top: 21px;
		padding: 22px 0 22px 0;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		
	}
	
		#pages li {
			margin: 0 0 2px 1px;
			width: 147px;
		}
		
			#pages li a {
				color: #000;
				font-weight: bold;
				font-style: italic;
				text-decoration: underline;
				font-size: 12px;
			}
			
				#pages li a:hover {
					text-decoration: none;
				}





	/* FLICKR 'N' BLOG */
	
	li#flickr a {
		display: block;
		width: 152px;
		height: 131px;
		margin: 9px 0 0 5px;
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
		.en li#flickr a {
			background-image: url('images/flickr-en.png');
		}
		
		.hu li#flickr a {
			background-image: url('images/flickr-hu.png');
		}
	
	li#blog a {
		display: block;
		width: 147px;
		height: 127px;
		margin: 0 0 0 13px;
		padding-bottom: 22px;
		border-bottom: 3px solid #000;
		background: transparent url('images/blog.png') no-repeat left top;
	}



	/* RECYCLE */
	
	#recycle {
		width: 161px;
		height: 464px;
		margin: 22px 0 0 12px;
		padding-bottom: 22px; 
		border-bottom: 3px solid #000;
		background: transparent url('images/recycle-guy.png') no-repeat left top;
		position: relative;
	}
	
		#recycle div {
			position: absolute;
			height: 40px;
			text-align: center;
			line-height: 40px;
			font-size: 17px;
			color: #fff;
			font-family: arial, helvetica;
			font-weight: bold;
		}
		
#recycle #company {
  bottom:121px;
  left:2px;
  width:37px;
}

#recycle #friend {
  bottom:120px;
  right:15px;
  width:39px;
}
			
			#recycle a {
				display: block;
				width: 161px;
				height: 464px;
				position: absolute;
				top: 0;
				left: 0;
				text-indent: -9999px;
			}




/* CATEGORY VIEW */

#category_head {
	overflow: hidden;
}

#category_head h2 {
	width: 214px;
	height: 60px;
	text-indent: -9999px;
	margin: 27px 58px 0 0;
	padding: 0;	
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}


body.en.category-everything #category_head h2 { background-image: url('images/title-everything-en.png'); }
body.en.category-badges #category_head h2 { background-image: url('images/title-badges-en.png'); }
body.en.category-bracelets #category_head h2 {	background-image: url('images/title-bracelets-en.png'); }
body.en.category-belts #category_head h2 { background-image: url('images/title-belts-en.png'); }
body.en.category-shirts #category_head h2 { background-image: url('images/title-shirts-en.png'); }
body.en.category-pins #category_head h2 { background-image: url('images/title-pins-en.png'); }
body.en.category-any-other #category_head h2 { background-image: url('images/title-any-other-en.png'); }
body.en.category-furniture #category_head h2 { background-image: url('images/title-furniture-en.png'); }
body.en.category-robots #category_head h2 { background-image: url('images/title-robots-en.png'); }
body.en.search #category_head h2 { background-image: url('images/title-search-en.png'); }

body.hu.category-everything #category_head h2 { background-image: url('images/title-everything-hu.png'); }
body.hu.category-felvarrok #category_head h2 { background-image: url('images/title-badges-hu.png'); }
body.hu.category-karkotok #category_head h2 {	background-image: url('images/title-bracelets-hu.png'); }
body.hu.category-ovek #category_head h2 { background-image: url('images/title-belts-hu.png'); }
body.hu.category-polok #category_head h2 { background-image: url('images/title-shirts-hu.png'); }
body.hu.category-jelvenyek #category_head h2 { background-image: url('images/title-pins-hu.png'); }
body.hu.category-egyebek #category_head h2 { background-image: url('images/title-any-other-hu.png'); }
body.hu.category-butorok #category_head h2 { background-image: url('images/title-furniture-hu.png'); }
body.hu.category-robotok #category_head h2 { background-image: url('images/title-robots-hu.png'); }
body.hu.search #category_head h2 { background-image: url('images/title-search-hu.png'); }



#tip {
	float: left;
	width: 536px;
	height: 99px;
	background: transparent url('images/mr-markerhead-who-has-a-big-n-awesome-mustache-is-giving-tips.png') no-repeat left top;
}

	#tip img {
		margin: 0 0 0 140px;
	}

/*
	#tip p {
		width: 396px;
		height: 99px;
		margin: 0 0 0 140px;
		padding: 0;
		text-indent: -9999px;
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;
	}
*/

p#tip_1 {
	background-image: url('images/tips/tip-1.png');
}



/* PRODUCT BOX (GRID VIEW) */

#products {
	margin: 29px 0 0 0;
	clear: both;
}

.product_box {
	float: left;
	margin: 0 14px 34px 0;
}

.third {
	margin-right: 0;
}

.product_image {
	width: 255px;
	height: 284px;
	background: transparent url('images/products-border.png') no-repeat left top;
	padding: 4px 0 0 5px;
}

.product_box h3 {
	width: 260px;
	height: 28px;
	padding: 10px 0 0 0;
	margin: 3px 0 0 0;
	background: transparent url('images/products-name.png') no-repeat left top;
	font-size: 18px;
	font-family: arial, helvetica;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.product_box h3 a {
	color: #000;
	text-decoration: none;
}

.price-n-details {
	margin-top: 4px;
}

.price {
	float: left;
	width: 83px;
	height: 26px;
	padding-top: 7px;
	background-color: #fff;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 17px;
}

.price span {
	color: #d4c6af;
	padding-left: 1px;
	font-size: 14px;	
}

.details {
	float: left;
	margin-left: 6px;
}

.details a {
	display: block;
	width: 138px;
	height: 23px;
	padding: 11px 28px 0 5px;
	background: transparent url('images/products-button.png') no-repeat left top;
	color: #f1ede7;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}



/* PAGES */

.pages {
	width: 836px;
	height: 35px;
	margin-left: -14px;
	background: transparent url('images/pages.png') no-repeat left top;
	clear: both;
	position: relative;
}

	.pages a {
		/* display: block; */
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		width: 87px;
		height: 27px;
		padding-top: 8px;
	}

.prev, .next {
	position: absolute;
	top: 0;
	height: 35px;
}

.prev {
	left: 0;
	text-align: right;
}

.next {
	right: 0;
}

.reroll {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding-top: 8px;
	height: 27px;
}

	.reroll a {
		font-weight: bold;
		font-style: italic;
	}

		.reroll a:hover {
			color: #f1e9db;
		}


/* SINGLE PRODUCT VIEW */

#product {
	overflow: hidden;
	margin: 29px 0 34px 0;
}

#buy_this_shit {
	float: left;
	width: 290px;
	margin-left: -3px;
}

#single_product_image_wrapper {
	float: left;
}

	#single_product_image {
		width: 534px;
		height: 597px;
		background: transparent url('images/single-product-border.png') no-repeat left top;
		position: relative;
	}

	#single_product_image div > div {
		position: absolute;
		top: 5px;
		left: 5px;
		display: none;
	}
	
	#single_product_image .first {
		display: block;
	}
	
	#badass_image_shifter_shit_i_am_sick { 
		text-align: center;
		overflow: hidden;
		background: transparent url('images/a-typical-felvarrom-border.png') no-repeat left bottom;
		padding: 6px 0;
		display: none;
	}	
			
		#badass_image_shifter_shit_i_am_sick ul {
			display: inline-block;
		}
		
		#badass_image_shifter_shit_i_am_sick ul, #badass_image_shifter_shit_i_am_sick li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			#badass_image_shifter_shit_i_am_sick li {
				display: block;
				float: left;
				margin-right: 10px;
			}
			
				#badass_image_shifter_shit_i_am_sick li:last-child {
					margin-right: 0;
				}

                #badass_image_shifter_shit_i_am_sick li a.selected { border: 1px solid #fff; width: 19px; height: 19px; }

				#badass_image_shifter_shit_i_am_sick li a {
					display: block;
					width: 20px;
					height: 20px;
					text-align: center;
					background-color: #000;
					color: #fff;
					text-decoration: none;
					font-size: 14px;
					/*
					background: transparent url('images/lil-picture-selector-creature.png') no-repeat left top;
					text-indent: -9999px;
					*/
				}
				
				#badass_image_shifter_shit_i_am_sick li#label_ya {
					text-align: center;
					font-size: 15px;
					padding-top: 2px;
					font-weight: bold;
				}


#product h3 {
	width: 233px;
	height: 95px;
	margin: 3px 0 0 0;
	padding: 26px 35px 0 25px;
	background: transparent url('images/product-title.png') no-repeat left top;	
	font-family: arial, helvetica;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	line-height: 0.9em;
}

.text {
	width: 258px;
	padding: 0 0 18px 21px;
	font-size: 12px;
	border-bottom: 1px solid #c0b39e;
}

	.text a {
		color:#000000;	
		text-decoration: underline;
	}
		.text a:hover {
			text-decoration: none;
		}


/* ADD TO CART BOX */

#cartbox_default {
	width: 261px;
	/* height: 225px; */
	background: transparent url('images/product-cartbox-default.png') no-repeat left top;	
	margin: 17px 0 0 15px;	
}

#cartbox_top {
	position: relative;
	height: 68px;
}

#cartbox_flickr {
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top: 9px;
	left: 12px;
}

#cartbox_flickr a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#cartbox_flickr a:hover {
	text-decoration: none;
}

#cartbox_top h5 {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 47px;
	left: 12px;
	margin: 0;
	padding: 0;
}

#cartbox_girly {
	width: 248px;
/* 	height: 144px; */
	background: transparent url('images/product-cartbox-girly.png') no-repeat left top;	
	margin: 0 0 0 17px;	
}

#cartbox_bottom {
	width: 259px;
	height: 67px;
	background: transparent url('images/product-cartbox-bottom.png') no-repeat left top;	
	margin: 0 0 0 17px;
	text-align: center;
	padding-top: 2px;	
}

	#cartbox_bottom a {
		text-align: center;
		display: block;
		color: #f1e9db;
		font-size: 12px;
		font-style: italic;
		text-decoration: underline;
		margin-top: 5px;
	}
	
		#cartbox_bottom a:hover {
			text-decoration: none;
		}

#cartbox_body, #cartbox_girly {
	padding: 7px 6px 5px 7px;
}

.price_row {
	width: 248px;
	height: 47px;
	border-bottom: 2px solid #fff;
}

.price_row .what_price, .price_row .the_price {
	float: left;
	font-weight: bold;
}

.price_row .what_price {
	width: 103px;
	font-size: 30px;
	color: #fff;
	padding: 5px 0 0 5px;	
}

.price_row .the_price {
	width: 138px;
	height: 36px;
	background-color: #fff;
	padding: 11px 0 0 2px;
	text-align: center;
	color: #d4c6af;	
	font-size: 17px;
}

.the_price span {
	color: #000;
	font-size: 24px;
}

.row {
	height: 30px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

	.label {
		width: 102px;
		float: left;
		padding: 10px 0 0 4px;
		font-weight: bold;
		font-style: italic;
		font-size: 10px;
		color: #fff;
		text-transform: lowercase;
	}
	
	.action {
		width: 138px;
		float: left;
	}
	
.exchange {
	text-align: center;
	height: 25px;
}
	
	.exchange a {
		display: block;
		padding-top: 8px;
		color: #fff;
		font-size: 10px;	
		font-weight: bold;
		font-style: italic;
		text-decoration: underline;
	}
	
	.exchange a:hover {
		text-decoration: none;
	}

.cartbox ul, .cartbox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cartbox li {
	float: left;
	margin-right: 6px;
}

.color_selector .action, .size .action {
	padding-top: 5px;
}

.color_selector li:hover, .size li:hover {
	cursor: pointer;
}

.color_selector li img {
	width: 20px;
	height: 20px;
}

.color_selector li.selected img {
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
}

p.add_to_cart {
	padding: 3px 3px 0 0;
	margin: 0;
}

.size .please_choose {
	font-size: 12px;
	color: #000;
	padding-top: 4px;
}

.size li {
	background-color: #000;
	width: 20px;
	height: 14px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
}

.size li.selected {
	width: 18px;
	height: 13px;
	padding-top: 5px;
	border: 1px solid #fff;
}

.size #diameter {
	margin: 0;
	padding: 0;
	color: #fff;
}

.size #diameter input {
	width: 41px;
	height: 22px;
	background: transparent url('images/product-cartbox-diameter.png') no-repeat left top;
	border: none;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0 2px;
}


	/* COMMENT ON FACEBOOK */
	
	#comment_on_fb {
		width: 534px;
		min-height: 77px;
		margin: 13px 0 0 0;
		overflow: hidden;
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;		
	}	
		.en #comment_on_fb {
			background-image: url('images/comment-this-on-facebook-en.png');
		}
		
		.hu #comment_on_fb {
			background-image: url('images/comment-this-on-facebook-hu.png');
		}
		
		#the_comments {
			background-color: #fff;
			margin-top: 77px;
			padding: 9px 0 10px 30px;
		}
	
		
		
	/* LIKE 'N' TWEET */
	
#like-n-tweet {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:url(http://felvarrom.hu/wp-content/themes/felvarrom/images/like_hatter.png);
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  height: 108px;
  margin-left:10px;
  margin-top:20px;
  width:260px;
}

.fb_edge_widget_with_comment {
  left:101px !important;
  position:relative !important;
  top:10px !important;
}


/* ADDED TO CART */

#added {
	position: absolute;
	width: 497px;
	height: 130px;	
	z-index: 1002;
	display: none;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

	.en #added {
		background-image: url('images/added-en.png');
	}
	
	.hu #added {
		background-image: url('images/added-hu.png');
	}

#buttons {
	position: absolute;
	width: 200px;
	top: 58px;
	left: 206px;
	margin: 0;
	padding: 0;
}

#added li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#added #continue {
	margin-right: 6px; 
}

/* OVERLAY */

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}



/* CHECKOUT PAGE */

.page-template-checkout-php #page_head {
	margin-top: 30px;
}

#cart_head {
	overflow: hidden;
}

#cart_head h2 {
	width: 214px;
	height: 60px;
	text-indent: -9999px;
	margin: 51px 58px 0 0;
	padding: 0;	
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

	.en #cart_head h2 {
		background-image: url('images/title-cart-en.png');
	}
	
	.hu #cart_head h2 {
		background-image: url('images/title-cart-hu.png');
	}

#thanks_for_shopping {
	float: left;
	width: 482px;
	height: 122px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;	
}

	.en #thanks_for_shopping {
		background-image: url('images/thanks-for-shopping-en.png');
	}
	
	.hu #thanks_for_shopping {
		background-image: url('images/thanks-for-shopping-hu.png');
	}

#thanks_for_shopping p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}

hr {
	display: block;
	width: 808px;
	height: 2px;
	background: transparent url('images/the-horizontal-line.png') no-repeat left top;
	border: none;
	margin: 0;
	padding: 0;
}

hr.short {
	width: 636px;
	clear: both;
}

#the_cart {
	margin-top: -10px;
}

.group {
	overflow: hidden;
	clear: both;
	margin: 21px 0 17px 0;
}

.group_title {
	float: left;
	width: 200px;
}

.group_title h5 {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;	
}

.items {
	float: left;
	width: 608px;
}

.items table {
	border-collapse: collapse;
}

.item .item_price {
	width: 133px;
}

.item_price .the_price {
	margin-top: -1px;
	width: 133px;
	height: 30px;
	background-color: #fff;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 22px;
	color: #d4c6af;	
	font-weight: bold;
	overflow: hidden;
}

.item_price .the_price span {
	color: #000;
}

.item td {
	border-bottom: 1px solid #fff;
	height: 49px;
	padding-top: 9px;
}

.last td {
	border-bottom: none;
}

.first td {
	padding-top: 0;
}

.info {
	width: 248px; /* KISZÁMOLNI! */
}

.info h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.info h6 a {
	color: #000;
}

.info h6 a:hover {
	color: #f2eee8;
}

.info p {
	margin: 0 0 6px 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}

.item .quantity {
	width: 70px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

.item .delete {
	width: 154px;
}

.delete .delete_button {
	float: left;
	width: 30px;
}

.delete .delete_label {
	float: left;
	width: 114px;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0 0 7px;
}

.delete .delete_label span {
	display: block;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #959186;
	padding-top: 2px;
}

.sum {
	margin: 20px 0 0 491px;
}

	.delivery_cost {
		margin-top: -1px;
	}

	.sum .sum_label {
		float: left;
		font-size: 24px;
		font-style: italic;
		font-weight: bold;
		width: 146px;
		margin: 0;
		padding: 10px 14px 0 0;
		text-align: right;
	}
	
	.delivery_cost .sum_label {
		font-size: 16px;
	}

	.total {
		margin-top: 2px;
	}
	
	.sum .item_price {
		width: 133px;
		float: left;
	}
	
	.sum .the_price {
		width: 157px;
		height: 37px;
		background-color: #fff;
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 22px;
		color: #d4c6af;	
		font-weight: bold;
		overflow: hidden;
	}
	
	.sum .the_price span {
		color: #000;
	}
	
	.delivery_cost .the_price {
		width: 157px;
		height: 27px;
		background-color: #f2ebdc;
		padding: 6px 0 0 0;
		font-size: 18px;
	}
	
#order {
	margin-top: 10px;
	overflow: hidden;
}
	
	#order_pane {
		float: left;
		width: 651px;
		overflow: hidden;
	}
	
	#lines {
		float: left;
		border-left: 1px solid #f2ebdc;
		border-right: 1px solid #f2ebdc;
		width: 154px;
		height: 446px;
	}
	
	#order h2 {
		width: 215px;
		height: 19px;
		text-indent: -9999px;
		margin: 27px 0 22px 0;
		padding: 0;
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
		.en #order h2 {
			background-image: url('images/title-ordering-info-en.png');
		}
		
		.hu #order h2 {
			background-image: url('images/title-ordering-info-hu.png');
		}
	
	#form {
		float: left;
		width: 378px;
		margin-top: 10px;
	}
	
		#form ul, #form li, #payment-n-delivery ul, #payment-n-delivery li {
			list-style: none;
			margin: 0;
			padding: 0;
			clear: both;
		}
		
		#form li {
			margin-bottom: 6px;
			overflow: hidden;
		}
		
		#payment-n-delivery li {
			margin-bottom: 16px;
			overflow: hidden;
		}
		
		#form label, #payment-n-delivery p {
			display: block;
			float: left;
			width: 114px;
			font-weight: bold;
			font-size: 14px;
			padding: 4px 0 0 7px;
			margin: 0;
		}
		
			#payment-n-delivery div {
				font-size: 11px;
				font-style: italic;
				padding-top: 4px;
			}
			
			#payment-n-delivery label {
				font-style: normal;
			}
		
		#form label.error {
			width: 358px;
			font-size: 10px;
			color: red;
			display: block;
			float: none;
			clear: both;
			text-align: right;
			padding-right: 12px;
			font-weight: normal;
		}
		
		#payment-n-delivery {
			padding: 20px 0 4px 0;
		}
		
		#payment-n-delivery p {
			width: 134px;
			margin-right: 18px;	
		}
		
		#payment-n-delivery label {
			font-size: 14px;
			margin-right: 11px;	
		}
		
		#form .textinput input {
			width: 237px;
			height: 16px;
			background: transparent url('images/form-input.png') no-repeat left top;
			border: none;
			float: left;
			display: block;
			padding: 5px 6px;
			font-family: Georgia, "Times New Roman", sans-serif;
		}
		
		#form .postal input {
			width: 39px;
			height: 16px;
			background: transparent url('images/form-input-postal.png') no-repeat left top;
		}
	
	#order_faq {
		float: left;
		width: 221px;
		height: 375px;
		margin: 20px 0 0 19px;
		padding: 72px 29px 0 0;
		font-size: 12px;
		color: #3c362d;
		
	}
	
		.hu #order_faq {
			background: transparent url('images/szallitasi-hu.jpg') no-repeat left top;
		}
		
		.en #order_faq {
			background: transparent url('images/szallitasi-en.jpg') no-repeat left top;
		}
	
		#order_faq p {
			margin: 0;
			padding: 0;
		}
	
		#order_faq .question {
			font-style: italic;
			font-weight: bold;
		}
		
		#order_faq .answer {
			margin-bottom: 22px;
		}
	
#order_button {
	width: 649px;
	height: 160px;
	background-color: transparent;
	background-position: 10px 0;
	background-repeat: no-repeat;	
	position: relative;
	margin: -70px 0 0 160px;
}

	.en #order_button {
		background-image: url('images/the-beautiful-order-button-en.png');
	}
	
	.hu #order_button {
		background-image: url('images/the-beautiful-order-button-hu.png');
	}
	
	
	#order_button div {
		position: absolute;
		top: 90px;
		right: 0;
	}
	
	#the_order_button {
		position: relative;
	}
	


/* BLOG */

h2#blog {
	width: 799px;
	height: 114px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;	
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

	.en h2#blog {
		background-image: url('images/title-blog-en.png');
	}
	
	.hu h2#blog {
		background-image: url('images/title-blog-hu.png');
	}
	
.category-blog .pages, .category-felvarrom-blog .pages {
	margin-bottom: 25px;
}

.post {
	overflow: hidden;
}

.post .post_title {
	float: left;
	margin: 0 3px 0 0;
}

	.post_title h3 {
		width: 260px;
		height: 92px;
		background: transparent url('images/title-posts.png') no-repeat left top;
		font-size: 22px;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 20px 11px 0 0;
	}

		.post_title h3 a {
			text-decoration: none;
			color: #000;
		}
	
.post .post_content {
	float: left;
}

	.post_content .lead_image {
		width: 529px;
		height: 297px;
		background: transparent url('images/posts-border.png') no-repeat left top;
		padding: 5px 0 0 5px;
	}
	
	.post_content .post_text {
		background: transparent url('images/posts-bg.png') repeat-y left top;
		width: 496px;
		font-size: 14px;
		padding: 13px 19px;
		overflow: hidden;
	}
	
	.post_content .post_bottom {
		background: transparent url('images/posts-bottom.png') no-repeat left top;
		width: 534px;
		height: 11px;
	}
	
hr.blog {
	margin: 16px 0 20px 0;
	background: none;
	border-top: 3px solid #f1e9db;
}



	/* BLOG COMMENTS ON FACEBOOK */
	
	.category-blog #comment_on_fb, .category-felvarrom-blog #comment_on_fb {
		margin: -10px 0 20px 274px;
		z-index: 100;
		position: relative;	
	}



/* FOOTER */

#footer {
    width: 822px;
	min-height: 98px;
	/* margin: 34px auto 34px auto; */
    padding: 34px 0;
	background: transparent url('images/footer-bg.png') no-repeat 0px 39px; /* 170px 5px */
	position: relative;
}

	#footer #pages {
		width: 102px;
		position: absolute;
		left: 730px; /* 899px */
		top: 34px;
	}
	
	#footer ul, #footer li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#footer_categories {
		position: absolute;
		left: 20px; /* 191px */
        top: 34px;
	}
		#footer_categories > li {
			float: left;
			font-family: arial, helvetica;
			font-size: 13px;
			font-weight: bold;
			width: 70px;
			margin: 0 5px 0 0;
		}
		
			#footer_categories > li > ul {
				margin: 22px 0 0 0;
			}
			
				#footer_categories > li > ul {
					font-family: Georgia, "Times New Roman", sans-serif;
					font-size: 10px;
					font-style: italic;
					font-weight: normal;
				}
				
				
		#footer_categories a {
			color: #000;
			text-decoration: none;
		}
		
			#footer_categories a:hover {
				text-decoration: underline;
			}



/* FACEBOOK */

#like_it_like_it_liiiike_it {
	width: 145px;
	height: 400px;
	background-color: #fff;
	margin: 26px 0 0 13px;
}



/* PAGE */

#page_head {
	position: relative;
	width: 808px;
	height: 161px;
	background: transparent url('images/page-head.png') no-repeat left top;
}

	#page_head h2 {
		font-size: 30px;
		font-weight: normal;
		color: #f1e9dc;
		font-family: arial, helvetica;
		position: absolute;
		top: 83px;
		left: 46px;
	}

#page_body {
	background-color: #f1e9dc;
	width: 748px;
	overflow: hidden;
	padding: 23px 30px;
}

	#page_body p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 26px;
	}
	
	#page_body h3 {
		font-size: 24px;
		background-color: #fff;
		display: inline-block;
	}

#page_bottom {
	width: 808px;
	height: 19px;
	background: transparent url('images/page-bottom.png') no-repeat left top;
}



	/* PAGE COMMENTS ON FACEBOOK */
	
	.page #comment_on_fb {
		width: 807px;
		margin: 13px 0 0 0;		
	}	
		.page.en #comment_on_fb {
			background-image: url('images/page-comment-this-on-facebook-en.png');
		}
		
		.page.hu #comment_on_fb {
			background-image: url('images/page-comment-this-on-facebook-en.png');
		}
		

		
/* THANK YOU PAGE */

#thank_you {
	width: 533px;
	height: 422px;
	margin: 0 auto;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	position: relative;
}

		.en #thank_you {
			background-image: url('images/thank-you-en.png');
		}
		
		.hu #thank_you {
			background-image: url('images/thank-you-hu.png');
		}
		
		#thank_you div {
			width: 288px;
			height: 111px;
			overflow: hidden;
			position: absolute;
			left: 96px;
			top: 288px;			
		}
