/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/


.pozycjonowanie a { font-size:80%}

.Filtr2vbox     { background-color: transparent }
.Filtr2hbox     { background-color: transparent }
.Filtr2tbox     { background-color: transparent }
.Filtr2Buttons  { background-color: transparent }
.Filtr2Title    { background-color: transparent }
.Filtr2Title2   { background-color: transparent }

.Filtr2Edpole   { font-weight: bold; font-size: 11px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; } 
.Filtr2Label    { font-weight: bold; text-align:right; padding-right: 3px; vertical-align:middle } 

/* ================= PORTAL 2.0 ================ */

* {    font-family: Arial, Helvetica, Tahoma,Verdana,Helvetica,Arial; 
       font-size:   small; color: #2c2c2c;
  }
  
* b { font-weight: bold } 

.koti { color: #8b8b8b; font-size: 80% }
.koti a { color: #8b8b8b }
 
A:link    { text-decoration: none; }
A:visited {text-decoration: none; }
A:active  {text-decoration: none; } 
A:hover   {text-decoration: underline } 


h1, .Title2 { font-size: 22px;
            font-weight: bold;
	    color: #ff7e00; #fb710b; white;
          } 

h2 { font-size: 16px;
            font-weight: normal;
          } 
	  
	  
	  

h3 { font-size: 18px;
            font-weight: normal;
	    margin: 0;
          } 



body { background-color: #ffffff; 
       behavior: url("csshover.htc"); 
       padding: 0;
       margin: 0;
       background-image:  url(images/bg.png); background-repeat: repeat-x;
       
     }

#portal { width: 1000px;
          top: 0px;
	  z-index: 1;
	  padding: 0px;
	  background-color: transparent;
	  border: 0px solid red;
	  background-image:  url(images/portal.jpg); background-repeat: repeat-y;
	  background-position:center;

	 }
	 
#header { height: 178px } 
#header img { width: 1000px}



#menu   { height: 20px; 
	  padding-left: 0px;
	  background-image: url(images/menu.jpg); background-repeat: no-repeat;
	  text-align: center;
	}
	 

#mmenu  {
          padding: 0px;
	  padding-top: 0px;
	  padding-left: 50px;
	  white-space: nowrap;
	  float: left;
	  border: 0px solid green;
        }

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#mmenunav  {

	background-color: red; #909090;

}

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#mmenunav, #mmenunav ul {
	padding: 0;
	margin: 0;
	padding-left: 0px;
	list-style: none;

}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#mmenunav a {
	display: block;


           font-weight: bold; 
    	   text-align: center;
	   
	   margin: 5px 2px 0 0;
           padding: 4px 10px 3px 10px;

	   
           text-decoration: none;
	   
           color: #d6d6d6;
	   background-color: #6a6a6a;
   
         

}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#mmenunav li {
	float: left;
	width: 9em;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#mmenunav li ul, #mmenunav ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#mmenunav ul li a  {
	color: #202020;
	border-right: 0;
	padding: 3px 0px 3px 0px;
	text-align: left;
	margin:2px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#mmenunav li ul {
	position: absolute;
	display: none;
	background-color: #e3e3e3; red; #FFFFFF;
	border-left: 1px solid white;
	
	border-right: 1px solid #333333;
	bbackground-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mmenunav li:hover a, #mmenunav a:focus,
#mmenunav a:active, #mmenunav li.p7hvr a {
	color: white;
	background-color: black;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mmenunav li:hover ul, #mmenunav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#mmenunav li:hover ul a, #mmenunav li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#mmenunav ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#mmenunav li {width: auto;}


/* hovers with specificity */

#mmenu li:hover { z-index:10; }		
#mmenu ul ul, #mmenu li:hover ul ul {	display:none; }
#mmenu li:hover ul, #mmenu li:hover li:hover ul { display:block;  }		

/* 3 poziom */

#mmenu li ul li ul { position: relative;
                     float:left;
                     left: 0px; /* IE */
                     top: 1px;
                     border: 0px solid white;
                     width:170px;
		     background-color: transparent;
                   }	
						     
					 

	
#mlmenu  { color: white;
        text-decoration: none;
	font-weight : bold;
	padding: 1px;
	padding-left: 0px;
	text-align: left;
	float: left;
        }

#mlmenu  ul { margin: 0px;
	     list-style: none;
	     padding: 0px;
	     width: 500px;
	   }
	   
#mlmenu 	li ul { position: absolute;
		left: 0px;
		top: 0px;
		display: none;
		float:none;
	      }

#mlmenu	ul li { position: relative; }

#mlmenu  ul li a { display: block;
                  float: left;
                  text-decoration: none;
		  text-align: center;
                  color: orange;
		  padding: 5px;
		  background-color: transparent;
		 }	
#mlmenu ul li a:hover { background-color: yellow; color: orange } 	       
#mlmmenu li:hover ul, #lmenu li.over ul { display: block; } 
#mlmenu a { color: #099e28; font-weight: bold }





#mszukaj { 
           height: 34px; 
           width: 180px;
           top: 0; right:0; float: right;
	   padding-right:10px;
           text-align: right; 
	   
	 }	

#mszukaj input {  color: black;
                  border : 1px solid white;
		  margin-top: 5px;
                  margin-right: 10px;  

	       }
	       
#mszukaj .button {  font-size: 9px; background-color: transparent;  COLOR: white;
                  border : 1px solid white;
	       }



#panels { margin: 0px; 
	  padding; 0px; 
	  
	  float: left; width: 100%; margin: 0px; 
	  width: 1000px;
	  background: url(images/main.jpg); background-repeat: no-repeat;   
	  background-color: #ffffff;
  	  min-height: 450px;


	}

#panels img { }


#lpanel { width: 230px;
          float: left;

	  border:1px solid red;
	  padding-left:10px;
	  display: none;
	}

#opanel { padding : 0px;
          border : 0px;
          margin: 0px;

	  float: left;
	  width: 670px;
	  border: 0px solid blue;
	  
	 }
	
#ppanel { width: 300px;
          padding: 0;
	  margin: 0;
          float: right;
	  padding-top:0px;

	  border: 0px solid red;

        }


#footer { height: 50px; 
	  clear:both; padding-top: 20px; color:black; font-size: 100% }	
	   
#footer a,b { color: red}	   
	   



/*======================== LMENU ====================*/

#lmenu  { color: white;
          text-decoration: none;
          font-weight : bold;
	  padding: 1px;
	  padding-top:30px;
	  text-align: left;
	  float: right;
	}

#lmenu ul,
#lmenu li,
#lmenu a { display:block;
            margin:0;
            padding:0;
	    border:0;
         }

#lmenu ul { width:170px;
            border: 0;
            background-color:transparent;
            list-style:none;
          }

#lmenu li { position:relative;
            padding:1px;
            z-index:9;
          }

#lmenu li ul { position:absolute;
	       left:165px; /* IE */
	       top:5px;
	       border: 0px solid red;
	       width: 300px;
	       background-color: #d4dbe3;
	       border-bottom: 1px solid #7e7e7e;
	       border-right:1px solid #7e7e7e;
	       border-left: 1px solid white;

	     }		


#lmenu li ul li ul { 
	       background-color:#cfd6de;
	       border-bottom: 1px solid #7e7e7e;
	       border-right:1px solid #7e7e7e;
	       border-left: 1px solid white;

	     }		

	     
#lmenu li>ul { left:165px; } /* others */
		    
#lmenu a { padding:4px;
           text-decoration: none;
           color: black; /* #777; */
	   background-color:  transparent; #777777; /* #fff4a4; */
           border-bottom: 1px solid #7f7f7f;
           font-weight: bold;
	   font-size: 80%;
           width: 100%; /* IE */
}


#lmenu li>a { width:auto; } /* others */

#lmenu .option { color: white }
													    
/* regular hovers */

#lmenu a:hover,#lmenu .option:hover      { background-color: #f2c14b; color: white }
#lmenu li a:hover   { background-color:#f2c14b; #fff4a4;   }

/* hovers with specificity */

#lmenu li:hover { z-index:10; }		
#lmenu ul ul, #lmenu li:hover ul ul {	display:none; }
#lmenu li:hover ul, #lmenu li:hover li:hover ul { display:block;  }		

/* Holly Hack. IE Requirement \*/

#lmenu ul li { float: left; height: 1%   } 
#lmenu ul>li { float: none; height: auto }


/* End */





#Windows { border : 0px solid #c7c7c7;
           background-color: transparent; 
           margin: 0px;
	   padding: 0px 
	 } 

#Windows h2   { font-size: 130%;
           font-weight: bold;
           text-align: left;
	   background-color: transparent;
	   line-height: 1.5em;
                              
	   padding: 0px;
	   padding-left: 10px;
	   padding-top : 0px; 
	   padding-bottom : 0px; 
	   
	   margin: 0px;
	   margin-bottom: 0px;
	   display: block;
	   border: 1px solid red;
	 }
	 
.WindowsBody { padding: 4px }

.Zajawka { padding :0px}
.VDT { padding : 4px }


/* ===================== WIADOMOSCI ====================== */


#Wiadomosci { text-align: left;
	      background-color: transparent;
margin-right: 10px
	    } 

#Wiadomosci .ikona { margin-left: 0px;
                     margin-right: 10px;
                     margin-top:6px;
		     margin-bottom:6px;
		     padding-top: 0px;
                     top: 0px;
		     width: 100px;
                     float: left;
		     border : 1px solid #c7c7c7 }
			 
#wiadomosci a p { margin: 4px; text-align: left } 
 
#Wiadomosci h2 { font-size: 169%;
            font-weight: bold;
	    color: #bd0908;
          } 

#dupa {                 font-size: 1.1em;
                 font-weight: bold;
                 color:  #4876FF;
		 
	         padding: 0; 
		 padding-left: 4px;
		 padding-top : 0px; 
		
                 margin: 0;
		 
	       }
	       
#Wiadomosci a h3 { text-decoration: none;  }  		       
#Wiadomosci a h3:hover { }
 

#Wiadomosci h3 { color: green; font-size:120%; padding-top:10px; border: 0px solid red}


#Wiadomosci h4 a { font-size: 1em; }

		       
#Wiadomosci .Nadtytul { display:block; font-size: 10px; padding-left: 10px }

#Wiadomosci .Zajawka { display:block; margin-left: 0px; padding-left: 0px; padding-bottom: 5px;}
#Wiadomosci .Tresc   { padding: 4px}
#Wiadomosci .Spis    { display: block; padding-left: 30px; padding-top: 10px; color: 808fba; 	}
#Wiadomosci .Spis a  { color: 808fba; 	}

#Wiadomosci .Linki   { text-align: right;
                       font-weight: bold;
                       color: #BD0810; 
                       padding-right: 10px;
		       padding-top: 2px;
		       padding-bottom: 2px  }
			  
#Wiadomosci .Linki a { font-weight: bold; color: #808fba; }
#Wiadomosci .Spis a  { color: 808fba; 	}
; } 			  

#Wiadomosci #TopNews .ikona { width: 250px; border:0; border-right-color: #25b22a; margin-bottom: 10px }
#Wiadomosci #TopNews .Tytul { font-size: 150% }



#Wiadomosci #Zawartosc h3 { color: red; font-size:120%; padding-top:10px; border: 0px solid red}



#Wiadomosci #Zawartosc .Tytul { font-size: 16px;
                        font-weight: bold;
                        color: #518710;
			padding-left: 20px;
	                border: 1px solid #d7d7d7;
		       }

#Wiadomosci #Zawartosc .TytulMniejszy { font-size: 14px;
                        font-weight: bold;
                        color: #518710;
			padding-left: 20px;
		       }

#Wiadomosci #Zawartosc .Zajawka { font-weight: bold; }
#Wiadomosci #Zawartosc .ikona { width: 250px }
#Wiadomosci #Zawartosc .foto  { margin: 4px;
                                padding: 2px;
                                width: 510px;
				border: 0px;
                              }


#Wiadomosci #Zawartosc .foto100  { margin: 2px;
                                padding: 2px;
                                width: 100px;
                              }


#Wiadomosci #Zawartosc .cytat { font-size: 150%; text-align:center; border-top: medium black solid; border-bottom: think black solid; 
                                margin: 1em; padding: 0.5em; background: #f7f7f7; width: 40%; float: right;}
                                
#Wiadomosci #Zawartosc .pytanie { font-weight: bold }


#Wiadomosci #Zawartosc a { color: #0848ff; }


#Wiadomosci #Ankiety .ikona { width: 150px}

#Wiadomosci #Wydarzenia h2 { display: none } 


/* ======== PAGES ========== */

#Pages {  padding: 0px;
    
	  border: 0px;;
	  text-align: left;
	  float: left;

       } 
       
#Pages .WindowsTitle { display: none;
            font-size: 1px;
            font-weight: normal;
	    color: #099e28;
	    }
	           
#Pages h2 { font-size: 18px;
            font-weight: normal;
	    clear: both;
	    margin-top:10px;
          } 

#Pages h3 { font-size: 16px;
            font-weight: normal;
	    color: #bd0908;
          } 
#Pages h4 { font-weight: bold;
	    margin: 0;
          } 

#PPages * { color: #6d6d6d }

#Pages p { line-height: 130% }
#Pages a { color: #980000; red; #0848ff; }
#Pages a:hover { color: red; #547cd8; #9eafdd }

#Pages .Linki { text-align: right;
                padding-right: 10px;
    	        padding-top: 10px;
		padding-bottom: 10px;
		float:right;
		
              }   
    
#Pages #TreeDict  { display: none; float: right;
                    text-align: right;
	            padding-right: 4px;
	          }
		  
#Pages #ZobaczTakze { display: none; position: relative;
                      top: 10px;
		      left: 0;
                      text-align: left; border: 0;
		    }	

#Pages #Polecamy .WindowsTitle { display: inline; }
    
#Pagess img { margin:0; margin-top: 10px; border: 1px solid black; }

#Pages #Motto p { font-size: 130% }

#Pages img.Podpis { border: 0px }
#Pages .podpis_zdjecia { font-size: 90%;}


#Pages .pytanie { font-weight: bold }
#Pages .odpowiedz { font-style: italic }


#Pages {}
#Pages #SubPagesImage01 { float: left; width: 100%; margin: 0px; 
                           padding-left: 20px; 
			   padding-right: 30px;
			   padding-top: 230px;
			   background-image: url(images/Image01.jpg); background-repeat: no-repeat;
		        }
			
#Pages #SubPagesImage01 h2 { 			     }



#Pages #MainPage01 { float: left; ; margin: 0px; padding-top: 0; 226px; 236px;
			   background-imagee: url(images/MainPicture01.jpg); background-repeat: no-repeat;
			   
   	            }
		    
#Pages #MainPage01 h2 { display: none; } { block; padding: 10px 0 10px 50px; margin 0px; color: #ff7200; background-color: #e7e7e7; border-bottom: 10px solid #d5d5d5} 		    

#Pages #MainPage01 #TekstLewy  { width: 100%; float: left } 
#Pages #MainPage01 #TekstLewy  p { padding: 5px} 
#Pages #MainPage01 #TekstPrawy { width: 250px; float: right } 
#Pages #MainPage01 #TekstLewy  p { padding: 5px} 

#Pages #MainPage01 img { border : 1px solid black; margin: 10 0 0 0 ; } 

#Pages #Mainpage01 h3 { font-size: 18px; line-height: 21px;  color: #e98743; padding: 10 0 10 20; margin:0}
#Mainpage01 h4 { font-size: x-small; padding: 10 0 0 10; margin:0; color:#29598b; }
#MainPage01 p  { padding: 0; margin:0} 


#Pages #Print { background-color: white; background-image: none}

#Pages ol li ol { list-style-type: lower-alpha}

/* ========== LPANEL ============== */

#lpanel #Pages { padding: 0;
                 padding-bottom: 0px;
 
		} 
#lpanel #Flagi { float: left; border: 0px solid red; width: 220px; ;height: 40px} 		
#lpanel #Flagi img { margin: 10px; margin-right:0px;}
		  
#lpanel #Pages h2 { padding: 0; margin:0; margin-top: 10px;  text-align: center } 

#lpanel #Pages #LpanelKontakt { padding-left: 10px}
	     
.tytulik { 
               color: #547cd8;
	       font-size:12px;
	       
	       padding: 0;
	       margin: 0;
	       
               padding-right: 10px;
	       padding-top: 2px;
	       padding-bottom: 2px;  

               float: right;
	       text-align: right;
	       clear: both;
	       
	     } 
	     
	     
#Pages .pos { float: left; width: 350px; height: 250px; margin-left: 10px; border: 0px solid red; text-align: center}
	     
	     
/* ========== OPANEL ============== */

#opanel #Pages { padding: 0; padding-left: 10px; padding-top:0px}
#opanel #Wiadomosci { padding: 10; padding-left:20px; padding-top:20px; border: 0px solid red}

#opanel h2 { font-size: 25px;
            font-weight: normal;
	    color: black;
	    text-align: left;
	    padding-left: 20px;
	    border-bottom: 2px solid #bfbfbf;
	    margin-bottom: 15px;
	    margin-left:20px;
	    width: 50%;
          } 

#opanel #Pages h3 { font-size: 110%;
            font-weight: bold;
	    color: #bd0908;
	    padding-left:75px;
          } 




#opanel #Pages #mainpages h3 { padding:0; margin:0; color:#29598b}
#opanel #Wiadomosci { padding: 10; padding-left:20px; padding-top:20px; border: 0px solid red}
#opanel #Wiadomosci h4 {display: none} 
#opanel #Wiadomosci h2 {display: none} 


#opanel #Pages #kontakty h4 { clear: both;color: green; font-size:110%; padding-top:10px; border: 0px solid red}


#opanel #Lewa  { float: left; width: 670px; border: 0px solid green}
#opanel #Prawa { float: right; width: 315px; padding:0px; padding-top:20px;b order: 0px solid blue}
#opanel #Pages #Prawa p { padding:0; margin:0; border: 1px solid red}

#opanel #Pages h4 { padding-left: 20px;} 

.PagesCecha { float: left; clear: both; padding:0; margin: 0; margin-bottom: 2px}


.PagesCechaNazwa { float: left;
                    width : 150px;
                    border: 0px solid black;
		    padding: 3px;
		    text-align: right;
		    margin: 1px;
		    background-color: #e0e0e0;
		    color: black;
		    clear: left;
		    
                    } 
.PagesCechaWartosc { float: left;
                    width : 350px;
		    height: auto;
		    padding: 3px;
		    text-align: left;
		    margin: 1px;
		    display: block;
                    clear: right;
		    clear:right;
                    } 




.Label { float: left;
                    width : 85px;

                    border: 0px solid black;
		    padding: 3px;
		    text-align: right;
		    margin: 1px;
		    
                    } 
.Wartosc { float: left;
                    width : 105px;
		    
                    border: 0px solid black;
		    padding: 3px;
		    text-align: left;
		    margin: 1px;
		    display: block;
                    clear: right;		    
                    } 
		    
#opanel #MainOne { width: 653px;border: 0px solid red} 

#opanel #MainOne p { padding:0; margin:0;padding-left: 75px;} 
#opanel #Pages p { padding:0;padding-left: 75px;} 
#opanel #Pages ul,ol { padding:0;padding-left: 100px;} 

#opanel #TreeDict { margin-left: 15px}
#opanel #TowrPoz { margin-top: 20px; 
                   padding-top:10px; 
		   padding-bottom: 10px; 
                   border-top: 1px solid #d0d0d0; 
		   border-left: 1px solid #d0d0d0; 
		   border-right: 1px solid #929292; 
		   border-bottom: 1px solid #929292; 
		   width: 210px;
		   height: 240px; 
		   background-color: #ececec}
#opanel #TowrPoz a { text-align: right}

.TowarySzczegoly { margin: 20px; width: 650px;  border-top: 1px solid #d0d0d0; 
		   border-left: 1px solid #d0d0d0; 
		   border-right: 1px solid #929292; 
		   border-bottom: 1px solid #929292; ; background-color: #ececec}
.TowarySzczegolyNazwa { font-size: 150%; font-weight:bold; bbackground-color: #ffcc66; color: black; padding: 10px } 
.TowarySzczegolyTableHeader { font-size: 120%; bbackground-color: #cccccc; border-bottom: 1px solid black; color: black} 
.TowarySzczegolyTableCecha { } 
.TowarySzczegolyTableArg { text-align: right } 


/* ========== PPANEL ============== */


	       
#ppanel #Pages { padding: 0;
                 padding-bottom: 0px;
		 margin-right: 4px;
		} 


  
#ppanel * h3 { font-size: 110%;
            font-weight: bold;
	    color: #bd0908;
	    padding-left:5px;
          } 

#ppanel #wiadomosci h2 { font-size: 25px;
            font-weight: normal;
	    color: black;
	    text-align: left;
	    padding-left: 0px;
	    border-bottom: 2px solid black;
	    margin-bottom: 5px;
	    width: 80%;
          } 



#ppanel * .Linki   { border: 0;
                    padding-right: 10px;
                    padding-top: 2px;
	            padding-bottom: 2px;
		    text-align: right  }
			  
#pppanel * a { padding-top: 10px; color: #980000; #547cd8; #a9b9dd; #4876FF; #5e5e5e;} 				  

#ppanel #Wiadomosci { float: left; padding-top:10px; border: 0px solid red;}
#ppanel #Wiadomosci h4 {display: none} 

#ppanel #Pages h2 { display: none}
#ppanel #Prawa h3 { font-size: 25px;
            font-weight: normal;
	    color: black;
	    text-align: left;
	    padding-left: 0px;
	    border-bottom: 2px solid black;
	    margin-bottom: 5px;
	    width: 80%;
          } 

#ppanel #Prawa p { padding:0em; padding-left: 0px; border: 0px solid red }









	       

#MenuPrawe h2 { display: none} 
#MenuPrawe ul { padding: 0px 20px; 
                margin: 0 10px 10px 0px; 
	        list-style-image: url("images/kwadracik.png");
         	color: #547cd8; #60472e;
		border: 0px solid red;
	      }
	      
	      
#MenuPrawe  ul li { margin-bottom: 5px; }
#MenuPrawe  ul li a:hover { color:4876FF}














#Galeria .title { }
#Galeria .galeria { border: 0px}

#Galeria p { padding:0; margin:0; } 



#Galeria .WiadomosciTitle { font-size: 18px;
            font-weight: normal;
	    color: #8c0000; bd0908;
	    clear: both;
	    margin:0;
	    mmargin-top:10px;
	    padding:0;
          } 

#Galeria { padding-left: 10px;
            float: left;
           width: 600px; }
 
#Galeria a {  color: #4d4d4d}   

#Galeria p.IloscZdjec { padding:0; 
                        margin:0; 
			font-size:80%;
			color: #838383 }
			
			
#GoogleAdSense { float: left; margin-left: 20px; margin-top: 10px; clear: both; }
			

/* ============ TOWARY ============== */




#Towary { padding-left: 0px; width: 600px}
#Towary h2 { font-size: 18px; font-weigh: bold; color: #8b0810; padding-top: 10px  }
#Towary img { clear:both; border : 2 px solid red}

#Towary #DuzyObrazek { width:250px; clear: both }
#Towary #Opis { float: left; width: 410px; padding-left: 0px; padding-top: 1em; text-align: left;}

#Towary #Linki   { text-align: right;
                       font-weight: bold;
                       color: #8b0810;
                       padding-right: 10px;
		       padding-top: 2px;
		       padding-bottom: 2px  }

#Towary #Linki a { font-weight: bold; color: #8b0810 }



.TowaryPozycja h2 { font-size: 18px; font-weigh: bold; color: #8b0810; padding-top: 10px  }

.TowaryWiecej  {  float: right; text-align: right; font-weight: bold; color: #8b0810 }	       
.TowaryCena    { float: right; font-size: 14px; font-weigh: bold; color: #8b0810; border-bottom : 1px solid; clear: right}
.TowaryKoszyk  { float: right; clear: right} 	       
.TowaryIkona { float: left; width: 150px; margin-right: 10px}
	       
#Towary #Opis  { text-align: left}  		    
#TowaryObrazki { border: 0px solid red; width: 170; padding: 0px; float: left} 		    
#TowaryObrazki img { margin: 10px}





#Koszyk { width: 600px; float: left}
#Koszyk .Filtr2Title2 { font-size: 18px; font-weigh: bold; color: #8b0810; padding-top: 10px  }
#Koszyk h2 { font-size: 18px;
            font-weight: normal;
	    color: #bd0908;
	    clear: both;
	    margin-top:10px;
          } 


.KoszykVdtHeader4bgcol { padding: 4px; padding-bottom: 0px; background-color: #F6B652} 



#Szukaj {  padding: 10px;
	  border: 0px;;
	  padding-top:50px;
	  text-align: left;
	  float: left;

       } 
       
	           
#Szukaj h2 { font-size: 18px;
            font-weight: normal;
	    color: #bd0908;
	    clear: both;
	    margin-top:10px;
	    display: none;
          }
#lpanel #Szukaj h2 { text-align: center}


#TowaryPromocje { float: left; width: 600px; padding: 0 10 0 10 }
#TowaryPromocje .pos { float: left; width: 190px; margin: 2px;  border: 0px solid red} 
#TowaryPromocje img { margin-left: 20px; width: 150px; clear: both; display: block } 
#TowaryPromocje h3 { padding: 0; margin:0; text-align: left; font-size: 150% } 
#TowaryPromocje span.cena { float: left; 
                            display: block; 
			    width: 100%; 
                            text-align: left; 
			    color: red; 
			    font-size: 120% }
	     
#TowaryPromocje a { display: block;
                    text-align: right;
                    font-weight: bold;
                    color: #8b0810;
                    padding-right: 10px;
		    padding-top: 2px;
		    padding-bottom: 2px  }

#TowaryPromocje p { padding: 0; margin: 0}


/* ============ FORMULARZE ========== */


#Kontakt h2 { font-size: 18px;
            font-weight: normal;
	    color: #bd0908;
	    clear: both;
	    margin-top:10px;
          } 


/* ============ EDTABFORM =========== */

.VDT { padding : 0px; width: 450px; }
	       
	     	       
#EdtabForm { border: 0px solid red;
             padding: 10px } 
	     
#EdtabForm .Title { font-size: 22px;
            font-weight: normal;
	    color: #ffa407;
          }
	  
#EdtabForm .Title2 { font-size: 18px;
            line-height: 28px;
             font-weight: bold;
                 margin: 0px;
		 letter-spacing: 2px;
		 color: #ffa500

              }


	  
	  
#EdtabForm * { } 	  
#EdtabForm .Label  {  }
#EdtabForm b  { }
#EdtabForm a  { }



.VDTBody tr { background-color: transparent; border: 1px solid red } 

.VdtHeader1bgcol { background-color: transparent } 
.VdtHeader2bgcol { background-color: transparent } 
.VdtHeader3bgcol { background-color: transparent } 
.VdtHeader4bgcol { background-color: #b4b6b4 } 



.VDTBody tr { background-color: transparent; border: 1px solid red } 

.VdtHeader1bgcol { background-color: transparent } 
.VdtHeader2bgcol { background-color: transparent } 
.VdtHeader3bgcol { background-color: transparent } 
.VdtHeader4bgcol { padding: 4px; background-color: #b4b6b4 } 

#FraglesiWasHere a { font-size: 60%}





