/*@charset "utf-8";*/

@charset "iso-8859-2";

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 4px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}




#nk a:hover{

/*background-color: #fde47c;*/

color: #003399;

text-decoration: underline;

}


#mnew{
	margin-top:81px;
	
	width:100px;
	height: 27px;
	/*background-color: transparent;*/
	background-image: url("mtop/m_new.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0px;
	display:inline;
	float: left;
}

#mnew:hover {
	background-color: transparent;
	background-image: url("mtop/m_new.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -40px;
}

#mstart{
	margin-top:81px;
	margin-left: 5px;
	width:100px;
	height: 27px;
	background-color: transparent;
	background-image: url("mtop/m_cat.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0px;
	display:inline;
	float: left;
}

#mstart:hover {
	background-color: transparent;
	background-image: url("mtop/m_cat.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -40px;
}

#mad {
	margin-top:81px;
	margin-left: 5px;
	width:168px;
	height: 27px;
	background-color: transparent;
	background-image: url("mtop/m_ad.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0px;
	display:inline;
	float: left;
}

#mad:hover {
	background-color: transparent;
	background-image: url("mtop/m_ad.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -40px;
}

#mevent {
	display:inline;
	margin-left: 5px;
	margin-top:81px;
	width:168px;
	height: 27px;
	background-color: transparent;
	background-image: url("mtop/m_event.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0px;

	float: left;
}

#mevent:hover {
	background-color: transparent;
	background-image: url("mtop/m_event.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -40px;
}

.linki a:hover {
	text-decoration: none;
	background: transparent;
}
	
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	/*background-color: #ffffcc;*/
	font-family:Verdana, Helvetica, sans-serif;
	/*font-weight:bold;*/
	background: #fff url(images/bg.png) no-repeat;
}

td {
	font-size: 12px;
}

.catlist a {
	color: rgb(0, 51, 153);
}
a {
	color: #333;/*#006595;*/
	text-decoration: none;
	/*font-weight:bolder;*/
}

a:hover {
	/*background-color: #fde47c;*/
	color: #003399;
	text-decoration: underline;
	}
	
	
	
.cont a {
	color: #000;/*#006595;*/
	text-decoration: none;
	/*font-weight:bolder;*/
}

.cont a:hover {
	background-color: #fde47c;
	color: #003399;
	text-decoration: underline;
	}

h1 {
	font-size: 16pt;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

input, textarea, select, optgroup, option {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

button {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #87BF3B;
	border: 1px outset #006595;
	color: white;
}

pre {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #66668c;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 12px;
	font-style: italic;
	color: gray;
}

#header {
	padding: 12px;
}

#logo {
	font-size: 12px;
	font-weight: bold;
}

#logox {
	font-size: 14px;
	font-weight: bold;
}

#logox a {
	color: #66668c;
	text-decoration: none;
}

#logo a {
	color: #66668c;
	text-decoration: none;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}

#today {
	font-size: 12px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#sidebar_left {
	padding-top: 12px;
	background-color: #E4F89D; /*#F0F4FB*/  /* stary kolor niebiesko-zielony #C0FFC0  */
	/*border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:: 1px solid #ccc;*/
	border: 1px solid #eee;
}

.buttons td {
	text-align: center;
	background-color: #87BF3B;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

#sidebar_left .head {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #486600;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

#contentcell {
	/*border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;*/
}

#content {
	padding: 10px;
}

#path {
	background-color: #F5F5F5;
	font-size: 16px;
	margin-bottom: 5px;
}


/* Kolor paska tabeli |dzial| niebiesko-szary #CEDBFF */

#path td {
	padding: 5px 5px 5px 10px;
	background-color: #E4F89D;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#path a {
	color: #777777;
	text-decoration: none;
}

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

table.searchbox {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {

}

table.dir_cat .count {
	color: #222;
	font-size: 12px;
}

table.dir_cat th .count {
	color: #486600;
	font-size: 12px;
}

table.adlisting {
}

table.adlisting tr.ad1 {
	/*background-color: #FAFAFA;*/
}

table.adlisting tr.ad2 {
}

table.adlisting td {
	padding: 4px;
	border-bottom: 2px solid #cedbff;
}

/* Kolor paska tabeli nad ogloszeniami |tytul| niebiesko-szary #CEDBFF */

table.adlisting td.head, table.adlisting tr.head td {
	font-weight: bold;
	background-color: #87BF3B;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 0px;
}

table.adlisting td.datehead {
	background-color: #87bf3b;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.adlisting td.icon {
}

table.adlisting td.icon img {
}

table.adlisting .adtitle {
	font-weight: bold;
	font-size: 14px;
	color: rgb(0, 51, 153);
}

table.adlisting .date {
	font-style: italic;
}

table.adlisting .ad1 {



}

table.adlisting .ad2 {



	/*background-color: #FAFAFA;*/
}


.adheader {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.adheader .icon {
	/*vertical-align: top;*/
}

.adheader .adtitle {
	font-size: 16px;
	color: #00662f;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.adheader .adarea {
	font-size: 12px;
	font-weight: normal;
}

.ad {
	margin-bottom: 10px;
	color:#000000;
	font-size:14px;
}

.ad .link_marker {
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.addesc {
	color:#000;
	font-size:16px;
	font-weight:normal;
}



.disclosure_no {
	color: #52b252;
}

.disclosures b {
}

.adpics {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.adpics img {
	border: 1px solid #c0c0c0;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid #c0c0c0;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 12px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
    background-color: #E4F89D; /*#F0F4FB*/  /* stary kolor niebiesko-zielony #C0FFC0  */
	/*border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border: 1px solid #eee;
	padding: 0px 5px 5px 5px;
}

#sidebar_right {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
}

.citylist_city {
	color: #003399; /* #777777 */
	font-size: 12px;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 9px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {
}

img.thumb {
	border: 1px solid #c0c0c0;
}

.postpath {
	padding: 5px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #66668c;
	font-size: 12px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #ffe959;
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestads {
	padding-top: 10px;
	margin-bottom: 10px;
	color: #003399;
	font-size: 16px;
	
	
	
	
}
/* Tu kolor naglowka nad najnowsze */
.latestads .head {
	padding-bottom: 5px;
	color: #ED8C02;
	font-size: 14px;
}

/* Tu kolor i czcionka listy ogloszen najnowsze */

.latestads td {
	border-top: 1px solid #F0F0F0;
	color: #003399;
	font-size: 14px;
	
	
}

.adcat {
	font-size: 12px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;

	
}

table.latestads_table a.featured {
	font-weight: bold;
		
}

.catlist .cat {
	padding: 1px;
	display: block;
	text-align: left;
}

.catlist .cat a {
	font-weight: bold;
	text-align: left;
	
}

.catlist .subcat {
	padding: 1px;
	display: block;
}

.catlist .count {
	color: gray;
}
/* Tresc ogloszenia w listingu */
.adpreview {
	display: block;
	font-size: 12px;
	color: #666666;
}










