﻿@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #d9d9d9 url('gfx/bg.gif') left top repeat-x;
}
* body {padding: 0;	margin: 0;}
div#container, div#foo {width: 700px; margin: 0 auto;}
.bot {background: url('gfx/bgBottom.gif') left top no-repeat; display: block; width: 173px; height: 11px;}
.botC {background: url('gfx/bgBotCon.gif') left top no-repeat; display: block; width: 346px; height: 13px;}

/* Top */
div#top {height: 140px;	padding-top: 10px;}
h3 {
	background: url('gfx/logo.gif') left top no-repeat;
	width: 408px;
	height: 91px;
	font: 0px/900% Arial;
	overflow: hidden;
}
h4 {font: bold 10px Verdana, Geneva, sans-serif; color: #fff;}

/* Wyszukiwarka */
div#wyszukiwarka {
	width: 680px;
	height: 33px;
	margin: 5px 0;
	background: url('gfx/bgSzukaj.gif');
	font: bold 8pt/33px Verdana, Geneva, sans-serif;
	color: #333;
	padding: 0 10px;
}
div#wyszukiwarka form {float: right;}

/* Kolumny */
div#left {float: left; width: 173px;}
div#right {float: right; width: 173px;}
div#conent {width: 346px; float: left; margin-left: 4px; background: #fff;}
div#conentpremium {width: 338px; float: left; margin-left: 4px; background-color:#E7EDFF;}
div#oferta {width: 300px; float: left; margin-left: 4px; background-color:#E7EDFF;}
div#bottom {clear: both;}

/* Nagłowek menu, lista menu */
h5 {
	background: url('gfx/bgMenu.gif') top no-repeat;
	width: 166px;
	height: 30px;
	font: bold 13pt/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	padding-left: 7px;
	margin: 0;
}
h5 a {text-decoration: none; color: #3c3c3c;}
h5 a:hover {text-decoration: none; color: #3c3c3c;}

ul {width: 166px; background: #fff; margin: 0; padding: 0 0 0 7px;}
li {display: block; list-style: none url('kropka.png'); font: 8pt/12pt Verdana, Geneva, sans-serif; text-transform: uppercase;}
li a {text-decoration: none; color: #333;}
li a:hover {text-decoration: underline;}


/* Conent */
div#conent h5 {
	background: url('gfx/bgConent.gif') left top no-repeat;
	width: 339px;
	height: 30px;
	font: 11px/29px Verdana, Geneva, sans-serif;
	color: #3c3c3c;
	padding-left: 7px;
	margin: 0;
}
div#conent h2, div#conent h1, div#conent span {
	font: bold 10pt Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 0;
	color: #3c82ec;
	text-decoration: underline;
}
div#conent h2, div#conent h1,  a {
	color: #3c82ec;
	text-decoration: underline;
}
div#conent h6 {
	font: bold 8pt Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin: 20px 5px 5px 5px;
}


/* Conentpremium */
div#conentpremium h5 {
	background: url('gfx/bgConent.gif') left top no-repeat;
	width: 339px;
	height: 30px;
	font: 11px/29px Verdana, Geneva, sans-serif;
	color: #3c3c3c;
	padding-left: 7px;
	margin: 0;
}
div#conentpremium h2, div#conentpremium h1, div#conentpremium span {
	font: bold 10pt Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 0;
	color: #3c82ec;
	text-decoration: underline;
}
div#conentpremium h2, div#conentpremium h1,  a {
	color: #3c82ec;
	text-decoration: underline;
}
div#conentpremium h6 {
	font: bold 8pt Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin: 20px 5px 5px 5px;
}

/* oferta */
div#oferta h5 {
	background: url('gfx/bgConent.gif') left top no-repeat;
	width: 339px;
	height: 30px;
	font: 11px/29px Verdana, Geneva, sans-serif;
	color: #3c3c3c;
	padding-left: 7px;
	margin: 0;
}
div#oferta h2, div#oferta h1, div#oferta span {
	font: bold 10pt Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 0;
	color: #3c82ec;
	text-decoration: underline;
}
div#oferta h2, div#oferta h1,  a {
	color: #3c82ec;
	text-decoration: underline;
}
div#oferta h6 {
	font: bold 8pt Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin: 20px 5px 5px 5px;
}




p {font: 9pt Verdana, Geneva, sans-serif; margin: 5px; color: #333;}
p.more a {font-size: 8pt; color: #64b6fc; text-decoration: none;}
p.more a:hover {color: #64b6fc; text-decoration: underline;}

p.tag a {font-size: 8pt; color:  #fff; text-decoration: none;}
p.tag a:hover {color:  #fff; text-decoration: underline;}


p.oferta {font: 9pt Verdana, Geneva, sans-serif; margin: 5px; color: #64b6fc;}
p.oferta2 {font: 9pt Verdana, Geneva, sans-serif; margin: 0px 0px 0px 0px; color: #64b6fc;}


/* Wyróżnione ogłószenia */
div#wyroznione {background: #d9d9d9; margin: 0 auto; width: 98%;}
div#wyroznione h2 {color: #aa0a0a;}
div#wyroznione h2 a {color: #aa0a0a;}


/* Footer */
div#footer {width: 100%; background-color:#343234; margin-top: 10px;}
div#fooOferty {float: left; width: 50%;}
div#fooSzukam {float: right; width: 50%;}
div#fooOfertyNaj {float: left; width: 50%; color: #fff;}
div#fooSzukamNaj {float: right; width: 50%; color: #fff;}
div#copyright {
	font: 8pt Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	clear: both;
}
div#footer ul {
	background: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#footer li {margin: 4px 0; text-transform: none;}
div#footer li a {
	background: #fff;
	padding: 2px;
	font: bold 8pt Verdana, Geneva, sans-serif;
}
div#fooOferty h5 {
	background: url('gfx/fooOferty.gif') left top no-repeat;
	width: 121px;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	font: 0px/900% Arial;
	overflow: hidden;
}
div#fooSzukam h5 {
	background: url('gfx/fooSzukam.gif') left top no-repeat;
	width: 161px;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	font: 0px/900% Arial;
	overflow: hidden;
}
div#fooOfertyNaj h5 {
	background: url('gfx/najOferty.gif') left top no-repeat;
	width: 131px;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	font: 0px/900% Arial;
	overflow: hidden;

}
div#fooSzukamNaj h5 {
	background: url('gfx/najSzukam.gif') left top no-repeat;
	width: 161px;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	font: 0px/900% Arial;
	overflow: hidden;
}


/* Tabelka */
table {
	width: 98%;
	margin: 0 auto;
	font: 9pt Verdana, Geneva, sans-serif;
}

.r {text-align:right; font-weight: bold; color: #333;}
td {color: #657486;}
tr {padding: 2px 0; border-bottom: 1px solid #657486;}

/* Buttony */
.awesome, .awesome:visited {
	background: #222 url(gfx/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active	{ top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }
.blue.awesome, .blue.awesome:visited{ background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.silver.awesome, .silver.awesome:visited { background-color: #f1f1f1;  color: #27aabd; font-weight: bold;}
.silver.awesome:hover { background-color: #e2e2e2; }



img {border: 0; margin: 0; }

#conent fieldset {
	border: 1px solid #ddd;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}

#conent fieldset p { margin: 0 0 14px 0; float: left; width: 100%;  }

#conent fieldset label {
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
	line-height: 12px;
}

#conent fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(/gfx/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
	margin: 0 10px 0 0;
}

#conent fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(/gfx/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
	margin: 0 10px 0 0;
}

#conent fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(/gfx/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}

#conent fieldset .text-long:focus, 
#conent fieldset .text-medium:focus,
#conent fieldset .text-small:focus,
#conent fieldset textarea:focus { background: #fdfcf6 url(/gfx/input-shaddow-hover.gif) no-repeat left top; }

#conent fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(/gfx/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 280px;
	float: left;
	margin: 0 10px 0 0;
	height: 160px;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(/gfx/button-submit.gif) no-repeat left top;
}

.slideshow { height: 25px; width: 200px; margin: auto }

#tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}	
	
