﻿* html * {
	zoom:100%; 
	}

.growleft:hover {float: left;}
a.growleft:hover img {height: 200px;  border: 1px solid black;}
.grow:hover {}
a.grow:hover img {height: 200px;}

* {
margin:0;
padding:0;
}

#main_wrapper {
min-width:800px;
float:center;
text-align:left; /* resets the centering hack for IE6 on the body tag 
max-width:1366px;
*/
}
	

#header {
margin-left:220px;
background-color:#eee;
text-align: center;
}

#header_inner img {border: 0;}

#header_inner {
margin-left:220px;
padding:0px;
text-align: center;
background-color:#eee;
margin-left:auto;
margin-right:auto; 
}
	
 
/* _item odnosi sie do nowego stylu item.phtml*/

#header_item {
background-color:#eee;
text-align: center;
}

#header_inner_item img {border: 0;}

#header_inner_item {
padding:0px;
text-align: center;
background-color:#eee;
margin-left:auto;
margin-right:auto; 
}
	

#nav_item {
width:80px;
position:absolute; top:0px; left:10px;
/*position:relative; top:	60px; left:10px;*/
background:#eee;
}

#nav_inner_item {padding:0 5px 5px 5px;
background:#eee;
}
	
#content_item {
/*background-color:#FFAED7;*/
}

#content_inner_item { 
padding:0px; 
text-align:center;
}
	
#footer_inn_item {
font-size: 10px;
font-family: arial, helvetica, sans-serif;
margin: 0em;
padding: 0em;
text-align: center;
margin-left:auto;
margin-right:auto; 
}

#footer_inn_item a {
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
margin: 0em;
padding: 0em;
text-align: center;
margin-left:auto;
margin-right:auto; 
}

#footer_inn_item th {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
margin: 0em;
padding: 0em;
text-align: center;
margin-left:auto;
margin-right:auto; 
}

#footer_inn_item p {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
}

#header_inner_item, #content_inner_item {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

/* koniec _item odnosi sie do nowego stylu item.phtml*/
 
 
#nav {
width:220px;
position:absolute; top:0px; left:10px;
/*position:relative; top:	60px; left:10px;*/
background:#eee;
}

#nav_inner {padding:0 5px 5px 5px;
background:#eee;
}

#nav a {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
color: black;
font-weight: bold;
text-decoration: none; }

	
#nav a:hover {
color:gray;
text-decoration: none;
}	

#nav p {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.5; 
margin-bottom: 5px;
text-align: left}

#nav ul a {
text-align: left;
}

#nav li {
text-decoration: none;}

#main {
margin-top: 50px;
margin-left:100px;
}

#content {
/*background-color:#FFAED7;*/
margin-left:220px;
}

#content_inner { 
padding:10px; 
text-align:center;
}
	
	#content-index {
/*background-color:#FFAED7;*/
margin-left:220px;
}

#content_inner-index { 
padding:10px; 
text-align:center;
}

#footer {
clear:both; /* makes the footer sit below whichever column is longest */
margin-left:220px;}

#footer_inn {
margin-left:220px;font-size: 12px;
font-family: arial, helvetica, sans-serif;
margin: 0em;
padding: 0em;
text-align: center;
}

#footer_inn th {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
fontmargin: 0em;
padding: 0em;
text-align: center;
}

#footer_inn a {
text-decoration: none;
}

#footer_inn p {
font-size: 12px;
fontmargin: 0em;
padding: 0em;
font-family: arial, helvetica, sans-serif;
}

	
#header_inner, #nav_inner, #content_inner, #promo_inner {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
	
body. p.label {
background-color:gray;
text-align: center}	

	
body {
text-align:center; /* IE6 needs this to center the layout in the browser window;*/
font-size: .9em;
font-family: arial, helvetica, sans-serif;
background-color:#eee;
border; solid;
}

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */


/*MENU manumaker.css*/

#cssmenu {
s  position: absolute;
  height: 44px;
  background: #2b2f3a;
  width: 100%;
  box-sizing: content-box;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  width: 100%;
  z-index: 500;
  font-size: 0;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #7a8189;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 130px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
    display: block;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
    box-sizing: content-box;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
    box-sizing: content-box;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
 /* MENU*/

a {
font-size: 12px;
font-family: helvetica, sans-serif;
color:BLACK;
text-decoration: none;
}

a:hover {
color:gray;
}	

a:link img, a:visited img {border-color: #000;}
a:hover img {border-color: #ccc;}
  
p.label {
background-color:gray;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
text-align: center;
color:#FFF;
letter-spacing: 2px;
text-indent: 5px;
margin: 5px 0 0 0;
}
	
p.label_gray {
background-color:gray;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
text-align: center;
color:#FFF;
letter-spacing: 2px;
text-indent: 5px;
margin: 5px 0 0 0;
}

.content {
width: 600px;
font-size: 13px;
font-family: tahoma, helvetica, sans-serif;
margin-left:auto;
margin-right:auto; 
line-height: 1.5; 
margin-top: 10px;
margin-bottom: 10px;
}

p.content {
width: 700px;
font-size: 13px;
font-family: helvetica, sans-serif;
margin-left:auto;
margin-right:auto; 
line-height: 1.5; 
text-align: justify;
margin-top: 20px;
margin-bottom: 20px;
}

p.content a {
font-family: helvetica, sans-serif;
font-size: 13px;
}
	
p.title {	
width: 600px;
font-weight: bold;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
margin-left:auto;
margin-right:auto; 
text-indent: 5px;
line-height: 1.5; 
color:#933;
}

p.baner {
width: 600px;
font-size: 12px;
font-family: georgia, serif;
text-indent: 5px;
margin:  10px 0 0 0;
margin-left:auto;
margin-right:auto; 
line-height: 1.5; 
padding:.5em;
text-align: justify;
}

h1 {
font-size:18px;
font-family: helvetica, sans-serif;
font-weight:NORMAL;
line-height:1.5;
letter-spacing: .1em;
padding:.3em;	
color: gray;
text-decoration: none;}

h1 a:link {
color: gray;
font-size:18px;
text-decoration: none;
}

h3 {
font-size:11px;
line-height:1.25;
letter-spacing: .2em;
padding:.2em;	
}

h2  {
font-weight: normal;
font-size:13px;
color: gray;
padding:1px;
letter-spacing: .2px;
text-decoration: none;}
	
h2 a {
font-weight: normal;
text-decoration: none;
font-family: tahoma, sans-serif;
font-size:14px;
}

h6 {
font-size: 12px;
font-weight:normal;
color:gray;}
	
h5 {
font-size: 12px;
font-weight:normal;
}

h4 {
font-size: 10px;
font-weight:bold;
}
	
ol, dl, blockquote, cite {
color:#808073;
}

.content li  {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif; 
text-align:left;
}

li  {
line-height: 1.5; 
font-size: 12px;
font-family: Arial, Helvetica, sans-serif; 
color: black;
 margin:0;
 padding:0;}

img {
border: 1px solid black;
}

.t_exhibit {
border-collapse: collapse;
margin: 0;
margin-left:auto;
margin-right:auto; 
}

.t_exhibit th	{
font-weight:normal;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
vertical-align: top;
padding: .5em;
}

.t_main {
width: 700px;
border-collapse: collapse;
margin: 0;
/*border-bottom:1px solid gray;*/
margin-left:auto;
margin-right:auto; 
font-family: helvetica, sans-serif; 
font-size: 16px;
color: black;
font-weight: normal;
text-decoration: none;
}

.t_main th	{
font-weight:normal;
font-family: Helvetica, sans-serif; 
font-size: 11px;
vertical-align: top;
text-decoration: none;
padding: .5em;
}

.t_main h2	{
font-weight:normal;
font-family: Helvetica, sans-serif; 
font-size: 16px;
vertical-align: top;
text-decoration: none;
padding: .5em;
}
.t_main a {
font-family: helvetica, sans-serif; 
font-size: 16px;
color: black;
font-weight: normal;
text-decoration: none;
}

.t_main a:hover {
color:#818181;
}	


.t_gallery {
border-collapse: collapse;
margin: 0;
border-bottom:1px solid gray;
margin-left:auto;
margin-right:auto; 
width: 600px;}

.t_gallery th	{
font-weight:normal;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
vertical-align: top;
text-decoration: none;
width: 140px;
padding: .5em;
}

t_poster td.fill {
width:9999em;
text-align: center}

.t_poster {
margin: .5em;
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
line-height: 1.5; 
width: 800px;
/*width: auto;
width: 800px;*/
margin-left:auto;
margin-right:auto; 
}

.t_poster th	{
vertical-align: top;
text-align: left;
}

.t_poster td	{
line-height: 1.8; 
font-size: 10px;
text-align: left;
vertical-align: top;
padding: 1em;
margin-left:auto;
margin-right:auto; 
}

img.t_poster {
border: 5px;
text-align: center}


a:hover {
    color: gray;
}


.t_menu a{
font-family: helvetica, sans-serif; 
font-size: 20px;
color: black;
font-weight: normal;
text-decoration: none;
padding: 0em 0em 0em 0em;
vertical-align: top;
}

.t_menu th {
font-family: helvetica, sans-serif; 
font-size: 16px;
padding: 1em 0em 1em 0em;
}

.t_menu_top {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
border-collapse: collapse;
margin: 0em;
border-bottom:1px solid #000;
margin-left:auto;
margin-right:auto;
}

.t_menu_top a {
text-decoration: underline;
}
.t_menu_top th {
padding: 0em .7em;
}

.t_menu_bottom {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
border-collapse: collapse;
margin-left:auto;
margin-right:auto;
}

.t_menu_bottom a {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
color: black;
}

.t_menu_bottom th { padding: 0 3px;}
 
#nav ul, #nav dl, #nav ol #nav li {
list-style-position: inside;

}
	
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
content: Ä‚â€žĂ˘â‚¬ĹˇÄ‚ËĂ˘â€šÂ¬ÄąÄľÄ‚â€žĂ„â€¦Ä‚â€žĂ˘â‚¬Â¦Ă„â€šĂ˘â‚¬ĹľÄ‚â€žĂ˘â‚¬Â¦Ă„â€šĂ˘â‚¬ĹľÄ‚â€ąÄąÄ„Ä‚â€žĂ˘â‚¬ĹˇÄ‚ËĂ˘â€šÂ¬Ă„â€¦Ä‚â€žĂ„â€¦Ä‚â€žĂ˘â‚¬Ĺľ.Ä‚â€žĂ˘â‚¬ĹˇÄ‚ËĂ˘â€šÂ¬ÄąÄľÄ‚â€žĂ„â€¦Ä‚â€žĂ˘â‚¬Â¦Ă„â€šĂ˘â‚¬ĹľÄ‚â€žĂ˘â‚¬Â¦Ă„â€šĂ˘â‚¬ĹľÄ‚â€ąÄąÄ„Ä‚â€žĂ˘â‚¬ĹˇÄ‚ËĂ˘â€šÂ¬Ă„â€¦Ä‚â€žĂ„â€¦Ä‚â€žĂ˘â‚¬Ĺľ;
display: block; 
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

.shipping {
font-family: arial, helvetica, sans-serif; 
font-size:12px;
border:0px;
border-spacing: 0pt;
}	

.shipping td	{
border:1px solid #gray;
}

.shipping caption {
caption-side:top; 
width: auto;
text-align: left;
font-family: arial, helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;	
}	
		 
.shipping_info {
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
border:0px;
border-spacing: 0pt;
margin: 0 25px 0 25px;
}	

.shipping_info td	{
border:1px solid #gray;
padding: 2px;
}

.shipping_info caption {
caption-side:top; 
width: auto;
text-align: center;
font-family: arial, helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;	
}	

input, select, textarea {
font-family:  Arial, Helvetica, sans-serif;
font-size:  12px;
border: 1px outset gray;
   background-color: #EFEFEF;
}

.form_mail {width: 400px; margin: 5px auto 5px auto; text-align: left; font-family: arial, helvetica, sans-serif; 
font-size: 12px;
border: 1px outset gray;
   background-color: #EFEFEF;
}

/* koszyk */

#formCurrency {width: 550px; margin: 5px auto 5px auto; text-align: left;
}

table#shoppingCart {margin: 20px auto;}
#shoppingCart th, #shoppingCart td {padding: 15px 5px; border-bottom: 1px solid #808080;}
#shoppingCart td.title {width: 300px;}
#shoppingCart td.count {padding: 10px;}
#shoppingCart td.remove {padding: 10px;}
#shoppingCart h3 {font-size:14px; letter-spacing:0.1em; line-height:1.25; padding:0.1em;}	
#shoppingCart input.count {font-size:8pt; padding:1px; text-align:center; width:30px;}	
#shoppingCart tr.sum td {border-bottom: 0px;}
#shoppingCart tr.sum td.sum-name {}
#shoppingCart tr.sum td.sum-price {font-weight: bold;}
#shoppingCart tr.hover {background-color: #E1E0D8;}

#shoppingCart h3.pl {font-size:14px; color:#933;}
#shoppingCart h3.en {font-size:14px; margin-bottom: 5px; color:#933;}
#shoppingCart h3.pl a {font-size:12px; color:#933; text-decoration: none;}
#shoppingCart h3.en a {font-size:12px; margin-bottom: 5px; color:#933; text-decoration: none;}
#shoppingCart h5 {font-size:11px;}

#changeCurrency {float: left; margin-top: 5px;}
#saveChanges {text-align:right; width: 550px; margin: 5px auto;}
#saveChanges input {padding: 2px 3px;}
#placeAnOrder {margin: 10px 0px 20px 0px;}
#placeAnOrder input {padding: 2px 3px;}
select.currency {padding: 2px;}

#addToShoppingCart {position: relative; left: -70px; margin-top: 30px; display: block; padding: 2px 3px;}

/* skladanie zamowienia */
#plOrder {margin: 20px auto; width: 600px;}
#plOrder th, #plOrder td {padding: 15px 5px; border-bottom: 1px solid #808080;}
#plOrder th {width: 150px; text-align: right; padding-top: 18px; padding-right: 25px; vertical-align: top;}
#plOrder td {text-align: left;}
#plOrder input {width: 300px; padding: 3px; border: 1px solid #808080; background-color: #FFFFFF;}
#plOrder select {width: 300px; padding: 3px; border: 1px solid #808080; background-color: #FFFFFF;}
#plOrder textarea {width: 300px; height: 60px;  padding: 3px; border: 1px solid #808080; background-color: #FFFFFF;}
#plOrder input.error {border: 1px solid red;}
#plOrder select.error {border: 1px solid red;}
#plOrder .errors {color: red; font-weight: bold; font-size: 10pt;}

/* wyslane zamowienie */
#shoppingCartMsg {font-size: 16pt; margin: 120px 40px;}
#shoppingCartMsg .continue {font-size: 12pt; margin-top: 40px;}
#shoppingCartMsg .continue input {padding: 2px 3px;}

#shoppingCartBox .more {text-align: center; padding: 10px 5px 5px 5px;}
#shoppingCartBox .more a {color: #000;}
#shoppingCartBox .more a:hover {color: #555;}

/* formularz szukaj*/
#searchForm table {margin: 10px left;}
#searchForm th, #searchForm td {padding: 5px;}
#searchForm th {text-align:right;}
#searchForm td {text-align:left;}
#searchForm select {width: 220px;}
#searchForm .text {width: 220px;}

/*index szukaj*/
#searchIndex {margin: 20px auto; width: 800px;}
#searchIndex th, #searchIndex td {padding: 5px 5px;}
#searchIndex th {width: 150px; padding-top: 18px; padding-right: 25px; vertical-align: top;}
#searchIndex td {vertical-align:top;}	
#searchIndex td.hover {background-color: #E1E0D8; cursor:pointer;}
#searchIndex h3.pl a {font-size:12px; text-decoration: none; color:black; letter-spacing: 0em;
padding:0em;	
}
#searchIndex h3.en a {font-size:12px; margin-bottom: 5px; color:black;  text-decoration: none; letter-spacing: 0em;
padding:0em;	
}

/* stronnicowanie */

dl.listPages {height: 31px; margin: 5px; padding: 5px; text-align: center; font-face: arial; font-size: 20px; color: black;line-height: 20pt;}
.listPages dt {margin: 0px; padding: 0px 3px; display: inline;}
.listPages dd {margin: 20px; padding: 5px 5px; display: inline;}
.listPages dd a	{padding: 2px 8px; font-face: arial; font-size: 20px; text-decoration: none; border: 1px solid grey; background-color: #EEE; -moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; color: #555;
	font-weight: bold; margin: 2px;}
.listPages dd a:hover	{border: 5px solid grey; background-color: #FFF; margin: 0px;}
.listPages dd.actual a	{border: 2px solid grey; background-color: #FFF}
.listPages dd.actual a:hover	{border: 2px solid grey; background-color: grey; margin: 2px;}

#posterInfo	{
	font-family: helvetica, sans-serif; 
}


#posterInfo table {
}

#posterInfo th	{
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px 0px;
	font-weight: normal;
}

#posterInfo td	{
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	
}

