.main-map-infowindow-item {
	position: relative;
}

.main-map-infowindow-item .left-side {
	float: left;
	width: 78px;
}

.main-map-infowindow-item .right-side {
	float: left;
	padding-left: 10px;
	width: 180px;
	word-wrap: break-word;
	overflow: hidden;
	
}

.main-map-infowindow-item .right-side .title {
	font-family: 'DinMedium';
	font-size: 12px;
}

.main-map-infowindow-item .right-side .price {
	font-family: 'Din';
	font-weight: bold;
	font-size: 18px;
	color: #DB1C1F;
}
.main-map-infowindow-item .right-side .info {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.main-map-infowindow-item .type-icon {
	position: absolute;
	top: 57px;
	right: 1px;
	color: #9C2730;
}

.main-map-infowindow-item .type-icon.csaladi_haz {
	background-image: url('/image/map/csaladi_haz.png');
	background-repeat: no-repeat;
	width: 33px;
	height: 28px;
}
.main-map-infowindow-item .type-icon.garazs {
	background-image: url('/image/map/garazs.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 23px;
}
.main-map-infowindow-item .type-icon.ipari_ingatlan {
	background-image: url('/image/map/ipari_ingatlan.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 32px;
}
.main-map-infowindow-item .type-icon.iroda {
	background-image: url('/image/map/iroda.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 26px;
}
.main-map-infowindow-item .type-icon.lakas {
	background-image: url('/image/map/lakas.png');
	background-repeat: no-repeat;
	width: 33px;
	height: 32px;
}
.main-map-infowindow-item .type-icon.panzio {
	background-image: url('/image/map/panzio.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.main-map-infowindow-item .type-icon.telek_foldterulet {
	background-image: url('/image/map/telek_foldterulet.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 28px;
}
.main-map-infowindow-item .type-icon.udulo_nyaralo {
	background-image: url('/image/map/udulo_nyaralo.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 22px;
}

.main-map-infowindow-item .type-icon.vendeglato_egyseg {
	background-image: url('/image/map/vendeglato_egyseg.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 26px;
}

.main-map-infowindow-item .separator {
	float: left;
	width: 100%;
	height: 1px;
	background-image: url('/image/map/infowindow_list_item_separator.png');
	background-position: center;
	background-repeat :no-repeat;
	margin: 12px 0;
}

.main-map-infowindow-more-wrapper {
	text-align: center;
}

.main-map-infowindow-more {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

h2.main-map-further-estates {
	color: #3a2d19;
	font-family: 'Din';
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top: 15px;
}
