
/*
========================================
naglowki
========================================
*/

.tytul1
{
	float: left;
	width: 150px;
	font-weight: bold;
}

.tytul2
{
	float: left;
	width: 150px;
	font-weight: bold;
}

.tytul3
{
	float: left;
	width: 120px;
	font-weight: bold;
}

.tytul4
{
	float: left;
	width: 100px;
	font-weight: bold;
	margin-left: 15px;
}

.podsumowanie
{
	font-size: 10px;
	font-weight: bold;
}
/*
========================================
warstwy poszczegolnych pol
========================================
*/

.etykieta
{
	float: left;
	width: 150px;
}

.pierwsza_opcja
{
	float: left;
	width: 150px;
}

.druga_opcja
{
	float:left;
	width: 120px;	/*60*/
	height: 18px;
}

.trzecia_opcja
{
	float:left;
	width: 120px;	/*100*/
	height: 18px;
}

.cena
{
	float:left;
	/*margin-left: 20px;*/
	font-weight: bold;
}
.cena_wartosc
{
	float: left;
	margin-left: 15px;
	width: 50px;
}
/*
========================================
linie
========================================
*/

.separator_liniowy
{
	width: 540px;
	border-bottom: solid 1px #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}


.separator_kropkowy
{
	width: 540px;
	border-bottom: dotted 1px #ffffff;
	margin-top: 1px;
	margin-bottom: 10px;
}

/*
========================================
style komponentow
========================================
*/

.poleinput
{
    border: 1px solid #000000;
	width: 60px;
	height: 18px;
	font-size: 11px;
}

.poleinput_cena
{
    border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	width: 70px;
	height: 18px;
	font-size: 11px;
}

.poleinput_cena_wynik
{
    border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	width: 70px;
	height: 18px;
	font-size: 11px;
	text-align: right;
}

.polerozwijane
{
	display: block;
    border: 1px solid #000000;
	height: 18px;
	font-size: 11px;
}