@import url('modules/oferent.css');
@import url('modules/koszyk.css');
@import url('modules/index.css');
@import url('modules/produkty.css');
@import url('modules/cms.css');
@import url('modules/rejestracja.css');
@import url('modules/login.css');

/**
 * Elementy zablokowane
 */

hr,
#search form dl dt span,
#content .bookmarks .allProducts span
{ 
	display: none; 
}

a { color: #000; }

/**
 * Glowne elementy blokowe
 */

#page {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	text-align: left;
}
	#header {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		height: 210px;
		overflow: hidden;
	}
	
		#navigator {
			display: block;
			position: absolute;
			margin: 0 auto;
			padding: 0;
			width: 1024px;
			height: 100px;
			top: 110px;
			overflow: hidden;
		}
			#navigator #search {
				display: block;
				position: absolute;
				margin: 0 auto;
				padding: 0;
				height: 48px;
				width: 1024px;
				top: 0;
				background: url('img/box-search.png') no-repeat;
				overflow: hidden;
			}
				#search form {
					display: block;
					position: relative;
					margin: 0;
					padding: 0;
					width: 1024px;
					height: 48px;
				}
					#search form input.keyword {
						display: block;
						position: absolute;
						margin: 0;
						width: 415px;
						height: 20px;
						top: 15px;
						left: 230px;
						background: none;
						border: none;
					}
					#search form input.submit {
						display: block;
						position: absolute;
						margin: 0;
						padding: 0;
						width: 35px;
						height: 35px;
						left: 680px;
						top: 8px;
						background: none;
						border: none;
					}
			#navigator #menu {
				display: block;
				position: absolute;
				margin: 0 auto 0;
				padding: 0;
				width: 1024px;
				height: 52px;
				line-height: 52px;
				top: 48px;
				background: #5c5c5c url('img/box-navig.png') no-repeat left;
				overflow: hidden;
			}
				#menu ul {
					display: block;
					position: absolute;
					float: left;
					margin: 0;
					padding: 0;
					top: 0;
					left: 240px;
				}
					#menu ul li {
						display: block;
						float: left;
						margin: 0 20px 0 0;
						padding: 0;
					}
						#menu ul li a {
							display: block;
							position: relative;
							margin: 0;
							padding: 0;
							font-size: 15px;
							font-weight: normal;
							color: #fff;
						}

	#login {
		display: block;
		position: absolute;
		float: right;
		margin: 0 auto;
		padding: 0;
		width: 260px;
		height: 223px;
		top: 0;
		right: 23px;
		background: #3c3c3c;
		overflow: hidden;
	}
		#login h3 {
			display: block;
			margin: 0 auto 20px;
			padding: 0;
			width: 250px;
			height: 40px;
			line-height: 40px;
			text-indent: 40px;
			font-size: 15px;
			font-weight: normal;
			color: #fff;
			background: transparent url('img/box-login.png') no-repeat left;
			border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
			overflow: hidden;
		}
			#login h3.login {
				text-indent: 10px;
				background: transparent url('img/login.png') no-repeat right;
				line-height: 20px;
				height: 50px;
				padding-top: 15px;
				margin-bottom: 10px;
				font-size: 22px;
			}
				#login h3.login ul {
					display: block;
					margin: 0;
					padding: 0;
					font-size: 11px;
					color: #fff;
					text-indent: 10px;
				}
					#login h3.login ul li {
						display: inline;
						margin: 0;
						padding: 0;
					}
						#login h3.login ul li:first-child:after {
							display: inline;
							margin: 0 0 0 5px;
							padding: 0;
							content: '|';
						}
						#login h3.login ul li a {
							color: #fff;
						}
		
		#login form {
			display: block;
			margin: 0 auto 20px;
			padding: 0;
			font-size: 15px;
			width: 250px;
			color: #fff;
			border-bottom: 1px solid rgba( 255, 255, 255, 0.5 ); 
		}
			#login form dl,
			#login form div.dl {
				display: block;
				clear: both;
				margin: 0 0 15px;
				padding: 0;
				line-height: 25px;
				height: 25px;
			}
				#login form dl dt,
				#login form dl dd,
				#login form div.dl span.dt,
				#login form div.dl span.dd {
					display: block;
					float: left;
					margin: 0;
					padding: 0;
				}
					#login form dl dt,
					#login form div.dl span.dt {
						width: 60px;
						text-align: right;
					}
					#login form dl dd,
					#login form div.dl span.dd {
						margin-left: 15px;
					}
						#login form dl dd input.login,
						#login form dl dd input.passwd,
						#login form div.dl span.dd input.login,
						#login form div.dl span.dd input.passwd {
							display: block;
							margin: 0;
							padding: 0;
							width: 170px;
							height: 25px;
							line-height: 25px;
						}
						#login form dl dd input.submit,
						#login form div.dl span.dd input.submit {
							display: block;
							margin: 0;
							padding: 0;
							width: 170px;
							height: 25px;
							border: none;
							color: #fff;
							background: #0370c5;
						}
						#login form ul {
							display: block;
							clear: both;
							margin: 0;
							padding: 0;
							list-style: none;
							text-align: center;
						}
							#login form ul.login-link {}
								#login form ul li {
									display: block;
									margin: 0;
									padding: 0;
								}
									#login form ul.login-link li {
										float: left;
										margin: 10px 11px 0 20px;
									}
										#login form ul.login-link li:last-child {
											margin: 10px 0 0 11px;	
										}
										#login form ul.login-link li a {
											color: #fff;
											font-size: 12px;
											border-bottom: 1px solid rgba( 255, 255, 255, 0.5 ); 
										}
			#login .cart {
				display: block;
				margin: 0 25px 15px 25px;
				padding: 0;
				text-align: left;
				font-size: 15px;
				line-height: 18px;
				color: #fff;
			}
				#login .cart .summary {
					line-height: 24px;
				}
					#login .cart .summary strong {
						display: block;		
						font-size: 24px;
						font-weight: bold;
						text-align: right;	
					}
				#login .cart a {
					display: block;
					color: #fff;
					margin: 10px 0 0;
					padding: 3px 0;
					width: 215px;
					background: #ffae00;
					text-align: center;
				}
			
			#login .bottom {
				display: block;
				position: absolute;
				bottom: -2px;
				margin: 0;	
				padding: 0;
				width: 148px;
				height: 8px;
				overflow: hidden;
			}






#leftBar {
	display: block;
	position: relative;
	float: left;
	margin: 0 auto 0;
	padding: 0;
	width: 224px;
	background: #f0f0f0;
}
	#leftBar .box {
		display: block;
		position: relative;
		margin: 0 0 30px;
		padding: 0;
	}

		#leftBar .box h3 {
			display: block;
			margin: 0;
			padding: 7px 10px;
			font-size: 12px;
			font-weight: bold;
		}	
			#leftBar .box ul {
				display: block;
				list-style: disc;
				margin: 3px 10px 0;
				padding: 0 0 0 15px;
				font-size: 12px;
				font-weight: normal;
			}
				#leftBar .box ul li {
					display: list-item;
					margin: 0 0 5px;
					padding: 0;
				}
			#leftBar .box.categories a.up {
				display: block;
				margin: 15px 0 10px 0;
				padding: 0 0 0 20px;
				font-weight: normal;
			}
				#leftBar .box.categories a.up::before {
					content: "\2191";
					margin-right: 5px;	
				}
			#leftBar .box.categories ul {
				display: block;
				list-style: none;
				margin: 20px 0 0 15px;
				padding: 0;
				font-size: 14px;
				font-weight: normal;
			}
				#leftBar .box.categories ul ul {
					margin: 0 15px;
				}
				#leftBar .box.categories ul li {
					display: block;
					clear: both;
					margin: 0 0 5px;
					padding: 0;
					height: 16px;
					line-height: 16px;
					white-space: nowrap;
				}
					#leftBar .box.categories ul li a {
						color: #020202;
					}
						#leftBar .box.categories ul li a.selected {
							font-weight: bold;
						}
						#leftBar .box.categories ul li span {
							display: block;
							float: left;
							margin-right: 10px;
							font-size: 12px;
							text-align: center;
							height: 16px;
							width: 35px;
							border-radius: 8px;
							color: #fff;
						}
							#leftBar .box.categories ul li:nth-child(even) span {
								background: #0370c5;
							}
							#leftBar .box.categories ul li:nth-child(odd) span {
								background: #929292;
							}
		#leftBar .box.links {
		}
			#leftBar .box.links h3,
			#leftBar .box.news h3 {
				display: block;
				margin: 0;
				padding: 0;
				height: 43px;
				background: transparent url('img/box-zobacz-takze.png') no-repeat;
				text-indent: -9999pt;
			}
				#leftBar .box.news h3 {
					background-image: url('img/box-news.png');	
				}
			#leftBar .box.links ul {
				display: block;
				margin: 20px 0 0 15px;
				padding: 0;	
			}
				#leftBar .box.links ul li {
					display: block;
					margin: 0 0 10px;
					padding: 0;
					height: 16px;
					float: none;	
				}
					#leftBar .box.links ul li a {
						color: #020202;
					}
					#leftBar .box.links ul li::after {
						display: block;
						float: left;
						margin-right: 10px;
						font-size: 12px;
						text-align: center;
						height: 16px;
						width: 35px;
						border-radius: 8px;
						color: #fff;
						content: '>';
					}
						#leftBar .box.links ul li:nth-child(even)::after {
							background: #ffae00;
						}
						#leftBar .box.links ul li:nth-child(odd)::after {
							background: #0370c5;
						}

				#leftBar .box.news {}
					#leftBar .box.news .primary {
						display: block;
						position: relative;
						margin: 10px 15px 40px;
						padding: 0;
					}
						#leftBar .box.news .primary .date {
							display: block;
							margin: 0 0 5px;
							padding: 0 10px;
							line-height: 20px;
							height: 20px;
							width: 70px;
							border-radius: 10px;
							background: #0370c5;
							font-size: 12px;
							color: #fff;
							text-align: center;
						}
						#leftBar .box.news .primary h4 {
							display: block;
							margin: 0 0 5px;
							padding: 0;
							font-size: 14px;
							font-weight: bold;
							color: #000;
						}
						#leftBar .box.news .primary p {
							display: block;
							margin: 0;
							padding: 0;
							font-size: 12px;
							font-weight: 100;
							color: #000;
						}
						#leftBar .box.news .primary .link {
							display: block;
							position: relative;
							margin: 5px 0 0;
							padding: 0;
							text-align: right;	
						}
							#leftBar .box.news .primary .link a {
								display: block;
								position: relative;
								margin: 0;
								padding: 3px 10px;		
								background: #ffaf02;
								float: right;
								color: #fff;
								width: 80px;
								text-align: center;
							}
					
						
#footer {
	display: block;
	clear: both;
	margin: 20px 0 0;
	padding: 10px 0;
	width: 100%;
	background: #5c5c5c
}
	#footer .static-menu {
		display: block;
		position: relative;
		margin: 20px auto 10px;
		padding: 0;
		height: 30px;
		width: 1024px;
	}
		#footer .static-menu ul {
			display: block;
			margin: 0;
			padding: 0;	
			text-align: center;
		}
			#footer .static-menu ul li {
				display: inline;
				margin: 0 30px 0 0;
				padding: 0;
			}
				#footer .static-menu ul li:last-child {
					margin-right: 0;	
				}
					#footer .static-menu ul li a {
						color: #fff;	
					}
	#footer .logo {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		height: 120px;
		width: 1024px;
		text-align: center;
	}
		#footer .logo a {
			display: block;
			position: absolute;
			margin: -40px 0 0 -193px;
			padding: 0;
			top: 50%;
			left: 50%;
		}
	#footer .powed {
		display: block;
		position: relative;
		margin: 20px auto 10px;
		padding: 0;
		height: 30px;
		width: 1024px;
		color: #fff;
	}
		#footer .powed .counter {
			display: block;		
			position: absolute;
			margin: 0;
			padding: 0;
			top: 0px;
			right: 0;
			color: #999;	
		}
		#footer .powed a {
			color: #fff;
			border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );	
		}
						
						
						

#content {
	display: block;
	position: relative;
	float: left;
	margin: 38px 0 0;
	padding: 0;
	width: 775px;
	left: 24px;
}


						
						
#content .box {
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding: 0;
}

#content .box.bookmarks {
	margin-top: 10px;
	margin-bottom: 38px;
}

#content .box .top,
#content .box .bottom {
	display: block;
	margin: 0;
	padding: 0;
	width: 742px;
	height: 6px;
	overflow: hidden;
}

#content .body {
	display: block;
	margin: 5px 10px;
	padding: 0;
}

#content .body h3 {
	display: block;
	margin: 0;
	padding: 0 0 7px;
	font-size: 18px;
	font-weight: bold;
}

#content .body .option {
	display: block;
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9px;
}

#content .body .option ul {
	display: block;
	list-style: none;
	float: left;
	margin: 0 7px 0 18px;
	padding: 0;
}

#content .body .option ul li {
	display: block;
	float: left;
	margin: 1px 8px 0 0;
	padding: 0;
}

#content .body .option ul li a.selected {
	font-weight: bold;
}

#content .body .option ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0;
	height: 17px;
}

#content .body .option ul li.lista a,
#content .body .option ul li.kafelki a {
	display: block;
	margin: 0;
	padding: 0 0 0 19px;
}

#content #produkts {
	display: block;
	margin: 20px 0;
	padding: 0;
}

#content #produkts table td {
	text-align: center;
	height: 71px;
}

#content #produkts table td.foto {
	width: 110px;
}

#content #produkts table td.foto img {
	width: 85px;
	height: 64px;
}

#content #produkts table td.title {
	padding: 0 10px;
	width: 480px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#content #produkts table td.priceHidden {
	width: 125px;
}

#content #produkts table .dostepny td.title {
	width: 355px;
}

#content #produkts table .dostepny td.price {
	width: 125px;
	font-size: 14px;
	#color: #D40B03;
}

#content #produkts table .dostepny td.action {
	padding-right: 8px;
	width: 125px;
}

#content #produkts table .dostepny td.action select {
	width: 100px;
}

#content .body .porciowanie {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
}
	.porciowanie a {
		color: rgba(29, 138, 223, 1);
	}
		.porciowanie strong a {
			font-size: 16px;	
		}

#content #bookmarks {
	display: block;
	position: absolute;
	list-style: none;
	margin: -29px 0 0;
	padding: 0;
	top: 0;
}

#content #bookmarks li {
	display: block;
	position: relative;
	float: left;
	margin: 0 5px 0 10px;
	padding: 0;
}

#content #bookmarks li a {
	display: block;
	margin: 0;
	padding: 7px 6px 0;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#content #bookmarks li a .left {
	display: block;
	position: absolute;
	margin: 0 0 0 -5px;
	padding: 0;
	top: 0;
	left: 0;
	width: 8px;
	height: 28px;
}

#content #bookmarks li a .right {
	display: block;
	float: right;
	position: absolute;
	margin: 0 -5px 0 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 8px;
	height: 28px;
}

#content #bookmarks li.selected a {
	display: block;
	margin: 0;
	padding: 7px 6px 0;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#content #bookmarks li.selected a .left {
	display: block;
	position: absolute;
	margin: 0 0 0 -5px;
	padding: 0;
	top: 0;
	left: 0;
	width: 8px;
	height: 30px;
}

#content #bookmarks li.selected a .right {
	display: block;
	float: right;
	position: absolute;
	margin: 0 -5px 0 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 8px;
	height: 30px;
}

#content .bookmarks .special,
#content .bookmarks .promotion {
	display: block;
	height: 180px;
	overflow: hidden;
}

#content .bookmarks .allProducts {
	display: block;
	position: absolute;
	float: right;
	margin: 0 0 -24px;
	padding: 0;
	bottom: 0;
	right: 2px;
	width: 252px;
	height: 28px;
}

#content .bookmarks .body table {
	margin: 0;
	width: 710px;
	height: 151px;
	overflow: hidden;
}

#content .bookmarks .body table td {
	width: 143px;
	height: 151px;
	text-align: center;
}

#content .bookmarks .body table td .products {
	margin: 0 0 0 23px;
	width: 130px;
	height: auto;
	overflow: hidden;
	text-align: center;
}


/**
 * Tabelki w dostawach i platnosciach
 */
th.wartosc,
th.koszt {
	padding: 3px 10px;
	border: 1px solid #666;
	text-align: center;
	background: #eee;
}

td.wartosc,
td.koszt {
	padding: 3px 10px;
	border: 1px solid #666;
	border-top: none;
	text-align: center;
}

th.koszt,
td.koszt {
	border-left: none;
}

#param {
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 0;
}

#param .info table {
	display: block;
	margin: 0;
	padding: 0;
	width: 349px;
	height: 182px;
}

#param .info table.promocjaTabelka {
	height: 211px;
}

#param .info table.promocjaTabelka .promo {
	color: #d40b03;
}


#param .info table thead th {
	padding: 8px 10px;
	width: 349px;
	height: 22px;
	text-align: left;
}

#param .info table tbody td {
	padding: 8px 10px 7px;
	height: 22px;
}

#param .info table tbody td.name {
	width: 140px;
}

#param .text {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 440px;
}

#param .foto {
	display: block;
	float: left;
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 8px;
	width: 266px;
}

#param .foto .bottom {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	width: 266px;
	height: 37px;
	z-index: 1;
}

#param .foto #podglad {
	display: block;
	position: relative;
	margin: 0 13px;
	padding: 12px 0 0;
	width: 240px;
	height: 180px;
	z-index: 5;
}

#param .foto .listaFotek {
	display: block;
	position: relative;
	margin: 8px 0;
	padding: 0;
	text-align: center;
	z-index: 5;
}

#param .foto .listaFotek a {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#param .foto .listaFotek img {
	width: 75px;
	height: 56px;
}

#description {
	display: block;
	margin: 15px 0 0;
	padding: 0;
}

#param .cart {
	display: block;
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	top: 171px;
	right: 15px;
	width: 309px;
	height: 116px;
}

#param .cart.promocja {
	top: 219px;
}

#param .cart h4 {
	display: block;
	margin: 8px 15px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#param .cart form {
	display: block;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}

/**
 * koszyk
 */
 
table.orderDetails {
	display: block;
	width: 750px;
}

table.orderDetails th.orderLP,
table.orderDetails th.orderName,
table.orderDetails th.orderCount,
table.orderDetails th.orderJM,
table.orderDetails th.orderPrice,
table.orderDetails th.orderPriceNetto,
table.orderDetails th.orderTax,
table.orderDetails th.orderPriceTax,
table.orderDetails th.orderPriceBrutto,
table.orderDetails th.orderAction {
	border: 1px solid #666;
	border-right: none;
	text-align: center;
}

table.orderDetails th.orderLP { width: 25px; }
table.orderDetails th.orderName { width: 217px; }
table.orderDetails th.orderCount { width: 80px; }
table.orderDetails th.orderJM { width: 30px; }
table.orderDetails th.orderPrice { width: 70px; }
table.orderDetails th.orderPriceNetto { width: 80px; }
table.orderDetails th.orderTax { width: 40px; }
table.orderDetails th.orderPriceTax { width: 55px; }
table.orderDetails th.orderPriceBrutto { width: 80px;}
table.orderDetails th.orderAction { width: 35px; }


table.orderDetails td.orderLP,
table.orderDetails td.orderName,
table.orderDetails td.orderCount,
table.orderDetails td.orderJM,
table.orderDetails td.orderPrice,
table.orderDetails td.orderPriceNetto,
table.orderDetails td.orderTax,
table.orderDetails td.orderPriceTax,
table.orderDetails td.orderPriceBrutto,
table.orderDetails td.orderAction {
	padding: 0 3px;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	text-align: center;
}

table.orderDetails td.orderName {
	text-align: left;
}

table.orderDetails td.orderPrice,
table.orderDetails td.orderPriceNetto,
table.orderDetails td.orderTax,
table.orderDetails td.orderPriceTax,
table.orderDetails td.orderPriceBrutto {
	text-align: right;
}

table.orderDetails th.orderAction,
table.orderDetails td.orderAction {
	border-right: 1px solid #666;
}


table.orderDetails tfoot .discount .orderPriceNetto,
table.orderDetails tfoot .discount .overall,
table.orderDetails tfoot .discount .orderPriceBrutto {
	background: #cfc;
}

table.orderDetails tfoot td.orderPriceNetto {
	border: 1px solid #666;
	border-top: none;
	text-align: right;
}

table.orderDetails tfoot td.overall {
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	text-align: right;
}

table.orderDetails tfoot td.orderPriceBrutto {
	border-right: 1px solid #666;
	text-align: right;
}

table.orderDetails th.orderNull,
table.orderDetails td.orderNull {
	border: 0;
	background: none;
}

table.delivery {
	display: block;
	margin: 15px auto;
	width: 600px;
}

table.delivery th.delivery,
table.delivery th.description {
	border: 1px solid #666;
	text-align: center;
	width: 225px;
}

table.delivery th.delivery {
	border-right: none;
	width: 375px;
}

table.delivery td.delivery2 {
	width: 75px;
}

table.delivery td.delivery1,
table.delivery td.delivery2,
table.delivery td.description {
	text-align: center;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
}

table.delivery th.description,
table.delivery td.description {
	border-right: 1px solid #666;
}

.send {
	text-align: center;
}

table.orderDetails td.orderCount select {
	width: 70px;
}

table.orderDetails td.orderCount input.textCount {
	width: 40px;
}

table.orderDetails td.orderCount input.buttonCount {
	width: 25px;
}

table.adres {
	margin: 20px auto;
	width: 400px;
}

table.adres thead th {
	border: 1px solid #666;
	border-bottom: none;
}

table.adres tbody td {
	padding: 0 3px;
	border: 1px solid #666;
	border-bottom: none;
}

table.adres tbody td.o {
	border-right: none;
	width: 90px;
}

table.adres tfoot td {
	border: 1px solid #666;
}

table {
	font-size: 90%;
}

table td.description {
	color: #555;
}

/**
 * Rejestracja & edycja danych
 */
#rejestracjaBody {
	padding: 0 30px;
	position: relative;
 	display: block;
	float: none;
	padding-top: 17px;
}

#rejestracjaBody p {
	margin: 5px 0;
	display: block;
}

#rejestracjaBody h5 {
	padding: 5px 10px;
	display: block;
	border-top: 1px solid #999; 
}

#rejestracjaBody dl {
	list-style: none;
}

#rejestracjaBody dl dt {
	width: 200px;
	text-align: right;
	padding: 0 10px 0 0;
	float: left;
}

#rejestracjaBody dl dd input {
	width: 180px;
}

#rejestracjaBody dl label.error {
	padding: 0 0 0 5px;
	color: #d55;
	font-size: 90%;
	clear: left;
}

#content .podgladTop {
	display: block;
	position: absolute;
	margin: 10px;
	padding: 0;
	top: 0;
	left: 0;
	float: left;
	width: 135px;
}

#content .nameProduct {
	display: block;
	margin: 0 0 0 130px;
	padding: 0;
	height: 75px;
}

.staraCena {
	text-decoration: line-through;
}

.promocja {
	font-weight: bold;
	font-size: 14px;
	color: #d40b03;
}




#dodanoDoKoszyka {
	display: block;
	position: fixed;
	margin: 0 250px;
	padding: 15px;
	top: 50%;
	width: 250px;
	text-align: center;
	z-index: 150;
	cursor: pointer;
}

#niedodanoDoKoszyka {
	display: block;
	position: fixed;
	margin: 0 250px;
	padding: 15px;
	top: 50%;
	width: 280px;
	text-align: center;
	z-index: 150;
	cursor: pointer;
}

#dodanoDoKoszyka {
  	background: #cf6;
}

#niedodanoDoKoszyka {
  	background: #fdd;
}


input.towarDoKoszyka {
    width: 78px;
}