<!--
* {
font-size:	11px;
}

html, body {
height:		100%;
margin:		0;
padding:	0;
color:		black;
font-size:	9px;
font-family:	"Tahoma", "Helvetica", "Sans-Serif";
}

a, a:visited {
font-size: 11px; 
font-weight: bold;
color:#000066; 
text-decoration: none; 
}

a:hover {
color : blue; 
} 

:hover.nazwa_towaru {
color:#c00000;
}

.red {
color:#c00000;
font-size: 12px;
font-weight: bold;
font-decoration: none;
}

.nazwa_towaru {
color: #000066; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 
}
 
.price {
color: #c00000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}



.header1
{
font-family:	"Bookman Old Style", "Helvetica", "Sans-Serif";
color : black; 
font-size: 32px;
} 

.header2
{
color : black; 
font-size: 14px;
} 

.window
{
background-color : white; 
border : 1px solid black;
} 

.topten, .topten:visited
{
font-size: 10px;
font-weight: normal;
font-family: "Veranda"
}

.window_title, a:hover.window_title, a:visited.window_title
{
font-size: 11px;
background-color: black; 
font-weight: normal;
color : white;
font-family: "Georgia";
} 

.window_text
{
padding : 5px;
} 

input, select, textarea {
font-size: 12px;
background-color : #eeeeee; 
color : black;
font-family: "Georgia";
}

hr {

    height: 1px;
    color: black;

}

div.ukryty {
height:0px;
width:0px;
visibility:hidden 
}

#menu {
width: 100%; /* set width of menu 12em*/
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {

font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
/*border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
border-color: #8D7F62;*/
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 0;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
}

#menu ul {
border-top: 1px solid black;
}

#menu * {
text-decoration: none;
font: bold 11px/16px arial, helvetica, sans-serif;
color: black;
background: white;

}

#menu a:hover {
color: blue;
background: #eeeeee;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


-->
