/* brak prawej kolumny */
#podstrona {
	margin: 0 0 0 199px;
}
/* promocje.tpl */
#tooltbl {
	width: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #F6F6F6;
	background: #F2F2F2;
}
#tooltbl td {
	white-space: nowrap;
	height: 26px;
}
#tooltbl #miasto {
	width: 115px;
}
#tooltbl #woj {
	width: 115px;
	margin-left: 5px;
}
#tooltbl #cena {
	width: 100px;
}
#tooltbl #goto {
	border: 0;
	width: 9px;
	height: 14px;
	cursor: pointer;
}
#tlista {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top:1px solid #EEE;
}
#tlista th {
	font-weight: bold;
	font-size: 12px;
	color: #444;
	border-bottom: 1px solid #EEE;
}
#tlista th a { color: #444; }
#tlista th.ko1 {
	width: 70px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-indent: 8px;
}
#tlista th.ko2 {
	text-align: left;
}
#tlista th.ko3 {
	width: 80px;
	text-align: center;
}
#tlista th.ko4 {
	width: 80px;
	text-align: center;
}
#tlista th.ko5 {
	width: 10px;
	text-align: center;
}
#tlista td {
	height: 50px;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
}
#tlista td img {
	border: 0;
	display: inline;
}
#tlista td a, #tlista td a:link {
	font-size: 13px;
	text-decoration: none;
}
#tlista td a:hover, #tlista li a:focus {
	text-decoration: underline;
}
span.oldcena {
	color: #CE0000;
	text-decoration: line-through;
	font-size: 11px;
}