p.toggle
{
	/*width: 90%;
	text-align: left;
	padding-left: 20px;
	background-color: green;
	
	
	padding: 8 10 8 20;
	
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-transform: uppercase;*/
	border-bottom: 2px solid green;
	color: Navy;
	font-weight: bolder;
	cursor: pointer;
}
p.toggle:hover
{
	
	background-color: silver;
	color: black;
}
ul.toggle{

	display: none;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	width: 85%;
	margin-left: 10px;

}
ul{
	list-style: none;
	
}
ul > li{
	margin-left: -40px;
}
img.icon{
	width: 20px;
	height: 20px;
}
table
{
	width: 95%;
	padding-bottom: 5px;
}
td{
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	border-right: 1px dotted silver;
	font-size: 12px;
}
td.img{
	width:140px;	
}
p.opis
{
	color: green;
	font-weight: bolder;
	
}
img.foto
{
	padding: 3px 3px 3px 3px;
	border: 1px solid silver;
	text-align: right;
}