/*********************************styl menu***********************************/
table.menu tr.submenu td a.up{
	padding-left: 0em;
	color: #000055;
}
table.menu tr.submenu td a.active{
	color: maroon;
}

/*********************************tytul galerii***********************************/

table.g {
	width: 100%;
}
table.g tr td{
/*	background-color: #f0f0f7;*/
}
table.g tr td.img{
	font-size: large;
	width: 100%;
/*	height: 2.5em;	*/
	text-align: center;
	vertical-align: middle;
/*	background-color: #DCE7EE;*/
	border-top: 1px solid black;
}
table.g tr td.nazwa{
	text-align: center;
	vertical-align: baseline;
	background-color: #F1F6F9;	/*#AAC2F4;*/
	font-size: small;
}
table.g tr td.nazwa div{
	width: 100%;
	overflow: hidden;
}

.tresc h3 {
	background: white;
	margin-bottom: 0px;
	border-bottom: 1px dashed black;
}
/*********************************tumbnails***********************************/
p.hint {
	font-size: small;
	color: #333333;
}

/*********************************tumbnails***********************************/
div.tumb {
	float: left;	
	margin: 1px;
	padding: 0px;
}
table.tumb {
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 2px;
}
table.tumb tr td{
	background-color: #F1F6F9;	/*#AAC2F4;*/
}
table.tumb tr td.img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
	background-color: #DCE7EE;	/*#BBD1E3;*/
}
table.tumb tr td.img:hover{
	background-color: #D1E1EB;	/*#BFD5E7;*/
}
table.tumb tr td.img a{
	display: block; /* ie hack */
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.tumb tr td.img a img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.tumb tr td.nazwa{
	text-align: center;
	vertical-align: baseline;
/*	background-color: #AAC2F4;	*/
	font-size: 8pt;
}
table.tumb tr td.nazwa div{
	width: 182px;
	height: 2.5em;
	overflow: hidden;
}
table.tumb tr td.nazwa div a:hover{
	color: gray;
}
table.tumb tr td.nazwa div a{
	color: black;
}



/*********************************pod galeria***********************************/

div.czild {
	float: left;
	padding: 0px;
	margin: 4px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #000;	
	background-color: #f7f7f7;
	font-weight: bold;
	font-size: larger;
}
div.czild a {
	display: block;
	padding: 0.2em;
	cursor: pointer;
}
div.czild a:hover {
	text-decoration: none;
	cursor: pointer;
}
div.czild:hover {
	background-color: #fefefe;
}
/********************************************************************/
table.img-view {
	text-align: center;
	width: 100%;
}

table tr td.img-menu {
	width: 90px; /*ie hack*/
	height: 67px; /*ie hack*/
	background-color: #BFD5E7;

}

div.tytul {
    color: #773333;
    font-weight: 600;
}
div.opis {
}
