/* -- 1. Zerowanie ustawien -- */

body, div, img,
form, fieldset, legend, input,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
address, abbr, acronym,
table, tr, td, th, label {
	padding: 0;
	margin: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

img,
fieldset,
abbr, acronym,
table {
	border: none;
}

#languageBox {
	text-align: right;
	margin-right: 0px;
}

#languageBox a {
	border: 0;
}

address, abbr,
h1, h2, h3, h4, h5, h6, a {
	font-style: normal;
	text-decoration: none;
}

/*ul, ol {
	list-style: none;
}



/* -- 2. Podstawy -- */

body {
	font: normal 100% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #333;
  
	background: #fff;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	color: #000;
}

h2 {
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4a4a4a;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}

h2 span {
	background: #eaeaea;
	padding: 0.25em;
}

h3 {
	font: normal 1.13em palatino, georgia, serif;
	line-height: 1.11em;
	margin-top: 1.11em;
}

legend {
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4a4a4a;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	padding-bottom: 1em;
	line-height: 1.25em;
}

p {
	font-size: 0.88em;
	text-align: left;
	line-height: 1.43em;
	margin-bottom: 1.43em;
}

li {
	margin-left: 1.43em;
	font-size: 0.88em;
	line-height: 1.43em;
}

a {
	color: #ED2B7D;
	border-bottom: 1px dotted #999;
}
	a:visited {
		color: #ED2B7D;
	}
	a:hover {
		color: #ED2B7D;
		/*border-bottom: 1px solid #ED2B7D;*/
	}


a.galeria, a.galeria:visited { color: #DDDDDD; }
a.galeria:hover { color: #333; }


input {
	font-size: 0.81em;
}



/* -- 3. Uklad -- */

div#kontener {
	width: 100%;
}

div#naglowek {
	width: 100%;
	/*background: #333;*/
	border-bottom: 0.31em solid #dddddd;
	margin-bottom: 1.88em;
}

#naglowek .pojemnik {
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 80px;
}

#tresc {
	width: 920px;
	margin: 0 auto;
}

#recenzje #tresc, #wyniki #tresc, #prywatnosc #tresc {
	width: 660px;
}

#artysci #tresc, #zachety #tresc {
	width: 910px;
}

#kontakt #tresc {
	width: 620px;
}

#tresc-kol1, #tresc-kol2 {
	width: 270px;
	margin-right: 25px;
	padding-right: 24px;
	float: left;
	border-right: 1px solid #eaeaea;
}

#tresc-kol3 {
	width: 270px;
	float: left;
}

#artysci #tresc-duza #tresc-kol1, #artysci #tresc-duza #tresc-kol2 {
	border-right: none;
}

#tresc-lewa {
	width: 580px;
	float: left;
}

#tresc-lewa2 {
	width: 280px;
	float: left;
}

#kontakt #tresc-lewa {
	width: 280px;
}

#tresc-prawa {
	width: 280px;
	float: right;
	border-left: 1px solid #eaeaea;
	padding-left: 30px;
}

#tresc-prawa2 {
	width: 570px;
	float: right;
}

#kontakt #tresc-prawa {
	width: 280px;
}

#tresc-duza {
	clear: both;
	width: 100%;
    height: 100%;
    overflow: hidden;
}

#stopka {
	width: 100%;
	clear: both;
	float: left;
	border-top: 0.31em solid #eaeaea;
	background: #333;
	color: #999;
	margin-top: 2.5em;
}

#stopka .pojemnik {
	width: 920px;
	margin: 0 auto;
}



/* -- 4. . Logo -- */

img#logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
}



/* -- 4. . Menu -- */

#menu {
	float: left;
	font-size: 0.93em;
	line-height: 1.54em;
	position: absolute;
	left: 320px;
	bottom: 0;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a {
	color: #666666;
	display: block;
	padding: 1em 1em 0.75em 1em;
	border-bottom: 0.38em solid #ffffff;
	background: none;
}
	#menu li a:hover {
		border-bottom-color: #ED2B7D;
		background: none;
		color: #000000;
	}


#menu li ul {
	position: absolute;
	margin-left: -0.38em;
	display: none;
	float: none;
	background: #FFFFFF;
	z-index: 100;
	border-bottom: 0.38em solid #DDDDDD;
	border-left: 0.38em solid #DDDDDD;
	border-right: 0.38em solid #DDDDDD;
	list-style: none;
}

#menu li ul li {
	float: none;
	font-size: 0.92em;
	border-bottom: 1px dotted #DDDDDD;
}
	#menu li ul li:last-child {
		border-bottom: none;
	}

#menu li ul a {
	display: block;
	width: 15.83em;
	border-bottom: none;
	border-left: 0.42em solid #DDDDDD;
	padding: 0.5em 1em 0.5em 1em;
}
	#menu li ul a:hover {
		border-left-color: #ED2B7D;
	}
	#menu li ul span {
		color: #DDDDDD;
	}



/* -- 4. . Szukaj -- */

#szukaj {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #eaeaea;
	padding: 0.31em 0.31em 0 0.31em;
}

#szukaj .i-text {
	border: 1px solid #bbb;
	background: #fff url(../grafika/szukaj-lupa.gif) no-repeat 0.15em 50%;
	display: block;
	width: 120px;
	padding: 0.15em 0.15em 0.15em 1.15em;
	color: #333;
}

#szukaj .i-submit {
	display: none;
}

#szukaj legend,
#szukaj label {
	display: none;
}



/* -- 4. . Jezyk -- */

a#jezyk {
	display: block;
	text-indent: -500em;
	overflow: hidden;
	width: 22px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.63em 0.31em 0.31em 0.31em;
	background: #4a4a4a url(../grafika/jezyk-uk.gif) no-repeat 0.31em 0.63em;
	border-bottom: none;
}
	a#jezyk:hover {
		background-color: #ED2B7D;
	}



/* -- 4. . Praca tygodnia -- */

#praca-tygodnia {
	border: 1px solid #eaeaea;
	padding: 9px;
	margin: 0 auto;
	width: 560px!important;
}
#praca-tygodnia dt { display: block; text-align: center; }
#praca-tygodnia dt img { margin: 0 auto; }
#praca-tygodnia dd { display: block; text-align: left; }

dl#praca-tygodnia-dodatk dd{
    border: 1px solid #eaeaea;
	margin: 0 auto;
    margin: 0 auto;
    /*width: 515px;*/
    width: 538px;
    margin-top: 10px;
    padding: 20px;
    
}

#praca-tygodnia dt {
	margin-bottom: 10px;
}

#praca-tygodnia dt a {
	border-bottom: none;
	background: none;
}

#praca-tygodnia dd {
	color: #666;
	font-size: 0.88em;
	line-height: 1.43em;
	margin: 0 auto;
}

#praca-tygodnia dd span.opis {
	display: block;
	font-size: 0.79em;
	line-height: 0.91em;
}



/* -- 4. . Konto -- */

#konto, #newsletter, #register {
	width: 260px;
	padding: 10px;
	border: solid 1px #eaeaea;
	margin-bottom: 1em;
}

form#register {
    margin: auto;
}

#konto p {
	font-size: 0.86em;
	margin: 1em 0 0 0;
	color: #666;
	padding: 0.25em;
	border-top: 1px solid #bbb;
}

#konto div input, #newsletter div input, #register div input{
	display: block;
	background: #fff;
	border: 1px solid #bbb;
	width: 170px;
	padding: 0.15em;
	float: left;
}

#konto div label, #newsletter div label, #register div label{
	font-size: 0.75em;
	display: block;
	overflow: hidden;
	width: 70px;
	margin-right: 10px;
	float: left;
	text-align: left;
	cursor: pointer;
}

#konto div, #newsletter div, #register div {
	clear: both;
	overflow: hidden;
	margin-bottom: 0.5em;
}

input.f-submit, #newsletter input.f-submit, #register input.f-submit {
	margin-left: 80px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  font-weight: bold;
}



/* -- 4. . Aktualnosci -- */

.news {
	margin-bottom: 2.0em;
}
	.news:last-child {
		margin-bottom: 0;
	}

.news .data, #recenzje .data {
	color: #999;
	font-style: italic;
	font-size: 0.71em;
	line-height: 1em;
	padding-left: 1.67em;
	background: transparent url(../grafika/news-data.gif) no-repeat 0.33em 50%;
	margin: 0;
}

.news .tresc {
	margin-top: 0.71em;
}

.news .linkwiecej {
    /*margin-top: -1.4em*/
}




/* -- 4. . Recenzje, Wyniki -- */

#recenzje .data, #wyniki .data {
	color: #999;
	font-style: italic;
	font-size: 0.71em;
	line-height: 1em;
	padding-left: 1.67em;
	background: transparent url(../grafika/news-data.gif) no-repeat 0.33em 50%;
	margin-bottom: 1em;
}



/* -- 4. . Artysci, Zachety -- */

#artysci #tresc ul li {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0.5em;
	
	font-size: 0.86em;
	line-height: 1.67em;
}

#artysci #tresc.listowanie h3{
     color: #ED2B7D;
     font-size: 0.86em;
}


#artysci #tresc ul li a{
    color: #000000;
    text-decoration: none; 
    border: none;
}

#zachety #tresc ul li {
	text-align: center;
	margin-bottom: 2em;
}

#zachety #tresc ul li a span {
	color: #666;
}


#zachety #tresc-duza ul li {
	text-align: left;
	margin-bottom: 0;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	color: #999;
	font-size: 0.86em;
	line-height: 1.67em;
}

#zachety #tresc ul li img, #artysci #tresc-duza ul li img {
	display: block;
	width: 250px;
	padding: 9px;
	border: 1px solid #eaeaea;
}

ul#produkt_obrazy {
    padding-top: 40px;
}


ul#produkt_obrazy li{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}


div.obraz {
     float: left;
     clear: left;
	 margin-bottom: 5px;
}

div.obraz a {
	border: 0;
	margin-top: 10px;
}

div.obraz a img{
	padding: 9px;
	border: 1px solid #eaeaea;
}

#tresc-duza ul li{
    overflow: hidden;
    height: 100%;
}

div.obrazOpis{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    height: 100%;
    overflow: hidden;
}

div.obrazOpis dl{
    width: 550px;
    height: 100%;
    overflow: hidden;
}

div.obrazOpis dl dt{
    font-weight: bold;
    float: left;
    margin-right: 10px;
    ;
}

div.obrazOpis dl dd {
   
    margin-right: 10px;
    clear: right;
}

ul.search {
    width: 620px;
    margin: auto;
}

ul.search div.obrazOpis dl{
    width: 300px;
}


#artysci #tresc-duza ul li {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#tresc-lewa2 img {
	border: 1px solid #eaeaea;
	padding: 9px;
	width: 260px;
	margin-bottom: 2em;
}

#tresc-prawa2 h3 {
	margin-top: 0;
}

#za-wyszukaj {
	padding: 10px;
	background: #eaeaea;
	margin-bottom: 2em;
}

#za-wyszukaj div input, #za-wyszukaj div select {
	display: block;
	background: #fff;
	border: 1px solid #bbb;
	width: 170px;
	padding: 0.15em;
	float: left;
	margin: 0 30px 0 10px;
}

#za-wyszukaj div label {
	font-size: 0.75em;
	display: block;
	overflow: hidden;
	float: left;
}



/* -- 4. . Kontakt -- */

#kontaktformularz {
	width: 260px;
	padding: 10px;
	/*background: #eaeaea;*/
    border: solid 1px #eaeaea;
}

#kontaktformularz div input,#kontaktformularz div textarea {
	display: block;
	background: #fff;
	border: 1px solid #bbb;
	width: 150px;
	padding: 0.15em;
	float: left;
}

#kontaktformularz div label {
	font-size: 0.75em;
	display: block;
	overflow: hidden;
	width: 90px;
	margin-right: 10px;
	float: left;
	text-align: left;
	cursor: pointer;
}

#kontaktformularz div {
	clear: both;
	overflow: hidden;
	margin-bottom: 0.5em;
}

#kontaktformularz input.f-submit {
	margin-left: 100px;
}



/* -- 4. . Stopka -- */

div#pojemnik {
    height: 100%;
    overflow: hidden;
}

#stopka ul {
	float: left;
    text-align: justify
}

#stopka li {
	float: left;
	font-size: 0.86em;
	line-height: 1.67em;
}

#stopka li a {
	color: #fff;
	display: block;
	padding: 0.5em 1em 1em 1em;
	border-top: 0.42em solid #333;
	background: none;
	border-bottom: none;
}
	#stopka li a:hover {
		border-top-color: #ED2B7D;
		background: none;
		color: #ccc;
	}

#stopka address {
	display: block;
	float: right;
	margin: 1em 0;
	font-size: 0.75em;
	line-height: 1.67em;
    text-align: justify
}

div#znakiczasu {
    font-size: 0.75em;
    /*margin-top: 7px;*/
    margin-top: 0px;
    margin-bottom: 7px;
    float: left;
    /*width: 500px;*/
    width: 580px;
    height: 100%;
    overflow: hidden;
    color: #FFFFFF;
}

div#znakiczasu img{
    float: left;
    margin-right: 10px;
}

#stopka a {
	color: #fff;
	background: none;
	border-bottom: none;
}
	#stopka a:hover {
		color: #ED2B7D;
	}
    
    
/*  wyszukiwarka */
div#wyszukiwarka_easy, div#wyszukiwarka_complex {
    /*background-color: #eaeaea;*/
    width: 500px;
    padding: 20px 20px 5px 20px;
	border: 1px solid #eaeaea;
}

div#wyszukiwarka_easy label, div#wyszukiwarka_complex label {
    float: left;
    width: 170px;
}

div#wyszukiwarka_easy div, div#wyszukiwarka_complex div {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    height: 100%;
}

div#wyszukiwarka_easy input, div#wyszukiwarka_complex input, div#wyszukiwarka_easy select, div#wyszukiwarka_complex select {
    float: left;
    width: 234px;
}

div#wyszukiwarka_complex input.checkbox {
	height: 18px;
	width: 18px;
}

div#wyszukiwarka_complex input.twins {
    width: 80px;
    margin-right: 10px;
}

div#wyszukiwarka_complex span {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

div#wyszukiwarka_complex input.submit, div#wyszukiwarka_easy input.submit {
    width: 90px;
}

div#wyszukiwarka {
    padding: 0;
}

div#wyszukiwarka ol{
   overflow: hidden;
   height: 100%;     
   margin: 0;
   padding: 0;
   list-style-type: none;
}

div#wyszukiwarka ol li {
   margin: 0;
   padding: 5px 5px 5px 5px;
   float: left;
}

div#wyszukiwarka ol li a{
    display: block;
    border: none;
    color: #000000;
    font-weight: bold;
    padding-right: 0.7em;
}

div#wyszukiwarka ol li.selected{
    /*background-color: #eaeaea !important;*/
	border: 1px solid #eaeaea !important;
	border-bottom: 1px solid white !important;
    color: #FFFFFF;
}

div#wyszukiwarka ol li a:hover{
    color: #ED2B7D;
}

p ul, p ol, span ul, span ol {
	list-style: circle;
}

ul.search{
	list-style: none;
}

img.imgLeft { float: left; margin: 0 10px 10px 0; }

