@CHARSET "UTF-8";

/**  Globalne **/

* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #333;
	text-align: left;
}

body {
	text-align: center;	
}

a {
	font-size: 12px;
	color: #222;
}

a:hover {
	color: black;
	text-decoration:underline;
}

div.container {
	width: 900px;
	margin: 0 auto;
}

div.top {
	padding-top:20px;
	height: 130px;
	text-align: right;
	color: #b12248;
	line-height: 50px;
	
}

a.mainLogo {
	background: transparent url("/Images/arka_small.jpg") no-repeat scroll 16px 5px;
	position: relative;
	display:block;
	width:210px;
	height: 140px;
	left: 0;
	top: -150px;
}

div.minus {
	position: relative;
	top: -140px;
}

div.left {
	width: 220px;
	position: relative;
	float: left;	
}

div.objMenu {
	text-align: right;
}	

div.objMenu div {
	/* Inline block */
	display:-moz-inline-stack;
	display:table-cell;
	display:inline-block;
	zoom:1;
	*display:inline;
	/* Specs */
	padding-left: 5px;
	padding-right: 5px;
	line-height: 32px;
	border-top: 1px solid #AAA;
	border-bottom: 2px solid #DDD;
	font-family: Verdana;
	font-weight: bold;
	color: #444;
	font-size: 12px;	
}

div.subject {
	font-weight:bold;
	font-family: Trebuchet MS;
	font-size: 16px;
}

div.newsBody {
	font-size: 12px;
	padding-bottom:5px;
	border-bottom: 1px solid #CCC;
}

em.more {
	font-weight:bold;
	color:red;
	display:inline;
}

em.more a {
	color: red;
	display: inline;	
}

div.addr {
	font-family:Helvetica;
	font-size:15px;
	margin-top:46px;
}

b.big {
	font-size:16px;
}

div.sort {
	padding: 12px;
	text-align: right;
}

div.sort select {
	padding: 2px;
	padding-right: 4px;
	height: 23px;
}

div.sort option {
	font-size: 13px;
	padding: 4px;
}

div.paging {
	padding-left: 20px;	
}

button.sort {
	background-color:#EFEFEF;
	border-bottom:1px solid #777777;
	border-right:1px solid #999999;
	padding:2px;	
}

div.paging a {
	padding: 4px;
	border: 1px solid #AAA;
}

div.sort span {
	font-family: Helvetica;
	font-size: 14px;
}

h1 {
	background-color:#EFEFEF;
	border-bottom:1px solid gray;
	color:#333333;
	font-family:fantasy;
	font-size:25px;
	padding:14px;
}

div.newsList {
	margin-bottom:10px;
	margin-left:8px;
	font-family: Tahoma;
	font-size: 13px;
}

div.newsList p {
	display:inline;
}

div.mainInfo {
	background-image: url("/Images/block-blue.jpg");
	background-color: #e1e1e1;
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 23px 32px 22px 17px;
	font-family: Tahoma;
	min-height:100px;
}

div.objMenu div:hover {
	border-bottom: 2px solid red;
	cursor: pointer;
}

/**
div.corner {
	padding:0 !important;
	width: 10px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 32px;	
}**/

div.newsEntry {
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

div.entryTitle {
	font-weight: bold;
	line-height: 22px;
	padding: 4px;
	padding-left:10px;
	background-color: Teal;
	color: white;
	font-size: 13px;
	font-family: Helvetica;
}

div.entryBody {
	padding: 10px;
	font-family: Helvetica !important;
}

div.entryAdded {
	font-size: 10px;
	padding: 10px;
	font-family: Helvetica;
}

div.corner {
	padding:0 !important;
	width: 35px;
	height: 35px;
	background-image: url("/Images/left_cr.jpg");
	background-repeat: no-repeat;
	background-position:1px -1px;
	border: 0 !important;	
}

div.image {
	width:200px;
	height:150px;
}

div.image img {
	width:200px;
	height:150px;
}

button.search {
	font-family: Arial;
	font-weight: bold;
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #888;
}

div.cornerRight {
	padding:0 !important;
	width: 10px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 32px;	
}

div.footer {
	margin-top:40px;
	font-family: Arial;
	font-size:12px;
	line-height: 40px;
	border-top: 2px solid #888;
}

div.box {
	position:relative;
	top: -34px;
}

div.left ul {
	margin:0px;
	padding:0px;
}

div.left li {
	font-family: Tahoma;
	font-weight: bold;
	color: #858e92;
	font-size: 14px;
	border-top: 1px solid #CCC;
	line-height: 30px;
	list-style-type: none;
	padding-left: 2px;
}

li.buttoned {
	padding-left:14px !important;
	background-image: url("/Images/button.jpg");
	border-left: 2px solid #58c81b;	
}

li.buttonedBack {
	padding-left:14px !important;
	background-image: url("/Images/button.jpg");
	border-left: 2px solid red;	
}

span.menuHeadline {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	padding-bottom: 6px !important;
}



div.pages li {
	padding-left:10px;
}

div.right {
	
	position: relative;
	float: right;
	width: 650px;
}

div.mainBlock {
	background-color:#E1E1E1;
	background-image:url(/Images/nfo.jpg);
	background-repeat:no-repeat;
	background-position: top;
	min-height:200px;
	border-bottom: 2px solid #BBB;
	padding-bottom:10px;
	border-top: 3px solid red;
	border-left: 1px solid #BBB;
	border-right: 1px solid #CCC;
}



div.lang {
	border: 0 !important;
	position: relative;
	float: left;	
}

div.clear {
	clear: both;
	height: 0px;
}

ul.searchForm {
	background-color:#EEEEEE;
	padding-left:8px !important;	
}

ul.searchForm li {
	border: 0 !important;
	line-height: 22px;
	font-size: 12px;
	color: #444;
}

h1.seo, h2.seo, h3.seo {
	display:none;
}

ul.searchForm select,input {
	border:1px solid #888888;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 2px;
	padding-right: 2px;
	width:200px;
}

input.tri {
	width: 67px;
}

/** Estate **/
table {
	font-size: 12px;
	font-family: Verdana;
	color:#444;
	width:100%;
	padding: 8px;
	line-height: 21px;
}

tr {
	margin-bottom:1px;
	background-color: #EEE;
}

td {
	padding-left: 9px;
	border:0;
}

div.offerDescription {
	margin:0px 0 7px;
	color: #222;
	padding: 6px;
	font-size: 14px;
	font-family: Helvetica;
	border-top: 2px solid #999;
	padding-top: 10px;
	background-color:#E1E1E1;
	background-image:url(/Images/nfo.jpg);
	background-repeat:no-repeat;
	background-position: top;
	text-align: left;
}

ul.offerToolbar {
	padding: 6px 6px 9px 16px;
	background: #333;
	text-align: left;
}

ul.offerToolbar a {
	color: white;
}

ul.offerToolbar li {
	text-align:left;
	display:-moz-inline-stack;
	display:table-cell;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right:20px;
	
}

div.offerMainImage {
	margin-top: 8px;
	padding-top:4px;
	text-align: center;
}

div.morePhoto {
	text-align: right;	
	padding: 10px;
	background-color: #f9f9f4;
}

div.morePhoto a {
	color:#222222;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

div.categoryDesc {
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	color: #222;
	border-bottom: 2px solid #DDD;
}

/** Notepad **/

p.notepadDesc {
	margin-left:8px;
	margin-right:8px;
	padding: 6px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	font-family: Verdana;
}

div.noNote {
	padding: 15px;
	color: black;
	font-size: 14px;
	text-decoration: underline;
	border: 1px solid #BBB;
	margin:4px;
	font-family: Georgia;
}

div.infoBlock {
	color: #222;
	font-size: 12px;
	padding: 12px !important;
	padding-top: 25px !important;
	font-size: 12px;
	font-family: Tahoma !important;
	background-color:#E1E1E1;
	background-image:url(/Images/nfo.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

div.infoBlock * {
	font-size: 12px;
	font-family: Tahoma !important;	
}

td.estateTitle {
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #999;	
}

td.infoF {
	border-bottom: 1px solid #666;	
}

/** Gallery **/

div.imgList {
	width: 217px;
	height: 480px;
	overflow: auto;
	position: relative;
	float: right;
	padding-top:8px;
}

div.imgList div {
	margin-bottom: 15px;
}

td.img {
	padding-left:0px;
	padding-right: 4px;	
}

div.current {
	position: relative;
	float: left;
	width:420px;
	padding-top:8px;
	padding-left:8px;
}

/** Pytania **/
ul.questionForm {
	color:black;
	list-style-type: none;
	margin-left:20px;
	font-size: 12px;
	
}

ul.questionForm input, textarea {
	width: 260px;
	border: 1px solid #888;
	padding:4px;	
}

ul.questionForm button {
	border: 1px solid #888;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:3px;
	background-color: #EEE;
}

p.questionDesc {
	margin:10px;
	padding:20px;
	background-color: #EEE;
	font-size: 14px;
	font-family:Helvetica;
	font-weight: bold;
}

div.mainEstate {
	height: 180px;
}

div.mainDesc {
	background-image: url("/Images/back.png");
}

span.estateTitle {
	display: block;
	padding:4px;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
}

p.estateDesc {
	padding: 3px;
	font-size: 12px;
	font-family: Helvetica;
}

div.infoBlock {
	color: #222;
	font-size: 12px;
	padding:8px;
}

li.back {
	background-color: #F9F9F4 !important;
}

/* new index gallery */

div.gallery {
	width:900px !important;	
	top: -110px;
}

ul.imageBlockList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.imageBlockList li {
	display:-moz-inline-stack;
	display:table-cell;
	display:inline-block;
	zoom:1;
	*display:inline;
}

div.imageBlock {
	background-color:#EEEEEE;
	height:220px;
	margin:3px;
	padding-top:9px;
	width:214px;
	margin-top: 12px;
}

div.imageBlock:hover {
	background-color: #FDD;
}

div.imageBlockThumb {
	margin: 7px 7px 7px 7px;
	border: 1px solid #AAA;
}

div.imageBlockTitle {
	font-family:Arial;
	font-weight:bold;
	padding:12px;
	height:29px;
	overflow:auto;
}

div.thumbs {
	margin-top: 10px;	
}

ul.thumbList {
	list-style-type: none;
}

ul.thumbList li {
	display:-moz-inline-stack;
	display:table-cell;
	display:inline-block;
	zoom:1;
	*display:inline;
}

button.searchButton {
	padding:4px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #666;
	color: white;
}