/* PRODCAT BOXES*/
.prodbox{
	width:232px;
	height:310px;
	margin:0 4px 30px 4px;
	display:block;
	position:relative;
	background-color:#eee;
	overflow:hidden;
	float:left;
}

@media all and (min-width:768px) and (max-width: 1199px){
	.prodbox{
		margin:0 12px 30px 12px;
	}	
}

@media all and (max-width: 479px){
	.prodbox{
		float:none;
		margin:0 auto 30px auto;
	}	
}

@media all and (max-width: 1199px){
	.prod_more{
		bottom:0 !important;
		background:url("../img/prod_more_bg_hover.png") !important;		
	}	
}

.prod_img{
	position:relative;	
}

.prod_imgholder{
	width:232px;
	height:310px;
	position:relative;
	overflow:hidden;	
}

.prod_more{	
	display:block;
	width:210px;
	height:66px;
	padding:6px 12px;
	position:absolute;
	right:0px;
	bottom:-44px;
	background:url("../img/prod_more_bg.png");
}
.prod_more_active{
	bottom:0;
	background:url("../img/prod_more_bg_hover.png");
}

.prod_name{
	color:#fff;
	font-family:"open_sansbold";
	font-size:14px;
}

.prod_ul{margin-left:16px;padding-top:8px;}
.prod_ul li{color:#fff;font-family:"open_sansregular"; font-size:13px;line-height:20px}

/*prod_list*/
.prod_list{
	
}
/*accessories*/

.prod_filter{
	padding-bottom:30px;
	padding-top:30px;
}
.filter_box{
	width:240px;
	background:#fff;
	float:left;
	font-size:14px;
	color:#000000;
	font-family:"open_sansregular";
}

.filter_title{
	line-height:30px;
	display:block;
}
.select_holder{
	width:230px;
	border:1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:44px;
	overflow: hidden;
}
.select_holder select{
	display:block !important;	
	width:250px;
	padding:10px 40px 10px 10px;
	height:40px !important;
	color:#858585;
	font-family:"open_sansregular";
	font-style: italic;
	background:url("../img/select_bg.jpg") 188px center no-repeat transparent;
	cursor:pointer;
}
.select_holder select option{
	font-style:normal;
	padding: 10px;
}

@media all and (max-width: 480px){
	.filter_box{float:none; margin: 0 auto}
}




.prod_properties{
	padding:30px 0 0 0;
	font-size:0;
	text-align:center;
}

.prod_property{
	display:inline-block;
	width:20%;
	min-width:150px;
	height:100px;
	color:#000;
	text-align:left
}
.prod_property .key{
	font-family:"open_sansregular";
	font-size:14px;	
}
.prod_property .value{
	font-family:"open_sanslight";
	font-size:30px;
	padding-left:20px;
}

@media all and (max-width: 767px){
	.prod_property .key{font-size:12px;}
	.prod_property .value{font-size:20px;}
}






.prod_navi{
	padding:20px 0;
	text-align:center;
	font-size:14px;
	font-family:"open_sansregular";
	
}

.prod_navi_pages{
	display:inline-block;
	background-color:#d6d6d6;
	padding:0 10px;
	line-height:35px;
	color:#000;	
}

.prod_navi_block{
	background-color:#343434;
	line-height:35px;
	display:block;
	color:#fff;
	display:inline-block;
	position:relative;
	
}
.navi_left_block{ 
	float:left;
	padding-left:40px;
	padding-right:10px;
	text-align:right;
}
.navi_right_block{
	float:right;
	padding-left:10px;
	padding-right:40px;
	text-align:left;
}


.prod_navi_arrow{
	display:block;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	background-color:#111111;
	background-position:center center;
	position:absolute;
	top:0;
}
.prod_arrow_left{
	left:0px;
	background-image:url("../img/arrow-left.png");
}
.navi_left_block:hover .prod_arrow_left{background-image:url("../img/arrow-left-hover.png");}

.prod_arrow_right{
	right:0px;
	background-image:url("../img/arrow-right.png");
}
.navi_right_block:hover .prod_arrow_right{background-image:url("../img/arrow-right-hover.png");}

@media all and (max-width: 480px){
	.prod_navi_pages{
		display:none;
	}
}

/*product page*/

.product_page_container{
	padding-top:30px;
	padding-bottom:30px;
}

.product_left{
	width:490px;
	float:left;
	position:relative;
}

.product_right{
	float:right;
	margin-right:30px;
	width:660px;
	position:relative;
}





.product_name{
	display:inline-block;
	background-color:#53b601;
	margin:10px 0 40px 0;
	padding:10px 20px;
	font-family:"open_sanssemibold";
	font-size:24px;
	color:#fff;
}

.product_fancyspan{
	padding:5px 10px;
	background-color:#d6d6d6;
	margin:5px 0;
	display:inline-block;
	font-family:"open_sansregular";
	font-size:18px;
	color:#000;
	
}

.ajanlatkeres_button{
	font-family:"open_sansbold";
	font-size:18px;	
	color:#fff;
	padding:0px 15px;
	line-height:50px;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#252525;
	
}

.ajanlatkeres_button:hover{background-color:#53b601}


.ajanlatkeres_price{
	font-family:"open_sansregular";
	font-size:20px;	
	color:#fff;
	padding:0px 15px;
	line-height:50px;
	display:inline-block;
}

.ajanlatkeres_green{
	color:#53b601;
}

.kapcsolodo{
	padding:30px;
	color:#000;
	font-size:16px;
	font-family:"open_sanssemibold";
}




@media all and (max-width: 1199px){
	.product_right{
		width:270px;
		margin-right:0;		
	}
	.carousel2_thumbs .thumb{
		width:70px;
		height:90px;
	}
	.carousel2_thumbs .thumb .thumb_img_holder{
		width:70px;
		height:90px;
	}
}
@media all and (max-width: 767px){
	.product_left{
		float:none;
		width:80%;
		margin:0 auto;
	}
	.product_right{
		float:none;
		width:96%;
		margin:0 auto;		
	}
	
	.product_name{
		display:block;
		text-align:center;
		margin:10px 0 20px 0;
	}
	
}
