div.opis {
	float: left;
	width: 120px;
	margin: 8px;
	font-size: 14px;
}

div.pole {
	float: left;
	width: 450px;
	margin: 8px;
	font-size: 14px;
}

div.pole select {
	width: 250px;
	font-size: 14px;
	color: #444;
}

div.pole textarea {
	width: 430px;
	height: 130px;
}

div.pole input {
	width: 330px;
}

div.pole .error {
	border: 2px #c00 solid;
	background: #900;
	color: #fff;
}

div.pole .prod_limit {
	font-weight: bold;
	background: #fff;
	border: none;
}


div.pole #ilosc {
	width: 50px;
	text-align: center;
}


label.sztuki {
	display: block;
	clear: both;
	float: left;
	margin: 5px 0;
	padding: 3px 0;
	overflow: hidden;
	width: 400px;
}

label.sztuki:hover {
	background: #eee;
}

label.sztuki span {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	overflow: hidden;
}

div.pole input.sztuki {
	display: block;
	float: left;
	margin: 8px 0;
	margin-left: 30px;
	width: auto;
}

div.opis_produktu {
	width: 630px;
}


.cena_cont {
	width: 200px;
	text-align: center;
	margin: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	font-size: 20px;
}

.cena_cont2 {
	float: right;
	width: auto;
	text-align: right;
	margin: 20px;
	border: 0;
	padding: 20px;
	font-size: 20px;
}

#cena, #cena2 {
	color:#006633;
}

.cena_cont span.old, .cena_cont2 span.old {
	color: #990000;
	text-decoration:line-through;
}

#prod_fotka {
	width: 190px;
	text-align:center;
	margin: 20px auto;
	padding: 5px;
}

#koszyk {
	position: fixed !important;
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 20px;
	background: url('../../img/koszyk/pasek.png') left bottom repeat-x;
}

#koszyk_prawa {
	position: fixed !important;
	position: absolute;
	overflow:hidden;
	z-index: 101;
	width: 223px;
	right: 0;
	bottom: 0;
	height: 130px;
	background: url('../../img/koszyk/koszyk.png') right bottom no-repeat;
}

#koszyk_prawa .srodek {
	margin: 20px
}

#koszyk_prawa a.wszystkie {
	width: 250px; 
	height: 130px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10001;
}

#koszyk_prawa h1 {
	text-align: center;
}

#koszyk_prawa .cena {
	text-align: center;
	font-size: 23px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin: 15px 0;
}

#koszyk_prawa .cena1 {
	color: #006600;
}	

#koszyk_prawa .koniec {
	color: #333;
	text-align: right;
}	

#koszyk_prawa .cena2 {
	color:#990000;
	text-decoration:line-through;
}	

div.pole input.submit {

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background:#CC0000;
	border: 2px #006600 solid;
	margin-left: 160px;
	width: auto;
}

div.pole input.submit0 {

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background:#CC0000;
	border: 2px #006600 solid;
	margin: 10px;
	width: auto;
}

div.pole input.submit1 {

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background:#CC0000;
	border: 2px #006600 solid;
	margin: 10px;
	width: auto;
}

