
#big-koszyk {
	padding: 5px 3px 5px 20px;
}

#big-koszyk h3 {
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 0 10px;
}

#big-koszyk table {width: 100%}

#big-koszyk th {
	background: #7c6792 url(../images/gfx/line-bg.png) no-repeat left center;
	font-size: 13px;
	color: #000;
	border-top: 1px solid #9C8EAB;
	border-bottom: 1px solid #000;
	text-align: center;
	height: 25px;
}
#big-koszyk th:first-child {
	background-image: none;
}

#big-koszyk th span {
	font-size: 10px;
	display: block;
	line-height: 13px;
	padding-bottom: 3px;
}

#big-koszyk th.ng {
	background: none;
	text-align: left;
	font-size: 13px;
	color: #b2b2b2;
	border: 0;
	padding: 5px;
}
#big-koszyk th.ng img {
	margin: 0 4px;
	vertical-align: middle;
}

#big-koszyk .items td {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}

#big-koszyk .produkt-foto {
	width: 110px;
}
#big-koszyk .produkt-foto img {
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
}

#big-koszyk td.produkt-nazwa {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
#big-koszyk td.produkt-nazwa a {
	display: block;
}

#big-koszyk td.ilosc {
	text-align: center;
	background: #080808;
}
#big-koszyk .ilosc input {
	width: 20px;
	text-align: center;
}

#big-koszyk td.cena {
	text-align: center;
	font-weight: bold;
}

#big-koszyk td.usun {
	width: 50px;
	text-align: center;
	background: #080808;
}
#big-koszyk td.usun a {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 10px;
}

#big-koszyk td.usun a:hover {color: #F00}

.przelicz {
	clear: both;
	padding: 15px 10px 10px 0;
	background:url(../images/gfx/line-bg.png) left bottom;
}
.przelicz .button {
	float: right;
	margin-top: -3px;
}

.podsumowanie {
	/*background: #2c587d;
	border-top: 1px solid #3A77AA;*/
	border-top: 1px solid #333;
	text-align: left;
	padding: 10px 5px 20px;
	margin: 10px 0;
	color: #3A77AA;
	font-size: 23px;
	font-weight: bold;
	background:url(../images/gfx/line-bg.png) left bottom;
}
.podsumowanie span {
	font-size: 15px;
	color: #EEE;
}



/*	Tabelki w tabelce 
************************/

#koszty-dostawy table td span {
	display: block;
	font-size: 10px;
	padding-left: 25px;
	font-weight: normal;
}


/* koszty-dostawy */


.koszt_dos,
.do_zapl,
.koszt_dos1,
.do_zapl1 {
	text-align: center;
	width: 120px;
}

.spos_pl1 label {
	padding: 4px 2px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}

.spos_pl1 input {	
	vertical-align: middle;
	/* standatd opera */
	margin-top: 3px;
	padding-top: 1px;
	margin-left: 5px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}


/* Tabelka: PP  */

table.pp {
	border: 1px solid #393889;
	margin: 10px 0 0;
	background: url(../images/pp-a10.png) no-repeat center center;
}

table.pp .active td {
	background: url(../images/gfx/blue-a30.png);
	color: #FFF;
}


/* Tabelka: UPC */

table.upc {
	border: 1px solid #EA9D2B;
	margin: 10px 0;
	background: url(../images/ups-a10.png) no-repeat center center;
}

table.upc .active td {
	background: url(../images/gfx/gold-a10.png);
	color: #FFF;
}

/* buttony */


#big-koszyk .button {
	display: inline;
	width: auto;
	color: #000;
	padding: 0 10px;
}


input[type=text],
input[type=password],
textarea {
	border: 1px solid #888;;
	background: #111;
	color: #CCC;
}

.inputs {
	clear: both;
	text-align: center;
	padding: 20px 0;
}

/*
input[type=button],
input[type=submit] {
	padding-left:5px !important;
	padding-right:5px !important;
}

th.produkt, th.ilosc, th.cena, th.usun {
	background-color: #111;
	padding: 2px;
	font-weight: bolder;
	color: #ccc;
}

table.kosz_pr_dost {
	border-top: 1px solid #666;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
	margin-left: 11px;
}
table.kosz_pr_dost td {
	padding: 2px;
}
th.produkt {
	width: 60%;
}
td.ilosc {
	width: 10%;
}
td.cena {
	width: 15%;
	font-weight: bold;
	text-align: center;
}
td.usun {
	width: 15%;
	text-align: center;
}
td.przeliczInfo {
	padding: 10px;
	text-align: right;
	color: #fff;
}
td.przeliczBut input {
	background:url(../images/gfx/button-bg.png);
	border: 1px solid #0cf;
	text-align: center;
	color: #000;
	display: block;
	line-height: 23px;
	height: 23px;
	text-shadow: 0 0 3px #FFF;
	margin: 0 5px;
}
td.przeliczBut input:hover {
	background-color: #999999 !important;
}
td.podsumowanie {
	text-align: right;
	color: #fff;
	font-size: 16px;
	padding-top: 10px !important;
}
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 {
	text-align: center;
}
td.ilosc input {
	width: 30px;
	background: #000;
	border: 1px solid #0cf;
	text-align: center;
	color: #FFF;
}
td.produkt1 {
	text-align: center;
}
td.produkt2 {
	text-align: left;
}
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;
}
th.do_zapl {
	width: 30%;
}
	th.do_zapl span {
		font-size: 11px;
		display: block;
		color: #CCC;
		padding: 0 20px;
	}
.spos_pl1 {
	font-weight: normal;
	width: 330px;
}
.koszt_dos1, .do_zapl1 {
	text-align: center;
}
	.opak {
		font-size: 11px;
		color: #CCC;
	}
input.radio {
}
input.butDalej {
	background:url(../images/gfx/button-bg.png);
	border: 1px solid #0cf;
	text-align: center;
	color: #000;
	float: right;
	display: block;
	line-height: 23px;
	height: 23px;
	text-shadow: 0 0 3px #FFF;
	width: 83px;
}

input.butDalej:hover {
	background-color: #999999 !important;
}
input.butKont {
	background:url(../images/gfx/button-bg.png);
	border: 1px solid #0cf;
	text-align: center;
	color: #000;
	display: block;
	line-height: 23px;
	float: left;
	height: 23px;
	text-shadow: 0 0 3px #FFF;
}
input.butKont:hover {
	background-color: #999999 !important;
}
.wycentruj {
	display: table;
	margin: 0px auto;
}
.przyciski {
	width: 230px;
	margin-bottom: 20px;
}

.adres {
	width: 80%;
	margin: 5px auto;
	border: 1px solid #333333;
	padding: 20px;
	text-align: center;
	display: block;
}
.daneForm label {
	float:left;
	margin:1px -20px 0px 0;
	padding:2px 3px 0px 30px;
	text-align: right;
	width:120px;
	color: #fff;
	font-size: 12px;
}
.daneForm input {
	background: #000;
	border: 1px solid #0cf;
	text-align: left;
	text-indent: 3px;
	color: #FFF !important;
}
.daneForm input.butSubmit {
	background:url(../images/gfx/button-bg.png);
	border: 1px solid #0cf;
	text-align: center;
	color: #000 !important;
	display: block;
	line-height: 23px;
	height: 23px;
	text-shadow: 0 0 3px #FFF;
	width: 100px;
	margin: 15px auto;

}
.daneForm input.butSubmit2 {
	background:url(../images/gfx/button-bg.png);
	border: 1px solid #0cf;
	text-align: center;
	color: #000 !important;
	display: block;
	line-height: 23px;
	height: 23px;
	text-shadow: 0 0 3px #FFF;

}
.butSubmit2:hover,
.butSubmit:hover {
	background-color: #999999 !important;
}
.daneForm {
	width: 350px;
}
.daneForm div {
	margin: 3px 0px;
}
textarea.uwagi {
	width: 500px;
	height: 190px;
}

.finalizuj_ {
	width: 100%;
	padding: 0px 0 20px 0;
	text-align: center;
}


.comment li {
	color: #fff;
}


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;
}
div.informacje {
}
div.popraw_przyc {
	padding: 20px 0 20px 200px;
}


.width4 {
	width: 400px;
}
.wymagane {
	color: #FF0000;
}
textarea {
	width: 80%;
	margin: 10px auto;
	height: 170px;
	background: #000;
	border: 1px solid #0cf;
	text-align: left;
	text-indent: 3px;
	color: #FFF !important;
}
.ilosc1 {
	text-align: center;
}
.cena1 {
	width: 100px;
	text-align: center;
}
.usun1{
	width: 100px;
	text-align: center;
}
*/
