/* Definicja akapitu i obrazków w akutalno?ciach */

.akapit {text-align: justify;}

.akapit img.lewy {margin-right: 5px;
                  float:left;}
                          
.akapit img.prawy {margin-left: 5px;
                   float: right;}


/*Definicja okienek popup na stronie produktu*/

span.popup {
            color: #215dc6;
            text-decoration: underline;
            cursor: pointer;}

span.popup2 {font-weight: normal;
            color: #215dc6;
            text-decoration: underline;
            cursor: pointer;}            
            
            
span.popup:hover  {font-weight: bold;
                   color: #F8BF24;
                   text-decoration: none;}
span.popup2:hover  {font-weight: normal;
                  color: #F8BF24;
                   text-decoration: none;}           
                   
/*Definicja wygldu listy na wizytówce kategorii*/
#navlist
{
list-style-type: none;
background-color: white;
margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
width: 220px;
background-color: white;
}

#navcontainer a
{
background-color: white;
width: 120px;
display: block;

}

#navcontainer a:visited
{
font-weight: bold;
background-color: white;
}
#navcontainer h4
{color: navy;}
#navcontainer a:active
{
color: #black;
background-color: white;
}

#navcontainer a:hover
{
color: #F8BF24;
background-color: black;
font-weight: bold;
}                   