#foxPostDiv {
	position: relative;
	width: 912px;
	margin: 0 auto 0 auto;
}

@font-face {
	font-family: 'Aller'; /*a name to be used later*/
	src: url('https://cdn.foxpost.hu/foxpost-geowidget-v2/fonts/Aller_Rg.ttf'); /*URL to font*/
}  

#foxPostDiv .atvet_helyszin {
	font-size: 22px;
	font-family: Aller;
	color: #62bba5;
	text-align: center;
}

#foxPostDiv .kattints {
	font-size: 18px;
	color: #000;
	font-family: Aller;
	text-align: center;
}

#foxPostDiv #Fox_big-canvas {
	border-top: solid 2px #62bba5;
	border-bottom: solid 2px #62bba5;
	margin-top: 0px;
	width: 440px;
	height: 500px;
	text-align: left;
	float: left;
}
    
#foxPostDiv .nev {
	font-weight:bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Aller;
	font-size: 18px;
	margin-bottom: 15px;
	color: white;
	background-color: #5c7f76;
}
    
#foxPostDiv .info {
	padding-left: 10px;
    padding-top: 5px;
    font-family: Aller;
    margin-bottom: 15px;
    color: white;
	background-color: #62bba5;
}
   
#foxPostDiv .helyseg {font-size: 14px;}
#foxPostDiv .cim_detail {font-size: 14px;}
#foxPostDiv .opening {font-size: 14px;}
#foxPostDiv .sepa {height: 10px;}

#foxPostDiv #Fox_Info_Box_Left {
	margin-top: 0px;  
	margin-right: 0px;
	width: 200px;
	height: 500px;
	float: left;
	padding-left: 0px;
	text-align: left;
	border-top: solid 2px #62bba5;
	border-left: solid 2px #62bba5;
	border-bottom: solid 2px #62bba5;
}  
    
#foxPostDiv #Fox_locations-canvas{
	margin-top: 50px;  
	margin-right: 0px;
	width: 200px;
	max-height: 419px;
	padding-left: 0px;
	margin-left:0px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Aller';
	font-size:12px;
}
    
#foxPostDiv #Fox_Info_Box {
	margin-top: 0px;  
	margin-left: 0px;
	width: 200px;
	height: 500px;
	float: left;
	padding-left: 0px;
	background-color: #62bba5;        
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
}  

#foxPostDiv #Fox_Info_Box2 {
	padding-top: 20px;
	margin: 10px;  
	background-color: #62bba5;        
	text-align: center;
	font-size: 18px;
	font-family: Aller;
	color: white;
}  

#foxPostDiv #Fox_right-canvas { 
	float: right;
	width: 100%;
	height: 100%;
}

#foxPostDiv #Fox_map-canvas { 
	width: 100%;
	height: 100%;
	float: left;
}
        
#foxPostDiv #Fox_searchinput{
	border: 1px solid #959595;
	border-radius: 8px;
	margin-top:5px;
	margin-bottom:5px;
	width:190px;
	margin-left: 5px;
	width: 190px !important;
	z-index: 1;
	padding: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#foxPostDiv #Fox_searchinput:focus {
	border-color: #05355b;
	outline: none;
	box-shadow: 0 0 5px 0 #05355b;
}

#foxPostDiv #Fox_search {
	margin-bottom:5px;
	width:190px;
        border: 0;
        color: #ffffff;
        height: 28px;
        padding: 3px;
        margin-left: 5px;
        font-size:10px;
        text-transform: uppercase;
        cursor: pointer;
	background-color: #05355b;
	border-radius: 8px;
}

#foxPostDiv .FoxpostOver {
	background-color: #62bba5;
	color: white;
}

#foxPostDiv #Fox_result{
	border: solid 1px #62bba5;
	font-family: Aller;
	text-align:center;
	width:100%;
	color:#b61715;
	font-size:12px;
	font-weight:bold;
}
