



@media screen and (max-width:1281px){
    #main_container {
        width: auto !important;
        max-width: 1250px;
    }
    .idegen_keszlet{
        width: 65px !important;
        background-size: auto !important;
    }
    #resultlist_table_body td[cikk]{
        word-break: break-all;
        word-wrap: break-word;
        white-space: normal;
    }
    #resultlist_table_body td.cikknev{
        word-break: keep-all;
        white-space: normal;
    }
}

/* SOF - rules under 1280px */
@media screen and (max-width:1281px){
	.hideUnder1280 { 
		display:none;
	}
	.showUnder1280 {
		display:block;
	}
	
	#szulinapilogo {
		display:none;
	} 
	
	#main_container {
		width:1250px; 
	}
	/*
	#b2b_logo_container {
            background-size:100%;
            width:240px;
	}
	*/
        
	#frontpage-products {
		width:720px;
	}
	
	#frontpage-products_table {
		width:720px;
	}
	
	#frontpage-products_table td {
		width:100px !important;
		height:100px !important;
		margin:0 !important;
		padding:0 !important;
	}
	
	#frontpage-products_table td a {
		width:70px !important;
		height:70px !important;
		overflow:hidden;
	}
	
	
	
	
	#frontpage-settings {
		width:500px;
	}
	
	#frontpage-settings td {
		width:100px !important;
		height:100px !important;
		margin:0 !important;
		padding:0 !important;
		overflow:hidden;
	}
	
	#frontpage-settings td a {
		width:70px !important;
		height:70px !important;
	}
	
	
	
}
/* EOF - rules under 1280px */ 





/* SOF - from 1280px */
@media screen and (min-width:1281px){
	.hideUnder1280 {
		display:block;
	}
	.showUnder1280 {
		display:none;
	}
	
	#szulinapilogo {
		display:block;
	}
	
	#main_container {
		width:1400px;
	}
	/*
	#b2b_logo_container {
		background-size:100%;
		width:281px;
	}
	*/
}
/* SOF - from 1280px */










