* {
	margin: 0;
	padding: 0;
	list-style: none;
	/*border: 0 none;*/
}

img {border: 0 none;}	/* dodane */

body {
	background: #052B3B url(../img/body-bg.png) repeat-x top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	font-size: 11px;
}

#head h1 img, #newsletter h2 img, #contact h2 img, #coding img {
	behavior: url(../iepngfix.htc);
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

.image {
	width: auto;
	cursor: pointer;
}

#main {
	position: relative;
	text-align: left;
	width: 930px;
	margin: 0 auto;
	background: url(../img/top-bg.jpg) no-repeat top;
	min-height: 500px;
}

#nav {
	height: 0;
	overflow: hidden;
}

#head h1 {
	position: absolute;
	top: 91px;
	left: 136px;
}

#head input {
	border: 1px solid #395258;
	border-right: 0 none;
	width: 85px;
	background: Black;
	color: White;
	padding: 2px;
	vertical-align: middle;
	font-size: 11px;
}

#head input.image {
	width: auto;
	padding: 0;
	border: 0 none;
}

#head #search {
	position: absolute;
	left: 10px;
	top: 218px;
}

#head #form {
	position: absolute;
	left: 256px;
	top: 218px;
}

#head form h2 {
	float: left;
	padding-right: 5px;
	line-height: 13px;
	padding-top: 5px;
}

#head form p, #head form li  {
	float: left;
}

#head form li a {
	color: #9fe9f1;
	font-size: 9px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 6px 0 10px 15px;
	display: block;
}

#head form li a:hover {
	text-decoration: underline;
	color: White;
}

#basket {
	position: absolute;
	top: 151px;
	right: 0;
	width: 180px;
	color: White;
	font-size: 11px;
}

#basket b {
	color: #9fe9f1;
}

#basket li {
	float: left;
	margin-right: 1px;
}

#basket h2 {
	border-bottom: 1px solid #002F3B;
	padding-bottom: 4px;
	height: 14px;
	overflow: hidden;
}

#basket p {
	padding: 10px 0;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
}

#menu li {
	float: left;
}

#menu li a {
	height: 33px;
	display: block;
	background-image: url(../img/menu-top-bg.jpg);
}

#menu li#osklepie a {width: 91px;background-position: 0 0;}
#menu li#jakzamawiac a {width: 116px;background-position: -91px 0;}
#menu li#kosztywysylki a {width: 124px;background-position: -207px 0;}
#menu li#pomoc a {width: 76px;background-position: -331px 0;}
#menu li#kontakt a {width: 85px;background-position: -407px 0;}

#menu li#osklepie a:hover {background-position: 0 -33px;}
#menu li#jakzamawiac a:hover {background-position: -91px -33px;}
#menu li#kosztywysylki a:hover {background-position: -207px -33px;}
#menu li#pomoc a:hover {background-position: -331px -33px;}
#menu li#kontakt a:hover {background-position: -407px -33px;}

#path {
	position: absolute;
	top: 262px;
	left: 200px;
	font-size: 9px;
	color: #666;
}

#path a {
	color: #399AB2;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}

#content {
	background: White url(../img/content-bg.png) repeat-x 0 1px;
	width: 716px;
	padding: 27px 10px 10px 10px;
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: 253px;
}

#content h1 {
	color: #A79873;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	padding-bottom: 20px;
	background: url(../img/h1-bg.png) repeat-x bottom;
	font-weight: normal;
	margin: 0 25px 0 20px;
	clear: both;
}

#content select {
	border: 1px solid #CECECE;
	color: #666;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#panel {
	float: left;
	overflow: hidden;
	position: relative;
	width: 179px;
	margin: 253px 0 0 0;
	text-align:left;
}

#panel h1 {
	padding-bottom: 20px;
}

#panel h1 img {
	float: left;
}

#panel ul {
	clear: both;
	padding-bottom: 10px;
}

#panel li {
	background: url(../img/menu-li-bg.png) no-repeat;
	position: relative;
}

#panel li a {
	width: 154px;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #9FE9F1;
	display: block;
	padding-left: 25px;
	background: url(../img/menu-arrow.gif) no-repeat 11px 14px;
}

#panel li a b {
	font-weight: normal;
	color: White;
}

#panel li a:hover {
	text-decoration: underline;
	background: url(../img/menu-arrow.gif) no-repeat 7px 14px;
}

#panel ul ul {
	padding: 0;
}

#panel ul ul li {
	background: none;
}

#panel ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #002F3B;
	padding-left: 10px;
	width: 169px;
	background: url(../img/menu-arrow-down.gif) no-repeat 164px 16px;
}

#panel ul ul li a b {
	font-weight: bold;
}

#panel ul ul li a:hover {
	background: url(../img/menu-arrow-down.gif) no-repeat 164px 20px;
}

#panel form {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #39545A;
}

#panel select {
	width: 177px;
	border: 1px solid #39545A;
	background: #052B3B;
	color: White;
	font-size: 11px;
}

.item {
	width: 188px;
	height: 364px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #C5B17D;
	border-right: 1px solid #C5B17D;
	margin: 10px 12px 0 0;
	background: url(../img/item-bg.png) no-repeat right bottom;
	padding: 0 25px 0 20px;
	float: left;
}

.item div {
	position: relative;
	overflow: auto;
	height: 135px;
}

#item_mod {
	color: #399AB2;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}

.item h2 a {
	color: #399AB2;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}

.item h2 img {
	float: left;
}

.item h2 a:hover {
	text-decoration: underline;
}

.item dt {
	display: inline;
	color: #999;
}

.item dd {
	display: inline;
	color: #666;
}

.item .price {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
	height: 26px;
	overflow: hidden;
}

.item .price del {
	text-decoration: none;
	color: #666;
}

.item .price ins {
	color: #CC0000;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.item .description {
	border-top: 1px dotted #CCCCCC;
	font-size: 9px;
	color: #666;
	padding-top: 4px;
	margin-top: 4px;
}

.item .available {
	position: absolute;
	top: 25px;
	right: 0px;
}

.true {
	color: #339900;
}

.false {
	color: #CC0000;
}

.item form select {
	width: 185px;
	border: 1px solid #CECECE;
	font-size: 11px;
	color: #666;
	margin-bottom: 4px;
}

.item form {
	border-top: 1px dotted #CCCCCC;
	padding-top: 4px;
}

.item form a {
	margin-right: 1px;
}

.clear {
	width: 800px;
	clear: both;
}

#footer {
	clear: both;
	background: url(../img/footer-bg.png) repeat-x;
	position: relative;
}

#footer div {
	margin: 0 auto;
	width: 736px;
	text-align: left;
	padding-left: 265px;
	position: relative;
	overflow: hidden;
}

#footer .separate-menu {
	width: 736px;
	height: 33px;
	padding-top: 15px;
	overflow: hidden;
}

#footer .separate-menu li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #399AB2;
	position: relative;
	left: -1px;
}

#footer .separate-menu a {
	color: #399AB2;
	text-decoration: none;
}

#footer .separate-menu a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	color: #8CA8B3;
	padding: 10px 0;
}

#coding {
	float: right;
	color: #8CA8B3;
	padding: 10px 0;
	width: 235px;
}

#coding img {
	float: right;
}

#coding span {
	float: left;
}

#up {
	text-align: center;
	margin: 10px;
}

#up a {
	color: #399AB2;
	text-decoration: none;
}

#newsletter, #contact {
	width: 254px;
	height: 85px;
	border-top: 2px solid #D6C1AE;
	float: left;
	padding: 25px 0 0 100px;
}

#sidetrack {
	padding-left: 75px;
	width: 170px;
	
}

#newsletter form {
	text-align: right;
}

#newsletter {
	padding-right: 18px;
	width: 236px;
	margin-right: 7px;
	background-color: #A58368;
	background-image: url(../img/newsletter-bg.jpg);
	background-repeat: no-repeat;
}

#newsletter h2, #contact h2 {
	padding-bottom: 5px;
	height: 13px;
}

#newsletter h2 img, #contact h2 img {
	float: left;
}

#newsletter input {
	width: 234px;
	background: url(../img/newsletter-input-bg.png) no-repeat center;
	border: 1px solid #87674D;
	color: White;
	margin-bottom: 3px;
}

#newsletter .image {
	width: auto;
	border: 0 none;
	margin: 0;
}

#contact {
	background: #A58368 url(../img/contact-bg.jpg) no-repeat;
	color: White;
}

#contact p {
	float: left;
	width: 127px;
	font-size: 9px;
}

#contact a {
	font-weight: bold;
	color: #9EF2FF;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

.sites {
	color: #666;
	text-align: right;
	padding: 0 20px;
}

.sites a {
	color: #399AB2;
}

#pics {
	width: 330px;
	padding-left: 30px;
	float: left;
}

#pics li {
	float: left;
	padding: 5px 2px 0 0;
}

#pics li img {
	border: 2px solid #E9E3D3;
}

#pics p {
	font-size: 13px;
}

#info {
	width: 340px;
	float: left;
}

#info li {
	padding: 5px 0 24px 0;
	background: url(../img/h1-bg.png) repeat-x bottom;
	font-size: 13px;
	color: #666;
	position: relative;
}

#info li input {
	position: absolute;
	right: 0;
}

#info select {
	width: 200px;
}

#info ins {
	text-decoration: none;
	font-size: 28px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	_line-height: 30px;
}

#info p {
	font-size: 13px;
	color: #666;
	padding: 5px 0;
}

#info p img {
	padding-right: 1px;
}





/* dodane Marcin Dunajko */

.uwaga {
	margin-right:10px;
	color:red;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.tytul {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.tekst {
	color:#000000;
}
#tab_menu_nieaktywne {
	background: #F5F5F5;
	color: #666;
}

#tab_menu_aktywne{
	background: #F5F5F5;
}

#tab_menu_aktywne a{
	text-decoration: underline;
	color: #399AB2;
}

#tab_menu_aktywne a:hover{
	text-decoration: none;
	color: #399AB2;
}

.linkk a{
	text-decoration: none;
	color: #399AB2;

}

.linkk a:hover{
	text-decoration: underline;
	color: #399AB2;
}

.validation-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-family:Tahoma;
	font-size:11px;
}


.infoli {
	padding: 5px 0 24px 0; 
	background: url(../img/h1-bg.png) repeat-x bottom; 
	font-size: 13px; 
	color: #666; 
	position: relative;
}

.infoins {
	text-decoration: none;
	font-size: 28px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*line-height: 10px;*/
	/*_line-height: 30px;*/
}

.infop {
	font-size: 13px;
	color: #666;
	padding: 5px 0;
}

#wazne_info {
	padding-top: 10px;
	color: #ff0000;
	font-size: 12px;
}

#wazne_info2 {
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
}
