/* 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:   12px; x-small; color: #333333;
  }
  
* 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;
       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 { display: none;height: 74px } 
#header img { width: 1000px}

#hpanel { height: 74px; background-image: url(images/header.jpg); background-repeat: no-repeat; } 


#menu   { height: 26px; 
	  padding-left: 100px;
	  background-image: url(images/menu.jpg); background-repeat: no-repeat;
	  text-align: center;
	  border: 0px solid white;
	}
	 
#menu #SocialBookmarks { border: 0px solid red; float: right; padding-right: 20px; padding-top:0px }	
#menu #SocialBookmarks img { width: 25px; margin: 2}



/*
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: 0;
           padding: 8px 15px 5px 15px;
	   font-size: 1.2em;
	   text-shadow: grey 1px 1px 2px;
           text-decoration: none;
           color: #3b3b3b; black; 
           background: url(images/MMenuL.png) no-repeat left top;
	     
	  border: 0px solid red;

}

/*
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;
	background: url(images/MMenuP.png) no-repeat right top;
		   


}

/*
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: 15em;
}
/*
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: #3b3b3b; 
	border-right: 0;
	padding: 3px 0px 3px 10px;
	text-align: left;
	margin:2px;
	background-image: none;

}
/*
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;
	
	/* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
	
	padding: 5px;
	background-image: none;
	z-index: 9999;

}

#mmenunav li ul li { background-image: none;}


/*
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: #3b3b3b; red; #004905; orange; #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: 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-color: transparent;
	  min-height: 570px;

	}

#panels img { }


#lpanel { width: 200px;
          float: left;
	  border:0px solid red;
	  padding: 0px;
	  margin: 0px;
	  border-right: 1px solid #d9d9d9; #b3b3b3;

	}

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

	  float: left;
	  width: 790px;
	  border: 0px solid blue;
	  
	 }
	
#ppanel { display: none; width: 200px;
          padding: 0;
	  margin: 0;
          float: right;
	  margin-right:0px;
	  border: 0px solid green;
	  
        }


#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: 0 0 0 0;
	  margin-left:0px;
          margin-top: 50px;
	  
	}


ul#lmenunav {
  list-style-type:none;
  margin: 0px;
  margin: 0px;
  padding: 0px;
  width: 200px; 267px;
  border: 0px solid red;
  margin-top: 30px

}

ul#lmenunav ul {
  list-style-type:none;
  margin: 0px;
  margin: 0px;
}


ul#lmenunav a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  textt-shadow: grey 1px 1px 2px;
     

}

ul#lmenunav li {
  margin-top: 1px;
    border-bottom: 1px solid #ededed;
    padding: 0px;
    margin: 0px;
    background: url(images/LMenu_bg.jpg) repeat-x top left;
    

}

ul#lmenunav li a {
  backgroundd: #e0e0e0; #9d9d9d; #333;
  color: black;#fff;
  padding: 0.5em;
  padding-left: 0px;
  margin: 0px;
}

ul#lmenunav li a:hover {
  background: #a4a4a4;#000;
}

ul#lmenunav .selected { background: #878787; #a4a4a4;#000; color: white; font-weight: bold}

ul#lmenunav li ul {
 width: 198px; 265px;
 padding:0px;
 margin:0px;
 border:0px;
 border-bottom: 1px solid transparent;
}
ul#lmenunav li ul li {
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
    border:0px;
    border-bottom: 1px solid transparent;
}



ul#lmenunav li ul li a {
  background: #bfbfbf;
  color: #000;
  padding-left: 0px;
  margin: 0px;
  }
  
 ul#lmenunav li ul li a:hover {
    bbbbackground: transparent;
    color: white; red;#0093dd; 
 }


#lmenu .footer {
    display: none;  
    height: 21px;
    background: url(images/LMenu_footer.png) repeat-x top left;
    

}




/* ======== 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: 2em; 
            font-weight: normal; color: black; 
	    padding: 5px 10px; margin: 0px; text-align: left }


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


/* ========== HPANEL ============== */

#hpanel #Koszyczek { float: right; width: 220px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 0px; padding: 0px; }
#hpanel #Koszyczek h2 { display: none; text-align: center; float: left; text-transform: uppercase !important; font-size: 13px; color: black; #4b4b4b; font-weight: bold; width: 182px; hhhheight:30px; background-color: #cfcfcf; bbackground-image: url(images/LPanelH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#hpanel #Koszyczek .footer { display: none; text-align: center; float: left; font-size: 0em; color: black; font-weight: bold; width: 182px; height: 2px;background-image: url(images/LPanelFT_koszyczek.png); background-repeat: no-repeat; margin: 0px; padding: 0px 0px; border: 0px solid red }

#hpanel #Koszyczek a { display: block; background-image: url(images/koszyk_black.png); background-position: 0px 3px;  background-repeat: no-repeat; } 
#hpanel #Koszyczek a:hover { display: block; background-image: url(images/koszyk_blue.png); background-repeat: no-repeat; } 

#hpanel #Koszyczek .content { padding: 0px}
#hpanel #Koszyczek img { display; none;float: left; width: 30px; margin-top: 15px; margin-right: 5px;}

#hpanel #TowarySzukaj { float: right; width: 150px; border: 0px solid blue; margin-top: 15px}
#hpanel #TowarySzukaj h2 { display: none}



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

#lpanel #Pages { padding: 0;
                 padding-bottom: 0px;
 
		} 
#lpanel #Pages h2 { padding: 0; margin:0; margin-top: 10px;  text-align: center } 

#lpanel #Wiadomosci { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; bbbackground-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#lpanel #Wiadomosci h2 { text-align: center; float: left; font-size: 1.5em; color: black; font-weight: bold; border-bottom: 4px solid #c9c9c9; width: 200px; ;bbackground-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#lpanel #Wiadomosci h3 { margin: 0 10px; color: #840000; text-align: left}
#lpanel #Wiadomosci h4 { display: none}

#lpanel #Wiadomosci img.ikona { margin: 0px; width: 180px; border: 0px}
#lpanel #Wiadomosci a.zajawka  { float: left; margin: 0 15px; padding-bottom: 20px;text-align: left}

#lpanel #Wiadomosci .Linki a { float: right; display: block; text-align: right; color: black; padding: 0; margin-right:10px }
#lpanel #Wiadomosci .Linki { float: left; color: white; font-weight: bold; width: 200px; height:34px; bbackground-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#lpanel #Wiadomosci br { clear: both}

#lpanel #Ankieta { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; bbackground-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#llpanel #Ankieta h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#lpanel #Ankieta h2 { text-align: center; float: left; font-size: 1.5em; color: black; font-weight: bold; border-bottom: 4px solid #c9c9c9; width: 200px; ;bbackground-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }

#lpanel #Ankieta h3 { margin: 0 10px; color: #840000; text-align: left}
#lpanel #Ankieta h4 { display: none}
#lpanel #Ankieta form { padding: 15px}
#lpanel #Ankieta .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; bbbackground-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }

#lpanel #Pages { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px;  bbbbbackground-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#llllpanel #Pages h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#lpanel #Pages h2 { text-align: center; float: left; font-size: 1.5em; color: black; font-weight: bold; border-bottom: 4px solid #c9c9c9; width: 200px; ;bbackground-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }

#lpanel #Pages h3 { margin: 0 10px; color: #840000; text-align: left}
#lpanel #Pages h4 { display: none}
#lpanel #Pages .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; bbbbackground-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#lpanel #Pages a { padding: 10px}

#lpanel #OstatnioDodane { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; bbbackground-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#lpanel #OstatnioDodane h2 { text-align: center; float: left; font-size: 1.5em; color: black; font-weight: bold; border-bottom: 4px solid #c9c9c9; width: 200px; ;bbackground-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#lpanel #OstatnioDodane .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; bbbbackground-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#lpanel #OstatnioDodane a { font-weight: bold; font-size:1em; }
#lpanel #OstatnioDodane ul {list-style: none; padding: 5px; margin:0px}
#lpanel #OstatnioDodane li { padding: 5px 0px}
#lpanel #OstatnioDodane .content { padding: 5px}

#lpanel #OstatnioDodane .Pos { 
          float: left;
	  width: 55px;
	  padding: 0px;
	  margin: 3px; 

         }
         
#lpanel #OstatnioDodane .Pos h3 { font-size: 1em; font-weight: normal; color: #5e5e5e; margin:0px; padding: 0px 10px  }
#lpanel #OstatnioDodane  img.Ikona { width: 50px; margin: 5px}



/* ========== OPANEL ============== */

#opanel #Pages { padding: 10; padding-left:50px; padding-top:20px}
#opanel #Pages #mainpages h3 { padding:0; margin:0; color:#29598b}

#opanel #Wiadomosci { padding: 20px 10px; ; border: 0px solid red; text-align: left}
#opanel #Wiadomosci h4 {display: none} 
#opanel #Wiadomosci #Zawartosc { width: 550px; border: 0px solid green }
#opanel #Wiadomosci #Zawartosc h3 {font-size: 1.5em; font-weight: bold;  color: black; padding: 10px} 
#opanel #Wiadomosci #Zawartosc .ikona { display: none} 
#opanel #Wiadomosci #Zawartosc .foto { wwidth: 500px; margin: 20px 0px; border: 0px } 


#opanel #TowaryPromocje { float: left; width: 790px; margin:0; padding:0px; margin-top: 40px;text-align:left; border: 1px solid white; clear: both}
#opanel #TowaryPromocje .pos { float: left; 
                   margin-left: 10px; 
		   margin-bottom: 10px;
		   padding: 0px;		
		   padding-bottom: 0px; 
                   border: 1px solid #e7e7e7; #d0d0d0; 
		   width: 180px;
		   text-align: center;
	           background-color: transparent;
          	   mmin-height: 260px;
                   hheight:260px;

		   border-bottom: 4px solid #e7e7e7; #c9c9c9;
	           border-top: 4px solid #c9c9c9;
		   position: relative;
		   text-align: center;
		   min-height: 260px; height:260px;
		  }
#opanel > #TowaryPromocje .pos { height:auto}  
		   
		   
#oooopanel #TowaryPromocje .nnncontent { min-height: 260px; height:260px; }
#opanel > #TowaryPromocje .content { height:auto}  

#opanel #TowaryPromocje br {clear: both}
		   
#opanel #TowaryPromocje p { padding: 5px 5px; margin: 0px}		   
#opanel #TowaryPromocje a { display: block; clear: both; color: red; margin:0; padding:0 }
#opanel #TowaryPromocje .foto { margin:0; padding:0; margin-left:15px;  width: 150px; float: none}
#opanel #TowaryPromocje h2  { display: none}
#opanel #TowaryPromocje h3 { text-align: center; color: #6a6a6a; font-size: 1.1em; font-weight: bold;bbackground-image: url(images/TowaryPromocjeH3.png); background-repeat: no-repeat; padding: 10px 0px; text-shadow: grey 1px 1px 2px }
#opanel #TowaryPromocje .footer { float: left; font-weight: bold; width: 180px; height: 21px; bbackground: url(images/TowaryPromocjeFT.png) no-repeat left top; ;margin: 0; padding-top: 0px }

#opanel #TowaryPromocje .pos .oszczedzasz   { display:block; position: absolute; bottom:5px; width: 100%; margin-left: auto; margin-right: auto; font-size:1em; color: red; border: 0px solid black} 
#opanel #TowaryPromocje .pos .cena    { display:block; position: absolute; bottom:25px; width: 100%; margin-left: auto; margin-right: auto; font-weight: bold; font-size:1.2em; border: 0px solid black}



#opanel #TowaryTop { display: none; margin-top: 20px; clear: both }
#opanel #TowaryTop h2 { padding: 5px; margin: 0px; float: left; text-align: left; color:white; font-size: 1.5em; font-weight: bold; width: 100%}
#opanel #TowaryTop h3 { float: right; color: white; padding-right: 20px} 
#opanel #TowaryTop a { padding: 5px; color: white; font-weight: bold; float: left } 

#opanel #NewsTickerA { ddisplay: none; margin-top: 20px; margin-left: 20px; border: 0px solid red; min-height: 120px; 300px; text-align: left; float:left;clear: both; border: 0px solid red} 
#opanel > #NewsTickerA { height: 300px; } 

#opanel #NewsTickerA ul,#NewsTickerB ul,#NewsTickerC ul { border: 0px solid red; list-style: none; padding: 0px; margin: 0px }
#opanel #NewsTickerA li,#NewsTickerB li,#NewsTickerC li { border: 0px solid green; text-align: left; font-size: 2em; padding: 0px; margin: 0px} 
#opanel #NewsTickerA img,#NewsTickerA img,#NewsTickerC img { border: 0px solid #a4a4a4;}

#opanel #NewsTickerB { ddisplay: none; margin-top: 20px; margin-left: 20px; border: 0px solid red; min-height: 120px; 300px; text-align: left; float:left;clear: both; border: 0px solid red} 
#opanel > #NewsTickerB { height: 120px; } 

#opanel #NewsTickerC { ddisplay: none; margin-top: 20px; margin-left: 20px; border: 0px solid red; min-height: 120px; 300px; text-align: left; float:left;clear: both; border: 0px solid red} 
#opanel > #NewsTickerC { height: 120px; } 


#opanel .iiiiiiiiiiikona { display: none} 

#TowaryKaruzela {  float: left;
                   width: 100%;
                   margin-top:20px;
                   border-bottommm: 4px solid #e7e7e7; #c9c9c9;
	           border-toppppp: 4px solid #e7e7e7; c9c9c9;
		   clear: both;
                }
#KaruzelaTowary { width:570px; height:420px; overflow:scroll; border: 0px solid red}	       
#KaruzelaTowary img { border: 0px solid #d7d7d7}

#KaruzelaTowary .carouselLeft {
		    background: url("../images/rotate-left.png") repeat scroll 0 0 transparent;
		    display: none;
		    height: 40px;
		    width: 40px;
		}

#KaruzelaTowary .carouselRight {
		    background: url("../images/rotate-right.png") repeat scroll 0 0 transparent;
		    display: none;
		    height: 40px;
		    width: 40px;
		}
#KaruzelaTowary h2 { font-size: 2em; font-weight: normal; color: black; padding: 5px 10px; margin: 0px; text-align: left }


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


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

		  
#ppanel * .Linki   { border: 0;
                    padding-right: 10px;
                    padding-top: 2px;
	            padding-bottom: 2px;
		    text-align: right  }
			  

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


#ppanel #TreeDict { float: left; border: 1px solid red}	       

#ppanel #Koszyczek { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; background-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#ppanel #Koszyczek h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#ppanel #Koszyczek .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; background-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#ppanel #Koszyczek a { font-weight: bold; font-size:1.5em; }

#ppanel #OstatnioOdwiedzane { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; background-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#ppanel #OstatnioOdwiedzane h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#ppanel #OstatnioOdwiedzane .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; background-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#ppanel #OstatnioOdwiedzane a { font-weight: bold; font-size:1em; }
#ppanel #OstatnioOdwiedzane ul {list-style: none; padding: 5px; margin:0px}
#ppanel #OstatnioOdwiedzane li { padding: 5px 0px}
#ppanel #OstatnioOdwiedzane .content { padding: 5px}

#ppanel #OstatnioOdwiedzane .Pos { 
          float: left;
	  width: 85px;
	  padding: 0px;
	  margin: 3px; 

          background-color: white;
	  
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	   border-radius: 10px;
	   
          -webkit-box-shadow: 0px 0px 4px #BBBBBB;
          -moz-box-shadow: 0px 0px 4px #BBBBBB;	  
	  
	  behavior: url(border-radius.htc);
          border-radius: 10px;
         }
         
#ppanel #OstatnioOdwiedzane .Pos h3 { font-size: 1em; font-weight: normal; color: #5e5e5e; margin:0px; padding: 0px 10px  }
#ppanel #OstatnioOdwiedzane  img.Ikona { width: 75px; margin: 5px}



#ppanel #TowarySzukaj { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; background-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; } 
#ppanel #TowarySzukaj h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#ppanel #TowarySzukaj .footer { float: left; font-size: 0em;  width: 200px; height:34px; background-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }
#ppanel #TowarySzukaj .content { border: 1px solid transparent}
#ppanel #TowarySzukaj a { font-weight: bold; font-size:1em; }

#ppanel #lmenunav { padding: 0px; margin: 0px; float: left; width: 100%; border: 0px solid red}
#ppanel #lmenunav ul { padding:10px; margin: 0px; }
#ppanel #lmenunav li { padding:0px; padding-left: 10px; margin: 0px}
#ppanel #lmenunav a { font-size: 1.2em}

#ppanel #lmenu { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; padding: 0px; background-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; text-align: left;} 
#ppanel #lmenu .header { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }

#ppanel #lmenu .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; background-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat;margin: 0; padding-top: 0px }

#ppanel #Pages h2 { text-align: center; float: left; font-size: 1.5em; color: white; font-weight: bold; width: 200px; height:48px;background-image: url(images/LPanelWiadomosciH2.png); background-repeat: no-repeat; margin: 0px; padding: 6px 0px }
#ppanel #Pages p { padding: 0px 10px; margin: 0px}
#ppanel #Pages table { margin: 0px 10px; padding: 0px; }
#ppanel #Pages form { padding: 0px; margin: 0px }
#ppanel #Pages .footer { float: left; color: white; font-weight: bold; width: 200px; height:34px; background-image: url(images/LPanelWiadomosciFT.png); background-repeat: no-repeat; margin: 0px; padding-top: 0px }

#ppanel #Pages #Facebook { float: left; width: 190px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; background-image: url(images/LPanelWiadomosciBGG.png);none; bbbackground-color: red } 
#ppanel #Pages #Facebook h2 { display: none} 
#ppanel #Pages #Facebook .footer { display: none} 
#ppanel #Pages iframe { border: 1px solid red}

#ppanel #Pages #Newsletter { float: left; width: 200px; border: 0px solid #c5c5c5; margin: 0px; margin-top: 20px; background-image: url(images/LPanelWiadomosciBG.png); background-repeat: repeat-y; border: 0px solid red} 




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

.TowaryPozycja { 
	  float: left;
	  width: 540px;
	  padding: 0px;
	  margin-bottom: 20px;
          background-color: #eaeaea;
	  
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
	  -khtml-border-radius: 20px;
	   border-radius: 20px;
	   
          -webkit-box-shadow: 0px 0px 4px #BBBBBB;
          -moz-box-shadow: 0px 0px 4px #BBBBBB;	  
	  
	  behavior: url(border-radius.htc);
          border-radius: 20px;
	  }

.TowaryPozycja h2 a { font-size: 1.3em; font-weight: normal; color: #444444; padding: 5px 10px; margin: 0px; }
.TowaryPozycja h3 { font-size: 1.5em; font-weight: normal; color: #5e5e5e; margin:0px; padding: 0px 10px  }
.TowaryPozycja h3 a { font-size: 1.3em; font-weight: normal; color: #8b0101; margin:0px; padding: 0px  }
.TowaryPozycja p { padding: 0px 10px}
.TowaryPozycja img { margin: 10px}

.TowaryPozycja img.foto { float: left; width: 150px; margin: 10px; border: 0px solid red ;}

.TowaryPozycja img.TowaryWiecej { float: left; margin: 10px; clear: left; border: 0px solid red}


.TowaryIlosci { float: right; clear: both; text-align: right;width: 340px;padding-right:20px}
.TowaryLead   { float: right; display: block; width: 360px; padding-top: 20px ; border: 0px solid red} 
.TowaryWiecej  { float: right; text-align: right; font-weight: bold; color: red }	       
.TowaryCena    { float: right; width: 360px; padding-right: 0px; padding-top: 20px; font-size: 1.5em; font-weight: bold; color: grey;#ff8e20;  clear: right; border: 0px solid red}
.oszczedzasz   { font-size:1em; color: red} 

.image { position: relative;
	 float: left;
         width: 100%; /* for IE 6 */
	 width: 160px; 
	 border: 0px solid red;
       } 

div.TowaryImgDuzy { position: relative;
	 float: left;
         width: 100%; /* for IE 6 */
	 border: 0px solid red;
       } 

.rezerwacja  { position: absolute;
       	       top: 40; 
	       display:block; width: 100%; margin-left: auto; margin-right: auto;
	       border: 1px solid red;
	       background-color: black;
	       padding: 5px; 
	       margin-left: 4px;
	       
	
               /* for IE */
              filter:alpha(opacity=70);
             /* CSS3 standard */
             opacity:0.7;
	     
	     -webkit-transform: rotate(-35deg);
	     -moz-transform: rotate(-35deg);
	     transform: rotate(-35deg);
	       
             font-size: 1.5em; font-weight:bold; color: red; text-align: center} 
	     
#opanel #TowaryPromocje .wyprzedany  { position: absolute;
       	       top: 60px; left: 0px;
	       
	       
	       background-color: transparent;
	       padding: 0px; 
	
               /* for IE */
              ffilter:alpha(opacity=60);
             /* CSS3 standard */
             oopacity:0.6;
	     
	     -wwwwwebkit-transform: rotate(-35deg);
	     -mmmmoz-transform: rotate(-35deg);
	     ttttransform: rotate(-35deg);
	       
             font-size: 1.5em; font-weight:bold; color: red; text-align: center} 
	     
	     

.rezerwacja2  { position: absolute;
       	       top: 100; left: 150;
	       display: block;
	       
	       background-color: black;
	       padding: 5px;
	       text-align: center; 
	
               /* for IE */
              filter:alpha(opacity=70);
             /* CSS3 standard */
             opacity:0.7;
	     
	     -webkit-transform: rotate(-35deg);
	     -moz-transform: rotate(-35deg);
	     transform: rotate(-35deg);
	       
             font-size: 3em; font-weight:bold; color: red; text-align: center} 


.TowaryKoszyk  { float: right; display: block; width: 150px; clear: right; padding-right:20px; text-align: left; border: 0px solid red} 	       
a.PowiadomObnizka { font-size: 1.2em}


.TowaryCechaNazwa { float: left;
		    clear:left;
		    padding: 5px 10px;
		    margin: 2px 5px;
		    
		    text-align: right;
		    background-color: #d4d4d4;
		    
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	   border-radius: 5px;
	   
	  behavior: url(border-radius.htc);
          border-radius: 5px;
	                        } 
				
.TowaryCechaWartosc { float: left;
		    padding: 5px 10px;
		    margin: 2px 5px;
		    text-align: left;
		    background-color: #ffffff;
                    clear: right;		    
		    
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	   border-radius: 5px;
	   
	  behavior: url(border-radius.htc);
          border-radius: 5px;

        } 
	
	

#Towary {  
	  float: left;
	  width: 780px;
	  padding: 0px;
	  margin: 0px; 

         bbb background-color: #eaeaea;
	  
          -mmmmoz-border-radius: 20px;
          -wwwebkit-border-radius: 20px;
	  -kkkkhtml-border-radius: 20px;
	  bb border-radius: 20px;
	   
          -wwwwebkit-box-shadow: 0px 0px 4px #BBBBBB;
          -mmmoz-box-shadow: 0px 0px 4px #BBBBBB;	  
	  
	  bbbbehavior: url(border-radius.htc);
          bbbborder-radius: 20px;
	  }

#Towary h2 { font-size: 2em; font-weight: normal; color: black; padding: 5px 10px; margin: 0px; text-align: left }
#Towary img.TowaryImgDuzy { width: 500px; padding: 0px; margin: 0px; border: 0px solid red}
#TowaryObrazki { width: 100%; border: 0px solid red; padding: 0px; padding-left: 10px; float: left; text-align: left;} 		    
#TowaryObrazki img { margin: 10px; border: 0px;    

                    margin-left: 10px; 

		   margin-bottom: 10px;
		   padding: 0px;		
		   padding-bottom: 0px; 
                   border: 1px solid #e7e7e7; #d0d0d0; 
		   width: 150px;
		   text-align: center;
	           background-color: transparent;

		   border-bottom: 4px solid #e7e7e7; #c9c9c9;
	           border-top: 4px solid #c9c9c9;

}

#Towary #Opis { float: left; padding: 20px; text-align: left; border: 0px solid red; }

#Towary .Back  { float: left; clear:left; text-align: left; margin-left: 20px;font-weight: bold; color: red;  }	       


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


#Towary .TowaryCena    { float: none;  padding-right: 0px; padding-top: 20px; font-size: 1.5em; font-weight: bold; color: grey;#ff8e20;  border: 0px solid red; clear: both}
.oszczedzasz   { font-size:1em; color: red} 
.TowaryKoszyk  { float: right; display: block; width: 150px; clear: right; padding-right:20px; text-align: left; border: 0px solid red} 	       
a.PowiadomObnizka { font-size: 1.2em}


#Powiazane {width: 540px; clear: both; border: 0px solid red} 
#Powiazane .Pos { 
          float: left;
	  width: 100px;
	  height: 150px;
	  padding: 0px;
	  margin: 5px; 

          background-color: white;
	  
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	   border-radius: 10px;
	   
          -webkit-box-shadow: 0px 0px 4px #BBBBBB;
          -moz-box-shadow: 0px 0px 4px #BBBBBB;	  
	  
	  behavior: url(border-radius.htc);
          border-radius: 10px;
         }
         
#Powiazane h2 { font-size: 1.5em; font-weight: normal; color: black; padding: 5px 10px; margin: 0px; }

#Powiazane .Pos h3 { font-size: 1em; font-weight: normal; color: #5e5e5e; margin:0px; padding: 0px 10px  }
#Powiazane img { width: 75px; margin: 5px; border: 0px solid red;}
#Powiazane a.wiecej { font-size: 1.5em; font-size: bold; display: block; padding: 20px; float: right; text-align: left; clear: both}

#Koszyk { width: 570px; 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: transparent} 


#ppanel #Koszyk { width: 200px }


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




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

#Kontakt {width:600px; border: 0px solid white}

#Kontakt h2 { font-size: 2em; 
            font-weight: normal; color: black; 
	    padding: 5px 10px; margin: 0px; text-align: left }
	    
	    
#WspolpracaForm { float: left; width: 500px;border: 0px solid red}


#WspolpracaForm .lajn { clear:both; width: 100%; border: 0px solid red} 

#WspolpracaForm .Label { float: left;
                         clear: left;
		    width: 200px;
		    padding: 5px 10px;
		    margin: 2px 5px;
		    
		    text-align: right;
		    background-color: #d4d4d4;
		    
		    
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	  behavior: url(border-radius.htc);
          border-radius: 5px;
	  
	                        } 
#WspolpracaForm input, select { margin-top:3px; padding: 2px}
				
#WspolpracaForm .Pole { float: left;
		    padding: 0px 10px;
		    margin: 0px 5px;
		    text-align: left;
                    clear: right;	
		    border: 0px solid red;
		    
		    

        } 
	
#WspolpracaForm h3 {clear: both; color: #7c7c7c; margin: 10px 10px}	
	


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

.VDT { margin: 20px; width: 540px; border: 0px solid red}
	       
	     	       
#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%}




