@charset "utf-8";
/* CSS Document */
/* szinek
vilagos barna: #603713;
sotet barna #3a2313;
narancs #f7941d;
*/
:focus  { outline: none; }
:active { outline: none; }

.border { border: 1px solid red; }

body {
	background-image: url(../images/belso/bs_szoba.jpg);
	background-repeat:no-repeat;
	background-position:center -120px;
}

.pre-container { 
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 950px; 
	height: 115px;
}

.pre-container  .logo-belso {
	float: left;
	margin: 0 0 0 5px;
	background: url(../images/Pedy-logo-belso_2.png);
	width: 170px;
	height: 115px;
}
 .pre-container  .iesire {
	float: right;
	margin: 22px 65px 0 0 ;
	background: url(../images/back_bg.png) center no-repeat;
	width: 140px;
	height: 46px;
}
	 .pre-container  .iesire  a {
		float: right;
		font-family: Verdana;
		font-size: 12px;
		color: #442a19;
		text-decoration: none;
		padding: 10px 50px 4px 30px;
	}
	 .pre-container  .iesire  a:hover {
		color: #900;
		text-decoration: none;
	}

.pre-container .caracteristici {
		float: left;
		margin: 20px 0 0 65px ;
		width: 383px;
		height: 37px;
		background: url(../images/label_caracteristici.png) no-repeat top;
	}
	.pre-container .caracteristici .text { 
		color: #442a19; 
		padding: 8px 0px 0px 100px;	
		font-family: Arial;
		color: #442a19;
		/*font-weight: bold;*/
		font-style: italic;
		font-size: 15px;
		letter-spacing: 0.03em;
	}
	.pre-container .caracteristici .text a { 
		text-decoration: none; 
		color: #442a19; 
	}
	.pre-container .caracteristici .text a:hover { color: #7B1C1C; }

.container {
	position: relative;
	width: 730px;
	height: 800px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 150px;
}
.container-reszlet {
	position: relative;
	width: 830px;
	height: 800px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 150px;
	padding-right: 20px;
}

.termekBox {
	float: left;
	width: 140px;
	height: 130px;
	color: #900;
	padding: 6px;
	margin: 20px 15px 20px 15px;
	cursor:pointer;
	background: url(../images/label.png) no-repeat top center;	
	/*	border: 1px solid #900;	*/
}
.termekBox .editable {
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: 95px;
	margin-top: 85px;
	background: url(../images/belso/editable.png) center no-repeat;

}
.termekBox .name {
	text-align: center;
	font-size: 13px;
	color: #900;
	font-family: Verdana;
	margin-top: 2px;
	margin-bottom: 20px;	
}

.ProductReszletBoxText {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 4px 0px 4px 4px;
	text-align: justify;
	text-decoration: none;
	/*	border: 1px solid red;	*/
}
.ProductReszletBoxText h1 {
	font-size: 26px;
	font-family: Verdana;
	color: #900;
	text-shadow: 0 0 1px #CECECE; 
   -moz-text-shadow: 0 0 1px #CECECE;
   -webkit-text-shadow: 0 0 1px #CECECE;
    margin-left: 0;
	padding-left: 0;		
}
.ProductReszletBoxText .price {
	font-size: 16px;
	font-family: Verdana;
	color: #f7941d;
	font-weight: bold;
}
.ProductReszletBoxText .ProductDescription {
	font-size: 12px;
	font-family: Verdana;
	color: #603713;
}
.ProductReszletBoxAddCart {
	float: right;
	width: 500px;
	height: 50px;
	margin: 14px 10px 0px 0px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #3a2313;
	/*	border: 1px solid red;	*/
}
.ProductReszletBoxImage {
	float: right;
	width: 440px;
	height: 249px;
	margin: 6px 30px 0px 0px;
	padding: 12px 4px 0px 4px;
	/*background: url(../images/design/horiz_menu_content_bg.jpg);*/
	text-decoration: none;
	text-align: center;
	/*	border: 1px solid red;	*/
}
.back {
	width: 140px;
	height: 46px;
	float: right;
	margin-top: 40px;
	background: url(../images/back_bg.png) center no-repeat;	
	/*	border: 1px solid red;	*/
}
.back a {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
	text-decoration: none;
	padding: 10px 45px 4px 30px;
}
.back a:hover {
	color: #900;
	text-decoration: none;
}




.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


select, .textbox {
	color: #603713;
	padding: 5px 8px;
	margin: 0 10px 0 4px;
}
.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  background: #f7941d;
  padding: 7px 15px;
  letter-spacing: 0.01em;
}
.btn:hover {
  color: #fff;
  background: #603713;
}



/* INFORMATII */
.informatii-container { 
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 680px;
	padding-right: 40px;
}
	
	.informatii-container .box {
		position: relative;
		float: left;
		width: 180px;
		height: 200px;
		margin: 13px 20px 0px 20px;
		text-align: center;
	}	

	.informatii-container .box a { text-decoration: none; }
	.informatii-container .box h1 {
		font-family: Verdana;
		color: #3a2313;
		font-size: 16px;
		font-weight: normal;
	}
	.informatii-container .box h1:hover  { color: #f7941d; }


	.informatii-container .box .fa { color: #603713; }
	.informatii-container .box .fa:hover { color: #f7941d; }
/*
	.informatii-container .page {
		float: right;
		width: 600px;
	}
	.informatii-container .page h1 {
		color: #3a2313;
		font-size: 20px;
		margin-top: 0;
	}
	.informatii-container .menu {
		float: left;
		width: 200px;
	}
		.informatii-container .menu ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		    width: 200px;
		    background-color: #f1f1f1;
		}

		.informatii-container .menu li a {
		    display: block;
		    color: #000;
		    padding: 8px 16px;
		    text-decoration: none;
		}

		.informatii-container .menu li a.active {
		    background-color: #f7941d;
		    color: white;
		}

		.informatii-container .menu li a:hover:not(.active) {
		    background-color: #3a2313;
		    color: white;
		}
*/

/*
vilagos barna: #603713;
sotet barna #3a2313;
narancs #f7941d;
*/

.pl { float: right; font-size: 10px; color: #333; width: 300px; margin: 6px 0 0 0;}