/* 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:   x-small; color: black;
  }
  
* 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;
	    color: black;
          } 





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

#portal { width: 1000px;
          top: 0px;
	  z-index: 1;
	  padding: 0px;
	  font-size: 30px;
	  background-color: transparent;
	  border: 0px solid red;

	 }
	 
#header { height: 293px } 
#header img { display: none;width: 1000px}

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

#mmenu  {
          padding: 0px;
	  padding-top: 4px;
	  padding-left: 20px;
	  white-space: nowrap;
	  float: left;
	  border: 0px solid green;
	  font-size:120%;
        }


/*
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: #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;
	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;
	   font-size:120%;
	   
	   margin: 0 1px 0 0;
           padding: 4px 8px;
           text-decoration: none;
	   
           color: white;
   
           border-bottom: none;	   

}

/*
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: 250px;
}
/*
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 12px 3px 16px;
	text-align: left;
}
/*
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;
	border-bottom: 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: red;
}
/*
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 {
	color: red!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: red;
		  padding: 5px;
		  background-color: transparent;
		 }	
#mlmenu ul li a:hover { background-color: yellow; color: red } 	       
#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;
           text-align: right; 
	   
	 }	

#mszukaj input {  color: black;
                  border : 1px solid white;
		  margin-top: 12px;
                  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: transparent;

	}

#panels img { }


#lpanel { width: 250px;
          float: left;
	  border:0px solid red;
	  display: none;
	}

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

	  float: left;
	  width: 670px;
	  border: 0px solid blue;
	  min-height: 600px;
	  
	 }
	
#ppanel { width: 320px;
          padding: 0;
	  margin: 0;
          float: right;
	  margin-right:5px;
        }


#footer { height: 40px; background-color : transparent; clear:both; padding-top: 5px; 

	   }	
	   
#footer a { color: #4d4d4d}	   



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

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

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

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

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

#lmenu li ul { position:absolute;
	       left:120px; /* IE */
	       top:5px;
	       border: 1px solid black;;
	       background-color: white;
	       float: left;
	       text-align:left;
	     }		
	     
#lmenu li>ul { left:120px; } /* others */
		    
#lmenu a { padding:4px;
           text-decoration: none;
           color: #747474;orange; /* #777; */
           font-weight: bold;
           width:100%; /* IE */
}


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

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

#lmenu a:hover,#lmenu .option:hover      { background:  transparent url(images/menu_on.png) repeat-x top left;	color: black }
#lmenu li a:hover   {  }

/* 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 a { color: #6d6d6d }

#Wiadomosci { border : 0px solid #c7c7c7;
              background-color: transparent; 
	      text-align: left;
	      padding:10px;
	      padding-bottom: 0px
            } 

#Wiadomosci .ikona { margin-left: 0px;
                     margin-right: 10px;
		     margin-top: 20px;
		     padding: 0px;
		     
                     top: 0;
		     width: 150px;
                     float: right;
		     border : 0px solid #c7c7c7 }
			 
#wiadomosci a p { margin: 4px; text-align: left } 
 
#Wiadomosci h2 { font-size: 150%;
            font-weight: normal;
	    color: #ff8e20;
	    clear: both;
	    margin-top:10px;
	    letter-spacing: 4px;
	    border-bottom: 1px dotted; 

          } 

#Wiadomosci h3 { clear: left}

#Wiadomosci .Tytul { font-size: 14px;
                        font-weight: bold;
                        color: #3165ce; 
                              
			padding-left: 4px;
			padding-top : 5px; 
			     
                        border-bottom: 1px solid #d7d7d7;
		       }
		       

#Wiadomosci .Podtytul { font-size: 10px;
                        text-align: left;
                              
			padding-left: 15px;
			margin-bottom: 10px;
		       }
		       
#Wiadomosci .Nadtytul { font-size: 10px; padding-left: 10px }

#Wiadomosci .Zajawka { padding: 4px}
#Wiadomosci .Zajawka a { color: black}

#Wiadomosci .Tresc   { padding: 4px}
#Wiadomosci .Spis    { padding-left: 10px; }

#Wiadomosci .Linki   { text-align: right;
                       color: #518710; 
                       padding-right: 10px;
		       padding-top: 2px;
		       padding-bottom: 2px  }
			  
#Wiadomosci .Linki a { font-weight: bold; color: #980000; #518710; } 			  

#Wiadomosci #TopNews .ikona { float: right;width: 100px; border-color: #d7d7d7; margin-bottom: 0px }
#Wiadomosci #TopNews .Tytul { font-size: 150% }


#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; margin-right: 10px }
#Wiadomosci #Zawartosc .foto  { margin: 4px;
                                padding: 2px;
                                width: 550px;
                              }


#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 h3 { font-size: 18px;
            font-weight: normal;
	    color: #bd0908;
	    clear: both;
	    margin-top:10px;
          } 


#Wiadomosci #Zawartosc h4 { 
            display: none;  
            font-size: 16px;
            font-weight: normal;
	    color: #099e28;
          } 
                                

#Wiadomosci #Zawartosc p { line-height: 130% }
#Wiadomosci #Zawartosc a { font-weight: bold; color: #8b0810  }

#Wiadomosci #Zawartosc .Linki { text-align: right;
                padding-right: 10px;
    	        padding-top: 10px;
		padding-bottom: 10px;
		float:right;
		
              }   

#lpanel #Wiadomosci h3 { font-weight: bold; font-size:120%}
#lpanel #Wiadomosci h4 { 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: 150%;
            font-weight: normal;
	    color: #ff8e20;
	    clear: both;
	    margin-top:10px;
	    letter-spacing: 4px;
	    border-bottom: 1px dotted; 

          } 
	  

#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} 



/* ========== 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;
	       
	     } 
	     
/* ========== OPANEL ============== */

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



#opanel #Pages #mainpages h3 { padding:0; margin:0; color:#29598b}
#opanel #Wiadomosci h4 {display: none} 


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


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

		  
#ppanel * h2 { ddisplay: none;}




#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:40px; border: 0px solid red;}
#ppanel #Wiadomosci h4 {display: none} 
	       

#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 { float: right;
           width: 620px; }
 
#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: #ff8e20; padding-top: 10px  }

.TowaryWiecej  {  float: right; text-align: right; font-weight: bold; color: white }	       
.TowaryCena    { float: right; font-size: 140%; font-weigh: bold; color: #ff8e20; 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 {width:700px; border: 0px solid white}

#Kontakt h2 { font-size: 150%;
            font-weight: normal;
	    color: #ff8e20;
	    clear: both;
	    margin-top:10px;
	    letter-spacing: 4px;
	    border-bottom: 1px dotted; 
	    text-align: left;
	    padding-top:10px;

          } 


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

.VDT { padding : 0px; width: 650px; }
	       
	     	       
#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%}




select, option, textarea, input,file	 { 
    border: #c2c2c2 1px solid;
    padding: 3px;

    background: #ffffff url('images/bg_03.gif') repeat-x;

    font-family: Arial, Helvetica, sans-serif;
		
		    font-size: 13px;
		    
			color: #4b4b4b;
			
			}


option { color: red;}
   


