/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabbertab{
	
	}

.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #F0F0F4;
 font: bold 11px Tahoma, Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #F0F0F4;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 font-size: 14px;
}

ul.tabbernav li a:link { color:  #1A7AA4; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover{
 color: #9D0000;
 }

ul.tabbernav li.tabberactive a{
 	background-color: #F0F0F4;;
	border-bottom: 1px solid #F0F0F4;
	}

ul.tabbernav li.tabberactive a:hover{
 	color: #9D0000;
 	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #F0F0F4;
 border-top:0; 
 background-color: #F0F0F4;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	float: left;
	background-color: Aqua;
}
.tabberlive#tab2 {
float: left;
	background-color: Aqua;
}
.tabberlive#tab2 {
	float: left;
	background-color: Aqua;
 	}

/*--Opis produktu----------------------------------------------------------------------------*/
	
	
	
.opis_produktu{
	float: right;	
	width: 295px;
	text-align: left;
	}		
	
.opis_produktu h4 {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #1A7AA4;
	margin: 5px 0 5px 0;
	padding: 0px;
	}	
	
.opis_produktu p{
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	}	
	
		
	
.ikony p{	
	display: inline;	
	margin: 0;
	}	
	
.ikony p a{
	text-decoration: none;
	color:  #1A7AA4;
	}	
	
.ikony p a:hover{
	text-decoration: none;
	color: #9D0000
	}		
		
	
.certyfikat a {	
	background-image: url(../images/ce.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 2px;
	padding:5px 0 0 25px;
	}
	
.pdf_small a{
	background-image: url(../images/pdf_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:5px 0 0 25px;
	}


.zapytanie a{
	background-image: url(../images/dol_a.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:5px 0 0 25px;
	}

	
/*--Koniec----------------------------------------------------------------------------*/
	
	

.produkt_gallery{
	width: 280px;
	background-color: #fff;	
	text-align: center;
	padding: 2px;
	}	
	
	
		
.produkt_gallery img{
	background-color: #fff;
	padding: 2px;	
	border: none;	
	text-align: center;	
	}	
		
	
.miniatura{
	padding: 2px;
	}	
	
a.miniatura:hover{
	background-color: #000;
	padding: 2px;
	}	