/*Koszyk - tabela */

.koszyczek {
	padding: 5px 15px 5px 10px;
}
/* naglowki tabeli*/
th.produkt, th.ilosc, th.cena, th.usun{
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 5px;
	font-weight: bolder;
	color: #ccc;
}
/* glowna tabela */
table.kosz_pr_dost{
	width: 100%;
	border-top: 1px solid #666;
	margin-bottom: 10px;
	color: #fff;
}

td.produkt {width: 20%;}
td.produkt {width: 40%;}
td.ilosc {width: 10%;}
td.cena {width: 25%; text-align: center; font-weight: bold;}
td.usun {width: 90px; text-align: center; }


td.przeliczInfo {
	padding: 10px;
	text-align: right;
	color: #fff;
}

td.przeliczBut input {
	color: #fff;
	background-image: url(../img/sklep/butPrzelicz.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #565656;
	border: 1px solid #565656;
	padding: 5px 8px 2px 8px;
	display: block;
	width: 70px;

}

td.podsumowanie {
	text-align: right;
	color: #fff;
	font-size: 16px;
}
td.podsumowanie em { font-size: 18px; font-weight:bolder; color:#FFFFFF; }
td.podsumowanie strong { font-size: 12px; }

td.produkt a, td.prdukt a:visited { color: #fff; }
td.produkt a img { margin: 5px ; }
td.ilosc input  {
	border: 1px solid #222;
	background-color: #333333;
	color: #fff;
	font-size: 12px;
	text-align: right;
	width: 40px;
	padding: 3px 1px;
	}


td.produkt{width: 150px;}

td.spos_pl, td.koszt_dos, td.do_zapl{
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 5px;
	font-weight: bolder;
	color: #fff;
}

td.spos_pl{width: 45%;}
td.koszt_dos{width: 20%; text-align: center;}
td.do_zapl{width: 30%;}
.spos_pl1{font-weight: bold;}
.koszt_dos1, .do_zapl1 {text-align: center;}

input.radio {
	background-color: 
}

input.butDalej {
	color: #333;
	background-image: url(../img/sklep/butDalej.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #565656;
	border: 1px solid #565656;
	padding: 5px 8px 2px 8px;
	display: block;
	float: left;
	width: 70px;
}

input.butKont {
	color: #fff;
	background-image: url(../img/sklep/butKont.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #565656;
	border: 1px solid #565656;
	padding: 5px 8px 2px 8px;
	display: block;
	float: left;
	width: 135px;
}

.wycentruj {
	display: table;
	margin: 0px auto;
}
.przyciski { width: 230px; margin-bottom: 20px; }

/*Koszyk koniec*/

/*Dane adresowe*/

.adres{
	width: 80%;
	margin: 5px auto;
	border: 1px solid #333333;
	padding: 20px;
	text-align: center;
	display: block;
}
.daneForm label {
	float:left;
	margin:1px 10px 0px 0;
	padding:2px 3px 0px 3px;
	text-align:left;
	width:120px;
	color: #fff;
}
.daneForm input {
	border: 1px solid #333333;
	background-color:#CCCCCC;
}

.daneForm input.butSubmit {
	color: #333;
	background-image: url(../img/sklep/butDalej.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #565656;
	border: 1px solid #565656;
	padding: 5px 8px 2px 8px;
	display: block;
	margin: 0px auto;
	width: 70px;
}

.daneForm input.butSubmit2 {
	color: #333;
	background-image: url(../img/sklep/butSub.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #565656;
	border: 1px solid #565656;
	padding: 5px 8px 2px 8px;
	display: block;
	margin: 0px auto;
	width: 90px;
}

.daneForm {
	width: 350px;
}
.daneForm div { margin: 3px 0px; }

textarea.uwagi {
	width: 500px;
	height: 190px;
}
/*Finalizuj*/
.finalizuj{
	width: 100%;
	padding: 0px 0 20px 0;
	text-align: center;
}
/*Finalizuj koniec*/

.comment li { color: #fff; }
/*Wyskakuj?ce okienko*/

div.okienko_rej{
	width: 450px;
	border: 1px solid #ccc;
	position:absolute;
	top:-20px;
	left:95px;
	display:none;
	z-index:1000;
	text-align: center;
	 padding-bottom: 20px;
	}
div.zamknij_iko{
	text-align: right;
	padding: 20px 0 20px 400px ;
	width: 450px; /* wartosc dla IE 4-5.x */
	voice-family : "\"}\"";
	voice-family : inherit;
	width: 40px; /* wlasciwa wartosc dla innych przegladarek */
}
div.informacje{
}
div.popraw_przyc{
padding: 20px 0 20px 200px ;
}
/*Wyskakuj?ce okienko koniec*/

.width4 { width: 400px; }
.wymagane { color: #FF0000; }