@charset "UTF-8";
/*//////////////////////// R E S E T //////////////////////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/*//////////////////////// T Y P O     //////////////////////////*/



h1,h2,td,th,p,a{ 
	font-family: "Century Gothic",Geneva,Arial; 
	font-size:12px;
	color:#666666;
}

p,a{
	font-family: Geneva,Arial; 
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 18px;
}

h1,h2,h3,h4{
	color:#b22a00;
}

h1{
	font-size:24px;
	font-weight:normal;
	line-height: 30px;
	padding-bottom:10px;

} 

h2{
	font-size: 16px;
	line-height: 16px;
	padding-bottom:10px;
}
	#list h2{
		font-family: "Century Gothic",Geneva,Arial;
		font-weight:bold;
	}

h3{
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	line-height: 12px;
}

h4{
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	line-height: 12px;
	}

a {
	text-decoration:none;
	padding:0px;
	color:#bc2c00;

}

a:hover {
	text-decoration:underline;
}

p.datum {
	padding:0px;
	font-size:10px;
}

strong{
	font-weight:bold;
}

hr{
border: none 0;
border-top: 1px solid #cccccc;
height: 1px;
margin-bottom:20px;
}

.red{
	color:#b21205;
}

br{clear: both;}

blockquote{padding: 20px 0px 20px 30px;}

/*//////////////////////// H E A D E R //////////////////////////*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
background: #d8e9e0
}

#bodybg{
	 	background: #d8e9e0 url('../images/bg.png') top left repeat-x; 
}

#user{	
	height:200px;
	display: none;
	background: #c13900;
}

#loginc{
	width:860px;
	margin: 0px auto;
}

#login{
	width:340px;
	height:150px;
	padding:25px 30px;
	background: url('../images/login.png') top left no-repeat; 
	float: right;
}

#login label{
	margin-top:5px;
	float: left;
	width:70px;
	height:20px;
	padding-left: 20px;
	margin-top: 5px;
}

#login input{
	width:180px;
	float:left;
	margin-top: 5px;
}

#login .button{
	width:60px;
	margin-left:230px;
}

#header,
#header_nocart {
	width:860px;
	height:160px;
	margin: 0px auto 0px auto;
 	background-image: url('../images/header.png');
 	background-position: top left;
 	background-repeat: no-repeat; 
}

#userheader{
	height:30px;
	text-align: right;
}

#userheader p{
	padding-top: 5px;
	color:#ffffff;
}

#userheader a{
	color:#ffffff;
}

#logo {
	width:200px;
	height:127px;
	display:block;
	float: left;
}


#menu{
	width:520px;
	height:30px;
	float: left;
	padding-top: 80px;
}


/*menu.css*/
#site{
	width:830px;
	margin: 0px auto 0px auto;
	padding:0px 15px;
	background:#ffffff url('../images/main.png') top left repeat-y;
}

#rendelesleft,
#mainleft{
	width:530px;
	padding: 0px;
	float:left;
}
#rendelesright,
#mainright{
	width:290px;
	margin-left: 10px;
	float:left;
	overflow: hidden;
}

#rendelesleft{
	width:305px;
	padding: 0px 50px;

}

#rendelesright{
	width:305px;
	padding: 0px 50px;
}


#footer{
	width:820px;
	height:25px;
	padding: 25px 20px;
	margin: 0px auto;
	background: url('../images/footer.png') top left no-repeat;	
}

#footer a{
	color: #a47a42;
}


#header_nocart{
 	background-position: bottom left;
}


/* L I S T - cart */
#cart_container{
	background: #f0eace;
	padding:0px 10px 10px 10px;
}

#cart{
	padding:10px;
	width:250px;
	background: #fffbeb url('../images/cart_top.png') top left no-repeat;
}

#cart p{
	padding-top: 5px;
	font-size: 12px;
}

.rendeles{
	padding:20px 25px;
}

#cart_full{
	padding: 10px 20px;
	border-top:10px solid #f0eace;
	background: url('../images/cart_full.png') top left repeat-y;
}

#cart_full_sum{
	background: url('../images/cart_full_sum.png') top left no-repeat;
	height:100px;
}

#cart_full .item,
#cart .itemd,
#cart .item{
	width: 250px; 
	height: 32px;
	margin-bottom:3px;
	background: #e7f4f8;
	clear: both;
}

#cart .itemd{
	background: #c7d7ce;
}

#cart_full .item{
	width: 740px;
	height: 40px;
}

#cart_full p{
	padding-top: 10px;

	font-size: 14px;
}

#cart_full .name{
	width:400px;
	display: block;
	float: left;
}

#cart_full .qty{
	width:40px;
	display: block;
	float: left;
}

#cart_full .pricec{
	width:120px;
	display: block;
	float: left;
	text-align: right;
}

#cart_full .addc{
	width:50px;
	display: block;
	float: left;
	padding-left: 10px;
	text-align: center;
}

#cart_full .item_img{
	width:40px;
	height: 36px;
	float: left;
	padding: 2px 20px;
}

#cart_full .item_data{
	width:620px;
	height: 40px;
	float: left;
}

#cart_full_back{
	float:left;
	width:100px;
	padding:15px 20px;
}

#cart_full_ship{
	float:left;
	width:260px;
	padding:15px 0px;
}

#cart_full_sum_price{
	width:300px;
	float: left;
padding-left: 30px;
}


#cart .bc{
	width:16px;
	height: 32px;
	padding: 0px;
	float: left;
}

#cart_full .add,
#cart .add{
	display: block;
	width:18px;
	height: 15px;
	margin:2px 2px 0px 2px;
 	background: url('../images/cart_add.png') top left no-repeat; 

}

#cart_full .add{
float: left;
margin:0px;
}

#cart_full .del,
#cart .del{
	display: block;
	width:12px;
	height: 12px;
	margin:0px 2px 2px 2px;
 	background: url('../images/cart_del.png') top left no-repeat; 

}

#cart_full .del{float: left; margin:0px;}


#cart .dc{
	width:222px;
	height: 32px;
	padding:3px 5px;
	float: left;
	overflow:hidden;
}

#cart p{
	line-height: 14px;
	padding: 0px;
}

#cart p span{
	font-size: 10px;
}

#cartsum{
	display: block;
	width:250px;
	height:25px;
	padding-right: 20px;
	margin-bottom: 10px;
	text-align: right;
	text-decoration: none;
 	background: url('../images/cart_buy.png') top left no-repeat; 
}

#cartsum:hover{
	background-position-y: bottom;
}


#producthl{
	width:500px;
	height:260px;
	padding:5px;
	background: #f0eace url('../images/mainh.png') top left no-repeat;
}

	#mainh {
	    width: 480px;
	    height: 235px; 
	    overflow: hidden; 
	    margin: 10px 10px 0px 10px;
	}
	#mainh div {
	    width: 2403px;
	}
	#mainh div div {
	    width: 480px;
	    height: 235px;
	    float: left; 
	    background: #ffffff;
	
	}



#productlist{
	padding-top: 20px;
}

.productcat{
	width:140px;
	height:100px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	float: left;
	background: #f0eace;
}

.productcat img{
	width:140px;
	height: 80px;
}

.productcat h2{
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}



/* I T E M S */


/*általános*/
#list{
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}


/* L I S T - listitem */

#list .item{
	width:460px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	min-height: 180px;
	background: url("../images/item.png") 5px 5px no-repeat;

}

#list .item_img{
	width: 150px;
	
	float: left;
	background: #ffffff;
	text-align: center;
}

#list .item_data{
	width: 270px;
	float: left;
	padding:10px 0px 0px 30px;
}

.carticon,
.carticon_no{
	display:block;
	width:30px;
	height:20px;
	float: right;
	background: url("../images/cart.png") top left no-repeat;
}

.carticon_no{
	background: url("../images/cart_no.png") top left no-repeat;

}


.price{
	font-weight: bold;
	color: #b21205;
}
.carticon:hover{
	background-position:  bottom left;
}

#otherproducts{
	background: #d8e9e0;
	padding:10px;
	
	margin-top:20px;
}

#otherproducts h2{
	color: #50391c;
	font-weight: bold;
}

#otherproducts a{
	display: block;
	width:250px;
	height: 15px;
	padding: 5px 10px;
	margin-bottom: 1px;
	color:#50391c;
	text-decoration: none;
	background: #c7d7ce;
}

#comment{
	padding-left: 25px;
}

#otherproducts a:hover{
	color:#ffffff;
	background: #c7d7ce;
}

#comment textarea{
	width:720px;
	height: 60px;
}

#comment .button{
	margin-left:300px;
	float: left;
}
#comment .abutton{
	margin-left:20px ;
	float: left;
}

#orders,
#orders p,
#orders h2{
	font-family: Arial,sans-serif;
}

#orders h2{
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}
	
.order_data{
	border: 10px solid #f0eace;
	padding: 10px;
	background: #ffffff;
}

.order_data td{
	padding:3px;
}

.order_ship,
.order_order{
	width:230px;
	float: left;
}

.order_ship{
	margin-left: 10px;
}

.abutton{
	display: block;
	background: url('../images/form/button.png') no-repeat left top;
	width:100px;
	height:18px;
	padding-top:4px;
	padding-bottom:2px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.abutton:hover{
	text-decoration: none;
	background-position: bottom left;
}

.error{
	background: #c13900;
	padding: 10px 20px; 
	color:#fff;
	font-weight: bold;
	margin: 10px 20px;
}

.error p{color:#fff;}

#googlemap{
	width: 300px;  
	height: 300px;
	margin: 0px;
	background: #ffffff url('images/loader.gif') center center no-repeat;
}