div#karta_cont {
	width: 955px;
}

div#karta {
	width: 920px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#cena {
	position: absolute;
	height: 65px;
	top: 0px;
	right: 0px;
	text-align: center;
	background-color: #e8e8e8;
}

div#cena p {
	font-weight: bold;
	color: #0054d5;
	font-size: 13pt;
	padding: 7px;
	margin: 0;
}

div#cena img {
	margin: auto;
}

div#upper {
	width: 800px;
	position: relative;
	margin-bottom: 10px;
}

div#upper a {
	text-decoration: underline;
}

div#obraz, div#minis, div#dane {
	float: left;
	margin-right: 17px;
}

div#minis {
	width: 50px;
}

div#obraz img {
	border: 1px solid #cccccc;
}

div#minis img {
	border: 1px solid #cccccc;
	margin-bottom: 4px;
}

p.nazwa_produktu {
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0;

	width: 400px;
}

p.duzygabaryt {
	background-image: url(../images/duzygabaryt.png);
	background-repeat: no-repeat;
	padding: 19px 0 19px 64px;
}

p.towar, p.logis, p.gwaran {
	padding: 9px 0;
	margin: 0;
	font-size: 9pt;
	line-height: 1.1em;
}

p.logis {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.opis_head {
	padding: 6px 11px;
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 4px;
	position: relative;
}

div#tab {
	width: 1600px;
	overflow: hidden;
}

table {
	margin: 0;
	border-collapse: collapse;
}

tr {
	margin: 30px;
}

tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
}

tbody > tr:nth-child(even) {
	background-color: #fafafa;
}

td {
	padding: 3px;
}

td.right {
	text-align: right;
	font-weight: bold;
	padding-left: 10px;
	width: 300px;
}

td.left {
	padding-left: 9px;
	width: 596px;
}


span.warn {
	color: rgb(217,177,43);
}
span.ok {
	color: rgb(95,205,48);
}
span.err {
	color: rgb(219,34,38);
}
								.towar{
									position:relative;
								}
								#specBtn{
									position:absolute;
									right:20px;
									top:15px;
									display:block;
								}