a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */
/*
ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}
*/
/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}


input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}
/* Debug stylesheets */
td.debugheader
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre.debugtransaction
{
	background-color : #f8f6d8;
}

td.timingpoint1
{
	background-color : #ffffff;
	border-top : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.timingpoint2
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.comment /* Class to be used during development for quick comments that someone should notice easily */
{
    background-color: #ffff00;
    font-weight: bold;
    padding: 4px;
    margin: 4px;
    border: 2px dashed;
    display: block; /* Set this attribute to "none" to hide the comments */
}

/* eZSetup stuff */
td.ezsetup_header
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.ezsetup_req
{
	font-size : 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ezsetup_critical
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #FF0000;
}

.ezsetup_uncritical
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	/*color: #E8E800;*/
	color: #E2A31D;
}

.ezsetup_pass
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #00B500;
}

div.debug-toolbar label
{
    font-weight: normal;
}

/* used templates statistics */
td.used_templates_stats1
{
	background-color : #ffffff;
	border-top : 1px solid #444488;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.used_templates_stats2
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



body { margin:0; padding:0; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px;
      background-color:#fdfdfd; text-align:center; color:#000; 
      background-image: url(images/tlo_ramy2.jpg);
      background-repeat: repeat-y;
      background-attachment: fixed;
      background-position: center; 
}
/*      
a:link {color: #260DA3; text-decoration:none;} 
a:visited {color: #260DA3; text-decoration:none;}
a:hover {color: #352A6C; text-decoration:underline;}
*/
a:link {color: #015BBC; text-decoration:none;} 
a:visited {color: #0062ba; text-decoration:none;}
a:hover {color: #0062ba; text-decoration:underline; }

#cialo a:hover{
	background-color: #FBFCD6;	
}
img a:hover{
	background:none;
}


#rama {width:932px; margin:auto; position:relative; }
#kontener {text-align:left; padding:0 16px 0px 16px;} 
 
#naglowek {height:100px; border-bottom:1px solid #0062ba;}
#naglowek #sekcja_logo {position:absolute; left:52px; top:27px; height:46px; width:169px;}
#naglowek #sekcja_logo img {border:none;}
#naglowek #slogan {position:absolute; left:267px; top:30px; width:230px;}
#naglowek #slogan h2 { font-size:12px;  font-family:"Times New Roman"; padding:0; margin:0; 
                     font-weight:normal; line-height:14px;}
		      
#sciezka { height:26px; padding-left:7px;}
#sciezka p {margin:0; padding:7px 0 0 0; color:#015BBC;}

#panel_gl {height:190px; background: url(images/tlo_panel_gl.jpg)   repeat-y;   }
#panel_gl #animacja {position:absolute; left:193px; top:127px; border-bottom: solid #0168AD 3px; width:669px; height:187px; background: url(images/tlo_animacji.jpg) 0 0 repeat-x;}

#menu_glowne { position:absolute; top:127px; left:70px; }
#menu_glowne ul {list-style:none; margin:0; padding:0;}
#menu_glowne li { padding-bottom:2px; }
#menu_glowne a {text-decoration:none; display:block; color:white; width:118px; height:22px; line-height:22px; padding-left:5px; background: url(images/menu_tlo1.jpg) 0 0 no-repeat;}
#menu_glowne a:hover {color: #0062ba; padding-left:5px; background: url(images/menu_tlo2.jpg) 0 0 no-repeat;}
#menu_glowne li.selected a {color: #0062ba; background: url(images/menu_tlo2.jpg) 0 0 no-repeat;}
		     
#podmenu {height:25px; margin:5px 54px 5px 177px; background: url(images/tlo_podmenu.jpg) 0 0 repeat-x;}
#podmenu ul {padding:0; margin:0; list-style:none;}
#podmenu li {display:inline;}
#podmenu a { float:left; text-decoration:none; color:white; padding:0px 15px; line-height:25px; }
#podmenu a:hover {background: url(images/podmenu_tlo.jpg) 0 0 repeat-x; color: #0062ba;}
#podmenu li.selected a {background: url(images/podmenu_tlo.jpg) 0 0 repeat-x; color: #0062ba; }

.menu_wew {position:absolute; top:430px; left:50px;}
.menu_wew ul {list-style:none; margin:0; padding:0;}
.menu_wew li {text-align:center; padding-bottom:2px; }
.menu_wew a {text-decoration:none; display:block; color:white; 
             background: url(images/menu_tlo1.jpg) 0 0 repeat-x;  width:118px; padding:4px 0;
	      background-color:#045bba;  }
.menu_wew a:link {text-decoration:none; display:block; color:white; 
                  background: url(images/menu_tlo1.jpg) 0 0 repeat-x; 
		  background-color:#045bba;}
.menu_wew a:visited {text-decoration:none; display:block; color:white; 
                     background: url(images/menu_tlo1.jpg) 0 0 repeat-x; 
		     background-color:#045bba;}
.menu_wew a:hover {background: url(images/menu_tlo2.jpg) 0 0 repeat-x; color: #0062ba;
                   background-color:#fbb104;}
.menu_wew li.selected a {text-decoration:none; display:block; color: #0062ba; 
             background: url(images/menu_tlo2.jpg) 0 0 repeat-x;  width:118px; padding:4px 0;
	      background-color:#fbb104;}
.menu_wew li.selected a:link {text-decoration:none; display:block; color: #0062ba; 
             background: url(images/menu_tlo2.jpg) 0 0 repeat-x;  width:118px; padding:4px 0;
	      background-color:#fbb104;}
.menu_wew li.selected a:visited {text-decoration:none; display:block; color: #0062ba; 
             background: url(images/menu_tlo2.jpg) 0 0 repeat-x;  width:118px; padding:4px 0;
	      background-color:#fbb104;}
.menu_wew li.selected a:hover {background: url(images/menu_tlo2.jpg) 0 0 repeat-x; color: #0062ba;
                   background-color:#fbb104;}


			    

#cialo {margin:15px 54px 90px 7px;
padding-left:45px;
padding-bottom:15px;}
#cialo .class-article p {width:400px; text-align:justify; line-height:20px;font-size:12px;}  
#cialo table.renderedtable p {width:auto;}
#cialo table.tableRed p {width:auto;}
#cialo .class-folder p {width:400px; text-align:justify; line-height:20px;font-size:12px;}  
#cialo h1 {
font-weight: normal;  
color:#000000;
font-size:26px;
line-height:30px;
padding:0;
text-align:left;
letter-spacing:2px;
}
#cialo h5 {
	font-weight: normal;
	color:#666;
	font-size:26px;
	line-height:30px;
	text-align:left;
	letter-spacing:2px;
	display:inline-block;
}
#cialo h2 {font-size:18px; font-weight: normal; font-weight:bold; color:#015BBC}
   
#ultrasound h1 {font-size:10px; font-weight: normal;position:absolute; left:52px;top:2px; }


#flagi {position:absolute; right:60px; top:30px;}
#flagi img { border:1px solid  #CCC; margin:3px 10px 0 0; }
#flagi ul {list-style:none; margin:0; padding:0;
display:inline-block;
}

/* ie bug */
*+html #flagi ul {
display:inline;
 zoom:1;
 height:0;
}
* html #flagi ul {
display:inline;
 zoom:1;
 height:0;
}
* html #flagi img { border:1px solid  #CCC; margin:3px 0px 0 0; }
*+html #flagi img { border:1px solid  #CCC; margin:3px 0px 0 0; }

#flagi2 {position:absolute; right:25px; top:30px;}
#flagi2 img { border:none; }
#flagi2 ul {list-style:none; margin:0; padding:0;}

#flagi3 {
position:absolute;
right:95px;
top:30px; list-style:none;
}

#flagi4 {
position:absolute;
right:130px;
top:30px; list-style:none;
}


#zaloguj {position:absolute; left:25px; top:-3px;}




#pole_szukaj {position:absolute; left:690px; top:15px; }
#pole_szukaj .searchimage {padding:0; margin:0;}
#pole_szukaj input.searchinput { border:1px solid #025cbc; color:#025cbc;}



#zobacz_koszyk {position:absolute; left:690px; top:35px; width:100px; height:21px; text-align:center;
                 line-height:21px;
				 
				 }
#zobacz_koszyk a {display:block; width:100px; height:21px; 
                 background: url(images/tlo_koszyk1.jpg) 0 0 no-repeat; color:white;  }
#zobacz_koszyk a:hover {display:block; width:100px; height:21px; 
                 background: url(images/tlo_koszyk2.jpg) 0 0 no-repeat; color: #0062ba;
		 text-decoration:none;}
		 
#zobacz_sklep {position:absolute; left:508px; top:35px; width:150px; height:44px; text-align:center;
                 line-height:21px;
			
color:#999999;
font-family:"Times New Roman";
font-size:16px;
font-style:italic;
font-weight:normal;
line-height:14px;
margin:0;
min-height:35px;
padding:0 0 0 40px;
				 
				 }
#zobacz_sklep a {display:block; width:150px; height:44px;     color: #BBB;  }
#zobacz_sklep a:hover {
	display:block;
	width:150px;
	height:44px;

	color: #DFD628;
	text-decoration:none;	
	
	 
	 
	 }


#cena_glowna {font-size:12px; color:red;} 


#sekcja_produkt_pod_zdjeciem {text-align:center;}
#sekcja_produkt_pod_zdjeciem h2 {font-size:18px; color:red; padding:0; margin:0;} 
#sekcja_produkt_pod_zdjeciem a {font-size:12px;}  

ul.duzy_rozmiar {font-size:13px;} 


#cialo .grupa_produktow { border:1px solid #0062ba; height:136px; position:relative; margin:0 130px 20px 0;}
#cialo .grupa_produktow .nazwa_pr { position:absolute; top:5px; left:70px; font-size:16px;}
#cialo .grupa_produktow .zdjecie_grupy { position:absolute;top:33px; left:5px;}
#cialo .grupa_produktow .spis_produktow {position:absolute;top:33px; left:125px;}
#cialo .grupa_produktow .spis_produktow ul {margin:0; padding:0; list-style:none;}
#cialo .grupa_produktow .spis_produktow li {padding:3px 0;}


#sitemap p {font-size:12px;}
#sitemap {line-height:18px;}
#sitemap ul {list-style:none; font-size:18px;}
#sitemap ul ul {list-style:none; font-size:16px;}
#sitemap ul ul ul {list-style:none; font-size:14px;}
#sitemap ul ul ul ul {list-style:none; font-size:12px;}

div#pelny_produkt {text-align:justify;  font-size:13px; }
div#pelny_produkt #txt {text-align:justify; line-height:20px; width:277px; font-size:12px; }
div#pelny_produkt #txt h2 { font-size:18px; text-align:left; padding:0; margin-top:10px;}
div#pelny_produkt div#panel {text-align:right; float:right; width:387px;}
div#pelny_produkt div#krotki_opis  {font-weight:bold;}
div#pelny_produkt #cena {font-weight:bold;font-size:13px;}

#folder_produktow .produkt {margin:0 100px 20px 0;}
#folder_produktow .produkt table {border:1px solid #0062ba;}
#folder_produktow .produkt div.zdjecie_produktu {margin:0 1em 0 0;}
#folder_produktow .produkt div.nazwa_pr {font-size:16px; padding-top:3px;}


div#spis_nagrod div.nagroda {margin:0 100px 20px 0;}
div#spis_nagrod div.nagroda table {border:1px solid #0062ba; }
div#spis_nagrod div.nagroda div.zdjecie_nagrody {margin:0 1em 0 0;}
div#spis_nagrod div.nagroda div.nazwa_nagrody {font-size:large; font-style:italic;}


.opinia {margin:0 100px 20px 0;}
.opinia table {border:1px solid #0062ba; }
.opinia div.zdjecie_opinii {margin:0 1em 0 0;}
.opinia div.nazwa_opinii {font-size:large; font-style:italic;}
.opinia .opis_opinii {line-height:20px; text-align:left; padding-right:5px;}


#pelny_widok_dystrybutora td.lewa {text-align:right; padding-right:10px;font-weight:bold;}
#pelny_widok_dystrybutora td.prawa {text-align:left; }
#pelny_widok_dystrybutora tr {margin-bottom:10px;}

#faq { font-size:12px; width:400px;}
#faq p {margin:0; padding:5px 0 0 0; width:400px;line-height:20px; text-align:justify; }
#faq li {padding-bottom:3px;}


input.defaultbutton { border:1px solid #025cbc; background-color:#e6f2ff; color:#025cbc; }
input.button { border:1px solid #025cbc; background-color:#e6f2ff; color:#025cbc; }
input.searchimage {width:18px; height:18px; position:relative; top:4px;
                   background-image:url(../images/szukaj.gif); background-repeat:no-repeat;}


div#sklep_rejestracja_klienta td.opis_pola {font-weight:bold; text-align:right; padding-right:10px;}
div#sklep_rejestracja_klienta td.komentarz {font-weight:bold; text-align:left;}
div#sklep_rejestracja_klienta div.warning {color:red;}

#kontynenty p {width:400px; text-align:justify; line-height:20px;font-size:12px;}

#kontynenty ul {list-style:none; }
#kontynenty ul a {font-size:14px;}


#artykol_prosty {line-height:20px; text-align:justify; width:400px; font-size:12px;}





#produkty_glowna {
 /* position:absolute; left:194px; top:323px; width:674px; */
 float:left; width:600px;
/* position:relative; left:-172px; */
  }
#produkty_glowna .produkt_slogan {width:330px; float:left; border:1px solid #0062ba; margin:0 5px 5px 0; height:136px;} 
#produkty_glowna .produkt_slogan h2 {font-size:13px;text-align:center; padding:0 3px;}
#produkty_glowna .produkt_slogan img {float:left;}
#produkty_glowna .produkt_slogan p {margin-left:104px; padding:0 3px; } 

#aktualnosci {
/*  position:absolute; left:16px; top:339px; width:152px; 
	      padding:0 10px; */
	      }
#aktualnosci h2 {

/* text-align:center; margin-top:0; padding-top:0; */

}

 
#naglowek #slogan h2 {

background:url('images/quote.png') no-repeat scroll  ;
color:#999999;
font-family:"Times New Roman";
font-size:12px;
font-style:italic;
font-weight:normal;
line-height:14px;
margin:0;
min-height:35px;
padding:0 0 0 40px;
}


table.koszty_niemcy {font-size:13px; color:black;}
table.koszty_niemcy td {text-align:right;padding-left:10px;}

/* SHOP TABLES */

div.shop-confirmorder table p , div.shop-orderview table p { text-align:left;}

div.shop-basket table, div.shop-confirmorder table, div.shop-orderview table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.shop-basket table th, div.shop-confirmorder th, div.shop-orderview th
{
    text-align:center;
    margin: 0px;
    padding: 3px;
    background-color:#e6f2ff;
}

div.shop-basket table td, div.shop-confirmorder td, div.shop-orderview td
{
  text-align:center;
    margin: 0px;
    padding: 3px;
}

div.content-basket table td.product-name
{
  text-align:left;
}

div.shop-basket table td.product-name
{
  text-align:left;
}


div.shop-basket table td.product-details, div.shop-confirmorder td.product-details, div.shop-orderview td.product-details
{
    border-bottom: 1px solid black;
    padding-bottom:5px;
}

div.shop-basket table td.product-price, div.shop-confirmorder table td.product-price, div.shop-orderview table td.product-price
{
    text-align: right;
}

div.shop-basket table td.product-subtotal, div.shop-confirmorder table td.product-subtotal, div.shop-orderview table td.product-subtotal
{
    border-bottom: 2px solid black;
    text-align: right;
    background-color:#e6f2ff;
    font-size:13px;
}

input.shop-basketbin
{ 
    width: 15px;
    height: 15px;
    background-image: url(../images/bin.gif);
    background-repeat: no-repeat;
}

input.shopbutton { border:1px solid #025cbc; background-color:#e6f2ff; color:#025cbc; margin-top:4px; }




div.class-gallery td { text-align:center; vertical-align:middle; padding:10px;}
div.class-gallery div.attribute-caption p {margin:0px; padding:0px;}

.gallery-caption {
	font-size:12px;
	
}

/* Navigators */
div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-previous-disabled
{
    color: #777;
}

div.content-navigator div.content-navigator-next-disabled
{
    color: #777;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    color: #f80;
    font-size: 150%;
}

/* rendered table */
table.renderedtable td
{ 
    margin: 0px;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}


#spis_targow table {border:1px solid #025cbc; margin:0; background-color:white; padding:3px; }
#spis_targow th {text-align:center;}
#spis_targow tr.jasne {}
#spis_targow tr.ciemne {background-color: #e6f2ff;}
#spis_targow td.nazwa {text-align:left; padding-left:5px;}
#spis_targow td { text-align:center; padding:5px 2px;}


td.klasa {padding: 0 10px;}


/* poprawiamy widok kontaktu  */

.attribute-email input.box { width: 400px;}
.attribute-subject input.box { width: 400px;}
.attribute-message textarea.box { width: 400px; font-size:12px;}


a.buton, a.buton:visited
{
  BORDER: black 1px solid;
  COLOR: white; 
  BACKGROUND-COLOR: #5494fd;
  TEXT-ALIGN: center; 
  font-size: 8pt;
  letter-spacing: 1px;
  text-decoration:none;
}
  
a.buton:hover
{
  COLOR: #347efa;
  BACKGROUND-COLOR: white;
  text-decoration:none;
}


.lewa {float:left; width:150px; margin-right:20px;}
.prawa {float:left; width:150px;}


#stopka {
/*border-top:1px solid #ECECEC; 
height:25px;  */

background-image:url(images/footer-bg.gif);
background-position:center top;
background-repeat:repeat-x;
border-top:1px solid #CACACA;
margin-top:0.5em;
text-align:center;
}	

div#utilities {
    font-size:80%;
    margin:3px 0px; 
}

div.utilityitem {
border-left:1px solid #999999;
border-right:1px solid #999999;
display:inline;
padding:0px 8px;
}				

div.prawa_autorskie {
	/*border-left:1px solid #999999;

border-right:1px solid #999999;
display:inline; */
color: #999;
padding:0px 8px;
}		

div.infor {
left:-52px; 
width:152px;  padding:0 10px;
display:inline;
}		
div.slogany {
display:inline;
}

.lewa2 {float:left; width:152px; margin-right:2px;
 /*position:relative; left:-172px;  padding:0 10px;  */
 }
.prawa2 {float:left; width:400px;
/*position:relative; left:-172px; */
}

#prawa2 {
 /* position:absolute; left:194px; top:323px; width:674px; */
 width:600px;
/* position:relative; left:-172px; */
  }


/* twitter */
div#twitter{
	margin-top:20px;
	margin-left:10px;
	
	
}
div#twitter a:link, div#twitter a:visited{
	
	width:80px;
	height:48px;
	display:block;
background-image:url(images/twitter-4.png);

	
}
div#twitter a:hover, div#twitter a:active {
	width:80px;
	height:48px;
		display:block;
	background-image:url(images/a_twitter-4.png);
	
}


ul#stopka li#s1 a:link, ul#stopka li#s1 a:visited {
background-position:0px 40px;
height:40px;
width:115px;
}

ul#stopka li#s2 a:link, ul#stopka li#s2 a:visited {
background-position:-115px 40px;
height:40px;
width: 152px;
}
ul#stopka li#s3 a:link, ul#stopka li#s3 a:visited {
background-position:-267px 40px;
height:40px;
width: 148px;
}
ul#stopka li#s4 a:link, ul#stopka li#s4 a:visited {
background-position:-415px 40px;
height:40px;
width: 155px;

}

ul#stopka li#s5 a:link, ul#stopka li#s5 a:visited {
background-position:-570px  40px;
height:40px;
width: 103px;
}

ul#stopka li#s1 a:hover{
background-position:0px 0;
height:40px;
width:115px;
}

ul#stopka li#s2 a:hover{
background-position:-115px 0;
height:40px;
width: 152px;
}
ul#stopka li#s3 a:hover {
background-position:-267px 0;
height:40px;
width: 148px;
}
ul#stopka li#s4 a:hover {
background-position:-415px 0;
height:40px;
width: 155px;

}

ul#stopka li#s5 a:hover {
background-position:-570px  0;
height:40px;
width: 103px;
}


ul#stopka li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display:inline;
margin-top:16px;


}



ul#stopka a:link, ul#stopka a:hover, ul#stopka a:visited {
background-image:url(images/stopka_strona.jpg);
display:inline-block;

}
#tagi_p {
	color: #BBCFDB;
	text-align:justify;
}
#tagi_p a{
	color: #BBCFDB;
}
		
div .serif {
	font-size:15px;
	font-weight: bold;
	
}
div .serif a:link {
	font-size:15px;
	font-weight: bold;
	
}
div .serif a:hover {
	
	background-color: #F7F9AE;

	
}





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 44px;
	font-style:italic;
	background:url('images/quote.png') no-repeat scroll ;
	min-height:40px;
		
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {

	text-align: center;
	
	/* padding-top: 4px; */
	margin: 10px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 1px 4px 5px;
	margin: 0;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #FBFBFB;
	color:#333;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;

	padding-left: 10px;
	
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style:none;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00B7 \0020";
	color: #000;
	font-weight:bold;
	font-size:10px;
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
.post {
	padding-bottom:20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
h3
{
margin-top:35px;
	text-align:left;
	}	
	
h3 a
{
	font-size: 18px;
	letter-spacing: .05em;
	
	
	}
