IMG
{
	border: 0;
}

FORM
{
	margin: 0;
}



.pixel
{
	width: 1px;
	height: 1px;
	border: none;
}

.pixel100p
{
	width: 100%;
	height: 100%;
	border: none;
}



.separator_5
{
	height: 5px;
}

.separator_10
{
	height: 10px;
}

.separator_20
{
	height: 20px;
}

.separator_30
{
	height: 30px;
}

.separator_40
{
	height: 40px;
}



.padding_1
{
	padding: 1px;
}

.padding_5
{
	padding: 5px;
}

.padding_10
{
	padding: 10px;
}

.padding_20
{
	padding: 20px;
}



.kursor
{
	cursor: pointer;
}



.dokument .nazwa
{
	font-size: 14px;
}

.dokument .tresc
{
	padding-bottom: 10px;
}

.aktualnosc .nazwa
{
	font-size: 16px;
}

.aktualnosc .data
{
	padding-bottom: 10px;

	font-weight: normal;
}

.aktualnosc .tresc
{
	padding-bottom: 20px;
}

.aktualnosc .czytaj_dalej
{
	text-align: right;
}



.aktualnosci .naglowek
{
	font-size: 16px;

	padding-bottom: 20px;
}



.strony
{
	padding-top: 20px;
}

.strony A
{
}

.strony .zwykla
{
	padding: 3px 7px 3px 7px;
}

.strony .zwykla A
{
}



.licytacja .naglowek
{
	background: #536977;

	color: white;
}

.licytacja .pole
{
	background: #E9EEF2;

	color: black;
}

.licytacja .tabela
{
	background: #536977;

	border: 1px solid #536977;
}

.licytacja .opis
{
	width: 700px;

	text-align: left;

	margin: auto;

	font-weight: normal;
}

.licytacja .opis TD
{
	color: black;

	font-weight: normal;
}

.licytacja .zdjecia
{
	text-align: center;
}

.licytacja .zdjecia .zdjecie
{
	padding: 1px;
	margin: 2px;

	border: 1px solid #888888;
}

.pojedyncza_licytacja .zdjecie
{
	float: left;

	width: 80px;
	height: 60px;

	text-align: center;

	margin-right: 10px;
}



.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clear
{
	clear: both;
}

.tac
{
	text-align: center;
}

.tal
{
	text-align: left;
}

.tar
{
	text-align: right;
}
/* formularz */

.formularz
{
}

.formularz td,
.formularz th
{
	vertical-align: middle;

	padding: 1px;
}

.formularz tr>td:first-child
{
	width: 125px;
}

.formularz .nazwa-pola
{
	padding: 3px 0;

	text-align: right;
}

.formularz .wymagane:after
{
	content: "*";

	padding: 0 3px;

	color: red;
}

.formularz input[type=text]
{
	width: 270px;

	border: 1px solid #cbcbcb;

	background: #f6f6f6;

	padding: 3px 5px;
}

.formularz input[type=text]:focus,
.formularz input[type=file]:focus
{
	border-color: #666666;
}

.formularz textarea
{
	width: 270px;

	border: 1px solid #cbcbcb;

	background: #f6f6f6;

	padding: 3px 5px;
}

.formularz textarea:focus
{
	border-color: #666666;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../gfx/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../gfx/slimbox/prev.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../gfx/slimbox/next.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../gfx/slimbox/close.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
