*{
	margin: 0px;
	padding: 0px;
}


body{
	font-family: 'Oxygen', sans-serif, Arial, Tahoma, Verdana;
	font-size: 12px;
	background: #2e2712 url('../images/site/body_bg.jpg') no-repeat top center fixed;
	background-size: cover;
	width: 100%;
	display: block;
	overflow-x: hidden;
}

a{
	text-decoration: none;	
	color: #000000;
}

h1{
	font-size: 24px;
	font-weight: 300;
	padding: 10px 10px 5px 10px;
}

.fb-like{
	margin: 20px 0px 12px 10px;
	float: left;
}

nav{
	margin: 8px 0px 20px 7px;
}

nav ul{
	list-style-type: none;
}

nav ul li{
	display: inline;
}

nav ul li a{
	font-size: 18px;
	color: #231f20;
	text-decoration: none;
	padding: 8px 12px;
	transition: all 0.2s ease;
}

nav ul li a:hover{
	background-color: #c1ab5c;
	color: #ffffff;
}

.main_category{
	float: left;
	width: 318px;
	margin-left: 6px;
}

.main_category h1{
	font-size: 30px;
	color: #ffffff;
	display: inline;
	margin-left: 12px;
	line-height: 44px;
	font-weight: 300;
}

.mc_green{
	background: url('../images/site/main_category_top_green.png') no-repeat top left;
}

.mc_green .price{
	background-color: #0ba40b;
}

.mc_green .price:hover{
	box-shadow: 0 0 5px #0ba40b;
}

.mc_gold{
	background: url('../images/site/main_category_top_gold.png') no-repeat top left;
}

.mc_gold .price{
	background-color: #c1ab5c;
}

.mc_gold .price:hover{
	box-shadow: 0 0 5px #c1ab5c;
}

.mc_silver{
	background: url('../images/site/main_category_top_silver.png') no-repeat top left;
}

.mc_silver .price{
	background-color: #b5b5b5;
}

.mc_silver .price:hover{
	box-shadow: 0 0 5px #b5b5b5;
}

.product{
	background: #ffffff;
	border: 1px solid #c7c7c7;
	width: 280px;
	padding: 10px;
	margin: 0px 0px 0px 9px; 
	transition: all 0.3s ease-in;
	float: left;
}

#content .product{
	margin: 0px 12px 20px 14px; 
}

.product:hover{
	box-shadow: 0 0 5px #a6a6a6;
}

.product span{
	font-size: 14px;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}

.product img{
	margin: 0px 0px 10px 0px;
}

.product .price{
	font-size: 22px;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-weight: 700;
	transition: box-shadow 0.6s;
	margin-top: 10px;
}

.product .price:hover {
	box-shadow: 0 0 3px #c1ab5c;
}

.float_right{
	float: right;
}

.float_left{
	float: left;
}

.ig_kep{
	width: 280px;
	height: 280px;
	display: block;
}

#container{
	overflow: hidden;
	min-height: 500px;
}

#content{
	margin: 0px 10px 0px 10px;
	width: 658px;
}

#full_width_content{
	padding: 0px 20px 0px 20px;
}

#category_menu{
	float: left;
	margin-right: 8px;
}

#category_menu ul{
	list-style-type: none;
}

#category_menu ul li{
	margin-bottom: 2px;
}

#category_menu ul li a{
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	font-weight: 300;
	width: 220px;
	transition: all 0.3s ease-in;
}

#category_menu ul li a:hover{
	width: 250px;
	color: #ffffff;
	font-size: 24px;
}

.green a{
	color: #0ba40b;
}

.gold a{
	color: #c1ab5c;
}

.silver a{
	color: #b5b5b5;
}

.green a:hover{
	background-color: #0ba40b;
}

.gold a:hover{
	background-color: #c1ab5c;
}

.silver a:hover{
	background-color: #b5b5b5;
}

.green .active{
	background-color: #0ba40b;
	color: #ffffff;
}

.gold .active{
	background-color: #c1ab5c;
	color: #ffffff;
}

.silver .active{
	background-color: #b5b5b5;
	color: #ffffff;
}

#pagewrap{
	width: 972px;
	margin: 40px auto 0px auto;
	background-color: #ffffff;
    -moz-box-shadow: 2px 2px 24px #000000;
    -webkit-box-shadow: 2px 2px 24px #000000;
    box-shadow: 2px 2px 24px #000000;
	overflow-y: hidden;
}

#pagewrap{
	display: block;
	position: relative;
}

#scrap_gold{
	overflow-y: hidden;
	font-size: 14px;
}

#scrap_gold{
	float: right;
	line-height: 20px;
	width: 360px;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	background: #c1ab5c; /* Old browsers */
	background: -moz-linear-gradient(left,  #c1ab5c 0%, #c1ab5c 43%, #ffffff 41%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c1ab5c), color-stop(43%,#c1ab5c), color-stop(41%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c1ab5c 0%,#c1ab5c 43%,#ffffff 41%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c1ab5c 0%,#c1ab5c 43%,#ffffff 41%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c1ab5c 0%,#c1ab5c 43%,#ffffff 41%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #c1ab5c 0%,#c1ab5c 43%,#ffffff 41%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ab5c', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    -moz-box-shadow:inset 0px 0px 8px #818181;
    -webkit-box-shadow:inset 0px 0px 8px #818181;
    box-shadow:inset 0px 0px 8px #818181;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#scrap_gold span{
	float: left;
	color: #ffffff;
	margin-right: 20px;
}

#scrap_gold strong{
	float: right;
	font-size: 24px;
	color: #545454;
}

#advertisement{
	width: 972px;
}

#advertisement a{
	position: absolute;
	left: 100%;
	width: 200px;
	height: 500px;
	background: #ffffff;

}

.made-by-blind{
	/*background-color: #2d2d2d;*/
	float: right;
	padding: 0px 20px 0px 0px;
}

.cikk h1{
	padding: 0px;
}

.cikk .ar{
	font-size: 16px;
	border-top: 1px dashed #7d7d7d;
	border-bottom: 1px dashed #7d7d7d;
	padding: 6px 0px 4px 0px;
}

.cikk .kepek{
	float: left;
	width: 400px;
}

.cikk .kepek .igazolvany{
	width: 400px;
}

.cikk .kepek .galeria{
	margin-right: 1%;
}

.cikk .adatok{
	float: right;
	width: 520px;
}

.cikk .adatok .leiras{
	clear: both;

}

.cikk .adatok .leiras ol, .cikk .adatok .leiras ul{
	margin-left: 16px;
}

footer{
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	padding-top: 30px;
}

footer p{
	padding: 0px 0px 0px 20px;
	float: left;

	box-sizing: border-box;
}

footer .made-by-blind strong{
	display: block;
	font-size: 10px;
	line-height: 6px;
}

footer .made-by-blind{
	float: right;
	transition: all 0.2s ease;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
	margin-top: -18px;
}

footer .made-by-blind:hover{
	float: right;
	background: #ebebeb;
	padding-right: 30px;
}