#mojeMieszkanie, #apartamentyWPolsce {
	display:block;
	width:240px;
	height:70px;
	background-image:url(/images/moje_mieszkanie.gif);
	margin-bottom: 20px;
}

/*forms*/

input,select {
	border:1px solid #465053;
	background-color:#111111;
	color:#6E777D;
	font-family: Lucida Sans Unicode, sans-serif;
	font-size:12px;
}
input[type="submit"] {
	border-color:#6989D1;
	color:#6989D1;
}

.inputParagraph {
	text-align:justify;
	text-indent:10px;
}
.shortField {
	width:92px;
}
.middleField {
	width:118px;
}
.longField {
	width:240px;
}

#searchFormControls {
	padding-top:10px;
	margin-bottom:20px;
}
#searchFormControls a {
	margin-left:10px;
	float:left;
}
#searchFormControls input {
	float:right;
}

/*offers*/

.offerSummary {
	border-right:1px solid #465053;
	margin-right:85px;
	border-left:5px solid #6989D1;
	margin-left:5px;
	height:84px;
	margin-bottom:10px;
	clear:both;
	background-color:#111111;
	position: relative;
}
.offerPhoto {
	display:block;
	width:80px;
	height:80px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border:2px solid #465053;
	float:left;
	margin-right:10px;
}
.offerId {
	color:#69757C;
	padding-top:8px;
}
.offerId a {
	color:#69757C;
	text-decoration: none;
}
a.description {
	color: white;
	text-decoration: none;
}
.more {
	position: absolute;
	right: 0;
	top: 63px;
	margin-right:15px;
}
#mapCanvas {
	width:100%;
	height:300px;
	background-color:#111111;
	margin-top:10px;
	margin-bottom:10px;
}


/* languages */
#pl, #en, #de {
	display: block;
	width:16px;
	height:17px;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 4px;
	position:relative;
	left:-10px;
	margin:0px;
	padding:0px;
}

#pl {
	background-image:url(/images/languages/pl_hover.gif);
}
#pl:hover, #pl.selected {
	background-image:url(/images/languages/pl_hover.gif);
}
#en {
	background-image:url(/images/languages/en_hover.gif);
}
#en:hover, #en.selected {
	background-image:url(/images/languages/en_hover.gif);
}
#de {
	background-image:url(/images/languages/de_hover.gif);
}
#de:hover, #de.selected {
	background-image:url(/images/languages/de_hover.gif);
}



/* tables */
table {
	border-collapse:collapse;
	width:584px;
	margin-bottom:20px;
}
td {
	border-bottom:1px solid #3E454A;
	padding-left:20px;
	text-align:left;
	width:100%;
}
th {
	font-weight:normal;
	color:#6E777D;
	text-align:left;
	border-bottom:1px solid #3E454A;
	padding-left:10px;
	height:22px;
	vertical-align:top;
}
.noBorderTr th, .noBorderTr td {
	border:none;
}



/*sitemap*/
#sitemap li li a {
	color:#6E777D;
}