.searchResult {
	position: relative;
	width: 440px;
	height:150px;
	z-index: 20;
}

.searchResult .foto {
	position: absolute;
	top: 10px;
	left: 10px;	
	z-index: 2;
}

.searchResult .foto img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 130px;
}

.searchResult .brakMiejsc {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 170px;
	height: 35px;
	line-height: 35px;
	background-color: white;
	text-align: center;
	opacity:0.6;
	filter:alpha(opacity=60);
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	color: black;
	text-decoration: none;
	z-index: 3;
	overflow: hidden;
}

.searchResult .stars {
	position: absolute;
	top: 7px;
	left: 408px;
	width: 27px;
	height: 100px;	
}

	.searchResult .stars .star {
		position: relative;
		top: 2px;
		left: 11px;
		width: 14px;
		height: 14px;
		z-index: 3;
	}
	
	.searchResult .stars .text {
		position: relative;
		top: -5px;
		left: 2px;
		width: 5px;
		height: 85px;
		z-index: 3;
		line-height: 15px;
		font-size: 10px;
	}
	
	.searchResult .stars .imgOcena {
		position: absolute;
		top: 16px;
		left: 11px;
		z-index: 3;
	}

.searchResult .title {
	position: absolute;
	top: 10px;
	left: 190px;
	width: 240px;
	height: 25px;
	line-height: 25px;
}

.searchResult .table {
	position: absolute;
	top: 55px;
	left: 190px;
	width: 220px;
}

.collumn1,
.collumn2 {
	text-align: left;	
}

.searchResult .description {
	position: absolute;
	left: 190px; 
}

.description1 {
	top: 120px;
}

.description2 {
	top: 100px;
	width: 240px;
}

.procent {
	position: absolute;
	left: 187px;
	top: 20px;
	font-size: 8px;
}

.mapa {
	position: absolute;
	left: 215px;
	top: 15px;
	z-index: 2;
}

.mapa img {
	border: solid 1px black;
	width: 25px;
	height: 25px;	
}

.searchResult .corner {
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: transparent;
}