@import "General.css";
@import "Default.css";

table.Produkt {
	position:	relative;
	top:		10px;
	text-align:	center;
	border-collapse:collapse;
	border:		1px solid #BBBBBB;
	width:		700px;
}

table.Produkt td {
	border: 1px solid #BBBBBB;
}

tr.Title td {
	background:	#cc5555;
	font-weight:	bold;
	font-size:	15pt;
	height:	60px;
}

tr.TitleTable td {
        background:     #cc0000;
        font-weight:    bold;
        font-size:      16pt;
        height:		75px;
}

tr.Main {
	background:	#777777;
	font-size:	14pt;
	font-weight:	bold;
	height:		40px;
}

tr.Gray2 {
	background:	#999999;
	font-size:	11pt;
	text-align:	left;
	padding-left:	15px;
}


tr.Sub {
	background:	#999999;
	font-size:	11pt;
}


ul.Zalety {
	position:	relative;
	left:		0px;
	top:		0px;
	list-style-type:	disc;
	text-align:	left;
	vertical-align:	top;
}


ul.Zalety-2 {
	position:	relative;
	left:		20px;
	top:		0px;
	list-style-type:	circle;
	text-align:	left;
	vertical-align:	top;
}

#Lista {
	position: relative;
	left: -50px;
}

.open {
    display: block;
}

.closed {
    display: none;
}

#Lista li {
	list-style-type: none;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: .5em;
	font-size: 12pt;
	text-align: left;
	/*text-indent: 10px;  powodowalo przesuniecie w dol*/
	/*border: 1px solid #000000;*/
}


#Lista ul {
	position: relative;
	left: 15px;
	/*border: 1px solid #ff0000;*/
}

				            
li.grupa img {
	position: relative;
	left: -10px;
	/* obramowanie strzalki */
	border: 1px solid #cc0000;
	vertical-align: middle;
}

li.produkt img {
	position: relative;
	left: -10px;
	/* obramowanie strzalki */
	border: 1px solid #cc0000;
	vertical-align: middle;
}


li.dodatek img {
	position: relative;
	left: -10px;
	/* obramowanie strzalki */
	border: 1px solid #cc0000;
	vertical-align: middle;
}



a.grupa {
        color:			#000000;
        text-decoration:	none;
        font-weight:		normal;
	background:		#999999;
	font-size:		14pt;
	/*border: 		1px solid #000000;*/
	/* */
}

a.grupa:link 
        color:			#000000;
	text-decoration:	none;
	font-weight:		bold;
	background:		#999999;
	font-size:		14pt;
	/*border: 		1px solid #ff0000;*/
	/* */
}
						
a.grupa:visited {
	color:			#000000;
	text-decoration:	none;
	font-weight:            normal;
	background:		#999999;
	font-size:		14pt;
	/*border: 		1px solid #000000;*/
}
									
a.grupa:hover {
        color:			#000000;
        text-decoration:	none;
        font-weight:		bold;
	background:		#999999;
	font-size:		14pt;
	/*border: 		1px solid #ff0000;*/
}


a.produkt {
        color:			#000000;
        text-decoration:	none;
        font-weight:		normal;
	background:		#999999;
	font-size:		12pt;
	/*border: 		1px solid #000000;*/
}

a.produkt:link 
        color:			#000000;
	text-decoration:	none;
	font-weight:		bold;
	background:		#999999;
	font-size:		12pt;
	/*border: 		1px solid #ff0000;*/
}
						
a.produkt:visited {
	color:			#000000;
	text-decoration:	none;
	font-weight:            normal;
	background:		#999999;
	font-size:		12pt;
	/*border: 		1px solid #000000;*/
}
									
a.produkt:hover {
        color:			#000000;
        text-decoration:	none;
        font-weight:		bold;
	background:		#999999;
	font-size:		12pt;
	/*border: 		1px solid #ff0000;*/
}

a.uzup {
        color:			#000000;
        text-decoration:	none;
        font-weight:		normal;
	background:		#999999;
	font-size:		10pt;
	/*border: 		1px solid #000000;*/
}

a.uzup:link 
        color:			#000000;
	text-decoration:	none;
	font-weight:		bold;
	background:		#999999;
	font-size:		10pt;
	/*border: 		1px solid #ff0000;*/
}
						
a.uzup:visited {
	color:			#000000;
	text-decoration:	none;
	font-weight:            normal;
	background:		#999999;
	font-size:		10pt;
	/*border: 		1px solid #000000;*/
}
									
a.uzup:hover {
        color:			#000000;
        text-decoration:	none;
        font-weight:		bold;
	background:		#999999;
	font-size:		10pt;
	/*border: 		1px solid #ff0000;*/
}



