/**
 * Elementy zablokowane
 */

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

/**
 * Glowne elementy blokowe
 */

#page {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	text-align: left;
}

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 112px;
	overflow: hidden;
}

#navigator {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 82px;
	overflow: hidden;
}

#search {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	overflow: hidden;
}

#menu {
	display: block;
	position: relative;
	margin: 1px auto 0;
	padding: 0;
	height: 39px;
	overflow: hidden;
}

#login {
	display: block;
	position: absolute;
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 148px;
	height: 120px;
	top: 95px;
	right: 13px;
	overflow: hidden;
}


#leftBar {
	display: block;
	position: relative;
	float: left;
	margin: -30px auto 0;
	padding: 0;
	width: 189px;
	top: 0px;
	left: 10px;
	overflow: hidden;
}

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

#footer {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 10px;
	padding: 10px 0;
	width: 950px;
}


/**
 *  Mniejsze elementy strony
 */

#search form {
	display: block;
	margin: 10px 0 0 120px;
	padding: 0;
	width: 650px;
}
 
#search form dl {
	display: block;
	margin: 0;
	padding: 0;
}

#search form dl dt,
#search form dl dd {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#search form dl dt {
	margin: 5px 20px;
	width: 122px;
	height: 16px;
}

#search form dl dd input.keyword {
	display: block;
	float: left;
	margin: 0;
	width: 405px;
	height: 20px;
}

#search form dl dd input.submit {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 66px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}

#menu ul {
	display: block;
	position: absolute;
	float: left;
	margin: 3px 0 0;
	padding: 0;
	left: 236px;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;	
}

#menu ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 12px 15px 8px;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	height: 35px;
	overflow: hidden;
}

#menu ul li a .left,
#menu ul li a .right {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 35px;
	top: 1px;
}

#menu ul li a .left { float: left; left: 0; }
#menu ul li a .right { float: right; right: 0; }

#login h3 {
	display: block;
	margin: 0;
	padding: 4px 0 0 10px;
	width: 148px;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

#login form {
	display: block;
	margin: -4px 0 0;
	padding: 0;
	font-size: 11px;
}

#login form dl,
#login form div.dl {
	display: block;
	clear: both;
	margin: 0;
	padding: 2px 0 0;
}

#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 {
	margin-top: 2px;
	width: 45px;
	text-align: right;
}

#login form dl dd,
#login form div.dl span.dd {
	margin-left: 10px;
}

#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: 78px;
	height: 18px;
}

#login form dl dd input.submit,
#login form div.dl span.dd input.submit {
	display: block;
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 15px;
	right: 15px;
}

#login form ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#login form ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#login .cart {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

#login .bottom {
	display: block;
	position: absolute;
	bottom: -2px;
	margin: 0;	
	padding: 0;
	width: 148px;
	height: 8px;
	overflow: hidden;
}

#leftBar .box {
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 8px;
	width: 189px;
}

#leftBar .box .bottom {
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 189px;
	height: 8px;
	overflow: hidden;
}

#leftBar .box h3 {
	display: block;
	margin: 0;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
}

#leftBar .box.categories h3 {
	font-size: 14px;
}

#leftBar .box h3 span {
	display: block;
	margin: 0;
	padding: 0 0 5px;
}

#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: 10px 0 10px 12px;
	padding: 1px 0 0 23px;
	font-weight: normal;
}

#leftBar .box.categories ul {
	display: block;
	list-style: none;
	margin: 7px 15px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#leftBar .box.categories ul ul {
	margin: 0 15px;
}

#leftBar .box.categories ul li {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 22px;
}

#leftBar .box.categories ul li a {
	display: block;
	margin-bottom: 4px;
	float: left;
}

#leftBar .box.categories ul li a.selected {
	font-weight: bold;
}

#leftBar .box.categories ul li span {
	display: block;
	margin-left: 10px;
	float: left;
	font-size: 10px;
}

#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;
}

#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;
}