@CHARSET "UTF-8";

body {
	margin:							0px;
	padding:						0px;
	text-align: 					center;
	font-family: 					georgia, verdana;
	font-size:						12px;
}

a {
	text-decoration:				none;
	color:							#5d9ebe;
}

a.anim {
	text-decoration:				none;
	color:							#d00;
}


a:hover {
	text-decoration:				underline;
	color:							#83ba22;
}

img.rotateIconDescription {
	position:						relative;
	top:							4px;
	left:							1px;
}

div.resError {
	text-align: 					center;
	border:							1px solid #d00;
	color:							#d00;
	background-color: 				#FBB1B1;
	padding:						10px;
	font-size:						13px;
	font-weight:					bold;
	margin:							10px;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	border-radius:					8px;
}

div.rezerwacjaBox {
	position:						absolute;
	background:						url('../images/greenGradient.png') repeat-x top center #fff;
	width: 							220px;
	border:							1px solid #83BA22;
	margin:							0 0 0 410px;
	padding:						6px 0px;
	font-size:						13px;
	font-weight:					bold;
	font-family:					tahoma,verdana;
	text-align: 					center;
	border-radius:					8px;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
}

h1.bl,h2.bl {
	font-size:						16px;
	color:							#599aba;
	margin:							10px;
}

h2.polecamy, h1.polecamy {
	font-size:						16px;
	color:							#599aba;
	margin:							10px 0px 10px 5px;
	text-align:						center;
	padding:						10px;
	width:							610px;
	border:							1px solid #add1e2;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	background-image: 				url('../images/searchBG.jpg');
	background-repeat: 				repeat-x;
	background-position: 			top;
}

h2.ofertaspecjalna, h1.ofertaspecjalna {
	font-size:						16px;
	color:							#CAB183;
	margin:							10px 0px 10px 5px;
	text-align:						center;
	padding:						10px;
	width:							610px;
	border:							1px solid #EFD39F;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	background-color:				#FAF0DF
}



#googleMap {
	height:							300px;
	border:							1px solid #E1F0F7;
}

#reklama {
	position: 						absolute;
	top:							0px;
	z-index:						100;
	margin:							10px 0px 0px 10px;
}


#addressBox {
	position: 						absolute;
	top:							0px;
	margin:							85px 10px 10px 5px;
	padding:						10px;
	font-family: 					Kabel Md BT,tahoma;
	font-size:						22px;
	font-weight:					bold;
	color: 							#047;
	text-align: 					left;
	/* #599ABA; */
}

#addressBox h1 {
	font-size:						22px;
	margin:							0px;
	display:						inline;
}

#addressBox p {
	margin:							5px 0px 0px 0px;
}



#maincontent {
	text-align: 					justify;
	width:							1000px;
	margin:							0px auto;
	border-left:					1px solid #e7f7cf;
	border-right:					1px solid #e7f7cf;
	background-image: 				url('../images/contentBG.jpg');
	background-repeat: 				repeat-y;
}

#leftPanel {
	float: 							left;
	width: 							694px;
}

#leftPanel #menu {
	width: 							694px;
	height:							60px;
	background-image: 				url('../images/menu_topBGe.jpg');
	background-repeat: 				no-repeat;
}

#leftPanel #menu ul {
	margin:							0px;
	padding:						0px;
	color:							#eff3f2;
}

#leftPanel #menu ul li {
	list-style-type: 				none;
	display: 						inline;
	padding:						6px 16px;
	font-size:						18px;
	font-family:					Kabel Md BT, tahoma;
	border-left:					1px solid #e7f7cf;
}

#leftPanel #menu ul li.first {
	border-left:					0px;
}

#leftPanel #menu ul li a {
	color:							#006fa4;
	text-decoration: 				none;
}

#leftPanel #menu ul li a:hover {
	color:							#eff3f2;
	text-decoration: 				underline;
}



#weather h1 {
	margin-top:						0px;
}

#weather img {
	margin:							0px 10px 30px 0px;
}







#rightPanel {
	float: 							left;
	width: 							306px;
	background-image: 				url('../images/rightPanelBg.jpg');
	background-repeat: 				repeat-x;
	background-position: 			top;
	background-color: 				#F2F7FA;
}

#rightPanel .rightPanelBox {
	padding:						10px 10px;
	text-align: 					left;
	font-size:						11px;
	border-top:						1px solid #ADD1E2;
}


* html #rightPanel #smallSearchBox {
	height:							210px;
}

#rightPanel #smallSearchBox {
	min-height:						210px;
	width:							306px;
	font-size:						14px;
}

#rightPanel #smallSearchBox h1,#rightPanel #smallSearchBox h2 {
	font-size:						16px;
	color:							#599aba;
	margin:							10px 10px 20px 10px;
}

#rightPanel #smallSearchBox dl {
	margin:							10px 10px 5px 10px;
	min-height:						1.3em;
	display:						inline-table;
}

#rightPanel #smallSearchBox dl dt {
	clear:							left;
	float:							left;
	width:							110px;
	text-align: 					right;	
	font-size:						11px;
	position: 						relative;
	top:							3px;
}

#rightPanel #smallSearchBox dl dd {
	margin-left:					115px;
}

#rightPanel #smallSearchBox dl dd .dateSelectFrom {
	margin-bottom:					4px;
}

#rightPanel #smallSearchBox dl dd .dateSelectFrom span,#rightPanel #smallSearchBox dl dd .dateSelectTo span {
	float:							left;
	display:						block;
	width:							40px;
	color:							#599ABA;	
}

#rightPanel #smallSearchBox form input,#rightPanel #smallSearchBox form select {
	border:							1px solid #add1e2;
	font-size:						14px;
	font-family:					georgia, verdana;
	width: 							160px;
}

#rightPanel #smallSearchBox form #trigger_dates_from, #rightPanel #smallSearchBox form #trigger_dates_to {
	border:							1px solid #add1e2;
	font-size:						14px;
	font-family:					georgia, verdana;
	width: 							20px;
	margin-left:					5px;
}
	
#rightPanel #smallSearchBox form #dates_from, #rightPanel #smallSearchBox form #dates_to {
	width: 							90px;
	font-size:						14px;
	text-align: 					center;
}


#rightPanel #smallSearchBox form .submit {
	width: 							100px;
	font-weight:					bold;
}

#rightPanel div.newsItem {
	margin:							5px;
	padding:						5px;
	border-top:						1px solid #e1f0f7;
}

#rightPanel div.newsItem .title {
	text-align: 					right;
}

#rightPanel div.newsItem .title h1,#rightPanel div.newsItem .title h3 {
	margin:							0px;
	font-size:						15px;
}

#rightPanel div.newsItem .title h4 {
	margin:							0px;
	font-size:						9px;
	color:							#83ba22;
}



#searchForm {
	width: 							640px;
}

#searchForm th {
	text-align: 					right;
	width:							200px;
	padding:						5px;

}

#searchForm td {
}

#searchForm td input, #searchForm td select {
	font-size:						12px;
	border:							1px solid #999;
	width: 							200px;
}


#searchForm td.select {
	width: 							100px;
	text-align: 					left;
}

#searchForm td.select select {
	width: 							95px;
}





#footer {
	padding:						10px 10px;
	background-image: 				url('../images/footerBG.jpg');
	background-repeat:				repeat-x;
	font-size:						9pt;
	color:							#eff3f2;
	text-align: 					center;
	clear: 							both;
}

#footer ul {
	margin:							0px;
	padding:						0px;
}

#footer ul li {
	display:						inline;
	padding:						0px 10px;
}

#footer ul li.delimit {
	padding:						0px;
	color:							#eff3f2;
	font-weight: 					bold;
}

#footer ul li a:link,#footer ul li a:visited, a.link1 {
	color:							#eff3f2;
	text-decoration: 				none;
}

#footer ul li a:hover, a.link1:hover {
	color:							#eff3f2;
	text-decoration: 				underline;
}



.apartament {
	margin:							5px 5px 10px 5px;
	padding:						0px;
	border:							1px solid #9db0c5;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	background-image: 				url('../images/apartamentBG.jpg');
	background-repeat: 				repeat-x;
	background-position: 			center bottom;
	font-family: 					tahoma,verdana;
	width: 							630px;
}

.apartament .apartamentTable {
	padding:						5px;
	width: 							620px;
}

.apartament .apartamentTable td div.desc {
	height: 						76px;
	overflow: 						hidden;
	font-size: 						11px;
	color:							#666;
}

.apartament .apartamentTable td div.fulldesc {
	font-size: 						11px;
	color:							#666;
}

.apartament img.view {
	margin:							5px;
	border:							1px solid #add1e2;
}

.apartament h1, .apartament h3.title {
	font-size:						16px;
	margin:							2px 0px 0px 10px;
	text-align: 					left;
}

.apartament h4 {
	font-size:						13px;
	font-weight:					normal;
	text-align: 					left;
	color:							#599ABA;
	margin:							2px 0px 2px 10px;
}

.apartament p {
	margin:							4px 0px 0px 10px;
	color:							#666;
	font-size:						11px;
}

.apartament h3.box, .h3box {
	margin:							5px;
	padding:						5px 2px;
	text-align: 					center;
	color:							#83BA22;
	font-size:						11px;
	border:							1px solid #83BA22;
	-moz-border-radius:				5px;
	-webkit-border-radius:			5px;
}

.apartament h3.box_noborder {
	margin:							5px;
	padding:						5px 2px;
	text-align: 					center;
	color:							#83BA22;
	font-size:						11px;
}

.apartament table {
	margin:							5px 0px 0px 12px;
	width:							480px;
}

.apartament a {
	text-decoration:				none;
	color:							#5d9ebe;
}

.apartament a:hover {
	text-decoration:				underline;
	color:							#83ba22;
}




.promotion {
	margin:							5px 10px 10px 10px;
	padding:						5px;
	border:							1px solid #9db0c5;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	background-image: 				url('../images/apartamentBG.jpg');
	background-repeat: 				repeat-x;
	background-position: 			center bottom;
	font-family: 					tahoma,verdana;
	min-height:						80px;
	background-color: 				#fff;
	clear: right;
}

img.special {
	position:						absolute;
	z-index:						20;
	margin:							-5px 0px 0px -5px;
}

.promotion h1,.promotion h2 {
	font-size:						12px;
	margin:							5px 0px;
	text-align: 					right;
}

.promotion p {
	margin:							5px;
}

.promotion .view {
	float:							right;
	margin:							5px;
	border:							1px solid #ADD1E2;
}

h2.promotionText {
	text-align: 					center;
	font-size:						12px;
	margin:							20px 0px;
}







.buildings {
	margin:							5px 0px;
	border-bottom:					1px solid #e1f0f7;
}

.buildings h1 {
	font-size:						17px;
	color:							#599aba;
	margin:							0px 0px 10px 0px;
}

.buildings a {
	text-decoration:				none;
	color:							#5d9ebe;
}

.buildings a:hover {
	text-decoration:				underline;
	color:							#83ba22;
}

.buildings div.offerPhoto {
	float:							left;
	margin:							0px 15px 15px 0px;
}

.buildings td.img img {
	border:							1px solid #e1f0f7;
	padding:						2px;
}




.apartamentOffer {
	border-left:					1px dotted #e1f0f7;
	border-bottom:					1px dotted #e1f0f7;
	-moz-border-radius-bottomleft:	10px;
	-webkit-border-radius:			10px;
	margin:							10px 10px 10px 0px;
}

.apartamentOffer h3 {
	font-size:						15px;
	margin:							0px 0px 0px 10px;
}

.apartamentOffer dl {
	line-height:					1.7em;
	margin:							0px;
}

.apartamentOffer dl dd {
	margin:							0px 0px 0px 25px;
}

.apartamentGallery {
}

.apartamentGallery .offerPhoto {
	float:							left;
	margin:							10px;
}

.apartamentGallery .offerPhoto img {
	border:							1px solid #e1f0f7;
	padding:						2px;
}

.apartamentOffer table.calendarTable td {
	border:							0px;
	padding:						2px 2px 4px 2px;
	border:							1px solid #cac087;
}

.apartamentOffer table.calendarTable td.calendarMonth {
	color:							#104B77;
	width: 							70px;
	text-align: 					right;
	padding-right: 					2px;
	border:							0px;
}

.apartamentOffer table.calendarTable td.calendarDay {
	width:							30px;
	text-align: 					center;
	background-color: 				#e2dbb6;
}

.apartamentOffer table.calendarTable td.calendarPrice {
	width: 							35px;
	padding-left:					2px;
}

.apartamentOffer table.calendarTable td.calendarLast {
	border:							0px;
}

.apartamentOffer dl .offerDate {
	color:							#599ABA;
}




/* rezerwacja */

#apartamentSelected {
	height:							150px;
}

#apartamentSelected .apartament {
	margin:							0px 10px 20px;
}

#rezerwacja {
	margin:							5px 10px 20px 10px;
	border:							1px solid #9db0c5;
	-moz-border-radius:				8px;
	-webkit-border-radius:			8px;
	background-image: 				url('../images/apartamentBG.jpg');
	background-repeat: 				repeat-x;
	background-position: 			center bottom;
	font-family: 					tahoma,verdana;
	width: 							630px;
	
}

#rezerwacja #offer {
	width:							580px;
	border:							1px solid #9db0c5;
}
	
#rezerwacja .required {
	font-size:						12px;
	font-weight: 					bold;
	color:							#d00;
}

#rezerwacja .formError {
	font-size:						12px;
	font-weight: 					bold;
	color:							#d00;
	text-align: 					center;
	margin:							0px 30px 3px 30px;
}

#rezerwacja h2 {
	margin:							10px 0px;
	padding:						0px 20px;
	font-size:						12pt;
}

#rezerwacja h3 {
	margin:							20px 20px 0px 20px;
	padding:						10px 0px;
	text-align:						center;
	font-size:						12pt;
	border-bottom:					1px dashed #ddd;
	border-top:						1px solid #9DB0C5
}

#rezerwacja h5 {
	text-align: 					center;
	margin:							3px 3px 10px 3px;
	font-size:						11px;
}

#rezerwacja p.help {
	margin:							10px 20px;
	color:							#777;
	text-indent: 					1.5em;
	line-height: 					20px;
}

#rezerwacja dl {
	margin:							0px 10px 20px 10px;
}

#rezerwacja dl dt {
	width:							199px;
	float:							left;
	clear:							left;
	text-align: 					right;
	margin:							0px;
	padding:						2px 0px;
}

#rezerwacja dl.data dt {
	width:							250px;
}

#rezerwacja dl dt label {
	font-weight:					bold;
}

#rezerwacja dl dt.date_from {
	color:							#090;
}

#rezerwacja dl dt.date_to {
	color:							#900;
}

#rezerwacja dl dd {
	margin:							0px;
	padding:						0px 0px 0px 205px;
	
}

#rezerwacja dl.data dd {
	padding:						0px 0px 0px 255px;
}

#rezerwacja dl dd input {
	border:							1px solid #e3e3e3;
	font-size:						12px;
	width:							300px;
}

#rezerwacja dl.data dd input {
	width:							200px;
}

#rezerwacja dl dd input.date {
	text-align: 					center;
}


table.kalendarz {
	margin:							0px auto 0px auto;
	font-family:					georgia,verdana;
	background-image: 				url('../images/apartamentBG.jpg');
	background-repeat: 				repeat-x;
	background-position: 			center bottom;
	padding-bottom:					15px;
	border:							1px solid #9DB0C5;
}

table.kalendarz th {
	height: 						15px;
	vertical-align: 				middle;
	text-align: 					center;
	font-size:						12pt;
	font-weight:					bold;
	padding:						10px 4px;
	margin:							8px;
	border:							1px solid #e3e3e3;
	-moz-border-radius:				4px;
	-webkit-border-radius:			4px;
	color:							#eee;
	background-color: 				#888;
}

table.kalendarz td {
	width:							30px;
	height: 						30px;
	vertical-align: 				middle;
	text-align: 					center;
	font-size:						12pt;
	padding:						0px;
	margin:							8px;
	border:							1px solid #e3e3e3;
	background-color:				#fff;
	-moz-border-radius:				4px;
	-webkit-border-radius:			4px;
}

table.kalendarz th.blank {
	border:							0px;
	background:						transparent;
	color:							#000;
	font-size:						20px;
	font-weight: 					bold;
}

table.kalendarz th.blank a {
	color:							#000;
	text-decoration: 				none;
	font-size:						24px;
	padding:						20px 0px;
}

table.kalendarz th.blank a.reset {
	font-size:						12px;
	color:							#599ABA;
	padding:						0px;
}

table.kalendarz td.blank {
	border:							1px solid #e3e3e3;
}

table.kalendarz td.date_selected {
	background-color: 				#eee;
	font-weight: 					bold;
}

table.kalendarz td.date_from a,table.kalendarz td.date_to a {
	color:							#fff;
}

table.kalendarz td.date_selected a {
	color:							#333;
}


table.kalendarz td.day6, table.kalendarz td.day6 a {
	color:							#00a;
}

table.kalendarz td.day7, table.kalendarz td.day7 a {
	color:							#a00;
}

table.kalendarz td.reserved {
	background-image: 				url(../images/TDreserved.jpg);
	background-repeat: 				no-repeat;
	background-position: 			1px -1px;
}

table.kalendarz td.rotate {
	background: url('../images/rotate_white.gif') bottom right no-repeat #fff;
}

table.kalendarz td .initial {
	background: url('../images/ikona_wstepna.gif') top left no-repeat transparent;
}


table.kalendarz td a {
	color:							#222;
	display:						block;
	text-decoration: 				none;
	padding:						10px 15px;
	width:							20px;
	height:							20px;
	margin:							auto;
	outline: 						none;
}

table.kalendarz div.a {
	display:						block;
	text-decoration: 				none;
	padding:						10px 15px;
	width:							20px;
	height:							20px;
	margin:							auto;
}

table.kalendarz div.old {
	color:							#bbb;
	text-decoration:				line-through;
	display:						block;
	padding:						10px 15px;
	width:							20px;
	height:							20px;
	margin:							auto;
}

table.kalendarz td.date_from {
	background: 					#090;
	font-weight: 					bold;
}

table.kalendarz td.date_to {
	
	background-color: 				#900;
	font-weight: 					bold;
}

table.kalendarz td.date_from_rotate {
	background: url('../images/rotate_green.gif') bottom right no-repeat #090;
	font-weight: 					bold;
}

table.kalendarz td.date_from .initial, table.kalendarz td.date_from_rotate .initial {
	background: url('../images/ikona_wstepna_green.gif') top left no-repeat transparent;
}

table.kalendarz td.date_to_rotate {	
	background: url('../images/rotate_red.gif') bottom right no-repeat #900;
	font-weight: 					bold;
}

table.kalendarz td.date_to .initial, table.kalendarz td.date_to_rotate .initial {
	background: url('../images/ikona_wstepna_red.gif') top left no-repeat transparent;
}

table.kalendarz td.date_selected .initial {
	background: url('../images/ikona_wstepna_grey.gif') top left no-repeat transparent;
}

/* rezerwacja - koniec */





.error {
	color:							#d00;
}

.padding10 {
	padding:						10px;
}

.padding20 {
	padding:						0px 20px;
}

.paddingMenu {
	padding:						20px 10px 0px;
}

.floatLeft {
	float:							left;
}

.floatRight {
	float:							right;
}

.center {
	text-align: 					center;
}

.noborders {
	border:							0px;
}

.clear {
	clear: 							both;
}

.lh15 {
	line-height: 					1.5em;
}

.lh20 {
	line-height: 					2em;
}
