form.zamowienie_aktywne
{
	background-color: #eeeeee;
}
form.zamowienie
{
   line-height: 20px;
   padding: 15px;
   border-top: dashed 1px silver;
   text-decoration: none;   
}
fieldset
{
   border: dashed 1px silver;
}
div#towary
{
	position:absolute; left:0px; top: 150px;
        background-color:white;
	border-right: dashed 1px silver;
        border-left: dashed 1px silver;
        border-bottom: dashed 1px silver;
	width: 378px;
	padding: 10px;
}
div#twoj_koszyk
{
	position:absolute; left:400px; top: 150px;
        background-color:white;
	border-right: dashed 1px silver;
        border-bottom: dashed 1px silver;
	width: 379px;
	padding: 10px;
}
div#zamowienie
{
	position:absolute; left:0px; top: 150px;
        background-color:white;
	border-right: dashed 1px silver;
        border-left: dashed 1px silver;
        border-bottom: dashed 1px silver;
	width: 739px;
	padding: 30px;
}
form#rejestracja
{
	text-align: right;
	width:200px;
}
input.przycisk
{
	background-color: #FFF507;
	border: 1px solid black;
	text-align: right;
}
input.pole_duze
{
	background-color: white;
	border: 1px solid black;
	text-align: right;
	width: 100px;
}
input.pole_duze_blad
{
	background-color: #FFA500;
	border: 1px solid black;
	text-align: right;
	width: 100px;
}
#strony input
{
	background-color: white;
	border: 1px solid silver;
	text-align: right;
	width: 30px;
}
#szukanie input
{
	border: 1px solid black;
	text-align: right;
}
#szukanie select
{
	background-color: white;
	border: 1px solid black;
	text-align: right;
}
table.towary
{
	margin:0px;
	padding: 0px;
	border: none;
	text-align:right;
        clear:both;
}
td
{
	margin: 0px;
	padding: 0px;
	border: none;
	padding-right:5px;
}
tr
{
	margin: 0px;
	padding: 0px;
	border: none;
	height:30px;

}
tr.naglowek
{
	background-color: #A9A9A9;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
td.kol_1
{
	background-color: #eeeeee;
	width: 40px;
}
td.kol_2
{
	background-color: #aaaaaa;
	width: 70px;
}
td.kol_3
{
	background-color: #aaaaaa;
	width: 40px;
}
td.kol_4
{
	background-color: #dddddd;
	width: 220px;
	overflow: hidden;
}
td.kol_4a
{
	background-color: #dddddd;
	width: 420px;
	overflow: hidden;
}
td.kol_5
{
	background-color: #eeeeee;
	width: 40px;
}
td.kol_6
{
	background-color: white;
	width: 35px;
	padding:0;
}
input.pole_male
{
	background-color: white;
	border: 1px solid black;
	text-align: right;
	height: 20px;	
	width: 35px;
	padding-top:5px;
}
input.pole_male_2
{
	background-color: white;
	border: 1px solid black;
	text-align: right;
	height: 15px;	
	width: 35px;
	padding-top:0px;
}
td.kol_7
{
	background-color: #eeeeee;
	width: 20px;
}
a.obr
{
	position: relative;
}
a.obr span
{
	display:inline-block;
}
a.obr:hover span
{
	background-color: yellow;
	border: 1px solid red;
}
input.strona_aktywna
{
background-color:yellow;
}
input.strona_nieaktywna
{
   background-color:red;
}



