body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFCF4;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg-top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

table {
      text-align: left;
}

.menuItem {
	  vertical-align: bottom;
	  font-size: 9px;
}

.menuItem img {
	  position: relative;
	  top: 3px;
}

.counter {
	 font-size: 10px;
	 color: #006600;
}

.externalLink, .externalLink:link, .externalLink:active, .externalLink:hover, .externalLink:visited {
	color: #444;
}

.menuTable {
        width: 100%;
}

.menuTable td {
	height: 24px;
	vertical-align: middle;
	border-bottom: 1px solid #8fbe00;
}


.menuHeader {
	padding-left: 8px;
	background-color: #fdca55;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.menuCell, .selectedMenuCell {
	background-image: url(../img/strzalka.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.menuCell a:hover, .menuCell a:active, .selectedMenuCell a:hover, .selectedMenuCell a:active {
        text-decoration: none;
}

.menuCell {
	background-color: #e6f4bd;
	cursor: default;
}

.selectedMenuCell {
	background-color: #fff;
	cursor: pointer;
}

.menuLink, .menuLink:link, .menuLink:active, .menuLink:hover, .menuLink:visited {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	/* text-decoration: none; */
	padding-left: 24px;
	font-size: 10px;
}

.headerTable {
           background-color: #f7f7ef;
           vertical-align: middle;
           width: 100%;
}

.headerTable td {
           vertical-align: top;
           text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #fda844;
        padding: 10px 20px;
        margin: 0;
}

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.calculatorHeader {
	color: #fff;
	font-weight: bold;
	height: 26px;
	background-color: #9cb33f;
}

.calculatorHeader span {
	padding-left: 5px;
}

.mainHeader {
      width: 100%;
      height: 30px;
      background-image: url(/img/bg10.gif)
}

.mainHeader img {
	position: relative; top: 8px; left: 20px
}

.mainContent {
         padding: 20px;
         position: relative;
}

.promotedPhoto {
        border: 3px solid white;
        margin-top: 8px;
        margin-bottom: 3px;
}

.promotedDetails {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 15px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	overflow: hidden;
}

textarea {
         height: 50px;
}

form {
	padding: 0;
	margin: 0;
}

.formInput {
	width: 230px;
}

.formLabel {
	padding: 8px 0 3px 0;
}

.formButton {
    background-color: #e6f4bd;
    margin-top: 15px;
    width: 230px;
}

.nlink {
	font-size: 11px;
	color: #000000;
}

.error {
       color: red;
}

.info {
      color: green;
      font-weight: bold;
}

.exposed {
      color: #ff6214;
      font-weight: bold;
      font-size: 11px;
      width: auto;
}

.details {
      font-weight: bold;
      color: black;
      width: auto;
}

.propertyDetails td, .propertyDetails th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.propertyDetails th {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}

.imageBrowser {
	position: relative;
	overflow: scroll;
	width: 499px;
	height: 116px;
	margin: 0 0 20px 0;
}

.imageBrowser .zdjecia {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
}

.imageBrowser .panel {
	overflow: hidden;
	height: 116px;
	vertical-align: middle;
	width: auto;
}

#zdjecia {
	overflow: hidden;
}

.listTable {
        width: 100%;
	border: 1px solid #8fbe00;
        border-collapse: collapse;
}

.listTable td {
	text-align: center;
}

.listHeader {
	background-color: #fdca55;
	font-weight: bold;
}

.listCellOdd {
	background-color: #e8f6bf;
}

.listCellEven {
	background-color: #f0fee2;
}

.listCellOddSelected, .listCellEvenSelected {
	background-color: #fff38a;
	cursor: pointer;
}

.listHeader td, .listCellOdd td, .listCellEven td, .listCellOddSelected td, .listCellEvenSelected td {
	border-bottom: 1px solid #8fbe00;
	font-size: 9px;
}

.listHeader > td, .listCellOdd > td, .listCellEven > td, .listCellOddSelected > td, .listCellEvenSelected > td {
	height: 20px;
}

.searchButton {
	border: 1px solid #080;
        background-color: #fdca55;
        font-weight: bold;
        padding: 5px;
        color: green;
        width: 150px;
}

.propertyCategory {
        font-size: 11px;
        color: #080;
        font-weight: bold;
        cursor: pointer;
}

.propertySelectedCategory {
        font-size: 11px;
        color: red;
        font-weight: bold;
        cursor: pointer;
}

.preview {
        border: 1px solid green;
        background-color: white;
        padding: 5px;
        float: left;
        width: 152px;
        text-align: center;
}

.previewDesc {
        font-size: 9px;
        font-family: verdana;
        padding-top: 5px;
        color: #333;
        white-space: normal;
}

.topMenu, .topMenu:hover, .topMenu:link, .topMenu:active, .topMenu:visited {
        font-size: 11px;
        font-family: verdana;
        color: white;
        text-decoration: none;
        font-weight: bold;
        margin: 0 10px;
}

.right0, .right1, .selectedRight0, .selectedRight1 {
        width: 186px;
        border-bottom: 2px solid white;
        position: relative;
        border-left: 1px solid white;
}

.bottom0, .bottom1, .selectedBottom0, .selectedBottom1 {
        border-left: 1px solid white;
}

.right0, .bottom0 {
        background-color: #fff38a;
}

.right1, .bottom1 {
        background-color: #e6f4bd;
}

.selectedRight0, .selectedBottom0 {
        background-color: #ffee55;
}

.selectedRight1, .selectedBottom1 {
        background-color: #ceeb79;
}

.right0, .selectedRight0, .bottom0, .selectedBottom0, .right1, .selectedRight1, .bottom1, .selectedBottom1 {
        cursor: pointer;
}

a.topMenu:hover, a.topMenu:active {
        color: #feff96;
}

.lp, .lp:hover, .lp:link, .lp:active, .lp:visited {
        text-decoration: none;
        font-weight: bold;
}