/*--------------------------------------------------------
	css theme name: cms.info.pl
	author: bartosz mediger - http://mediger.net
--------------------------------------------------------*/

* {
	margin: 0px; padding: 0px;
	line-height: 16px; }

html { height: 100%; }

blockquote {
	line-height: 19px;
	margin: 9px 0px 8px 0px; /*95px*/
	font-size: 15px; color: Black; }

body {
	position: relative;
	width: 100%; height: 100%; 
	background: White url("aqua/back.gif") repeat-y center top;
	margin: 0px auto; }

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #404040; }

fieldset { border: none; }

hr {
	clear: both; overflow: hidden;
	width: 100%; height: 1px;
	background-color: #999; 
	border: none;
	margin: 25px 0px 25px 0px; _margin: 10px 0px 10px 0px; }

img { border: none; }

input.fav {
	background-color: #3a4e6f;
	color: White; }

label { cursor: pointer; }

ol { margin: -10px 0px 20px 20px; }

p { padding-bottom: 10px; }

textarea { overflow: auto; }

th { background-color: #f3f3f3; }

ul { padding: 5px 0px 20px 25px; }



.button {
	width: auto !important; height: 25px !important;
	border: none;
	cursor: pointer;
	padding: 0px 2px 0px 2px !important; }

.button:hover,
.button:focus {
	background: #c85c3b !important;
	color: White; }

.center { text-align: center; }




.dodaj-wyczysc,
.dodaj-wyslij {
	float: none !important;
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0; }
	
.dodaj-wyczysc input,
.dodaj-wyslij input {
	display: inline !important;
	float: none !important;
	width: 110px !important;
	font-size: 11px; _font-size: 13px; }
	



.fav:hover {
	background: #c85c3b !important; }

.hit { font-weight: bold !important; }

.ilosc { width: 20px; text-align: center; }

.left { text-align: left; }

.odbiorca { text-align: center; }

.polecany {
	border: 1px dashed #394d6f;
	background-color: #e7f3fb;
	margin-bottom: 10px; margin-top: 10px; padding: 5px 5px 10px 5px; }
	
.right { text-align: right; }

.szukaj {
	width: 41px !important; height: 17px;
	background:  url("aqua/szukaj.gif") no-repeat;
	border: none !important; }

.warning {
	color: #d03205; text-transform: uppercase; }



/* naglowki */

h1 {
	position: relative; 
	background-color: #f0f0f0; height: 30px;
	border-bottom: 1px solid #bebebe;
	padding: 6px 0px 6px 10px; margin: 0px 0px 15px 0px;
	font-size: 23px; font-weight: normal; color: #cc4c0f; }

h1 a {
	position: relative;  top: -23px;
	float: right;
	margin-right: 12px; }

h1.hide * { display: none; }


h2 {
	padding: 5px;
	font-size: 19px; font-weight: normal; color: #222; 
	text-align: left; }

h3 {
	padding: 5px 0px 10px 0px;
	font-size: 18px; font-weight: normal; color: Black; }

h4 {
	padding: 2px 0px 20px 0px;
	line-height: 20px;
	font-size: 18px; font-weight: normal; color: #595959; }

h5 {
	line-height: 14px;
	font-size: 12px !important; font-weight: normal; }
	
h6, dt {
	clear: both;
	width: 100%; height: 31px; line-height: 31px;
	background:  url("aqua/block-blue.jpg") repeat-x;
	margin-bottom: 5px; _padding-top: 7px;
	font-size: 18px; font-weight: normal; color: White;}
	
h6 span { padding-left: 10px; }

dt span { padding-left: 10px; }	



/* nawigacja */

a { color: #243a5f; text-decoration: none; }
a:hover { text-decoration: underline; }



/* ikony */

a.domek { width: 18px; height: 15px; background:  url("aqua/domek.gif"); }
a.domek:hover { background-position: 0px -15px; }
a.drukuj { width: 20px; height: 20px;	background:  url("aqua/drukuj.gif"); }
a.drukuj:hover { background-position: 0px -20px; }
a.koperta { width: 16px; height: 11px; background:  url("aqua/koperta.gif"); }
a.koperta:hover { background-position: 0px -11px; }
a.powiadom { width: 51px; height: 20px; background:  url("aqua/powiadom.gif"); }
a.powiadom:hover { background-position: 0px -20px; }
a.rss { width: 36px; height: 14px; background:  url("aqua/rss.gif"); }
a.rss:hover { background-position: 0px -14px; }







/* dodaj komentarz */

#addComment,
#addNote {
	position: relative;
	width: 100% !important; }

#addComment,
#addNote label {
	float: left;
	width: 430px;
	text-align: left; }
	
	#addComment fieldset,
	#addNote fieldset {
		background: #fcfcfc;
		border: 1px solid #999;
		padding: 5px 5px 20px 5px; }

	#addComment input,
	#addNote input,
	#addComment textarea,
	#addNote textarea { margin: 1px 0 1px 3px; }

	#addComment #f_tytul,
	#addNote #f_tytul,
	#addComment #f_tresc,
	#addNote #f_tresc,
	#addComment #f_nick,
	#addNote #f_nick  {
		width: 300px; height: 17px;
		margin: 1px;
		padding: 0 2px 0 2px;
		border: 1px solid #999; }
		
	#addComment h4,
	#addNote h4 { background: #9a3300; }
	
	#addComment h4 a,
	#addNote h4 a { color: White; }

	#addComment legend,
	#addNote legend {
		font-size: 120%;
		padding: 10px; }
		
	#addComment textarea,
	#addNote textarea {
		height: 120px !important;
		overflow: auto; }
		

		
	#addComment label span,
	#addNote label span {
		width: 150px; float: left;
		text-align: right; }
	
	#addComment #send,
	#addNote #send {
		position: absolute; right: 10px; bottom: 15px;
		font-size: 12px;
		padding: 3px;
		cursor: pointer; }
	
	#addComment #zapisz { margin-right: 35px; }




/* comments */

#comments {
	position: relative;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px; }

	#comments .dodaj {
		position: absolute; z-index: 10; top: 40px; right: 10px;
		margin: -30px 0px 0px 0px;
		background: url(../images/arrow-gray.gif) no-repeat right;
		padding-right: 20px; }

	#comments dl {	margin: 0 0 10px 0; }
	
	#comments dl dd,
	#comments dl dt { overflow: hidden; }

	#comments dl dd { padding: 0 0 0 0; }

	#comments dt {
		color: #333;
		width: 100%; 
		background: none !important;
		margin-bottom: -10px;
		padding: 5px 0 0 0 !important;
		font-weight: bold;
		font-size: 12px !important; }

	#comments .title {
		float: left;
		padding: 0 0 5px 0;
		font-size: 120%; }

	#comments dt a {
		float: left;
		padding: 0 0 5px 0px;
		font-size: 115%; }

	#comments .author {
		float: right;
		font-weight: normal;
		font-style: italic;
		font-size: 11px; _font-size: 12px;
		text-align: right; }

	#comments .plus { background: url(../images/plus.gif) no-repeat 0px 4px; }



	/* wybrany komentarz */
	
	#comments dl.active .active  { font-size: 120%; }
	
	#comments dl.active dd.active { padding-bottom: 15px; }

	
	
	

#container {
	position: relative;
	width: 852px; height: 100%; min-height: 100%;
	background: White url("aqua/top.jpg") no-repeat center top;
	margin: 0 auto; }

#foot { _left: -229px; }

/* galeria */

#gallery {
	width: 450px;
	margin: 10px 0px 90px 85px; padding: 3px;
	text-align: center; }

#gallery img { border: 1px solid #e0e6e6; padding: 2px; margin: 3px; }
#gallery a img:hover { border: 1px solid #ccc; }



/* logo */

#header h1 {
	width: 768px; height: 212px;
	background: transparent; border: none;
	padding: 0px; margin: 0px; }



/* panel z ikonami */

#icons {
	position: absolute; top: 220px; left: 0px; z-index: 500;
	width: 100%; min-height: 20px; height: 20px;
	margin: 0px auto; }
	
	#icons a { float: left; margin-left: 15px; }
	#icons .set {
		width: 200px; 
		margin: 0px auto; padding-left: 700px; }



/* glowna czesc strony */

#maincontent {
	position: absolute; top: 233px; left: 50%;
	width: 563px; min-height: 300px; _height: 300px;
	background-color: White;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
	margin-left: -190px; padding: 10px; padding-bottom: 50px; padding: 20px;	
	text-align: left; }	
	
	#maincontent h1 {
		background:  url("aqua/block-orange.jpg") repeat-x;
		border: none;
		width: 100%; min-height: 33px; line-height: 21px; 
		margin-bottom: 5px; margin-left: -12px; margin-top: -12px;
		font-size: 18px; font-weight: normal; color: White; }



/* menu */
	
#menu {
	position: relative;
	width: 768px;
	margin: 0 auto; margin-top: 20px;  }



/* menu pionowe */

#menu-pionowe {
	position: relative; top: 20px;
	width: 189px;
	background-color: White;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
	padding-bottom: 20px; }

#menu-pionowe dd {
	width: 100%;
	background-color: Black; }

#menu-pionowe dd {
	background:  url("aqua/kwadrat.gif") no-repeat 0px 6px;
	line-height: 19px;
	margin: 0px 0px 0px 10px; padding-left: 12px;
	text-align: left; }

#menu-pionowe ul { margin-right: 10px; position: relative; display: block; padding: 0px 0px 10px 0px; }
#menu-pionowe li a { font-weight: normal; }
		
#menu-pionowe li {
	list-style: none;
	padding-left: 12px; }
	
#menu-pionowe .foot { display: none; }



/* menu poziome */

#menu-poziome {
	position: absolute; top: 0px; left: 0px;
	overflow: hidden;
	width: 768px; height: 31px;
	padding-top: 12px; padding-left: 60px;
	font-weight: bold; }

	#menu-poziome dl { padding-right: 80px; }
	#menu-poziome dd { display: inline;	}

	#menu-poziome a {
		padding: 10px 20px 0px 0px; font-size: 11px; color: White; }
		
		
	#menu-poziome.right dl { margin-right: 120px; }
		
		


	

/* nawgiacja */

#nav {
	width: 100%; height: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px; }





/* newsletter */
/*
.newsletter { width: 199px; }
.newsletter label.limie,
.newsletter label.lemail {
	display: block;
	margin-bottom: -3px; }

.newsletter .female, 
.newsletter .male,
.newsletter .zgoda { width: 20px; }

.newsletter div {
	width: 100%;
	margin-bottom: -3px; }

.newsletter p { display: inline; }

.newsletter input:focus,
.newsletter input:hover { background-color: #faffd7; }

.newsletter .zapisz {
	width: 71px; height: 17px;
	background: url(../images/zapisz_mnie.gif) no-repeat;
	border: none; }
*/





/* newsletter */

.newsletter {
	position: relative;
	border-bottom: 1px solid #c9d2e1;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0; }
	

	.newsletter h6 { margin-bottom: 10px; }

	.newsletter div {
		background-color: transparent !important;
		margin-top: 0 !important; }

	.newsletter input {
		width: 90px;
		border: 1px solid #c4c4c4;
		padding: 0 2px 0 2px; }

	.newsletter label {
		float: left;
		width: 48px;
		margin: 0 0 3px 0;
		padding: 0 3px 0 0;
		text-align: right; }

	.newsletter .imie,
	.newsletter .email { margin: 0 0 2px 0; }

	.newsletter .plec {
		margin-top: 5px !important; }
	
	.newsletter .plec p {
		float: left;
		padding: 0 0 0 19px; }

	.newsletter .plec input {
		float: left;
		width: 15px; }

	.newsletter .plec label { width: 12px; }

	.newsletter .zapisz {
		float: right;
		width: 49px;
		margin-top: -15px !important; _margin-top: 0 !important;
		cursor: pointer;
		padding: 3px; }

	.newsletter .zapisz:hover { background-position: 0 -19px; }

	.newsletter .zgoda {
		float: left;
		padding-top: 35px;
		margin-top: 0 !important; }

	.newsletter .zgoda a {
		font-size: 11px;
		color: Black; }

	.newsletter .zgoda input {
		float: left;
		clear: both;
		width: 15px; height: 15px; }

	.newsletter .zgoda label {
		float: left;
		width: 165px;
		text-align: left;
		padding: 0 0 0 5px;
		font-size: 10px;
		font-weight: normal; }






/* ogloszenia */

#ogloszenia {
	position: absolute; top: 50px; right: 0px;
	width: 440px;
	background-color: White;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
	margin: 0 auto; }

	#ogloszenia dt {
		background:  url("aqua/block-gray.jpg") repeat-x;
		font-size: 15px; color: #393939; }



/* ogloszenia - tablica */

	#ogloszenia-tablica {
		width: 358px;
		margin: 0 auto; }

	#ogloszenia-tablica dd {
		background:  url("aqua/arrow.gif") no-repeat 0px 5px;
		margin-left: 15px; padding-left: 15px; }
	
	#ogloszenia-tablica dd.title {
		background: none;
		padding-bottom: 5px;
		font-weight: normal; font-size: 14px; }
		
	#ogloszenia-tablica dd.dodaj {
		background: none;
		padding: 3px 0px 5px 16px;
		font-weight: bold; }



/* ogloszenia - odpowiedz */

#ogloszenia-odp {
	margin: 10px 0px 0px 0px; }

	#ogloszenia-odp fieldset {
		border: 1px solid #ccc;
		padding: 10px; }
		
	#ogloszenia-odp p { font-weight: bold; }

	#ogloszenia-odp td {
		padding: 5px;
		background-color: #f3f3f3; }

	#ogloszenia-odp textarea {
		width: 315px;
		height: 120px;
		padding: 1px; }

	#ogloszenia-odp th {
		width: 160px;
		line-height: 14px;
		padding: 10px;
		text-align: right;
		font-size: 11px; }

	#ogloszenia-odp .tresc {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 10px 20px;
		font-style: italic; 
		border-bottom: 1px solid #ccc; }
		
	#ogloszenia-odp .button {
		width: 120px !important;
		margin: 0px 0px 0px 65px; }



/* ogloszenia - wybrane */

#ogloszenia-wybrane {
		position: absolute; right: 40px; top: 40px;
		width: 190px;
		background-color: #f0f0f1;
		padding: 7px; margin-left: 165px;
		font-size: 11px; }

#ogloszenia-wybrane h6 { display: none; }
#ogloszenia-wybrane p.kategoria { padding-bottom: 0px; }
#ogloszenia-wybrane p.kategoria span { font-weight: bold; }

#ogloszenia p.ogloszenie { padding: 5px 0px 0px 0px; }
#ogloszenia p.autor { padding: 5px; text-align: right;  }





/* platnosci */

#platnosci { width: 189px; padding-top: 20px; text-align: center;  }



/* pole edycyjne */

.pole-edycyjne p { padding: 3px 5px 0px 10px; }



/* pozostale */
	
#pozostale {
	position: relative;
	width: 768px;
	margin: 0px auto; padding-top: 20px; }	

	#pozostale * fieldset { padding-left: 0px !important; }



/* sklep */

#sklep {
	position: relative; left: -290px; top: 20px;
	width: 189px;
	border: 1px solid #c9d2e1;
	margin: 0px auto; margin-bottom: 40px; padding-bottom: 20px; }

	#sklep dt, #sklep h6 {
		background: none;
		padding-top: 5px;
		color: #393939; }
	
	#sklep h6 { margin-bottom: 0px; padding: 5px 0px 0px 10px; }

	#sklep dd { padding-left: 12px; }	
	
	#sklep #sklep-kategorie dd {
		line-height: 19px;
		background:  url("aqua/kwadrat.gif") no-repeat 0px 6px;
		margin: 0px 0px 0px 10px;
		text-align: left; }



	/* sklep - poleca */

	#sklep-poleca h5.title { padding-left: 10px; }
	#sklep-poleca h6 { width: 179px; margin-left: -10px; }

	#sklep-poleca a {
		display: block;
		position: relative;
		margin: 10px 0px 0px 12px; }
		
	#sklep-poleca .title a {
		margin: 0px; }

	#sklep-poleca a:hover { text-decoration: none;	}

	#sklep-poleca span.opis {
		display: block;
		margin-bottom: 15px; }

	#sklep-poleca .cena {
		position: absolute; top: 0px; left: 110px;
		width: 57px; height: 29px;
		background:  url("aqua/cena.gif");
		color: White; font-weight: bold; }

	#sklep-poleca small {
		display: block;
		line-height: 11px;
		padding-bottom: 1px;
		text-transform: uppercase; }
	
	#sklep-poleca .cena span {
		display: block;
		padding: 0px 0px 0px 4px;
		font-size: 13px; }
		
		
	/* slep - koszyk */
	
	#sklep-koszyk dd a {
		padding-left: 15px;
		background:  url("aqua/arrow.gif") no-repeat left;
		font-weight: bold; }



/* nowotworzone boxy */

#menu div, #menuform,
#pozostale div, #pozostale form,
#sklep dl, #sklep div, #sklep form {

		position: relative; left: 0px; top: 0px;
		width: 189px !important;
		background-color: White;
		filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
		
		margin-left: 0px;	padding-left: 0px !important; padding-top: 5px;
		/*overflow: hidden;*/ }

#menu * fieldset,
#pozostale * fieldset,
#sklep * fieldset { padding-left: 0px !important; }



/* wyszukiwarka */

#wyszukiwarka {
	position: absolute; top: 3px; right: 0px; z-index: 300;
	width: 212px; min-height: 26px;
	margin: 0 auto; }

#wyszukiwarka input:focus,
#wyszukiwarka input:hover { background-color: #faffd7; }

#wyszukiwarka fieldset {
	width: 212px;
	margin: 0 auto; }

#wyszukiwarka h6 { display: none; }

#wyszukiwarka input, #newsletter input {
	width: 129px; height: 17px;
	border: 1px solid #e0dfe3;
	margin: 5px 0px 0px 0px; padding: 1px 0px 0px 2px; }



/* ---------------- sklep ---------------- */

.opis { text-align: justify; }

.produkt {
	position: relative;
	width: 100%; min-height: 400px; _height: 400px; }

.produkt .opis {
	border-bottom: 1px solid #999;
	margin: 0px 0px 10px 0px; padding: 0px 0px 30px 0px; }
	
.produkt .dodaj-szt-do-koszyka {
	position: absolute; top: 5px; right: 0px;
	text-align: right; }

.produkt .dodaj-szt-do-koszyka input {
	border: 1px solid #ccc;
	text-align: center; }

.produkt .dodaj-szt-do-koszyka input#dodaj {	width: 30px; }

.produkt .dodaj-szt-do-koszyka input:focus,
.produkt .dodaj-szt-do-koszyka input:hover { background-color: #faffd7; }



/* produkt, lista produktow */

a.opis-produktu {
	float: right;
	border-right: 1px solid #999;
	margin: 0px 10px 0px 0px; padding: 0px 10px 0px 20px; }
	
a.dodaj-do-koszyka {
	float: right;
	background:  url("aqua/basket_put.gif") no-repeat left;
	margin-top: 0px; padding: 0px 0px 0px 20px; }

.produkt .opis,
.produkt-na-liscie .opis { width: 100%; overflow: hidden; }

.produkt img,
.produkt-na-liscie img {
	border: 1px solid #ccc; padding: 3px;
	float: left;  margin: 5px 8px 0px 0px; }

	
.produkt .cena,
.produkt-na-liscie .cena {
	background-color: #fa5621;
	display: inline;
	padding: 0px 3px 0px 3px;
	font-size: 115%; color: White; }

	
.produkt-na-liscie p.signature { float: right; }

.produkt-na-liscie p.signature a  { position: static; }



	


/* logowanie */

#logowanie {
	width: 370px;
	margin: 0px 0px 0px 100px; }

#logowanie h3 {
	margin: 10px 0px 10px 0px;
	text-align: center;  }

#logowanie input,
#logowanie textarea { border: 1px solid #ccc; padding: 1px; }

#logowanie input:focus,
#logowanie input:hover { background-color: #faffd7;}

#logowanie label {
	display: block;
	width: 300px;
	margin: 2px; padding: 0px;
	text-align: right; }
	
#logowanie .button { margin-top: 10px; }



/* dane adresowe */	

#dane-adresowe { width: 370px; margin-left: 100px; }

#dane-adresowe h3 {
	margin: 10px 0px 10px 0px;
	text-align: center;  }

#dane-adresowe input,
#dane-adresowe textarea { border: 1px solid #ccc; }

#dane-adresowe p { text-align: center; }

#dane-adresowe input,
#dane-adresowe label,
#dane-adresowe textarea { padding: 1px; }
	
#dane-adresowe textarea { width: 128px; }

#dane-adresowe input:focus,
#dane-adresowe input:hover,
#dane-adresowe textarea:focus,
#dane-adresowe textarea:hover { background-color: #faffd7; }

#dane-adresowe label {
	display: block;
	width: 300px;
	margin: 2px; padding: 0px;
	text-align: right; }

#dane-adresowe #da_plec { margin-left: 136px; }
#dane-adresowe #da_plec label {
	display: inline;
	width: auto; }
	
.popraw-zamow,
.powrot-dalej {
	clear: both;
	margin: 20px 0px 0px 218px; _margin-left: 205px; }
	
.powrot-dalej input {
	float: left;
	margin-right: 2px; }



/* dane do faktury */

#dane-faktura {
	width: 370px;
	margin: 0px 0px 0px 100px; }

#dane-faktura h3 {
	margin: 20px 0px 10px 0px;
	text-align: center; }

#dane-faktura label {
	display: block;
	width: 300px;
	margin: 2px; padding: 0px;
	text-align: right; }

#dane-faktura input,
#dane-faktura textarea { border: 1px solid #ccc; padding: 1px; }
#dane-faktura textarea { width: 128px; }

#dane-faktura input:focus,
#dane-faktura input:hover,
#dane-faktura textarea:focus,
#dane-faktura textarea:hover { background-color: #faffd7; }
#dane-faktura p { text-align: center; }





/* dodaj ogloszenie */

#dodaj-ogloszenie h3 { padding: 10px 0 10px 0; }

#dodaj-ogloszenie label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding: 0 5px 0 0; }

#dodaj-ogloszenie input, textarea, select {
	display: block;
	float: left; }

#dodaj-ogloszenie div {
	overflow: hidden;
	clear: both;
	margin-bottom: 0.5em; }


	




/* sposob platnosci */

#platnosc {
	float: right; width: 200px; 
	border: 1px solid #ccc;  
	margin: 35px 0px 0px 0px; padding: 7px 7px 25px 17px; }

#platnosc label { width: 190px; display: block; text-align: left;}
#platnosc select { border: 1px solid #ccc; width: 155px; }

#platnosc input { border: 1px solid #ccc; }

#platnosc input,
#platnosc label,
#platnosc select { padding: 1px; }



/* podsumowanie - potwierdzenie */

#podsumowanie {
	clear: both;
	width: 310px; 
	padding-top: 20px; }

#podsumowanie .l {
	float: left;
	width: 150px;
	padding-right: 5px;
	text-align: right; }

#podsumowanie .r {
	float: left;
	width: 150px;
	font-weight: bold; }

.popraw-zamow  {
	text-align: right; }




/* realizacja */

#realizacja {
	padding: 20px;
	font-size: 10px;
	color: #bbb; }

	#realizacja a {
		font-size: 10px;
		color: #bbb; }



/* odbiorca przesylki */

.odbiorca {
	float: left;
	width: 240px;
	text-align: left; }



/* zawarto koszyka */

#zaw-koszyka { width: 100%; }

#zaw-koszyka td { padding: 5px; text-align: justify; }
#zaw-koszyka th {
	background-color: #3a4e6f;
	padding: 7px;
	text-align: center;
	font-size: 125%; font-weight: normal; color: White; }
	
#zaw-koszyka img {
	float: left;
	border: 1px solid #ccc;
	margin: 5px 8px 0px 0px; padding: 3px; }

#zaw-koszyka .cena {
	display: block;
	width: 60px;
	line-height: 21px;
	background-color: #e2e1e5;
	margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;
	font-size: 115%; text-align: center; }
	
#zaw-koszyka td.zcena { white-space: nowrap; }
#zaw-koszyka td.zilosc { text-align: center; }
#zaw-koszyka td.zilosc input { width: 30px; text-align: center; }

.przelicz-dalej {
	float: right;
	_width: 212px;
	text-align: right; }
	
.przelicz-dalej h3 {
	margin-right: 4px; }

.przelicz-dalej input {
	float: left;
	margin-right: 3px; }

.del { width: 40px; }



/* for crir inputs */

.crirHidden {
	position: static !important; }

label.checkbox_checked,
label.checkbox_unchecked {
	background: none !important; }
	
label.radio_checked,
label.radio_unchecked {
	background: none !important; }
	
	
	
	
	
	
/*
	Menu gorne rozwijane
	---------------------------------*/
	
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute; left:-1000px; top:-1000px;
	overflow: hidden; 
	margin-top: 0px; _margin-top: 12px;	
	color: White }
	

/*opera > v8.5*/
@media all and (background:#D6E6FF;) {
  .transMenu {
		margin-left: -200px;
  }
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute; color:#FFFFFF; }

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative; left:0px; top: 0px; z-index:2; }
	
.transMenu.top .items {
	border-top:none; }

/* each TR.item is one menu item */
.transMenu .item {
	color: White;
	font-size: 11px;
	text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand; }

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute; left: 0px; top: 0px; z-index:1;
	-moz-opacity: .95; filter: alpha(opacity=95);
	background-color: #243a5f !important; }

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute; z-index: 3; top: 3px; width:2px;
	-moz-opacity: .4; filter: alpha(opacity=40); }

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute; z-index: 1; left: 3px; height: 2px;
	-moz-opacity: .4; filter: alpha(opacity=40); }

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #d66a49;
	color: White; }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px; }
	
	
	

