.object3 {
	position: relative;
	height: 150px;
	width: 630px;
	z-index: 20;
}

.object3 .addTitle {
	position: absolute;
	top: 10px;
	left: 190px;
	width: 430px;
	height: 25px;
	overflow:hidden;
	text-align: left;
	z-index: 2;
	line-height: 25px;
}

.object3 .header {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 146px;
	height: 30px;
}

.object3 .stars {
	position: absolute;
	top: 15px;
	left: 90px;
	text-align:center;
	z-index: 2;
	padding: 0px 2px;
}

.object3 .stars .star,
.object3 .stars .halfStar,
.object3 .stars .shadowStar,
.object3 .stars .starShadow {
	width: 9px;
	height: 9px;
}

.object3 .foto {
	position: absolute;
	top: 10px;
	left: 10px;
}

.object3 .foto img {
	width: 170px;
	height: 130px;
	border: none;
}

.object3 .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;
}	

.object3 .description {
	position: absolute;
	top: 35px;
	left: 190px;
	width: 430px;
	height: 80px;
	z-index: 2;
}

.object3 .addToTitle {
	position: static;
}	


.object3 .human {
	position: absolute;
	top: -5px;
	left: 0px;
	height: 22px;
	width: 11px;
}

.object3 .countPrice {
	position: absolute;
	bottom: 12px;
	left: 185px;
	z-index: 2;
	width: 345px;
	height: 21px;
	line-height: 18px;
}

.object3 .countPrice img {
	position: relative;
	top: 4px;
	margin-left: 5px;
}

.object3 .corner {
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.object3 .prepayment,
.object3 .visa,
.object3 .bank {
	width: 25px;
	height: 17px;
}

.object3 .more {
	position: absolute;
	bottom: 7px;
	right: 10px;
	cursor: pointer;
}